@media screen and (max-width: 1366px) {
    .previous-issues-wrapper .previous-issues-col:first-child {
        max-width: 55%;
    }
}
@media screen and (max-width: 1240px) {
    section.section.section-2 .column-wrapper .section-col.content {
        max-width: 55%;
    }
    section.section.section-2 .column-wrapper {
        padding: 0;
    }
}
@media screen and (max-width: 1196px) {
    .contact .banner-wrapper .banner-col:last-child {
        position: relative;
        max-width: 100%;
        right: 0;
    }
}
@media screen and (max-width: 1115px) {
    section.section.banner {
        padding-right: 32px;
        padding-bottom: 0;
    }
    section, 
    header#site-header .header-content-wrapper,
    footer#site-footer .footer-wrapper,
    .podcast-page-banner-wrapper .banner-wrapper,
    section.section,
    .newsletter-includes-container,
    .all-post-content-wrapper,
    section.section.section-newsletter .newsletter-wrapper,
    .top-header-wrapper {
        padding-left: 32px !important;
        padding-right: 32px !important;
    }
    .single-newsletter-row {
        gap: 32px;
    }
    .single-newsletter section.section.section-episodes .episodes-wrapper .episode-col {
        flex-direction: column;
    }
    .single-newsletter section.section.section-episodes {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    section.section.section-newsletter-single {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
@media screen and (max-width: 920px) {
    body.home:before {
        background-size: cover;
        background-repeat: no-repeat;
        height: 1200px;
    }
    section.section.banner .column-wrapper,
    .page-template-about-template .podcast-page-banner-wrapper .banner-wrapper {
        flex-direction: column;
        gap: 48px;
    }
    section.section.banner .column-wrapper .banner-col.content,
    section.section.section-2 .column-wrapper .section-col.content {
        max-width: 100%;
    }
    section.section.banner .column-wrapper .banner-col ul.listen-wrapper, .subscribe-wrapper .listen-wrapper {
        max-width: 520px;
    }
    section.section.banner .column-wrapper .banner-col ul.listen-wrapper li, .subscribe-wrapper .listen-wrapper li {
        max-width: 166px;
        width: 100%;
        flex: 1 0 33.33%;
    }
    section.section.section-2 .column-wrapper {
        padding: 0;
        flex-direction: column;
        gap: 72px;
    }

    section.section-episodes, 
    .section-note-wrapper,
    section.section,
    .post-type-archive-podcast .section-newsletter-wrapper {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
    section.section.section-pagination,
    .single-podcast section.section.section-paginate-arrows,
    .single-podcast section.section.section-newsletter {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    section.section.section-2 .column-wrapper .section-col {
        display: flex;
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto;
    }
    .section-col.content .button-wrapper {
        margin-top: 72px;
    }
    .testimonials-wrapper {
        flex-direction: column;
        margin-top: 80px;
    }
    .top.episodes-wrapper {
        flex-wrap: wrap;
    }
    .top.episodes-wrapper .episode-col {
        flex: 1 0 45%;
        max-width: 50%;
    }
    .top.episodes-wrapper .episode-col .thumb-wrapper img {
        width: 100%;
    }
    .note-wrapper {
        gap: 40px;
        flex-direction: column;
    }
    section.section.section-platform .subscribe-wrapper {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }
    .includes-title-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
    .previous-issues-wrapper {
        flex-direction: column;
    }
    .previous-issues-wrapper .previous-issues-col:first-child {
        max-width: 100%;
    }
    .previous-issues-wrapper .previous-issues-col:last-child {
        max-width: 100%;
        margin-top: 0;
    }
    .single-podcast .paginate-arrows-wrapper {
        padding-bottom: 0;
    }
    .single-podcast section.section.section-paginate-arrows,
    .single-podcast section.section.section-platform {
        padding-top: 0 !important;
    }
    .single-podcast .section-newsletter-wrapper {
        padding-top: 0;
    }
    .single-podcast section.section.section-episodes {
        padding-top: 104px !important;
    }
    .single-podcast .single-newsletter-row {
        flex-direction: column;
        gap: 80px;
    }
    .single-podcast .single-newsletter-row .single-newsletter-col:last-child {
        max-width: 100%;
    }
    
    section.section.section-newsletter-single,
    .single-newsletter section.section.section-newsletter,
    .single-newsletter section.section.section-paginate-arrows {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .single-newsletter section.section.section-platform > img {
        margin: 0;
    }
}
@media screen and (max-width: 860px) {
    .mobile-burger-menu-wrapper {
        display: flex;
    }
    .mobile-menu-wrapper ul#menu-main-menu li.current-menu-item {
        border-bottom: 1px solid #373847;
        padding-bottom: 10px;
    }
    .header-content-wrapper nav.site-navigation {
        display: none;
    }
    .mobile-menu-wrapper.show {
        display: flex;
        z-index: 9999;
        flex-direction: column;
    }
    section.section.section-newsletter .newsletter-wrapper {
        flex-direction: column;
    }
    section.section.section-newsletter .newsletter-wrapper .newsletter-col:first-child {
        max-width: 100%;
    }
    .banner-wrapper .banner-col:first-child {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .post-type-archive-newsletter .banner-wrapper .banner-col:first-child {
        padding-bottom: 40px !important;
    }
    .top-header-content p {
        font-size: 18px;
    }
    .single-newsletter section.section.section-episodes .episodes-wrapper .episode-col {
        flex-direction: row;
    }
    .single-newsletter-row {
        flex-direction: column;
        gap: 80px;
    }
    .single-newsletter-row .single-newsletter-col:last-child {
        max-width: 100%;
        min-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    body.home:before {
        content: unset;
    }
    header#site-header {
        max-height: 64px;
        z-index: 2;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .single-newsletter header#site-header {
        position: relative;
    }
    section.section.banner {
        padding-top: 104px !important;
        padding-bottom: 40px !important;
    }
    section.section.banner .column-wrapper .banner-col h1.banner-heading,
    section.section.section-about p,
    .banner-content-wrapper h2,
    section.section.section-sitemap h1 {
        font-size: 32px;
        line-height: 40px;
    }
    .note-wrapper .note-col h2,
    section.section.section-2 .column-wrapper .section-col.content h2,
    section.section.section-platform .subscribe-wrapper h2,
    section.section.section-about h2,
    section.section.section-about h2,
    section.section.section-why-fund h2,
    section.section.section-newsletter .newsletter-wrapper .newsletter-col h2 {
        font-size: 24px;
        line-height: 30px;
    }
    section.section.banner:before {
        content: "";
        display: block;
        background-attachment: scroll;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        z-index: -1;
        background-image: url(/wp-content/themes/hello-theme-child-master/assets/images/banner-mobile-bg.png);
        background-position: top;
        background-repeat: repeat;
        background-size: cover;
        background-color: #FFFFFF;
        width: 100%;
    }
    section, 
    header#site-header .header-content-wrapper,
    footer#site-footer .footer-wrapper,
    .podcast-page-banner-wrapper .banner-wrapper,
    section.section,
    .newsletter-includes-container,
    .all-post-content-wrapper,
    .top-header-wrapper {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    header#site-header .header-content-wrapper {
        padding-top: 18px !important;
        padding-bottom: 18px !important;
    }
    header#site-header .site-branding {
        max-width: 169px;
    }
    .footer-wrapper {
        flex-direction: column;
    }
    .previous-issues-wrapper {
        padding-top: 80px;
    }
    .newsletter-subscribe-wrapper {
        margin-bottom: 0;
    }
    ul.sec-cat-wrapper {
        gap: 0;
    }
    body:not(.post-type-archive-podcast) section.section.section-episodes .episodes-wrapper .episode-col:first-child,
    section.section.section-episodes .episodes-wrapper .episode-col,
    .episodes-wrapper .episode-col:not(:first-child) .episode-content .heading-title-wrapper,
    .form-wrapper .input-wrapper,
    .podcast-page-banner-wrapper .banner-wrapper,
    .section-about-wrap,
    ul.why-fund-row,
    ul.newsletter-includes-wrapper,
    .podcast-page-banner-wrapper.contact .banner-wrapper {
        flex-direction: column;
    }
    .banner-wrapper .banner-col:last-child,
    .contact .banner-wrapper .banner-col:last-child {
        margin: 0 auto;
        justify-content: center;
    }
    ul.why-fund-row li,
    .newsletter-includes-container ul.newsletter-includes-wrapper li {
        max-width: 100%;
    }
    .episodes-wrapper .episode-col:not(:first-child) .episode-content .heading-title-wrapper {
        align-items: flex-start;
    }
    section.section.section-episodes .sec-heading-wrapper, section.section.section-top-episode .sec-heading-wrapper {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .top.episodes-wrapper .episode-col {
        flex: 1 0 100%;
        max-width: 100%;
    }
    section.section.section-newsletter {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }
    section.section.section-newsletter,
    .post-type-archive-newsletter section.section.section-testimonials,
    .contact-section-wrapper section.section.section-about {
        padding-top: 0px !important;
    }
    section.section.section-newsletter .newsletter-wrapper {
        background-position: top;
    }
    section.section.section-newsletter .newsletter-wrapper {
        padding: 32px 16px;
    }
    .section-note-wrapper {
        padding-top: 120px !important;
        padding-bottom: 0 !important;
    }
    section.section.section-note {
        padding-top: 0 !important;
    }
    .subscribe-wrapper .listen-wrapper {
        margin-top: 40px;
    }
    .post-type-archive-newsletter .banner-wrapper .banner-col:last-child img {
        width: auto;
        position: relative;
    }
    .podcast-page-banner-wrapper.contact .banner-wrapper {
        max-height: 100%;
    }
    section.section.section-contact .contact-content-row {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .post-type-archive-newsletter section.section.section-platform,
    .single-podcast section.section.section-newsletter {
        padding-top: 80px !important;
    }
    .page-template-contact-guest-template .contact .banner-wrapper .banner-col:last-child,
    .page-template-contact-sponsorship-template .contact .banner-wrapper .banner-col:last-child {
        right: 0;
    }
    .podcast-page-banner-wrapper.contact .banner-wrapper {
        gap: 40px;
    }
    .page-template-contact-gi-template .podcast-page-banner-wrapper.contact .banner-wrapper {
        gap: 0;
    }
    section.section.section-sitemap {
        padding-top: 104px !important;
    }
    .single-podcast .paginate-arrows-wrapper .arrows.post-pagination-left {
        flex-direction: column;
        align-items: flex-start;
    }
    .single-podcast .paginate-arrows-wrapper .arrows.post-pagination-right {
        flex-direction: column-reverse;
        align-items: flex-end;
    }
    .podcast-page-banner-wrapper .banner-wrapper {
        gap: 40px;
    }
    .post-type-archive-newsletter .podcast-page-banner-wrapper .banner-wrapper {
        gap: 0;
    }
    .top-header-wrapper {
        gap: 24px;
        align-items: flex-start;
    }
    .top-header-content {
        flex-direction: column;
        gap: 14px;
        align-items: flex-start;
    }
    .single-newsletter .post-pagination-content h4 {
        font-size: 16px;
    }
    .single-newsletter .post-pagination-content p {
        display: none;
    }
    footer#site-footer .footer-wrapper .footer-wrap-col .footer-img-wrap {
        order: 1;
    }
    footer#site-footer .footer-wrapper .footer-wrap-col .social-icons {
        order: 2;
    }
    footer#site-footer .footer-wrapper .footer-wrap-col p {
        order: 3;
    }
}