.container {
    margin-left: auto;
    margin-right: auto;
}

.has_url {
    cursor: pointer;
}


/* Page: Home */
/* .home section#two_up_post_cards-8 .two-up-card-list-wrapper {
    padding-bottom: 60px;
} */

.home .has-see-more-btn {
    margin-bottom: 95px;
}
.home .two-up-card-inner .btn.btn-outline{
    margin: 0 auto;
}

/* comment */
.faq-section,
.faq-wrapper {
	padding-top: 60px;
}

.faq-wrapper {
	margin: 0 auto;
	padding: 0 120px;
	font-family: "Oswald", sans-serif;
}

/* Section heading */
.faq-heading {
	border-bottom: 2px solid #fff;
	padding-bottom: 19px;
	font-weight: 700;
	line-height: 55px;
}
.faq-section.bg-white .faq-heading {
    border-color: #000;
}

/* Each FAQ item */
.faq-item {
	color: #000000;
}

.faq-border {
	border-bottom: 2px solid #fff;
	padding: 60.6px 0;
	position: relative;
}
.faq-section.bg-white .faq-border {
    border-color: #000;
}

/* Question button */
.faq-question {
	cursor: pointer;
}
.faq-question:hover,
.faq-border:hover  {
    color: #595959;
}

/* Add + icon */
.faq-question::after {
	content: "\2b";
	position: absolute;
	right: 60px;
	top: 70px;
	font-size: 75px;
	line-height: 0;
	font-weight: bold;
	transition: transform 0.2s ease;
    cursor: pointer;
}

.faq-question.open::after {
	content: "\2212";
    transform: rotate(180deg);
}

/* Answer content */
.faq-answer {
	padding-top: 30px;
	display: none;
	line-height: 1.4;
	width: 85%;
	text-align: justify;
    color: #000;
}

p {
	margin: 0;
}

/* button */

.faq-button {
	margin-top: 30px;
	display: flex;
	justify-content: center;
	text-align: center;
}

/* two-up-header */

.primaryBtn {
	border: 2px solid #000 !important;
	font-size: 20px;
	padding: 6px 18px;
}
.btn.primaryBtn:hover {
    background: var(--ld-black) !important;
    color: var(--ld-white) !important;
    border: 2px solid var(--ld-black);
}


.secondaryBtn {
	font-family: "Oswald", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
	padding: 6px 18px;
	color: #818181;
	border: none;
	text-decoration: none !important;
	text-align: center;
}


/* Template : Taxonomy */
.taxonomy-post-list .post-thumbnail img {
    width: 100%;
    aspect-ratio: 663 / 432;
    height: auto;
    object-fit: cover;
}
.taxonomy-post-list a.gray:hover {
    text-decoration: unset !important;
    color: #000;
}


