/**
    Theme Name: Jumping Frames 2022
    Theme URI: http://jumpingframes.com/
    Author: Yan Cheng
    Text Domain: jumping-frames-2022
    Description: Jumping Frames 2022 Website
    Tags: jf2022
    Version:2.0

*/



/* import css files*/
@import url(./assets/css/_variables.css);

/*include header file*/
@import url(./assets/css/_header.css);

/* Global css files*/
@import url(./assets/css/_global.css);

/* Grid css files */
@import url(./assets/css/_grid.css);

@import url(./assets/css/_footer.css);

@import url(./assets/css/_page.css);


html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    /* scroll-behavior: smooth; */
    background-color: #000;
    max-width: 1920px;
    margin: 0 auto;

}

.main-area {
    transition: margin-top 0.7s 0.3s ease;
    -webkit-transition: margin-top 0.7s 0.3s ease;
}

/* body.logged-in header {  
    margin-top: 32px;  
}   */

canvas {
    display: block;
}


body {
    font: normal 400 1rem var(--font-Poppins);
    color: #fff;
}

/* p {
    text-align: justify;
} */

a {
    text-decoration: none !important;
    /* font: normal 300 1rem 'Helvetica',sans-serif; */
}

.cursor {
    cursor: pointer;
}

.slider-wrap {
    width: 100%;
}

.slider-wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* .w3-badge{
    background-color:#000;
    color:#fff;
    display:inline-block;
    padding-left:8px;
    padding-right:8px;
    text-align:center
}

.w3-badge{border-radius:50%} */


.wp-block-eedee-block-gutenslider.slides-number .eedee-background-div img,
.swiper-slide {
    height: auto !important;
}


.still {
    padding: 60px 0;
    opacity: 0;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
}

.still-appear {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.still-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.still-left {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.still-right-content,
.still-left-content {
    width: 100%;
}

.still-right-content img,
.still-left-content img {
    width: 100%;
}

.still-right-title,
.still-left-title {
    font-size: 1rem;
    text-align: center;
}

.still-right-title a,
.still-left-title a{
    background-color: #F8F6E9;
    color: #000;
    padding: 0 5px;
}




.slide-p {
    text-align: center;
    padding-top: 10px;
}

.slide-right,
.slide-left {
    padding: 0 2%;
    cursor: pointer;
}


.highlight {
    background-color: var(--primary-color);
}

.main-link {
    width: 100%;
    padding: 5% 0;
    text-align: center;
}

.main-link i {
    color: var(--primary-color);
}

.short-link:hover {
    color: var(--grey);
}

.main-link a {
    display: block;
    color: #fff;
    padding: 0 5px;
}

.main-slider {
    width: 100%;
    height: auto;
}

/* Film page */
.film-main-v {
    position: relative;
}

.film-main-v .film-main-title {
    display: none;
}




.film-main-v,
.film-main-v img {
    width: 100%;
    height: auto;
}

.film-after-arrow {
    font-size: 30px;
    text-align: center;
    color: var(--primary-color);
    padding: 20px 0;
    height: 20vh;
}

.film-main {
    width: 100%;
    padding: 120px 5% 3% 5%;
}

.film-tag {
    width: 100%;
}

.film-tag span {
    background-color: var(--primary-color);
    padding: 3px 8px;
    color: #000;
    margin-right: 5px;
    margin-bottom: 3px;
    display: inline-block;

}

.film-tag span a {
    color: #000;
}

.film-title h1 {
    font-size: 2em;
}

.cast,
.film-ticketing {
    padding: 0;
    margin-bottom: 30px;
}

.film-o-info {
    padding: 8% 0;
}

.cast .cast-detail {
    padding: 10px 0;
}

.cast .cast-detail .cast-content p {
    margin-block-start: 0;
    color: #fff;
}

.cast .cast-detail .cast-content span {
    color: #fff !important;
}

.cast .cast-title {
    color: var(--primary-color);
}

.cast .cast-title::after {
    content: "/";
}

.film-tix-inner {
    background-color: #1A1A1A;
    padding: 10px 20px 30px 20px;
}

.film-ticketing .film-tix-action {
    width: 100%;
    display: block;
    padding: 10px 0;
}

.film-ticketing .film-tix-action .tix-book {
    text-align: center;
    color: #000;
    background-color: var(--primary-color);
    padding: 5px 20px;
    border-radius: 20px;
    display: inline-block;
}

.film-ticketing .film-tix-action .tix-book:hover {
    color: var(--primary-color);
    background-color: #000;
}

/* Screening Page */
.main-area .page-header {
    width: 100%;
    height: calc(100vh - 20vh);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.main-area .page-header .page-title {
    text-align: center;
}



.screening-cat {
    padding: 0 5%;
    display: flex;
    justify-content: center;

}

.screening-cat ul {
    list-style: none;
    width: fit-content;
}

.main-area .film-all-container {
    padding: 0 8%;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.main-area .film-all-container .film-i {
    width: 350px;
    padding: 0 10px 20px 10px;
}

.main-area .film-all-container .film-i .photo-f {
    padding: 10px;
    width: 350px;
    height: 190px;
    overflow: hidden;
}

.main-area .film-all-container .film-i .photo-f img {
    width: 100%;
    object-fit: cover;
}

.main-area .film-all-container .film-i .film-s-title {
    text-align: center;
    padding: 10px 0;
}

/* Mec style*/

.mec-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
}

.nocomments {
    display: none;
}

/*Wordpress Style*/


/* screening page list */

.mec-wrap .mec-totalcal-box {
    background: transparent !important;
    border: none !important;
}

.mec-wrap .mec-totalcal-box label,
.mec-wrap .mec-totalcal-box i {
    display: none !important;
}


.mec-wrap .mec-totalcal-box select {
    color: #1A1A1A;
    background: var(--primary-color);
    border: none;
    text-decoration: none;
    border: 0;
    outline: none;
    font-size: 1rem;
}


.mec-event-grid-classic .mec-event-content {
    background: transparent !important;
    color: #fff !important;
}

.mec-event-grid-classic .mec-event-article {
    border: none !important;
    margin-bottom: 10px !important;
}

.mec-event-grid-classic .mec-event-title,
.mec-event-grid-classic .mec-event-title a {
    font-weight: 400 !important;
    font-size: 1rem !important;
    color: #fff !important;
}


.mec-wrap .mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
    width: 100% !important;
}

.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{
    min-width: 150px;
}



.mec-event-grid-classic img {
    height: auto;
    width: 100%;
    aspect-ratio: 300/168 !important;
    object-fit: cover !important;
}


.mec-event-grid-classic .mec-event-image {
    width: 100%;
    aspect-ratio: 505/284;
    overflow: hidden;
}

.mec-event-content1 {
    text-align: center;
    padding-bottom: 30px;
    min-height: 100px;
}

.calendar-mobile {
    display: block;
}

.calendar-desktop {
    display: none;
}

.mec-load-more-button {
    background: var(--primary-color) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 0;
    font-weight: 500 !important;
}

.mec-search-form,
.mec-wrap .mec-totalcal-box {
    padding: 0px 0px !important;
}

.mec-modal-preloader,
.mec-month-navigator-loading {

    background: no-repeat rgba(1, 1, 1, 0.88) url('../../plugins/modern-events-calendar-lite/assets/img/ajax-loader.gif') center !important;
}


.wp-block-media-text .wp-block-media-text__media {
    padding-top: 1em;
}

.mec-load-more-wrap {
    max-height: 50px;
}

.mec-event-cost {
    padding: 0 !important;
}

dd.mec-events-event-cost{
    margin: 0;
    margin-inline-start: 0 !important;
}

/* #s-container{
    display: none;
} */


/**
*
* JF 2023
**/

img#JF23KV {
    display: none;
}

img#JF23KV-mobile {
    display: block;
}


