body{
    font-size: 16px;
    color: black;
}
.edgtf-full-width-inner > div:not(.revslider,.metaslider){
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1000px;
}
body.home h1{
    width: calc(100% - 30px);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
}
body.home p{
    max-width: 700px;
    margin: 1rem auto;
    width: calc(100% - 30px);
}
body.home .wp-block-columns{
    margin: 1.5rem auto 3rem;
}
body.home .edgtf-full-width-inner{
    padding-bottom: 0 !important;
}
.tnp-subscription form{
    max-width: 600px;
    margin: 0 auto;
}
.tnp-subscription form label{
    font-size: 1rem;
}
section#footer{
    width: 100%;
    background: #222;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 1.0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 15px;
}
section#footer p{
    color: white;
    font-size: 0.8rem;
    margin: 0;
    text-align: left;
}
section#footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.wp-block-buttons a{
    background-color: black;
    font-weight: bold;
    color: white;
    transition: background-color 0.3s, color 0.3s;
}
.wp-block-buttons a:hover{
    background-color: #bbf5ffff;
    color: black;
}
.tnp-submit{
    background-color: black !important;
    font-weight: bold;
    color: white !important;
    transition: background-color 0.3s, color 0.3s;
    font-size: 1rem;
    cursor: pointer;
    padding: 1rem 2rem;
    border-radius: 100px;
}
.alt-row{
    width: 100% !important;
    max-width: 100% !important;
    background-color: #b7d4e6;
    font-size: 16px;
    color: black;
    padding: 1.5rem 0 0.5rem;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
.edgtf-full-width-inner > div:not(.revslider,.metaslider){
    width: calc(100% - 30px);
    margin: 0 auto;
    max-width: 1000px;
}
body.home h1{
     width: calc(100% - 30px);
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}
body.home p{
    max-width: 700px;
    margin: 1rem auto;
     width: calc(100% - 30px);
}
body.home .wp-block-columns{
    margin: 1.5rem auto 3rem;
}
body.home .edgtf-full-width-inner{
    padding-bottom: 0 !important;
}
.tnp-subscription form{
    max-width: 500px;
    margin: 0 auto;
}
.tnp-subscription form label{
    font-size: 1rem;
}
div.tnp-subscription{
    max-width: 500px !important;
}
section#footer{
    width: 100%;
    background: #222;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px;
    font-size: 1.0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 15px;
}
section#footer p{
    color: white;
    font-size: 0.8rem;
    margin: 0;
    text-align: left;
}
.alt-row p{
    margin: 0 auto !important;
    font-size: 1.1rem;
    font-weight: bold;
    max-width: 500px !important;
}
.alt-row p:empty{
    display: none;
}
.edgtf-mobile-header-holder, .edgtf-mobile-nav .edgtf-grid{
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.edgtf-title{
    background-color: black;
}
.edgtf-title h1{
    color: #d6eaf6 !important;
    font-size: 4rem !important;
    letter-spacing: 3px !important;
}
@media screen and (min-width: 768px) {
    .edgtf-title h1{
        font-size: 5rem !important;
    }
}
@media screen and (min-width: 1024px) {
    .edgtf-title h1{
        font-size: 6rem !important;
    }
}
.upcoming-films, .past-films{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.upcoming-films .film-item, .past-films .film-item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
.upcoming-films .film-item .col-img, .past-films .film-item .col-img{
    width: 110px;
    margin-right: 20px;
}
.upcoming-films .film-item .col-img img, .past-films .film-item .col-img img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
.upcoming-films .film-item .col-content, .past-films .film-item .col-content{
    width: calc(100% - 130px);
}
.upcoming-films h3, .past-films h3{
    margin-top: 0;
    margin-bottom: 0rem;
    font-size: 1.6rem;
}
.upcoming-films p.film-date, .past-films p.film-date{
    font-weight: bold;
    font-size: 1.0rem;
    margin-bottom: 10px;
}
.upcoming-films p:not(.film-date), .past-films p:not(.film-date){
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 0.9rem;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .upcoming-films .film-item .col-img, .past-films .film-item .col-img{
        width: 200px;
    }
    .upcoming-films .film-item .col-content, .past-films .film-item .col-content{
        width: calc(100% - 220px);
    }
    .upcoming-films h3, .past-films h3{
        font-size: 2rem;
    }
    .upcoming-films p.film-date, .past-films p.film-date{
        font-size: 1.15rem;
    }
    .upcoming-films p:not(.film-date), .past-films p:not(.film-date){
        font-size: 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .upcoming-films .film-item .col-img , .past-films .film-item .col-img{
        width: 250px;
    }
    .upcoming-films .film-item .col-content, .past-films .film-item .col-content{
        width: calc(100% - 270px);
    }
}
.btn_row{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
@media screen and (min-width: 768px) {
    .btn_row{
        flex-direction: row;
    }
}
.btn_row a{
    background-color: black;
    color: #d6eaf6 !important;
    padding: 12px 20px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s, color 0.3s;
}
.btn_row a:hover{
    background-color: rgb(51, 51, 51);
}
.edgtf-container > .edgtf-container-inner{
    width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}
body.page-id-75 .edgtf-container > .edgtf-container-inner{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.edgtf-logo-wrapper a img.edgtf-light-logo{
    display: none !important;
}
.edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a{
    max-height: 100px;
}
.edgtf-page-header .edgtf-menu-area{
    height: 100px;
}
#footer ul li a svg{
    width: 32px;
    height: 32px;
}
#splash_screen{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 5555555555;
}
#splash_screen img{
    width: calc(100% - 40px);
    height: auto;
    display: block;
    margin: 0 auto;
    max-width: 768px;
    
}