/* Template : News Archive */
.news-archive-list .container {
    max-width: 1200px;
    padding: 0 20px;
}
.news-pagination {
    margin-left:auto;
    margin-right: auto;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.news-pagination .page-numbers:not(.prev,.next) {
    font-size: 16px;
    color: #fff;
    background:var(--ld-black);
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news-pagination .page-numbers.current, 
.news-pagination .page-numbers:hover {
    background:var(--ld-gray);
}
.news-pagination .page-numbers:not(.prev,.next):hover {
    color: #fff;
}
.news-pagination .prev,
.news-pagination .next {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--ld-black)
}




/* Section: Single Film */
.section__single-film-wrapper {
	margin: 0 0 120px 0;
}

.section__single-film-wrapper .container {
    max-width: 1520px;
    padding: 0 1rem;
    margin: 0 auto;
}

.section__single-film-wrapper .single-film_img-wrapper {
    position: relative;
    overflow: hidden;
    height: 530px;
}

.section__single-film-wrapper .single-film_img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section__single-film-wrapper .single-film_content {
    display: grid;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    grid-template-columns: calc(51% - 30px) calc(49% - 30px);
}

.section__single-film-wrapper .single-film_content .single-film_additional-info {
    max-width: 690px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.section__single-film-wrapper .film-mentioned {
    text-decoration: underline;
}
.section__single-film-wrapper .film-mentioned:hover {
    color: inherit;
    text-decoration: unset;
}

span.single-film_label {
    font-size: 20px;
    font-weight: 700;
    padding: 6px 25px;
    background-color: var(--ld-off-black);
    color: var(--ld-white);
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

span.film-label_award-winning {
    background-color: rgba(247, 196, 28, 1);
    background: linear-gradient(0deg, #F7C41C, #F7C41C),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.single-film_additional-info .single-film_cta {
    margin-top: 25px;
    
}
.single-film_additional-info .single-film_cta a.btn-dark {
    color: var(--ld-black);
}
.single-film_additional-info .single-film_cta a.btn-dark:hover {
    color: var(--ld-white);
}
.single-film_content:not(.bg-off-white) .single-film_additional-info .single-film_cta a.btn-dark.btn-lg {
    color: var(--ld-white);
}
.single-film_cta .btn-default.btn-white.btn-lg {
    border: 2px solid var(--ld-white);
    transition: all .3s linear;
}
.single-film_cta .btn-default.btn-white.btn-lg:hover {
    background: transparent;
}

.single-film_additional-info .single-film_tags a.gray {
    color: var(--ld-gray);
    font-weight: 700;
}
.bg-off-black .single-film_additional-info .single-film_tags a.gray:hover {
    text-decoration: unset !important;
    color: #fff;
}
.bg-white .single-film_additional-info .single-film_tags a.gray:hover {
    text-decoration: unset !important;
    color: var(--ld-black);
}


/* Film Txonomy page */
body.tax-film_category,
body.tax-film_tag {
    background: #000;
}



/* Section: Follow Us */
.follow-us-wrapper {
	padding: 60px 0;
}

.follow-us-wrapper .container {
    padding: 0 1rem;
    max-width: 992px;
    margin: 0 auto;
}

.follow-us-wrapper .follow-us-content {
    gap: 60px;
}

.follow-us-wrapper .follow-us-content .follow-social-links {
    gap: 30px;
}

.follow-us-wrapper .follow-us-content .follow-social-links > a {
    width: 90px;
    text-align: center;
}
.follow-us-wrapper .follow-us-content .follow-social-links img {
    transition: opacity .2s linear;
}
.follow-us-wrapper .follow-us-content .follow-social-links img:hover {
    opacity: .6;
}

.follow-us-wrapper .follow-us-heading {
    max-width: 414px;
}



/* Section: Editor Block */
.editor-block-content p {
    margin-bottom: 1.5rem;
}

.editor-block-content p:last-child {
    margin-bottom: 0;
}



/* Section: Single Block */
.single-image-section .image-caption,
.wp-element-caption {
    font-size: 14px;
    color: gray;
    margin-top: .25rem;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}



/* Section: Supporters Block */
.editor-block-inner {
    gap: 30px;
}

.our-supporters-sub-heading {
    max-width: 750px;
}

.editor-block-inner .our-supporters-list {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 50px;
    width: 100%;
}



/* Section: Contact Us */
.contact_us-section {
    position: relative;
}

.contact_us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.contact_us-section .container {
    padding-left: 60px;
    padding-right: 60px;
}

.contact_us-section .contact_us-inner {
    display: grid;
    grid-template-columns: calc(40% - 60px) calc(60% - 60px);
    gap: 120px;
    position: relative;
    z-index: 1;
}
/* 
.contact_us-section .contact_us-sub-heading {
    font-size: 20px;
    text-transform: uppercase;
} */

.contact_us-section .contact_us-heading {
    max-width: 430px;
}

.contact_us-section .form-section .gravity-form {
    margin: unset;
    max-width: 100%;
}

.contact_us-section .contact_us-form {
    background: #ffffff;
    padding: 60px;
} 
.contact_us-section .contact_us-form .gform_confirmation_message {
    color: var(--ld-black) !important;
}

.contact_us-form.form-section .excerpt {
    color: var(--ld-off-black);
}

.contact_us-section .contact_us-content {
    padding-top: 60px;
}



/* BLock Button */
.btn-block-section {
    margin: 60px 0;
}
/* Block Pullquote */
.block-pullquote {
    margin: 60px 0 !important;
}
.block-pullquote .container {
    padding: 0 !important;
}


/* Nav */
ul#primary-menu li.nav_item_text-only {
	margin-top: 20px !important; 
}

ul#primary-menu li.nav_item_text-only > a {
    font-size: 10px !important;
    color: var(--ld-gray) !important;
    pointer-events: none;
}


/* Page: Films */
body.page-id-6373 {
    background-color: var(--ld-off-black);
}


body.page-id-6373 section#cta_banner-6 {
    margin-bottom: 120px;
}


/* Page: For Educators */
.page-id-6365 #two_up_header-3 {
    padding: 120px 0;
}

