/*
Theme Name: FirstFrame Child
Theme URI: https://firstframe.qodeinteractive.com
Description: A child theme of FirstFrame
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: firstframe
Template: firstframe
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#block-55 {
    margin-bottom: 0;
}

.checkbox-text {
    margin-top: 0;
    font-size: 14px;
}

.wpcf7-list-item.first.last {
    margin: 15px 0 -10px;
}

p:empty {
    display: none;
}

/*Events Archive Style*/
.archive-post h2 {
    line-height: 1.3em;
}

.archive .qodef-m-title.entry-title,
.single-event-item .qodef-m-title.entry-title {
    display: none;
}

.blog-archive-title {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
}

/* Container for the grid */

.archive-posts {
    display: flex;
    flex-wrap: wrap;
    /* Allow wrapping on smaller screens */
    gap: 15px;
    /* Space between posts */
}

/* Each post in the grid */
.archive-post {
    display: flex;
    flex-direction: column;
    /* Ensure content and image stack vertically */
    flex: 0 0 32%;
    /* This allows the columns to grow equally */
    justify-content: space-between;
    background-color: #121212;
    padding: 15px;
    margin-bottom: 30px;
}

.post-thumbnail {
    height: 100%;
    overflow: hidden;
}

.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

/* Title and other content */
.archive-post h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

article.event-item {
    margin-top: 70px;
}

/* Pagination */
.pagination {
    text-align: center;
    margin-top: 20px;
}

a.qodef-shortcode.qodef-m.qodef-button.qodef-layout--filled.qodef-size--large.qodef-html--link:hover {
    color: #121212 !important;
}

.archive .qodef-button.qodef-html--link {
    width: fit-content;
}

.event-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.event-gallery img {
    flex: 0 0 calc(49% - 12px);
}

/* single event item css */
.event-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.3em;
    margin: 0;
}

.qodef-h4,
h4 {
    font-size: 25px;
}

.entry-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.event-start-date {
    margin-right: 15px;
}

.single-event-item #qodef-page-outer {
    background-color: #121212;
}

.single-event-item .elementor-widget-container {
    border-color: #ffffff !important;
}

.single-event-item .post-navigation__prev--label,
.single-event-item .post-navigation__next--label {
    text-decoration: none !important;
    text-transform: normal !important;
}

/*----- Upcoming Events CPT -----*/

.main-content {
    text-align: center;
    margin-bottom: 100px;
}

.event-grid p {
    font-size: 18px;
}

.al_reg_wrap {
    margin-top: 25px;
}


.page-id-7372 .qodef-m-title.entry-title,
.single-events .qodef-m-title.entry-title {
    display: none;
}

.single-event-title {
    line-height: 1.3;
}

.event-wrapper {
    margin: 60px 0;
}

.event-container {
    margin-bottom: 60px;
}


/*-----End Upcoming Events CPT -----*/

/*  Sinle Event Template css */
.movie-trailer {
    background-color: #fff;
    color: #000;
    padding: 12px 24px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
}

.movie-trailer:hover {
    background-color: #000;
}

/* .single-movies-studio #qodef-page-inner {
    padding: 130px 0 100px !important;
} */

.movie-description p {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.movie-director p {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1.3;
}

/* movies studio css */
.movies-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 65px;
}

/* Film CPT css */
.film-buy-button {
    background-color: #000;
    color: #FFF;
    padding: 15px 30px 15px 30px;
    font-size: 18px;
    font-weight: 500;
    border: 1px solid #fff;
}

.film-buy-button:hover {
    background-color: #FFF;
    color: #000;
}

.films-wrapper .mepr_error {
    display: none;
}

.film-video-wrapper {
    margin-top: 40px;
}

.mepr-checkout-container .invoice-wrapper.thankyou p {
    color: #fff;
}

/* End Film CPT css */
/* Make it responsive */
@media (max-width: 1024px) {
    .movies-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .movies-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .event-gallery img {
        flex: 0 0 100%;
    }
}

