/* Block Editor  */

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Global Full Width
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

section.fixed-width {
    padding-left: 20px;
    padding-right: 20px;
}
section.full-width {
    padding-left:120px;
    padding-right:120px;
}
.full-width .container,
.fixed-width .container {
    width: 100%;
    margin: 0 auto;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Featured Post and Content And Video
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

.featured-post-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.featured-post-inner img {
    aspect-ratio: 714/465;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.featured-post-inner .btn {
    margin-top: 10px;
}
.fp-img-con {
    position: relative;
    line-height: 0;
}
.fp-cat {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    background: var(--ld-black);
    right: 0;
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 226;
    padding: 6px 25px;
    color: var(--ld-white);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** 2 up banner
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.two-up-header-section .two-up-content-inner {
    display: grid;
    grid-template-columns: 8.3fr 8.98fr;
}

.two-up-content-inner .content {
    padding: 90px 60px 90px 120px;
    gap: 10px;
}
.custom-button-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}
.two-up-media {
    line-height: 0;
}
.two-up-media img {
    width: 100%;
    max-height: 650px;
    object-fit: cover;
    object-position: top center;
}
.two-up-media iframe {
    width: 100%;
    height: 100%;
}
.two-up-media video {
    width: 100%;
    max-height: 800px;
    object-fit: contain;
    object-position: center;
}
.two-up-media img {
    width: 100%;
    max-height: 800px;
    object-fit: cover;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** CTA Banner
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.cta-banner-section {
    margin: 0;
    width: 100%;
}

.cta-banner-section.dark_section {
    background-color: var(--ld-off-black, #0F0E0E);
    color: #fff;
}
.cta-banner-section.light_section {
    background-color: #fff !important;
    color: #000 !important;
}

.cta-banner-section .container {
    display: flex;
}

.cta-banner-section .content {
    padding: 90px 25% 90px 120px ;
    display: flex;
    gap: 25px;
    flex-direction: column;
    align-self: center;
    margin: 0 auto;
    width: 100%;
}

.cta-banner-section .container .content .btn {
    margin-top: 25px;
}

/* Right Image  */
.cta-banner-section.right_img .container {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px;
}
.cta-banner-section.right_img .content {
    padding: 90px 60px 90px 120px;
}

/* Left Image  */
.cta-banner-section.left_img .container {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px;
}
.cta-banner-section.left_img .content {
    order: 2;
    padding: 90px 120px 90px 60px;
}

/* With background */
.cta-banner-section.with_bg {
    background-repeat: no-repeat;
    background-size: cover;
}


/* Heading */
.cta-banner-section .heading {
    font-family: var(--ld-oswald);
    letter-spacing: -0.02em;
    max-width: 1290px;
    width: 100%;
    font-weight: 700;
}
.cta-banner-section.dark_section .heading  {
    color: #fff;
}
.cta-banner-section.light_section .heading  {
    color: #000;
}
.cta-banner-section .heading.large {
    font-size: 55px;
}
.cta-banner-section .heading.small {
    font-size: 40px;
    font-weight: 700;
}

/* Description */
.cta-banner-section .desc {
    max-width: 900px;
    width: 100%;
    font-family: var(--ld-roboto);
    line-height: 1.4;
}
.cta-banner-section.light_section .desc {
    color: #000;
}

/* Image Section */
.cta-banner-section .block-image-con {
    width: 100%;
    line-height: 0;
    /* max-height: 550px; */
}
.cta-banner-section .block-image-con img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}





/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Block : Testimonial Banner
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.testimonial-banner-section.fixed-width {
    padding-left: 20px;
    padding-right: 20px;
}
.testimonial-banner-section.full-width {
    padding-left:120px;
    padding-right:120px;
}
.testimonial-banner-section .container {
    width: 100%;
    margin: 0 auto;
    padding: 90px 120px;
}


.testimonial-banner-section h3 {
    font-size: 24px;
    margin-top: 30px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Block : Testimonial Banner With Media
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.testimonial-with-md-section {
    padding: 0 120px;
}
.testi-with-md-inner.has-img {
    display: grid;
    grid-template-columns: 876fr 552fr;
    gap: 60px;
}
.testi-with-md-inner img {
    width: 100%;
}
.testi-with-md-inner .content {
    gap: 20px;
}
.testi-with-md-inner .testi-name {
    margin: 0;
    font-size: 24px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Pullquote
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.pullquote-section .container {
    max-width: 900px;
    margin: 0 auto;
}
.pullquote-section .container h4.with-border {
    margin-bottom: 30px;
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Two up post card
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.two-up-cards-section {
    width: 100%;
}
.two-up-cards-section .desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
    max-width: 768px;
    width: 100%;
}
.two-up-card-list-wrapper.has-see-more-btn {
    overflow: hidden;
    margin: 0 0 55px 0;
}
.two-up-card-sec-btn {
    margin: 50px auto 0;
}
.two-up-cards-section .container {
    padding: 60px 120px;
}
.two-up-card-list {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}
.has-see-more-btn .two-up-card-list {
    padding-bottom: 25px;
}


.single-two-up-card {
    gap: 20px;
}
.two-up-card-ft {
    width: 100%;
    aspect-ratio: 663/432;
    height: auto;
    object-fit: cover;
}
/* Scrollbar */
.has-see-more-btn .two-up-card-list::-webkit-scrollbar {
  height: 6px;
}

.has-see-more-btn .two-up-card-list::-webkit-scrollbar-track {
  background: #E1E1E1; 
}
.has-see-more-btn .two-up-card-list::-webkit-scrollbar-thumb {
  background: #00000080; 
  border-radius: 10px;
}

/* Layout Row */
.two-up-card-list.row {
    display: flex;
    gap: 60px;
    flex-wrap: nowrap;
    overflow-x: auto;
}
.two-up-card-list.row .single-two-up-card {
    min-width: calc(33% - 40px);
}
.two-up-card-list.row .single-two-up-card h5 {
    text-transform: initial;
}




/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Screening Schedule
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.screening-schedule-section .container {
    width: 100%;
    padding: 90px 120px;
}
.screening-schedule-list {
    margin-top: 30px;
}

.sgl-ss {
    display: grid;
    grid-template-columns: 2fr 5fr 150px;
    justify-content: space-between;
    padding: 47px 60px;
    gap: 40px;
}
.sgl-ss h3 {
    margin-top: -2px;
}
.sgl-ss-col3 div {
    width: fit-content;
    /* margin: 0 0 0 auto; */
}
.screening-schedule-section .hr {
    height: 1px;
    background-color: var(--ld-white);
    width: 100%;
    margin: 0;
    padding: 0;
}
.bg-white.screening-schedule-section .hr {
    background-color: var(--ld-off-black);
}

.screening-schedule-section .btn {
    margin: 60px auto 0;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Film Carousel
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.film-carousel-section  .description {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.film-carousel-list {
    margin: 25px 0 60px;
}
.film-carousel-info h6 {
    text-transform: uppercase;
    font-family: var(--ld-oswald);
}
.film-carousel-list .film-thumb {
    aspect-ratio: 824/594;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 20px;
}
.film-img-con {
    line-height: 0;
    position: relative;
    transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    position: relative;
}
.film-img-con .highlight {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 6px 25px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, #F7C41C, #F7C41C);
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: all .25s cubic-bezier(0.075, 0.82, 0.165, 1);
    opacity: 0;
}

.film-carousel-list .owl-item.active.center .film-img-con .highlight {
    opacity: 1;
}
.film-carousel-list .film-img-con:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(270.04deg, rgba(0, 0, 0, 0) 0.04%, #000000 45.64%);
    z-index: 1;
    height: 100%;
}
.film-carousel-list .owl-item.active .film-img-con:after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 46.45%);

}
.film-carousel-list .owl-item.active.center .film-img-con:after {
    background: linear-gradient(0deg, #ffffff00, #ffffff00), linear-gradient(180deg, rgba(0, 0, 0, 0) 74.68%, rgba(0, 0, 0, 0.8) 100%);
}

.film-carousel-list .crl-content {
    opacity: 0;
    transform: all .25s linear;
}
.film-carousel-section .owl-item.active.center .crl-content {
    opacity: 1;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Mini Carousel
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.mini-carousel-section .container {
    max-width: 1320px;
    padding: 60px 20px;
    margin: 0 auto;
}
.mini-carousel-section .mini-carousel-inner {
    max-width: 900px;
    margin: 0 auto;
}
.mini-carousel-section h4 {
    font-size: 20px;
    margin-bottom: 30px;
}
.mini-carousel-content {
    font-size: 35px;
    font-family: var(--ld-oswald);
    line-height: 1.4;
}
body.home .mini-carousel-section * {
    color: var(--ld-white);
}

/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** CTA Newsletter
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.cta-newsletter-section .container {
    margin: 0 auto;
    padding: 60px 120px;
}
.cta-newsletter-section .container h2.cta-newsletter-hd {
    font-family: var(--ld-oswald);
    letter-spacing: unset;
    font-weight: 600;
    /* max-width: 700px; */
    width: 100%;
    /* font-size: 30px; */
    line-height: 1.1;
}
.newsletter-from {
    max-width: 768px;
    width: 75%;
    margin-top: 30px;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** 3 up Cards
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.three-up-cards-section {
    padding: 60px 120px;
    width: 100%;
}
.three-up-card-inner {
    display: flex;
    flex-direction: column;
    gap: 60px;
}
.three-up-card-inner.reduce-gap {
    gap: 50px;
}
.three-up-card-inner .heading {
    max-width: 1008px;
    width: 100%;
}
.three-up-card-hd-con .description {
    max-width: 768px;
    width: 100%;
}
.three-up-card-hd-con.fl-ai-center .heading,
.three-up-card-hd-con.fl-ai-center .description {
    text-align: center;   
    margin: 0 auto;
}

.three-up-card-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 25px;
}
.three-up-card-list > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 30px;
}
.three-up-card-list h2 {
    margin-bottom: 10px;
}
.three-up-card-list img {
    aspect-ratio: 480/312;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-bottom: 25px;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** 3 up Cards Media
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.three-up-cards-media-section {
    padding: 30px 120px;
}
.three-up-cards-media-section .heading {
    margin-bottom: 25px;
}
.three-up-card-media-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 30px;
}
.three-up-card-media-list .img-con {
    border: 2px solid var(--ld-white);
    padding: 3rem 2rem;
    aspect-ratio: 1;
    line-height: 0;
    margin-bottom: 25px;
    height: unset !important;
}
.bg-white .three-up-card-media-list .img-con {
    border: 2px solid var(--ld-off-black);
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Heading
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.heading-section .container {
    max-width: 1520px;
    padding-left: 1rem;
    padding-right: 1rem;
}
.heading-section .heading-container {
    max-width: 1008px;
    margin: 0 auto;
}
.heading-section h1 {
    line-height: 1;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Button Group
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.button-section .container {
    padding-left: 120px;
    padding-right: 120px;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** FAQ Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.faq-section {
    padding: 60px 120px;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Gravity From Section
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.form-section {
    padding: 0 20px;
}
.form-section .gravity-form {
    margin: 0 auto;
    max-width: 650px;
}



/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Block : Video banner
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.video-banner-section {
    width: 100%;
    padding: 0 20px;
}
.video-banner-section.add-padding {
    padding: 0 120px;
}
.video-banner-section .container {
    margin: 0 auto;
}
.video-banner-section video {
    width: 100%;
}
.video-banner-section iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}


/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** GuttenBerg Video
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
.wp-block-embed.is-type-video {
    padding: 0 60px;
}
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
    display: flex;
}
.wp-block-embed.is-type-video iframe {
    max-width: 1512px;
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 16 / 9;
    height: auto;
}

/* faq-question */
h3.faq-question {
    max-width: 1020px;
    width: 100%;
    padding-right: 30px;
}

/* a.btn.btn-outline.btn {
    margin-top: 120px;
} */

.menu-arrow {
    display: none;
}

.menu_close{
    display: none;
}

.menu-primary-menu-container li.menu-cta{
    display: none !important;
}





/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Responsive
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
@media screen and (min-width: 1401px) and (max-width: 2000px) {
    .two-up-media video {
        max-height: 70vh;
    }
    .two-up-media img {
        max-height: 70vh;
    }
}

 
@media screen and (max-width: 1440px) {

    .cta-banner-section .content {
        padding: 90px 25% 90px 80px;
    }


    .two-up-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    /* .cta-banner-section.left_img */
    .cta-banner-section.left_img .content {
        padding: 90px 80px 90px 30px;
    }
    .cta-banner-section.right_img .content {
        padding: 90px 0 90px 80px;
    }
    .cta-banner-section.left_img .container, 
    .cta-banner-section.right_img .container {
        gap: 40px;
    }

    /* video-banner-section */
    .video-banner-section.add-padding {
        padding: 0 80px;
    }

    /* testimonial-banner-section */
    .testimonial-banner-section .container{
        padding: 90px 80px;
    }


    /* two-up header -content-inner */
    .two-up-content-inner .content {
        padding: 90px 60px 90px 80px;
    }
    .two-up-media video {
        max-height: 80vh;
    }
    .two-up-media img {
        max-height: 80vh;
    }

    

    /* testimonial-with-md-section */
    .testimonial-with-md-section {
        padding: 0 80px;
    }
    .testi-with-md-inner {
        gap: 40px;
    }

    /* pullquote-section */

    /* button-section */
    .button-section .container {
        padding-left: 80px;
        padding-right: 80px;
    }

    /* two-up-cards-section */
    .two-up-cards-section .container {
        padding: 60px 80px !important;
    }

    /* faq-section */
    .faq-section {
        padding: 60px 80px;
    }

    /* editor-block-section */
    section.full-width {
        padding-left: 80px;
        padding-right: 80px;
    }

    /* Page id desing fix  */
    .page-id-6365 #two_up_post_cards-11 .container {
        padding: 80px 80px 120px;
    }

    .page-id-6368 section#three_up_cards-1 {
        padding: 60px 80px 120px !important;
    }


    /* testimonial-banner-section.full-width */
    .testimonial-banner-section.full-width,
    .testimonial-banner-section.fixed-width {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }


    .page-id-6371 .three-up-cards-media-section {
        padding: 60px 80px !important;
    }
    .page-id-6369 section#three_up_cards-1 {
        padding: 60px 80px !important;
    }
    .post-list:not(.filtered) .featured:first-child .resouces-infos {
        max-width: 48.358% !important;
        width: 100% !important;
    }
    .post-list:not(.filtered) .featured:first-child .img-con{
        height: 100% !important;
    }
    .post-list:not(.filtered) .featured:first-child .img-con img{
        height: 100% !important;
        object-fit: cover;
    }

    .img-con {
        height: 100% !important;
    }

    .single-news-banner {
        margin-bottom: 80px !important;
    }

    .single-people section.single-people_content .container {
        padding: 60px 80px !important;
    }

    .button-list {
    flex-wrap: wrap !important;
    }


}

@media screen and (max-width: 1300px) {


}



@media screen and (max-width: 1280px) {

    .custom-button-wrapper {
        gap: 10px;
        flex-direction: column;
    }

    a.btn.primaryBtn{
        width: 100%;
    }


    /* 2 Up Media */
    .two-up-media video {
        max-height: 70vh;
    }
    .two-up-media img {
        max-height: 70vh;
    }
}


@media screen and (max-width: 1024px) {
    .cta-banner-section .heading.large {
        font-size: 40px;
    }
    .cta-banner-section .heading.small {
        font-size: 32px;
    }

    /* cta-banner-section without_bg  */
    .cta-banner-section .content {
        padding: 45px 40px;
    }

    .cta-banner-section.left_img .content {
        padding: 45px 30px 45px 0px;
    }
    .cta-banner-section.right_img .content {
        padding: 45px 0px 45px 30px;
    }
    .cta-banner-section.left_img .container,
    .cta-banner-section.right_img .container {
        gap: 30px;
    }


    a.header-cta-link.btn-default {
        display: none;
    }

    .menu-primary-menu-container li.menu-cta, 
    .menu-primary-menu-container a.header-cta-link.btn-default {
        display: block !important;
        max-width: 256px;
        width: 100%;
        font-size: 16px !important;
    }

    /* mini-carousel */
    .mini-carousel-content {
        font-size: 24px;
    }

    /* video-banner-section */
    .video-banner-section.add-padding {
        padding: 0 30px;
    }

    /* testimonial-banner-section */
    .testimonial-banner-section .container{
        padding: 45px 30px;
    }

    .testimonial-banner-section.fixed-width{
        padding-left: 0;
        padding-right: 0;
    }

    /* two-up header -content-inner */
    .two-up-content-inner .content {
        padding: 45px 30px;
    }

    /* testimonial-with-md-section */
    .testimonial-with-md-section {
        padding: 0 30px;
    }

    .testimonial-with-md-section .container {
        padding: 45px 0 !important;
    }

    .testi-with-md-inner {
        gap: 30px;
    }
    .testi-with-md-inner .testi-name {
        font-size: 18px;
    }
    .testi-with-md-inner .content {
        gap: 20px;
    }

    /* Testimonial Banner */
    .testimonial-banner-section h3 {
        font-size: 18px;
        margin-top: 20px;
    }

    /* pullquote-section */
    .pullquote-section {
        margin: 30px 0 !important;
    }
    .pullquote-section .container{
        padding: 45px 20px !important;
    }

    /* button-section */
    .button-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }

     /* two-up-cards-section */
    .two-up-cards-section .container {
        padding: 45px 30px !important;
    }
    .two-up-card-list{
        gap: 40px;
    }
    .two-up-card-list.row .single-two-up-card {
        min-width: calc(50% - 40px) !important;
    }

    /* faq-section */
    .faq-section {
        padding: 45px 30px;
    }
    h3.faq-question {
        width: calc( 100% - 100px);
        padding: 0;
    }

    .faq-border {
        padding: 45px 0 !important;
    }
    .faq-question::after {
        font-size: 65px !important;
        top: 60px !important;
        right: 30px !important;
    }

    /* editor-block-section */
    section.full-width {
        padding-left: 30px;
        padding-right: 30px;
    }

    /* Page id desing fix  */
    .page-id-6365 #two_up_post_cards-11 .container {
        padding: 45px 30px 45px !important;
    }

   

    .page-id-6368 section#three_up_cards-1 {
        padding: 45px 30px 45px !important;
    }

    .page-id-6368 section#three_up_cards-1 h2.heading {
        font-size: 48px !important;
    }
    .page-id-6368 .three-up-card-list {
        gap: 60px 25px !important;
    }

    .page-id-6368 section#three_up_cards-1 .sgl-card-content h2 {
        font-size: 26px !important;
    }

    .sgl-resource-title{
        font-size: 32px !important;
    }

    /* singleR */
    .singleR.banner {
        padding-top: 45px !important;
    }

    .singleR.banner .container{
        margin-bottom: 45px !important;
        padding-left: 30px;
        padding-right: 30px;
    }

    .singleR_body .footer-social-links {
        margin: 45px 0 !important;
    }

    .follow-social-links a {
        width: 40px !important;
    }

    /* related_post */
    section .related_post {
        padding: 45px 0 !important;
    }


    /* testimonial-banner-section.full-width */
    .testimonial-banner-section.full-width,
    .testimonial-banner-section.fixed-width {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .toggle-content-wrapper .toggle-heading {
        padding: 50px !important;
    }

    .container-toggle-content .toggle-content {
        padding: 45px 30px !important;
    }

    body.single-films section#cta_banner-2 .content h2{
        font-size: 40px !important;
    }

    /* single-film-screening-schedule-section */
    .single-film-screening-schedule-section .container {
        padding: 45px 30px !important;
    }

    .page-id-6371 .three-up-cards-media-section {
        padding: 45px 30px !important;
    }

    .three-up-card-list {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .page-id-6369 section#three_up_cards-1 {
        padding: 45px 30px !important;
    }

    .page-id-6369 section#three_up_cards-1 h2.heading {
        font-size: 48px !important;
    }

    .our-supporters-section .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    section#button_group-2 .container {
        padding-bottom: 45px !important;
    }

    .custom-archive-section .container {
        max-width: 100% !important;
    }

    .post-list {
        gap: 40px 50px !important;
    }

    .custom-archive-section {
        padding: 45px 30px 45px !important;
    }

    .resource-more-btn-con .btn {
        margin: 60px auto 10px !important;
    }

    .single-news-banner {
        margin-bottom: 45px !important;
    }

    body.single-news .share-section {
        margin: 45px auto !important;
    }

    body.single-news .cta-newsletter-section {
        margin-top: 45px !important;
    }

    .single-people section.single-people_content .container {
        padding: 45px 30px !important;
    }

    .single-people .single-people_content_inner {
        gap: 30px !important;
    }

    .single-people .single-people_content_left {
        padding: 45px 30px 45px 0 !important;
    }

    .single-image-section .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .page-id-6371 .two-up-card-list-wrapper {
        margin: 0 0 45px 0 !important;
    }

    .singleR_pdf_button {
        gap: 20px !important;
        padding: 25px 30px !important;
        margin-top: 20px !important;
    }

    .contact_us-section .contact_us-content {
        padding-top: 45px !important;
    }

    section#featured_post-10 {
        margin: 40px 0 !important;
    }

    .contact_us-section .contact_us-inner {
        grid-template-columns: calc(40% - 30px) calc(60% - 30px) !important;
        gap: 60px !important;
    }

    section.contact_us-section .contact-testimonial-card {
        max-width: 100% !important;
    }

    .mt-5{
        margin-top: 2rem !important;
    }

    .page-id-6369 .three-up-card-list {
        gap: 60px 25px !important;
    }
    /* a.btn.btn-outline.btn {
        margin-top: 45px;
    } */

    .menu-arrow {
        position: absolute;
        top: 15PX;
        right: 0;
        display: flex !important;
    }

    #primary-menu > li.menu-item-has-children{
        background: url() !important;
    }

    .sub-menu {
        display: none;
    }

    .main-navigation ul {
        display: none;
    }

    .menu-arrow img{
        transition: all 0.3s ease;
    }
    .menu-arrow.open img {
        rotate: 180deg;
    }

    .menu_close{
        display: flex;
    }

    li.menu_close a {
        font-size: 26px !important;
    }

    li.menu_close {
        position: absolute;
        top: 60px;
        right: 32px;
    }

}