.page-id-6365 .three-up-cards-section {
    padding: 60px 120px;
    width: 100%;
}

/* .page-id-6365 .two-up-card-list-wrapper {
    overflow: hidden;
    margin: 0 0 60px 0;
	padding-bottom: 30px;
} */

.page-id-6365 #two_up_post_cards-6 .container, 
.page-id-6365 #two_up_post_cards-8 .container {
    padding: 60px 120px 120px;
}

.page-id-6365 #two_up_post_cards-8 {
	margin-top: 60px;
}

.page-id-6365 #cta_banner-10.with-bg {
    background-position: center;
}

.page-id-6365 #two_up_post_cards-11 .container {
    padding: 80px 120px 120px;
}

.page-id-6365 #featured_post-13 h5,
.page-id-6365 #featured_post-14 h5 {
    text-transform: initial;
}





/* Page: About us */
.page-id-6371 .three-up-cards-section {
    padding: 60px 120px 120px 120px;
    width: 100%;
}

.page-id-6371 #pullquote-10 .h2 p + p {
    margin-top: 3rem;
}

.page-id-6371 .three-up-cards-media-section {
    padding: 60px 120px;
}

.three-up-cards-media-section .sgl-card-hidden {
    display: none;
}

.page-id-6371 #two_up_post_cards-15 h5 {
    text-transform: initial;
}

.page-id-6371 .two-up-card-list-wrapper {
    margin: 0 0 100px 0;
}
.page-id-6371 .two-up-cards-section .container {
    padding-bottom: 100px !important;
}

.page-id-6371 #two_up_post_cards-15 .container {
    padding: 60px 120px 120px;
}

.page-id-6371 #two_up_post_cards-15 .two-up-card-inner > .btn.btn-outline {
    margin: 0 auto;
}

.page-id-6371 #two_up_post_cards-15 .btn.sm {
    border: 2px solid var(--ld-off-black);
    background-color: var(--ld-white) !important;
    color: var(--ld-off-black) !important;
}

.page-id-6371 #two_up_post_cards-15 .btn.sm:hover {
    border: 2px solid var(--ld-off-black);
    background-color: var(--ld-off-black) !important;
    color: var(--ld-white) !important;
}






/* Page: Our Partners */
.page-id-6368 section#three_up_cards-1 {
    padding: 60px 120px 120px;
}

.page-id-6368 .three-up-card-list {
    gap: 100px 25px;
}

.page-id-6368 section#three_up_cards-1 h2.heading {
    font-size: 55px;
    text-align: left;
    margin: 0;
}

/* .page-id-6368 section#three_up_cards-1 .three-up-card-inner {
    align-items: flex-start;
    gap: 10px;
}

.page-id-6368 section#three_up_cards-1 .three-up-card-inner .sub-heading {
    max-width: 750px;
    margin-bottom: 20px;;
} */

.page-id-6368 section#three_up_cards-1 .sgl-card-img-block {
    padding: 30px;
    border: 1px solid var(--ld-off-black);
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.page-id-6368 section#three_up_cards-1 .sgl-card-img-block img {
    aspect-ratio: unset;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.page-id-6368 section#three_up_cards-1 .sgl-card-content h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
}

.page-id-6368 .three-up-card-media-see-more {
    text-align: center;
    width: 100%;
}

.page-id-6368 .three-up-card-media-see-more .see-more {
    margin: 0 auto;
}



/* Page: Our Supporters */
.three-up-cards-section .sgl-card-hidden {
    display: none;
}

.page-id-6369 section#three_up_cards-1 {
    padding: 60px 120px;
}

.page-id-6369 .three-up-card-list {
    gap: 100px 25px;
}

/* .page-id-6369 section#three_up_cards-1 .three-up-card-inner {
    align-items: flex-start;
    gap: 10px;
} */
/* .page-id-6369 section#three_up_cards-1 h2.heading {
    font-size: 55px;
    text-align: left;
    margin: 0;
} */