.movies-item {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.movies-poster {
    position: relative;
    cursor: pointer;
}

.movies-thumbnail {
    width: 100%;
    display: block;
    height: 280px !important;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.movies-pagination {
    text-align: center;
}

.movies-pagination a {
    padding: 8px 12px;
    margin: 2px;
    text-decoration: none;
    background: #0073aa00;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
}

.movies-pagination a:hover {
    background-color: #fff;
    color: #000;
}

.movies-pagination .current {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
    padding: 8px 12px;
    border-radius: 5px;
}

.movies-link.movie-trailer {
    margin-top: auto;
    width: fit-content;
}

.movies-title {
    font-size: 34px !important;
}

.movies-details {
    margin-bottom: 40px;
}

/* movies studio css end */

.movie-poster img {
    width: 100%;
}

.movie-details .movie-title {
    font-size: 52px;
}

@media(min-width:1025px) {
    article.event-item {
        display: flex;
        gap: 25px;
    }

    header.entry-header {
        display: flex;
        flex: 0 0 33%;
        padding: 20px;
    }

    .event-content {
        flex: 0 0 66%;
    }

    .event-grid {
        display: flex;
        gap: 25px;
    }

    .single-event {
        max-width: 100%;
    }

    /*  Sinle Movie Template css */
    .movie-item {
        display: flex;
        gap: 4%;
    }

    .movie-poster,
    .movie-details {
        flex: 0 0 48%;
    }

    .button-wrapper-1 {
        display: flex;
        gap: 20px;
        align-items: center;
    }
}

.qodef-button.qodef-html--link {
    padding: 15px 30px !important;
    font-size: 18px !important;
    border: 1px solid #fff !important;
}

@media (max-width: 495px) {
    #movie-meta-single-page .button-wrapper-1 {
        display: block !important;
    }

    .qodef-button.qodef-html--link {
        padding: 15px 30px !important;
        margin-top: 20px !important;
        border: 1px solid #fff !important;
        color: #ffffff !important;
    }

}

/*  Sinle Movie Template css */


/*  Sinle Event Template css */
.event-container p {
    font-size: 18px;
}

.event-container h3 {
    margin: 0;
}

.buttons-group a {
    margin-right: 50px !important;
}

.buttons-group {
    margin-top: 50px;
}

.buttons-group a {
    margin-bottom: 15px !important;
}

.event-details .content-wrapper {
    padding: 0 15px;
}


@media(min-width:1025px) {
    .event-container {
        display: flex;
        gap: 20px;
    }

    .event-thumbnail {
        max-width: 40%;
        flex: 0 0 40%;
    }

    .event-details {
        max-width: 60%;
        flex: 0 0 60%;
    }
}

/*  End of Sinle Event Template css */




/*  End Movie Studio css */
@media(max-width:1024px) {
    .archive-post {
        flex: 0 0 49%;
    }

    .event-details .content-wrapper {
        padding: 0 15px;
    }

    .buttons-group {
        margin-top: 25px;
    }

    .event-details {
        margin-bottom: 30px;
    }
}

@media(max-width:888px) {
    .archive-post {
        flex: 0 0 100%;
    }
}

@media(max-width:768px) {

    .event-content video {
        max-width: 270px;
    }

    /*     .single-movies-studio #qodef-page-inner {
        padding: 50px 0 50px !important;
    } */
}

@media(min-width:681px) {
    #nav_menu-2 {
        padding-left: 90px;
    }
}

@media(max-width:680px) {
    .wp-block-spacer {
        height: 0 !important;
    }
}

/* Title Animation css  */
.blog-archive-title {
    border-right: 2px solid #000;
}


/* Film Maker Dashboard CSS */
@media screen and (min-width: 840px) {
    .mepr-film-form {
        width: 100% !important;
    }
}

.page-id-9096 .e-con-inner {
    max-width: 720px !important;
}

/* #add-film-form input {padding: 10px;margin-bottom: 20px;} */
.mepr-film-form textarea {
    padding: 10px;
    margin-bottom: 20px;
    height: auto;
}

.page-id-9096 .elementor-heading-title {
    text-align: center;
}

.dropzone-area {
    margin-bottom: 20px !important;
}

.mepr-button {
    margin-top: 25px;
    padding: 25px 30px 25px 30px !important;
}

.dz-success-mark svg {
    width: 24px;
}

#add-film-form .dz-filename {
    word-wrap: break-word;
}

.page-id-7758 .mp_wrapper label {
    color: #2c2d36 !important;
}

.movie-director img {
    width: 20%;
    border-radius: 100%;
}

/* .genres-wrapper,.identity-and-perspective-wrapper,.topics-wrapper,.style-format-wrapper {display: flex; gap:25px;} */
.genres-wrapper label,
.identity-and-perspective-wrapper label,
.topics-wrapper label,
.style-format-wrapper label {
    display: flex;
    align-items: center;
    gap: 15px;
}