@media screen and (max-width: 998px) {

    .three-up-card-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (max-width: 767px) {

    ul#primary-menu {
        width: 100% !important;
    }

    .header-cta-link.btn-default {
        font-size: 12px !important;
        min-width: max-content;
    }

    .nav-wrapper {
        gap: 20px !important;
    }

    img.custom-logo.logo-primary {
        width: 110px;
        padding: 8px 0;
    }

    nav#site-navigation {
        width: 0;
    }

    span.search-trigger.icon-black {
        width: 30px !important;
        margin: 0;
    }

    /* #primary-menu {
        padding: 65px 20px 20px !important;
    } */

    /* a.header-cta-link.btn-default{
        display: none;
    } */

    /* cta-banner-section without_bg  */
    .cta-banner-section .content {
        padding: 40px 20px;
        gap: 16px;
    }



    .btn {
        font-size: 18px;
    }
    .cta-banner-section .container .content .btn {
    margin-top: 12.5px;
    }

    .cta-banner-section.left_img .container, 
    .cta-banner-section.right_img .container {
        gap: 0px;
    }

    .cta-banner-section.left_img .container,
    .cta-banner-section.right_img .container{
        grid-template-columns: 1fr !important;
    }

    .block-image-con {
        aspect-ratio: 16 / 9;
    }

    .cta-banner-section.right_img .content {
        order: 2;
    }

    .cta-banner-section.left_img .content, 
    .cta-banner-section.right_img .content {
        padding: 40px 20px;
    }
    .cta-banner-section .heading.large {
        font-size: 40px;
    }
    .cta-banner-section .heading.small {
        font-size: 32px;
    }

    /* mini-carousel */
    .mini-carousel-section .container {
        padding: 40px 20px;
    }

    .mini-carousel-section h4 {
        margin-bottom: 20px;
    }

    .mini-carousel-content {
        font-size: 18px;
    }

    /* video-banner-section */
    .video-banner-section.add-padding {
        padding: 0 0px;
    }

    /* testimonial-banner-section */
    .testimonial-banner-section .container{
        padding: 40px 20px;
    }

    h3.testi-name {
        font-size: 22px;
    }

    /* two-up header -content-inner */
    .two-up-content-inner .content {
        padding: 40px 20px;
    }

    .two-up-header-section .two-up-content-inner {
        grid-template-columns: 1fr;
    }
    .two-up-content-inner .content {
        order: 2;
    }
    .two-up-media img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    .custom-button-wrapper{
        gap: 20px;
    }
    .custom-button-wrapper a {
        font-size: 18px;
    }

    /* testimonial-with-md-section */
    .testimonial-with-md-section {
        padding: 40px 20px;
    }
    .testimonial-with-md-section .container {
        padding: 40px 0 !important;
    }
    .testi-with-md-inner,
    .testi-with-md-inner.has-img {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .testi-with-md-inner .testi-name {
        font-size: 18px;
    }

    .testi-with-md-inner .content{
        order: 2;
    }
    .testimonial-with-md-section .img-con img {
        aspect-ratio: 16 / 9;
        object-fit: cover;
    }

    /* pullquote-section */
    .pullquote-section {
        margin: 20px 0 !important;
    }

    .pullquote-section .container{
        padding: 40px 20px !important;
    }
    .pullquote-section .container h4.with-border {
        margin-bottom: 0px;
    }

    /* button-section */
    .button-section .container {
        padding-left: 20px;
        padding-right: 20px;
    }

     /* two-up-cards-section */
    .two-up-cards-section .container {
        padding: 40px 20px !important;
    }
    .two-up-card-list{
        gap: 20px;
        grid-template-columns: 1fr;
    }
    .two-up-cards-section .single-two-up-card {
        gap: 14px;
    }

    .two-up-cards-section a.btn.btn-outline{
        margin-top: 20px;
    }
    .two-up-card-list.row .single-two-up-card {
        min-width: 100% !important;
    }

    /* faq-section */
    .faq-section {
        padding:40px 20px;
    }
    .faq-border {
        padding: 30px 0 !important;
    }
    .faq-question::after {
        font-size: 50px !important;
        top: 46px !important;
    }

    /* editor-block-section */
    section.full-width {
        padding-left: 20px;
        padding-right: 20px;
    }

    /* newsletter-from  */
    .newsletter-from {
        width: 100%;
    }


    /* Page id desing fix  */
    .page-id-6365 #two_up_post_cards-11 .container {
        padding: 40px 20px 40px !important;
    }
    .page-id-6365 .two-up-card-list-wrapper {
        margin: 0 0 0px 0 !important;
    }

    .page-id-6368 section#three_up_cards-1 {
        padding: 40px 20px 40px !important;
    }

    .page-id-6368 section#three_up_cards-1 h2.heading {
        font-size: 32px !important;
    }

    .page-id-6368 section#three_up_cards-1 .sgl-card-content h2 {
        font-size: 22px !important;
    }

    .page-id-6368 .three-up-card-list {
        gap: 40px 25px !important;
    }

    .page-id-6368 section#three_up_cards-1 .sgl-card-img-block {
        aspect-ratio: 16 / 9 !important;
    }

    .sgl-resource-title{
        font-size: 26px !important;
    }

    /* singleR */
    .singleR.banner {
        padding-top: 40px !important;
    }

    .singleR.banner .container{
        margin-bottom: 40px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .singleR_body .footer-social-links {
        margin: 40px 0 !important;
    }

    .footer-social-links {
        /* flex-direction: column !important; */
        gap: 20px !important;
    }

    .follow-us-heading h2{
        text-align: center;
    }

    /* related_post */
    .related_post_innner.post-list {
        grid-template-columns: 1fr;
    }

    section .related_post {
        padding: 40px 0 !important;
    }

    /* single-films .three-up-cards-media-section */
    body.single-films .three-up-cards-media-section {
        padding: 40px 20px 40px !important;
    }

    /* testimonial-banner-section.full-width */
    .testimonial-banner-section.full-width,
    .testimonial-banner-section.fixed-width {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .toggle-content-wrapper .toggle-heading {
        padding: 30px !important;
    }

    .container-toggle-content .toggle-content {
        padding: 40px 20px !important;
    }

    .testimonial-with-md-section .container.container-toggle-content {
        padding: 0px 0 !important;
    }

    body.single-films section#cta_banner-2 .content h2{
        font-size: 36px !important;
    }

    /* single-film-screening-schedule-section */
    .single-film-screening-schedule-section .container {
        padding: 40px 20px !important;
    }

    .page-id-6371 .three-up-cards-media-section {
        padding: 40px 20px !important;
    }

    .page-id-6369 section#three_up_cards-1 {
        padding: 40px 20px !important;
    }

    .page-id-6369 section#three_up_cards-1 h2.heading {
        font-size: 36px !important;
    }

    .our-supporters-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .editor-block-inner .our-supporters-list {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    section#button_group-2 .container {
        padding-bottom: 40px !important;
    }

    .custom-archive-section {
        padding: 40px 20px 40px !important;
    }

    .post-list {
        grid-template-columns: 1fr !important;
        gap: 50px 75px;
    }

    section.custom-archive-section form {
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .post-list:not(.filtered) .featured:first-child {
        flex-direction: row-reverse;
        grid-column: span 1 !important;
        gap: 30px !important;
        align-items: center;
    }

    .single-two-up-card.sgl-post.featured {
        flex-direction: column !important;
    }

    .post-list:not(.filtered) .featured:first-child .img-con, 
    .post-list:not(.filtered) .featured:first-child .resouces-infos {
        max-width: 100% !important;
        width: 100%;
    }

    .post-list:not(.filtered) .featured:first-child .btn {
        margin-top: 10px !important;
    }

    section.custom-archive-section.fixed-width .title-con {
        flex-direction: column !important;
    }

    .resource-more-btn-con .btn {
        margin: 30px auto 10px !important;
    }

    .single-news-banner {
        margin-bottom: 40px !important;
    }

    body.single-news .share-section {
        margin: 0px auto 40px !important;
    }

    body.single-news .cta-newsletter-section {
        margin-top: 40px !important;
    }

    .single-people section.single-people_content .container {
        padding: 40px 20px !important;
    }

    .single-people .single-people_content_inner {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 10px !important;
    }

    .single-people_content_left {
        order: 2 !important;
    }

    .single-people .single-people_content_left {
        padding: 40px 20px 40px 0 !important;
    }

    .single-people .single-people_content_right img {
        min-height: auto !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
    }

    .single-image-section .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .page-id-6371 .two-up-card-list-wrapper {
        margin: 0 0 40px 0 !important;
    }

    .footer-social-links {
        flex-direction: column;
    }

    footer .footer-social-links {
        flex-direction: row;
    }

    .singleR_pdf_button {
        gap: 10px !important;
        padding: 20px 20px !important;
        margin-top: 20px !important;
    }

    .contact_us-section .contact_us-content {
        padding-top: 40px !important;
    }

    section#featured_post-10 {
        margin: 30px 0 !important;
    }
    .contact_us-section .contact_us-inner {
        grid-template-columns: calc(40% - 15px) calc(60% - 15px) !important;
        gap: 30px !important;
    }

    .page-id-6369 .three-up-card-list {
        gap: 40px 25px !important;
    }

    /* a.btn.btn-outline.btn {
        margin-top: 40px;
    } */

}

@media screen and (max-width: 498px) {

    .header-cta-link {
        min-width: unset !important;
    }

    img.custom-logo.logo-primary {
        min-width: 80px;
    }

    nav#site-navigation {
        width: 0 !important;
    }
}

@media screen and (max-width: 487px) {

    section.custom-archive-section form input.btn.filter {
        width: 100%;
    }

    .button-list , 
    .singleR_pdf_button,
    .single-film-ctas{
        flex-wrap: wrap !important;
    }

    .button-list a,
    .singleR_pdf_button a,
    .single-film-ctas a{
        width: 100% !important;
    }

    .contact_us-section .contact_us-content {
        padding-top: 0px !important;
    }



}