.page-id-6369 section#three_up_cards-1 .three-up-card-inner .sub-heading {
    max-width: 750px;
    margin-bottom: 20px;;
}

.page-id-6369 section#three_up_cards-1 .sgl-card-img-block {
    padding: 30px;
    border: 1px solid var(--ld-off-black);
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.page-id-6369 section#three_up_cards-1 .sgl-card-img-block img {
    aspect-ratio: unset;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.page-id-6369 section#three_up_cards-1 .sgl-card-content h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
    text-align: center;
}

.page-id-6369 .three-up-card-media-see-more {
    text-align: center;
    width: 100%;
}

.page-id-6369 .three-up-card-media-see-more .see-more {
    margin: 0 auto;
}





/* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
** Single template: Film 
** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */

/* body.single-films section.single-film_hero-section {
    padding: 0 60px;
} */

body.single-films {
    background-color: var(--ld-off-black);
}
body.single-films main {
    gap: 120px;
}
body.single-films .single-film_hero-section .container {
    padding: 0 60px;
}
body.single-films section.single-film_hero-section iframe {
    height: auto;
    aspect-ratio: 1.9 / 1;
}

section.single-film_content .container {
    max-width: 840px;
    padding: 60px 20px;
}

section.single-film_content .single-film-tags {
    margin: 20px 0 60px;
}
.single-film-content-wrapper {
    max-width: 800px;
    width: 100%;
}

section.single-film_content .single-film-content-wrapper h1, 
section.single-film_content .single-film-content-wrapper h2 {
    font-size: 30px;
}

/* section.single-film_content .single-film-content-wrapper p:first-of-type {
    margin-top: 30px;
    font-size: 30px;
    font-weight: 700;
} */

section.single-film_content .single-film-content-wrapper p {
    margin-bottom: 30px;
}

section.single-film_content section.single-film_content h4 {
    margin: 0 0 15px 0;
}

section.single-film_content .single-film-ctas {
    margin: 60px auto;
}

body.single-films section#follow_us-1 .follow-social-links img {
    filter: brightness(0) invert(1);
}

body.single-films .three-up-cards-media-section {
    padding: 0 120px;
}

.toggle-content-wrapper .toggle-heading {
    border-top: 2px solid var(--ld-white);
    padding: 60px;
    position: relative;
    cursor: pointer;
}
.toggle-content-wrapper.no-border-top .toggle-heading {
    border-top: 0 !important;
}

.toggle-content-wrapper .container-toggle-content {
    border-bottom: 2px solid var(--ld-white);
}

.toggle-content-wrapper .toggle-heading h2 {
    position: relative;
    cursor: pointer;
}

.toggle-content-wrapper .toggle-heading h2::before,
.toggle-content-wrapper .toggle-heading h2::after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    width: 14px;
    height: 4px;
    background-color: var(--ld-white);
    transition: all 0.3s ease;
}

.toggle-content-wrapper .toggle-heading h2::after{
    top: calc(50% - 2px);
}

.toggle-content-wrapper .toggle-heading h2::after {
    transform: rotate(90deg);
    top: calc(50% - 7px);
}

.toggle-content-wrapper .toggle-content {
    display: none;
}

.toggle-content-wrapper.expanded .toggle-heading h2::after {
    transform: rotate(0deg);
    top: calc(50% - 7px);
}

body.single-films section#testimonial_with_media-1 .container-toggle-content {
    padding-top: 0;
    padding-bottom: 0;
}

body.single-films section#testimonial_with_media-1 .container-toggle-content .toggle-content {
    padding-top: 0 !important;
    padding-bottom: 60px;
}

body.single-films section#testimonial_banner-1.expanded .container-toggle-content {
    border-bottom: none;
}

body.single-films section#testimonial_banner-1 .container-toggle-content {
    padding: 0;
}

body.single-films section#testimonial_banner-1 .container-toggle-content .toggle-content {
    padding: 60px;
    border: 2px solid var(--ld-white);
}
body.single-films .container-toggle-content .toggle-content {
    padding: 60px;
}
/* body.single-films .container-toggle-content {
    padding: 0 60px;
} */
body.single-films .single-film-tags a {
    text-decoration: none !important;
}
body.single-films .single-film-tag:hover {
    color: var(--ld-gray);
}