.category-identity-and-perspective,
.category-topics,
.category-style-format {
    font-size: 18px;
    font-weight: 400;
    color: #bebebe;
}

#add-film-form label {
    font-size: 16px;
}

#add-film-form label {
    font-size: 16px;
}

#add-film-form input[type="text"] {
    margin-bottom: 15px !important;
    padding: 10px;
}

#add-film-form input[type="text"] {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: block;
    font-family: inherit;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    line-height: 36px;
    margin: 0;
    outline: 0;
    padding: 5px 20px;
    -ms-user-select: none;
    user-select: none;
}

.form-field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.form-col-1,
.form-col-2 {
    flex: 0 0 49%;
/*     max-width: 49%; */
}

.select2-selection__choice {
    background-color: #ffffff00 !important;
    border: 1px solid #ebeae9 !important;
    margin: 5px !important;
}

.error {
    color: #f00;
}

.form-submit {
    text-align: right;
    padding-top: 15px;
}

.select2-container--default {
    width: 100% !important;
    margin-bottom: 0px !important;
}

@media(max-width:1024px) {

    .form-col-1,
    .form-col-2 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.movie-card h3.elementor-image-box-title {
    margin: 10px 0;
}

.director-bio img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 100%;
}

.page-id-10246 nav.elementor-pagination {
    margin-top: 60px;
}

.elementor-pagination a,
.current,
.prev {
    border: 1px solid #fff;
    padding: 8px 15px;
    border-radius: 12px;
}

.current,
.elementor-pagination a:hover,
.prev:hover {
    background: #fff;
    color: #000;
}

.current:hover {
    background: #000;
    color: #fff;
}

nav.elementor-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
	margin-top: 30px;
	margin-bottom: 20px;
}


#mepr_loginform label {
    color: #000 !important;
}

/*  Signup form css start */
.page-id-10963 .signup-error {
    color: red;
    font-size: 14px;
    margin-top: 0px;
}

#signup_form p {
    margin-bottom: 30px;
}

#signup_form input {
    margin-bottom: 0px;
}

#signup_form p.flex-p {
    display: flex;
    justify-content: center;
    gap: 50px;
}

#signup_form label {
    width: 100%;
}

.interests-pronouns-fields {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.select2-container--default {
    margin-top: 10px !important;
}

textarea.bbff-textarea {
    margin: 0;
    outline: none;
    border: none;
    border-bottom: 1px solid #fff;
}

.legal_checks {
    margin-top: 6px;
}

.legal-fields {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
    flex-wrap: wrap;
}

div.signup-error {
    order: 1;
    width: 100%;
}

.legal-fields label {
    margin-bottom: 0px !important;
    flex: 1;
}

p.select-wrapper label {
    display: flex;
    flex-direction: column;
}

/* signup form Custom dropdown css */
/* .page-id-10963 #pronouns {
    color: #BEBEBE;
    padding: 10px 10px 10px 0px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    position: relative;
    user-select: none;
    width: 100%;
    max-width: 100%;
}

.page-id-10963 #pronouns::after {
    content: "▼";
    float: right;
    margin-right: 10px;
}

.page-id-10963 .dropdown-options {
    display: none;
    position: absolute;
    background-color: #121212;
    border: 1px solid #444;
    color: #fff;
    z-index: 10;
    width: 100%;
    max-width: 91%;
    border-radius: 0 0 4px 4px;
}

.page-id-10963 .dropdown-options div {
    padding: 10px;
    cursor: pointer;
}

.page-id-10963 .dropdown-options div:hover {
    background-color: #222;
}
 */
/* Hide default select element */
/* .page-id-10963 select[name="pronouns-original"] {
    display: none;
}

.page-id-10963 #other_pronouns_wrapper {
    display: none;
    margin-top: 10px;
}

.page-id-10963 #other_pronouns {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.page-id-10963 div#pronouns-options {
    font-size: 16px;
} */

@media (max-width:425px) {

    /* 	.page-id-10963 .dropdown-options {
		width:100%;
    	max-width: 81% !important;
	}
	.page-id-10963 div#pronouns-options {
    	font-size: 14px;
	}
	 */
    .page-id-10963 #signup_form p.flex-p {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    #signup_form p {
        margin-bottom: 13px;
    }

    /* 	.page-id-10963 label.pronouns-lable-m {
    	margin-top: 20px !important;
	} */
    #signup_form .interests-pronouns-fields {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: normal;
    }
}