.kv-temp .fest a#btn-JF23 {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: fit-content;
    /* border: 2px solid #fff; */
}


a#btn-JF23 {
    background-color: #c98c4a;

}

a#btn-JF23:hover {
    color: #000;
}

a.load#btn-JF23:hover{
    background-color: #c98c4a;
    color: #fff;
}


.post-area.home-jf23{
    background-image:url(./assets/image/home-Jf23-bg.png);
    background-size: 100% auto;
}


/*PAst*/
.post-area.past .page-header{
    height: auto;
}

.post-area.past .page-header .page-title{
    padding: 50px 5%;
    text-align: left;
}

.post-area.past .page-header .page-title i{
    font-size: 5em;
    color: var(--primary-color);
}

.wp-block-image figcaption{
    text-align: center;
}

.thin-text {
    font-weight: 100;
}

.wp-block-separator.thin-line{
    border: 0.5px solid;
}

.add-arrow-link > a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f101";
    color: var(--primary-color);
    margin-left: 5px;
}


@media (max-width:768px) {
    .row .event-info {
        order: 1;
    }

    .row .event-content {
        order: 2;
    }

    .kv-temp .fest a#btn-JF23 {
        left: 0;
        right: 0;
        bottom: 30vh;
        margin: auto;
        width: fit-content;
        height: fit-content;
        /* border: 2px solid #fff; */
    }

    .post-area.home-jf23 .page-title{
        font-size: 0.5em;
    }
    
    .post-area.home-jf23 .page-title .fade{
        padding: 0;
    }
    

   
}



@media screen and (max-width: 781px) {
    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search {
        float: none !important;
        margin: auto !important;
    }

    .mec-search-form .mec-dropdown-wrap .mec-dropdown-search label {
        display: block;
        text-align: center;
    }
}




@media screen and (min-width: 768px) {

    .film-main-v .film-main-title {
        display: block;
        position: absolute;
        top: 20px;
        right: 0;
        background: var(--primary-color);
    }

    .film-main-v .film-main-title h1 {
        padding: 0 10px;
        color: #1A1A1A;
        font-size: 1rem;
    }


    .calendar-mobile {
        display: none;
    }

    .calendar-desktop {
        display: block;
    }


    .slider-wrap img {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }


    .still-right-content,
    .still-left-content {
        width: 70%;
        padding: 0 10%;
    }



    .still-right-title {
        font-size: 1.2rem;
        text-align: left;
    }

    .still-left-title {
        font-size: 1.2rem;
        text-align: right;
    }

    .cast,
    .film-ticketing {
        padding: 0 10%;
        margin-bottom: 30px;
    }

    .film-o-info {
        padding: 0 0 8% 0;
    }

    .main-area .film-all-container {
        width: 100%;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;

    }

    .film-title h1 {
        font-size: 3.5em;
    }

    .search-form-wrap {
        width: 500px;
        margin: 0 auto;
        text-align: center;
    }


    /*JF23*/
    img#JF23KV {
        display: block;
    }

    img#JF23KV-mobile {
        display: none;
    }

}