.single-films .two-up-cards-section .container {
    padding: 0 120px;
}

section#single_film_screening_schedule-1 .container {
    padding: 0 120px;
}

.screening-schedule-list .screening-schedule-item {
    display: grid;
    grid-template-columns: calc(25% - 20px) calc(55% - 20px) calc(20% - 20px);
    align-items: center;
    justify-content: space-between;
    column-gap: 30px;
    padding: 60px;
    border-top: 2px solid var(--ld-white);
}

.screening-schedule-list .screening-schedule-item:last-child {
    border-bottom: 2px solid var(--ld-white);
}

.screening-schedule-list .screening-schedule-item .screening-location-wrapper {
    text-align: right;
}

body.single-films section#cta_banner-1.bg-white h2 {
    font-size: 55px;
}

body.single-films section#cta_banner-1.bg-white h2, 
body.single-films section#cta_banner-1.bg-white .desc, 
body.single-films section#cta_banner-1.bg-white .desc p {
    color: var(--ld-off-black);
}

body.single-films section#cta_banner-2 .content h2 {
    font-size: 55px;
}

/* body.single-films section#cta_banner-2 .content {
    max-width: 940px;
    padding-left: 0;
    padding-right: 0;
} */












/* Single People */
.single-people section.single-people_content .container {
    padding: 60px 120px;
}

.single-people .single-people_content_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}
.single-people .sgl-poeple-content p {
    font-size: 16px;
    line-height:145%;
    margin-bottom: 1rem;
}

.single-people .single-people_content_right img {
    width: 100%;
    min-height: 600px;
    object-fit: cover;
    height: 100%;
}

.single-people .single-people_content_left {
    padding: 60px 60px 60px 0;
}

.single-people .single-people_content_left h1 {
    font-size: 30px;
    text-transform: initial;
    margin: 0 0 5px 0;
}

.single-people .single-people_content_left h4 {
    margin: 0 0 1rem;
}

.single-people section#testimonial_banner-1 {
    padding: 0 120px;
}

.single-people h2.related-films_heading {
    margin: 120px 120px 40px;
}

.single-people section.section__single-film-wrapper .container {
    max-width: 100%;
    padding: 0 120px;
}



/* Page: For Supporters >> Donate */
body.page-id-6367 section#heading-1 .heading-container {
    max-width: 100%;
    padding-left: 120px;
    padding-right: 120px;
}

body.page-id-6367 section#three_up_cards-2 {
    padding-top: 0;
    padding-bottom: 120px;
}

body.page-id-6367 section#three_up_cards-2 .sgl-card {
    background-color: var(--ld-off-black);
    color: var(--ld-white);
}

body.page-id-6367 section#three_up_cards-2 .sgl-card .sgl-card-content h3, 
body.page-id-6367 section#three_up_cards-2 .sgl-card .sgl-card-content .p,
body.page-id-6367 section#three_up_cards-2 .sgl-card .sgl-card-content p {
    color: var(--ld-white);
    padding-left: 30px;
    padding-right: 30px;
}

body.page-id-6367 section#three_up_cards-2 .sgl-card a.btn {
    color: var(--ld-white) !important;
    background-color: var(--ld-off-black) !important;
    border: 2px solid var(--ld-white);
    margin: 0px 30px 30px 30px;
}

body.page-id-6367 section#three_up_cards-2 .sgl-card a.btn:hover {
    color: var(--ld-off-black) !important;
    background-color: var(--ld-white) !important;
    border: 2px solid var(--ld-white);
}

body.page-id-6367 section#follow_us-4 {
    padding: 100px 0;
}




/* Page: For Supporters >> Donate >> Donate Form */
.page-id-7177 section#contact_us-1 .excerpt {
    font-size: 45px;
    text-align: center;
    font-family: var(--ld-oswald);
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1.4;
}

body.page-id-7177 form#gform_6 .ginput_container_select select {
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: var(--ld-oswald);
    font-size: 30px !important;
    padding: 30px 20px;
    height: 100px !important;
    border-radius: 0;
    border: 2px solid var(--ld-off-black);
}

body.page-id-7177 form#gform_6 div#funding-note {
    padding: 25px 20px;
    margin: 15px 0 50px;
}

