@media only screen and (max-width: 991px) {
  section.episodes ul#episodeTabs {
    display: flex;
    justify-content: space-between !important;
  }
  section.episodes ul#episodeTabs button.nav-link {
    padding: 14px 30px;
  }
  section.MainBanner .banner-custom-btns {
    margin-top: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: space-between;
  }
  section.MainBanner .banner-custom-btns .btn_custom {
    padding: 15px 20px !important;
  }
  div#episodeModal iframe {
    aspect-ratio: 16/9;
    width: 100% !important;
    height: auto;
  }
  div#episodeModal .modal-content {
    padding: 25px;
  }
  section.MainBanner .right-thumbnail img {
    max-width: 100%;
    height: auto !important;
  }
  section.hosts .custom-thumbnail img {
    height: 250px;
    width: 100%;
  }
  section.hosts .row:nth-of-type(odd) {
    margin-bottom: 50px;
  }
  footer#Footer .left-space {
    margin-left: 0px;
  }
  footer#Footer .custom-footer-links-btns {
    justify-content: flex-start;
  }
  footer#Footer .custom-footer-links-btns .inner-flex a {
    width: 100%;
  }
  footer#Footer .custom-footer-links-btns .inner-flex {
    flex-basis: 100%;
  }
  footer#Footer .form .email_field input[type=text] {
    width: 100%;
  }
  footer#Footer .form .subscribe_button .btn_custom_success {
    width: 100%;
  }
  footer#Footer .copyright {
    margin-top: 35px;
  }
  .mb-6 {
    margin-bottom: 25px;
  }
  h2 {
    font-size: 35px;
  }
  section.MainBanner h1 {
    font-size: 35px;
    line-height: 45px;
  }
  section.MainBanner {
    padding: 50px 0;
  }
  section.MainBanner .row {
    flex-direction: column-reverse;
  }
  h1 {
    font-size: 40px;
  }
  section.InnerBanner {
    height: 250px;
  }
  .py-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact_form {
    padding: 20px;
    margin-top: 30px;
  }
  section.backshow h2 {
    margin-bottom: 30px;
  }
  section.backshow.mb-6 {
    margin-bottom: 70px;
  }
  header#Header {
    position: static;
    background-color: var(--theme-color);
  }
  header#Header ul.header-top-right-social-icons {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  section.trailer .trailer-inner {
    padding-top: 60px;
    background-color: var(--theme-color-light);
  }
  section.episodes {
    padding: 90px 0 70px 0;
  }
  h3 {
    font-size: 1.8rem;
  }
  /********************/
  section.InnerBlogsBanner .inner_pages_banner_caption form.search-form {
    width: 100%;
  }
  section#CategoryPosts .category-posts .post-item {
    display: flex;
    row-gap: 2rem;
    flex-direction: column;
  }
  section#CategoryPosts .category-posts .post-item .post-thumbnail a img {
    height: 250px !important;
    max-width: 100% !important;
  }
  section.MostRecent.py-6 .custom-prev {
    left: 10px;
  }
  section.MostRecent.py-6 .custom-next {
    right: 10px;
  }
  footer#Footer .form .email_field input[type=email] {
    width: 100%;
  }
  section.InnerBanner .content h1 {
    font-size: 30px !important;
  }
  section.search-posts-archive .post-item {
    row-gap: 2rem;
    flex-direction: column;
  }
  section.search-posts-archive .post-item .post-thumbnail a img {
    height: 250px !important;
    max-width: 100% !important;
  }
}/*# sourceMappingURL=responsive.css.map */