/*  Signup form css end */


#add-film-form .dz-error-message * {
    color: #f00;
}

/* Hide the search button in the films filtering page */
.search-input button {
    display: none !important;
}

.search-input svg {
    display: none !important;
}

.search-input {
    cursor: text !important;
}

.search-input::placeholder {
    opacity: 0.3 !important;
}

.film-grid {
    transition: opacity 0.3s ease;
}

.pagination-container ul {
    display: flex;
    gap: 10px;
    list-style: none;
    align-items: center;
}

.label_container {
    display: none;
}

ul.pagination li.active {
    border: 1px solid white;
    padding: 8px 15px;
    border-radius: 12px;
    background: #fff;
}

/* #film-checkbox-filter {display: flex;gap: 50px;} */
#film-checkbox-filter .select2-selection--multiple {
    border-radius: 12px !important;
}

.select2-selection--multiple {
    border-radius: 12px !important;
}

.filter-group h4 {
    color: #EBEAE9;
    font-size: 22px !important;
    line-height: 1em;
    text-transform: capitalize;
}

/* #filter-wrapper {
    padding: 15px 15px 40px 15px;
    border: 1px solid #bebebeb3 !important;
    border-radius: 12px;
} */


/* .filter-group {
    flex: 1 1 250px;
    transition: all 0.3s ease;
} */


/*Media Player css*/
.films-template-default .plyr__control svg {
    width: 13px !important;
}

.films-template-default .plyr__controls__item.plyr__control {
    padding: 5px !important;
}

.films-template-default .plyr__control {
    padding: 5px !important;
}

/*  */
.genre-list {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 14px;
    display: inline-flex;
    gap: 15px;
}

.genre-list li {
    font-size: 12px;
    background-color: #000;
    padding: 0px 11px;
    border-radius: 12px;
    border: 1px solid #fff;
}

#search-films {
    border: 1px solid #bebebe !important;
    padding: 3px;
    border-radius: 12px;
    margin-bottom: 0;
}

input#search-films.search-input::-webkit-input-placeholder {
    color: #bebebe !important;
    opacity: 1 !important;
}

.film-trailer-section {
    position: relative;
    z-index: 1;
}

.film-overview-column {
    position: absolute !important;
    left: 0px !important;
    bottom: 25px !important;
    z-index: 2 !important;
    padding-left: 20px;
}

.film-background-trailer-column {
    width: 100vw !important;
}

#movie-meta-single-page .button-wrapper-1 {
    display: flex;
    gap: 33px;
    align-items: center;
    flex-direction: row;
}

/* #movie-meta-single-page #explore-movies-btn{
	border:none;
} */

.filmmaker-dashboard-error {
    text-align: center;
}


/* filmmaker page form css */


.film-festival-intake-form input[type="text"],
.film-festival-intake-form input[type="url"],
.film-festival-intake-form input[type="number"],
.film-festival-intake-form textarea,
.film-festival-intake-form select {
    width: 100%;
    padding: 15px 18px;
    border: none;
    outline: none;
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: #fff;
    font-size: 15px;
    border: 1px solid transparent;
    transition: 0.3s ease;
}

.film-festival-intake-form textarea {
    min-height: 120px;
}

.film-festival-intake-form input {
    background-color: transparent !important;
    border-color: #474646 !important;
    color: #bebebe !important;
}

.film-festival-intake-form .form-field input {
    border-radius: 12px !important;
    border-style: solid !important;
    border-width: 1px !important;
    cursor: pointer;
    display: block !important;
    font-family: inherit;
    font-size: 15px !important;
    font-weight: 400 !important;
    height: auto !important;
    line-height: 36px !important;
    margin: 0;
    outline: 0;
    padding: 5px 20px;
    -webkit-user-select: none !important;
    -ms-user-select: none;
    user-select: none;
}

.film-festival-intake-form input#submit-festival-record:hover {color: black !important;}

.film-festival-intake-form .form-field {
    padding-bottom: 22px;
}

.form-field.inline-fields {
    margin-top: 32px;
}
.film-festival-intake-form input#submit-festival-record {
    line-height: 1.3 !important;
    border-radius: 0 !important;
}