body.page-id-7177 .gform-footer input[type="submit"] {
    background-color: var(--ld-off-black) !important;
    color: var(--ld-white) !important;
    cursor: pointer;
}

section.contact_us-section .contact-testimonial-card {
    max-width: 650px;
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

section.contact_us-section .contact-testimonial-card .contact-testimonial-card-content {
    padding: 60px 30px;
    background-color: var(--ld-off-black);
}

section.contact_us-section .contact-testimonial-card .contact-testimonial-card-content h4 {
    margin-top: 20px;
}



/* Page: Thank you */
.page-id-7183 section#editor_block-1 {
    text-align: center;
}



/* Page: Search results */
body.search-results section.search-results-section .container {
    max-width: 1764px;
    padding: 60px 120px;
}

body.search-results form.bykids_search-form,
body.search-no-results  form.bykids_search-form {
    position: relative;
}

body.search-results form.bykids_search-form label[for="search"] ,
body.search-no-results form.bykids_search-form label[for="search"]  {
    display: none;
}

body.search-results form.bykids_search-form input#search,
body.search-no-results form.bykids_search-form input#search {
    width: 100%;
    border-radius: 0;
    border: 2px solid var(--ld-off-black);
    height: 100px;
    padding: 30px 30px 30px 100px;
    font-family: var(--ld-oswald);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 30px;
    color: var(--ld-medium-gray);
}

body.search-results form.bykids_search-form input[type="image"],
body.search-no-results form.bykids_search-form input[type="image"] {
    position: absolute;
    top: 37px;
    z-index: 1;
    left: 30px;
}

body.search-results form.bykids_search-form input[type="reset"],
body.search-no-results form.bykids_search-form input[type="reset"] {
    position: absolute;
    font-size: 0;
    background-color: transparent;
    background: url(../img/close_icon.svg) no-repeat center center;
    right: 30px;
    top: 37px;
    width: 30px;
    height: 30px;
    border: none;
}

body.search-results form.bykids_search-form h4 {
    margin: 15px 0 50px;
    font-weight: 400;
    font-size: 20px;
}

body.search-results .search-result-con {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 75px;
}

body.search-results .search-result-con article h2.entry-title, h2.entry-title a {
    font-size: 30px;
    line-height: 1.3;
    text-transform: initial;
}

body.search-results .search-result-con .img-con {
    height: auto !important;
}
body.search-results .search-result-con .img-con .post-thumbnail img {
    aspect-ratio: 663/432;
    height: auto;
    object-fit: cover;
    width: 100%;
}
body.search-results .single-two-up-card {
    gap: 12px;
}
body.search-results .single-two-up-card .btn {
    margin-top: 12px;
}

.search-default-thumbnail,
.default-thumbnail {
    border: 1px solid var(--ld-off-black);
    width: 100%;
    aspect-ratio: 663/432;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
}

.search-default-thumbnail img,
.default-thumbnail img {
    max-width: 100%;
    width: 100%;
}
.search-form-wrapper a.gray:hover {
    text-decoration: none !important;
    color: #000;
}

/* Search Result not Found */
section.no-results {
    max-width: 1600px;
    padding: 60px;
    margin: 0 auto;
    min-height: 50vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}


/* Related Resources & NEWS */
.single-two-up-card {
    overflow: hidden !important;
}
.single-two-up-card .img-con{
    overflow: hidden !important;
}
.single-two-up-card .img-con img{
    transition: all .25s linear !important;
    display: block;
}
.single-two-up-card .img-con img:hover{
    transform: scale(1.05);
}
.single-two-up-card a:hover{
    text-decoration: none !important;
}

/* Donate support our work section */
.three-up-card-inner .sgl-card{
    overflow: hidden !important;
}
.three-up-card-inner .sgl-card .sgl-card-content{
    overflow: hidden !important;
}
.three-up-card-inner .sgl-card .sgl-card-content a {
    display: block;
    overflow: hidden;
    line-height: 0;
}
.three-up-card-inner .sgl-card-content .sgl-card-img-block{
    /* display: block; */
    overflow: hidden;
}
.three-up-card-inner .sgl-card-content .sgl-card-img-block img{
    transition: all .25s linear !important;
    display: block;
    margin-bottom: 0px;
}
.three-up-card-inner .sgl-card .sgl-card-content a img{
    transition: all .25s linear !important;
    display: block;
    margin-bottom: 0px;
}
.three-up-card-inner .sgl-card .sgl-card-content h3 {
    margin: 25px 0 10px;
}
.three-up-card-inner .sgl-card .sgl-card-content a:hover img{
    transform: scale(1.05);
}
.three-up-card-inner .sgl-card-content .sgl-card-img-block img:hover{
    transform: scale(1.05);
}
.page-id-6368 .sgl-card-content .sgl-card-img-block:hover img{
    transform: scale(1.05);
}
.page-id-6369 .sgl-card-content .sgl-card-img-block:hover img{
    transform: scale(1.05);
}

/* single-film_content */
.section__single-film-wrapper .single-film_img-wrapper{
    overflow: hidden;
}
.section__single-film-wrapper .single-film_img-wrapper a{
    overflow: hidden;
    display: block;
    height: 100%;
    position: relative;
}
.section__single-film-wrapper .single-film_img-wrapper a::after {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
linear-gradient(180deg, rgba(0, 0, 0, 0) 74.68%, rgba(0, 0, 0, 0.8) 100%);

}
.section__single-film-wrapper .single-film_img-wrapper a img{
    transition: all .25s linear !important;
    display: block;
}
.section__single-film-wrapper .single-film_img-wrapper img:hover{
    transform: scale(1.05);
}
.section__single-film-wrapper .single-film_img-wrapper span{
    z-index: 10 !important;
}

/* single people */
.single-people .section__single-film-wrapper .single-film_img-wrapper a {
    overflow: hidden;
    display: block;
    height: auto;
    aspect-ratio: 734/529;
    object-fit: cover;
}

.single-people .section__single-film-wrapper .single-film_img-wrapper {
    height: auto;
}

/* section people-cat-section */
.people-cat-section .single-people .post-thumbnail{
    overflow: hidden;
}
.people-cat-section .single-people .post-thumbnail a{
    overflow: hidden;
    height: 100%;
}
.people-cat-section .single-people .post-thumbnail a img{
    transition: all .25s linear !important;
}
.people-cat-section .single-people .post-thumbnail a:hover img{
    transform: scale(1.05);
}

/* film-carousel-section */
.film-carousel-section .sgl-film-carousel a .film-img-con{
    overflow: hidden;
    display: block;
    position: relative;
}
.film-carousel-section .sgl-film-carousel a .film-img-con img{
    transition: all .25s linear !important;
    margin-bottom: 0px;
}
.film-carousel-section .sgl-film-carousel a:hover .film-img-con img {
    transform: scale(1.05);
    transition: all .25s linear !important;
    display: block;
}
.film-carousel-section .sgl-film-carousel .crl-content{
    margin-top: 20px;
}

/* three-up-card-media-list */
.three-up-card-media-list{
    overflow: hidden !important;
}
.three-up-card-media-list .sgl-card .img-con{
    overflow: hidden !important;
}
.three-up-card-media-list .sgl-card .img-con img{
    transition: all .25s linear !important;
}
.three-up-card-media-list .sgl-card .img-con:hover img{
    transform: scale(1.05);
}



/* Responsive  */
@media only screen and (max-width: 1400px) {
    .home .has-see-more-btn {
        margin-bottom: 75px;
    }

    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Single template: Film 
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    .single-film-screening-schedule-section .container,
    body.single-films .three-up-cards-media-section,
    .single-films .two-up-cards-section .container {
        padding: 0 80px !important;
    }

    
}
@media only screen and (max-width: 1300px) {
    body.search-results section.search-results-section .container {
        padding: 60px;
    }
    /* body.single-films section#cta_banner-1.bg-white h2 {
        font-size: 36px;
    } */
    body.page-id-6367 section#heading-1 .heading-container {
        padding-left: 80px;
        padding-right: 80px;
    }

    /* Single People */
    .single-people section#testimonial_banner-1,
    .single-people section.section__single-film-wrapper .container {
        padding: 0 80px;
    }
    .single-people h2.related-films_heading {
        margin: 60px 80px 30px;
    }

    /* Single Film */
    body.single-films .single-film_hero-section .container {
        padding: 0 2%;
    }

    
}

@media only screen and (max-width: 1024px) {
    .home .has-see-more-btn {
        margin-bottom: 30px;
    }

    /* Search */
    body.search-results section.search-results-section .container {
        padding: 20px;
    }
    body.search-results .search-result-con {
        gap: 40px 50px;
    }
    body.search-results form.bykids_search-form input#search, 
    body.search-no-results form.bykids_search-form input#search {
        height: 60px;
        font-size: 16px;
        padding: 10px 10px 10px 70px;
    }
    body.search-results form.bykids_search-form input[type="image"], 
    body.search-no-results form.bykids_search-form input[type="image"] {
        top: 22px;
        width: 20px;
    }
    body.search-results form.bykids_search-form input[type="reset"], 
    body.search-no-results form.bykids_search-form input[type="reset"] {
        top: 20px;
        width: 20px;
        height: 20px;
    }

        
    /* *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *
    ** Single template: Film 
    ** *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** *  *** */
    body.single-films main {
        gap: 80px;
    }
    body.single-films .single-film_hero-section .container {
        padding: 0 1rem;
    }
    section.single-film_content .single-film-ctas {
        margin: 60px auto 0;
    }
    body.single-films .testimonial-with-md-section .container-toggle-content {
        padding: 0 !important;
    }
    body.single-films .container-toggle-content .all-testimonial {
        padding: 0 20px;
    }
    body.single-films .container-toggle-content .testi-with-md-inner {
        gap: 30px;
        padding: 0 20px;
    }
    body.single-films section#cta_banner-1.bg-white h2 {
        font-size: 40px;
    }
    body.page-id-6367 section#heading-1 .heading-container {
        padding-left: 60px;
        padding-right: 60px;
    }
    .single-film-screening-schedule-section .container,
    body.single-films .three-up-cards-media-section,
    .single-films .two-up-cards-section .container {
        padding: 0 30px !important;
    }
   




    /* Single People */
    .single-people section#testimonial_banner-1,
    .single-people section.section__single-film-wrapper .container {
        padding: 0 60px;
    }
    .single-people h2.related-films_heading {
        margin: 60px 60px 30px;
    }


    /* Screening Schedule */
    .screening-schedule-list .screening-schedule-item { 
        padding: 30px 20px;
    }
    .screening-film-meta {
        flex-wrap: wrap;
        gap: .5rem;
    }




}


@media only screen and (max-width: 998px) {
    .screening-schedule-list .screening-schedule-item {
        grid-template-columns: 100%;
        gap: 1rem;
    }
    .screening-date-wrapper {
        display: flex;
        gap: 1rem;
        flex-wrap: wrap;
    }


}
    


@media only screen and (max-width: 767px) {
    body.single-films main {
        gap: 60px;
    }
    .single-film-screening-schedule-section .container, 
    body.single-films .three-up-cards-media-section, 
    .single-films .two-up-cards-section .container {
        padding: 0 20px !important;
    }
    body.single-films .container-toggle-content .testi-with-md-inner {
        padding: 0 10px;
    }
    body.single-films .container-toggle-content .all-testimonial {
        padding: 0 10px;
    }
    body.single-films .container-toggle-content .toggle-content {
        padding: 20px 20px !important;
    }
    body.single-films .testimonial-with-md-section {
        padding: 0 20px;
    }
    body.search-results .search-result-con {
        grid-template-columns: 100%;
    }

    .three-up-card-inner .sgl-card.has_url .sgl-card-content {
        padding-bottom: 30px;
    }
    body.page-id-6367 section#heading-1 .heading-container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section__single-film-wrapper .single-film_img-wrapper {
        height: auto;
    }


    /* BLock Button */
    .btn-block-section  {
        margin: 30px 0;
    }
    .btn-block-section > div {
        flex-direction: column;
    }
    .btn-block-section > div a {
        max-width: 400px;
        width: 100%;
    }




    /* Search Result not Found */
    section.no-results {
        padding: 60px 20px;
    }
    body.search-results form.bykids_search-form h4 {
        font-size: 16px;
    }

     /* Single People */
    .single-people section#testimonial_banner-1 ,
    .single-people section.section__single-film-wrapper .container {
        padding: 0 20px;
    }
    .single-people h2.related-films_heading {
        margin: 20px;
    }


    /* Screening schedule */
    .screening-schedule-list .screening-schedule-item {
        padding: 40px 0;
    }



}