/*
Theme Name: Cinecitta
Theme URI: https://twist-it.agency
Author: Twist it
Author URI: https://twist-it.agency
Description: Cinecitta template
Requires at least: 5.2.4
Requires PHP: 5.2.4
Version: 7.3
Text Domain: cinecitta
*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Montserrat;
    font-style: normal;
    line-height: 22px;
}

main.site-container {
    min-height: calc(100vh - 142px);
}

.form-date-input .ginput_container {
    position: relative !important;
}

.centered {
    text-align: center;
}

h1 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -2px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 24px;
}

header {
    height: 624px;
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: soft-light;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.container {
    width: 1179px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.container-mt-0 {
    margin-top: 24px;
}

.container-mt-medium {
    margin-top: 48px;
}

.bg-overlay {
    background:  linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
}

header nav {
    height: 107px;
    padding-top: 14px;

    display: flex;
    flex-direction: row;
    align-items: center;
}

header nav a {
    align-self: center;
}

img.page-logo {
    width: 107px;
}

header .header-text-container {
    flex: 1;
    display: flex;
    align-items: center;
}

header section h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 60px;
    line-height: 110px;
    /* or 183% */

    text-transform: uppercase;

    letter-spacing: -2.76923px;

    color: #FFFFFF;

    text-shadow: 3px 3px 23px rgba(0, 0, 0, 0.303103);
}

header section p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 34px;

    color: #D0D0D0;

    text-shadow: 0px 10px 29px #000000;
}

header .container {
    padding-bottom: 80px;
}

header .container-overlapping-content {
    padding-bottom: 190px;
}

.page-content {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.agenda-filters {
    padding: 40px 0 56px 0;
}

.agenda-filters h4 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    /* or 30px */

    letter-spacing: -2px;

    color: #000000;
}

.movie-card {
    padding: 24px;
    margin-bottom: 24px;

    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(174, 174, 174, 0.5);
    border-radius: 20px;
}

.footer {
    height: 142px;
    margin-top: 150px;
    background: #000000;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    align-items: center;
    justify-content: center;
    position: relative;
}

.footer-logo {
    flex: 1;
}

.disclaimer-container {
    color: white;
    font-size: 10px;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.footer .container {
    flex-direction: row;
    align-content: center;
    justify-items: center;
    justify-content: center;
}

.footer-address {
    flex: 2;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;

    color: #FFFFFF;

    margin-left: 32px;

    display: flex;
    flex-direction: row;
    justify-content: center;
}

.footer-socials {
    flex: 1;
    margin-left: 15px;

    display: flex;
    align-items: center;
}

.footer-newsletter p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 0;
}

.go-to-footer {
    position: fixed;
    bottom: 20px;
    right: 60px;
    background: #E20019;
    padding: 10px 20px;
    color: white;
    font-weight: 600;
    border-radius: 10px;
    z-index: 10000;
    transition: 0.2s all;
    opacity: 1;
}

.go-to-footer:hover {
  color: white;
  text-decoration: none;
  opacity: 0.9;
}

.hidden {
  opacity: 0;
  visibility: hidden;
}

.social-icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #E20019;
    border-radius: 23px;
    background-repeat: no-repeat;
    background-position: center;

    margin-right: 8px;
}

.social-icon-fb {
    background-image: url("assets/images/icon-fb.svg");
    background-position: 11px 12px;
}

.social-icon-instagram {
    background-image: url("assets/images/icon-instagram.svg");
}

.movie-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.movie-trailer {
    height: 344px;
    width: 45%;
    flex-shrink: 0;

    background-position: center;
    background-size: cover;
    border-radius: 15px;

    position: relative;
}

.movie-trailer .play-button {
    background-image: radial-gradient(50% 50% at 50% 50%, rgba(249, 232, 232, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-blend-mode: darken, normal;
    border-radius: 15px;
    z-index: 99;
}

.movie-info {
    padding-left: 24px;

    display: flex;
    flex-direction: column;

    justify-content: space-between;
}

.movie-badge {
    position: absolute;
    left: 0;
    top: 0;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;

    text-transform: uppercase;

    color: #FFFFFF;
    display: inline-block;
    background: #E20019;
    border-radius: 15px 0;
    padding: 8px;
}

.movie-classification {
    position: absolute;
    right: 0;
    top: 0;

    margin: 5px;
}

.movie-classification-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.movie-classification-icon {
    width: 35px;
    height: 35px;
    margin-left: 5px;
    border-radius: 35px;
}

.movie-classification-icon img {
    width: 100%;
    height: 100%;
}

.movie-classification-icon svg {
    width: 35px;
    height: 35px;
}

.play-button {
    display: block;
    width: 100%;
    height: 100%;
}

.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);

    display: block;
    width: 100px;
    height: 100px;

    background: url("assets/images/icon-play-button.svg") no-repeat;
    background-position: center;

    opacity: 70%;
}

.icon-play:hover {
    opacity: 100%;
}

.movie-top-bar {
    background: #000000;
    border-radius: 10px;
}

.movie-info h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    /* or 34px */

    color: #000000;

    margin: 16px 0;

    text-transform: uppercase;

    overflow: hidden;
      text-overflow: ellipsis;
}

.movie-description {
    overflow: hidden;
    text-overflow: ellipsis;

    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;

    color: #000000;

    margin-right: 82px;
}

.description-toggle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #E20019;
    text-decoration: none;
}

.movie-info hr {
    margin-top: 24px;
    margin-bottom: 16px;
    border: 1px solid #EFEFEF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
}

.movie-reservation {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.movie-shows span, .movie-shows a {
    display: inline-block;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */
    text-decoration: none;

    color: #000000;

    padding: 8px;

    border: 2px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 10px;
}

.labels span, .labels a {
    display: inline-block;

    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-decoration: none;

    color: #000000;

    padding: 8px;

    border: 2px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 10px;
}

.movie-shows a:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

.movie-shows a.selected {
    background: #000000;
    border-color: #000000;
    color: #ffffff;
}

.movie-cta {
    display: flex;
    justify-content: center;
}

.btn {
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;
    padding: 8px;

    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;

    cursor: pointer;
}

.btn-default {
    border: 2px solid #000000;
    color: #000000 !important;
}

.btn-black {
    border: 2px solid #222222;
    background: #222222;
    color: #ffffff !important;
}

.btn-action {
    background: #E20019;
    color: #FFFFFF !important;
    padding: 9px 22px;
}

.btn-disabled {
    background: #EFEFEF;
    color: #ffffff !important;
    padding: 9px 22px;
}

.btn-inactive {
    cursor: default;
    border-radius: 15px;
}

.btn-spacing-right {
    margin-right: 8px;
}

.event-tickets-cta {
    margin-top: 56px;
    margin-bottom: 56px;
}

.btn-spacing-left-medium {
    margin-left: 20px;
}

.btn-spacing-left-large {
    margin-left: 40px;
}

.movie-top-bar {
    color: #FFFFFF;
    text-transform: uppercase;

    padding: 9px 8px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.movie-top-bar .movie-day {
    font-weight: bold;
    font-size: 16px;
}

.movie-genre {
    font-weight: normal;
    font-size: 16px;
}

.movie-length {
    font-weight: normal;
    font-size: 16px;
    margin-right: 24px;
}

.movie-genre, .movie-length {
    display: flex;
    align-content: center;
}

.movie-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
}

.icon-info {
    background-image: url("assets/images/icon-info.svg");
}

.icon-clock {
    background-image: url("assets/images/icon-clock.svg");
}

.overlap-container, .white-container {
    border-radius: 20px;
}

.white-container {
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
}

.overlap-container {
    margin-top: -220px;
}

.white-container {

}

.overlap-container-minimal {
    margin-top: -90px;
}

.page-boxed-header, .wordpress-content h1, .wordpress-content h3, .wordpress-content h4, .wordpress-content h5, .wordpress-content h6 {
    background: #000000;
    border-radius: 10px;

    padding: 9px 16px;

    font-weight: bold;
    font-size: 16px;

    color: #FFFFFF;

    text-transform: uppercase;

    margin-bottom: 25px;
}

.wordpress-content h2 {
    font-weight: bold;
    font-size: 36px;
    /* or 34px */

    letter-spacing: -2px;

    color: #000000;

    margin-bottom: 16px;
}

.wordpress-content p {
    margin-bottom: 24px;
}

.inner-container {
    padding: 25px;
}

.movie-show-selection {
    min-height: 275px;
    margin-bottom: 25px;

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.movie-show-selection img {
    height: 275px;
    border-radius: 10px;
}

.movie-show-selection-info {
    margin-left: 24px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.movie-info-top {
    height: 255px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.movie-show-title h3 {
    text-transform: uppercase;
}

.movie-show-title .space-between-container {
    align-items: flex-start;
}

.movie-show-selection-image-inner {
    width: 200px;
    height: 275px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.horizontal-select {
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    align-items: center;
}

.horizontal-select label {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #222222;

    min-width: 78px;
    display: inline-block;
    margin-bottom: 0 !important;
}

.movie-show-selection-selects {
    margin-top: 20px;
}

.movie-show-selection-selects .form-inline-select {
    width: 240px;
}

.horizontal-select select {
    height: 40px;
    padding: 9px 8px;
    width: 220px;
}

.movie-show-selection-info h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 34px;
    letter-spacing: -2px;

    color: #000000;

    margin-bottom: 16px;

    text-transform: uppercase;
}

.movie-show-selection-info p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.product-card-thumbnail-container {
    border-radius: 10px;
    background-size: cover;
    background-position: center;
}

.product-card-overlay {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

.product-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    padding-bottom: 24px;
    margin-bottom: 24px;
}

.products-list .product-card:not(:last-child) {
    border-bottom: 3px solid #EFEFEF;
}

.product-card .product-card-thumbnail {
    flex-basis: 200px;
}

.product-card-details {
    width: 100%;
    margin-left: 24px;
}

.product-card-title h3 {
    font-weight: bold;
    font-size: 24px;
    /* identical to box height, or 23px */

    letter-spacing: -2px;

    color: #222222;

    margin-bottom: 8px;

    text-transform: uppercase;
}

.product-card-title p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;

    color: #222222;
}

.product-card-details {
    height: 200px;

    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.product-card-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    justify-content: space-between;
}

.product-card-price-container {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;

    color: #222222;

    display: flex;
}

.product-card-action-buttons {
    display: flex;
}

.product-card-price-container {
    display: flex;
}

.product-price {
    line-height: 42px;

    display: flex;
    flex-direction: row;
    align-content: center;
}

.product-price .svg {
    width: 30px;
    height: 30px;

    line-height: 42px;
    margin-top: 5px;

    margin-right: 12px;
}

.movie-header-badge {
    padding: 9px;
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    border: 3px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;

    color: #FFFFFF;

    text-transform: uppercase;
}


.movie-details-list {
    margin-top: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.movie-details-list .movie-detail {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #222222;

    margin-right: 25px;
    margin-bottom: 5px;
}

.movie-detail-classification {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.movie-detail-classification img {
    display: none;
}

.movie-detail-classification svg {
    width: 35px;
    height: 35px;
    margin-left: 8px;
}

.movie-detail b {
    font-weight: 600;
    font-size: 16px;
}

.line-break {
    width: 100%;
}

.movie-detail-section-long-description {
    margin-bottom: 25px;
    display: block;
}

.rating-1 svg:nth-child(1) .left {
    fill: #E20019 !important;
}

.rating-2 svg:nth-child(n+1):nth-child(-n+1) path {
    fill: #E20019 !important;
}

.rating-3 svg:nth-child(n+1):nth-child(-n+1) path, .rating-3 svg:nth-child(2) .left {
    fill: #E20019 !important;
}

.rating-4 svg:nth-child(n+1):nth-child(-n+2) path {
    fill: #E20019 !important;
}

.rating-5 svg:nth-child(n+1):nth-child(-n+2) path, .rating-5 svg:nth-child(3) .left {
    fill: #E20019 !important;
}

.rating-6 svg:nth-child(n+1):nth-child(-n+3) path {
    fill: #E20019 !important;
}

.rating-7 svg:nth-child(n+1):nth-child(-n+3) path, .rating-7 svg:nth-child(4) .left {
    fill: #E20019 !important;
}

.rating-8 svg:nth-child(n+1):nth-child(-n+4) path {
    fill: #E20019 !important;
}

.rating-9 svg:nth-child(n+1):nth-child(-n+4) path, .rating-9 svg:nth-child(5) .left {
    fill: #E20019 !important;
}

.rating-10 svg:nth-child(n+1):nth-child(-n+5) path {
    fill: #E20019 !important;
}

.review-rating {
    display: flex;
    flex-direction: row;
    align-content: center;
}

.review-author {
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    color: #000000;
    text-transform: uppercase;
}

.review-text {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;

    color: #000000;

    margin-top: 5px;
}

.review-stars {
    margin-left: 8px;
}

.review-stars svg {
    width: 25px;
    height: 25px;
}

.movie-review {
    padding-bottom: 25px;
}

.movie-reviews-list .movie-review:not(:last-child) {
    border-bottom: 1px solid #EFEFEF;
}

.movie-reviews-list .movie-review:not(:first-child) {
    margin-top: 25px;
}

.picl-info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.picl-description {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.picl-description img {
    width: 130px;
    margin-left: 22px;
}

.picl-cta {
    align-self: center;
}

.movie-tickets-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 25px;
    align-items: center;
}

.movie-tickets-select {
    display: flex;
    flex-direction: row;
}

.movie-tickets-select .form-inline-select {
    width: 250px;
}

.movie-tickets-row .movie-shows {
    margin-left: 24px;
    padding-right: 32px;
    border-right: 2px solid #000000;
}

.movie-tickets-row .location-label {
    margin-left: 32px;
}

/* Selects */

.form-inline-select {
    height: 40px;
    max-height: 40px;
    max-width: 250px;
}

.form-inline-select-inner {
    display: flex;
    flex-direction: column;
}

.select-disabled {
    background: #f5f5f5;
    opacity: 0.5;
}

.placeholder-label {
  color: #a0a0a0;
}

.form-inline-select-selected {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #222222;

    padding: 9px 8px;

    display: flex;
    justify-content: space-between;
    align-content: center;

    cursor: pointer;

    text-transform: uppercase;
}

.form-inline-select-selected-label img.language-flag {
    height: 100%;
}

.form-inline-select-option img.language-flag {
    height: 100%;
}

.form-inline-select-selected div.form-inline-select-selected-label {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-inline-select-selected .arrow {
    margin-left: 42px;
    margin-right: 8px;

    display: flex;
    align-items: center;
}

.form-inline-select.opened .arrow {
    transform: rotateX(180deg);
}

.form-inline-select:not(.opened) .form-inline-select-options {
}

.form-inline-select:not(.opened) .form-inline-select-selected {
    border-radius: 10px;
}

.form-inline-select.opened .form-inline-select-selected {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.form-inline-select.opened .form-inline-select-options {
}

.form-inline-select-options {
    flex-direction: column;

    background: #ffffff;
    border: 2px solid #EFEFEF;

    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);

    z-index: 999;

    margin-top: -4px;
}

.form-inline-select-option:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-color: transparent;
}

.form-inline-select-option {
    padding: 9px 8px;

    border-bottom: 1px solid #EFEFEF;

    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #222222;

    text-transform: uppercase;
}

.language-switcher-select .form-inline-select-option {
    height: 42px;
    padding: 9px 8px;
}

.form-inline-select-option:hover {
    background: #EFEFEF;
    cursor: pointer;
    border-right: 2px solid #EFEFEF;
}

.select-white {
    border: 2px solid #EFEFEF;
    box-sizing: border-box;
}

.select-black {
    border: 2px solid #000000;
    box-sizing: border-box;
}

.select-black .form-inline-select-option {
    border-bottom-color: #000000;
}

.inner-container-rounded {
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
    border-radius: 20px;
    padding: 25px;
}

.movie-recommendations-container .page-boxed-header {
    margin-bottom: 16px;
}

.movie-recommendations-list {
    display: flex;

    flex-direction: row;
    flex-wrap: nowrap;

    align-items: center;
    justify-content: center;
}

.movie-recommendation {
    flex: 1;
    min-width: 0;
    height: 210px;
    border-radius: 20px;
    background-position: center;
    background-size: cover;
    mix-blend-mode: normal;

    color: #FFFFFF;

    text-decoration: none;
    cursor: pointer;
}

.movie-recommendation-overlay {
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 0.25);
    border-radius: 20px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.movie-recommendation h4 {
    font-weight: bold;
    margin: 24px;
    font-size: 30px;
    letter-spacing: -2px;
    text-transform: uppercase;
}

.movie-recommendation-bottom {
    display: flex;

    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin-left: 24px;
    margin-right: 16px;
    margin-bottom: 16px;
}

.movie-recommendation span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;

    color: #FFFFFF;

    text-shadow: 3px 3px 23px rgba(0, 0, 0, 0.536577);
    text-transform: uppercase;
}

.movie-recommendation:not(:last-child) {
    margin-right: 14px;
}

.agenda-filters {
    display: flex;
    flex-direction: row;

    align-items: center;

    justify-content: space-between;
}

.agenda-header {
    margin-right: 50px;
}

.agenda-selects {
    display: flex;
    flex-direction: row;
}

.agenda-selects .form-inline-select {
    width: 200px;
    margin-right: 16px;
}

.agenda-view-mode-toggle {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    align-items: center;
    align-content: center;
}

.view-toggle-info {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
}

.view-toggle-control {
    margin-left: 10px;
    display: flex;
}

.view-toggle-control svg {
    cursor: pointer;
}

.view-toggle-control svg circle {
    transition: 0.25s ease-in-out;
}

.view-toggle-control.active svg circle {
    transform: translateX(21px);
    transition: 0.25s ease-in-out;
    fill: #E20019;
}

.container-white-box {
    padding: 24px;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(174, 174, 174, 0.5);
    border-radius: 20px;
    margin-bottom: 16px;
}

.programme-not-complete-info {
  background: #E20019;
  padding: 20px;
  border-radius: 15px;
  color: white;
  margin-bottom: 15px;
}

.movie-agenda-table {
    width: 100%;
    border-width: 0;
    border-collapse: collapse;
}

.movie-agenda-table thead tr td {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    text-transform: uppercase;
    padding-bottom: 3px;
}

.movie-agenda-table tbody tr td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 24px 0;
    padding-right: 24px;
}

.movie-agenda-table tbody tr td:nth-child(1) {
    width: 20%;
}

.movie-agenda-table tbody tr td:nth-child(2) {
    width: 26%;
}

.movie-agenda-table tbody tr td:nth-child(3) {
    width: 15%;
}

.movie-agenda-table tbody tr td:nth-child(4) {
    width: 12%;
}

.movie-agenda-table tbody tr td:last-child {
    padding-right: 0;
}

.movie-agenda-table tbody tr:not(:last-child) td {
    border-bottom: 3px solid #EFEFEF;
}

.movie-table-cta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;

    justify-content: space-between;
}

.movie-table-cta-button {
    flex: 1 1 0;
}

.movie-table-cta-button:not(:last-child) {
    margin-right: 8px;
}

.movie-table-cta-button .btn {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    display: block;
}

.ticketlab-iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}


/* Popup */


.popup-overlay {
    display: none;

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.5);

    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
}

.visible {
    display: flex;
}

.popup {
}

.popup p {
    margin-bottom: 20px;
}

.popup-close {
    display: flex;
    justify-content: center;
}

.restaurant-reservation-form {
    margin-top: 33px;
}

.restaurant-reservation-form .form-row {
    display: flex;
    align-items: center;
}

.form-row .form-label {
    flex-basis: 200px;
}

.form-row label {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #222222;
}

.form-row:not(:last-child) {
    margin-bottom: 20px;
}

.form-horizontal-fields {
    display: flex;
    flex-direction: row;
    align-items: center;

    justify-content: space-between;
}

.form-horizontal-field:not(:last-child) {
    margin-right: 8px;
}

.form-row-align-top {
    align-items: flex-start !important;
}

.form-fields input[type=text] {
    width: 100%;
    border: 2px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
    font-family: Montserrat;
    padding: 9px 9px;
}

input:focus {
    outline: none;
}

.form-fields {
    width: 550px;
}

.form-horizontal-field-spacing input[type=text] {
    margin-left: 8px;
    width: 68px;
    padding: 9px 25px;
    font-weight: bold;
}

.restaurant-reservation-form textarea {
    width: 100%;
    border: 2px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 10px;

    font-family: Montserrat;
    padding: 16px;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}

.restaurant-reservation-form textarea:focus {
    outline: none !important;
    border: 2px solid #EFEFEF;
}

.form-radio-group label.form-radio-container {
    font-weight: bold;

    display: block;
    position: relative;
    padding-left: 37px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    line-height: 29px;
}

.form-radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-radio-container .radio-button {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 2px solid #000000;
    border-radius: 50%;
}

.restaurant-reservation-form .form-radio-group:last-child {
    margin-right: 80px;
}

/* On mouse-over, add a grey background color */
.form-radio-container:hover input ~ .radio-button {
  background-color: #f5f5f5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-button:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.form-radio-container input:checked ~ .radio-button:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.form-radio-container .radio-button:after {
    top: 3px;
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #E20019;
}

.form-field-error input, .form-field-error textarea {
    border-color: #E20019 !important;
    color: #E20019 !important;
}

.order-navigation-bar {
    margin-top: 32px;
}

.order-navigation-bar .inner-container {
    display: flex;
    padding: 10px 25px;
    justify-content: space-between;
}

.full-height-header + .footer {
    margin-top: 0;
}

body.page-template-template_order_confirmation {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body.page-template-template_order_confirmation header {
    position: fixed;
    width: 100%;
    height: 100%;
}

body.page-template-template_order_confirmation .footer {
    width: 100%;
    position: fixed;
    bottom: 0;
}

.absolute-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
}

.confirmation-box {
    margin-top: 174px;
}

.confirmation-box h1 {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -2px;
    color: #000000;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.confirmation-box hr {
    margin-top: 24px;
    margin-bottom: 16px;
    border: 2px solid #EFEFEF;
}

.confirmation-box .confirmation-buttons {
    display: flex;
    justify-content: center;
}

.slider-actions {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 210px;
    align-items: center;
}

.slider-action-left {
}

.slider-action-right {
}

.page-tabs {
    margin-top: 40px;
}

.page-tabs ul {
    list-style: none;
    display: flex;
    height: 37px;
}

.page-tabs ul li {
    margin-right: 48px;
}

.page-tabs ul li a {
    font-size: 18px;
    line-height: 22px;
    color: #222222;

    padding-bottom: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.page-tabs ul li a.active {
    border-bottom: 5px solid #E20019;
    font-weight: bold;
}

.movie-vertical-cards {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px;
}

.col-3 {
    width: 24%;
    flex: 0 0 24%;
    margin-bottom: 24px;
    max-width: 24%;
}

.hidden {
    visibility: hidden;
}

.movie-vertical-card {
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
    border-radius: 20px;
    padding: 25px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    width: 260px;
    margin-bottom: 20px;
}

.movie-top-bar {
    font-weight: bold;
}

.movie-vertical-card-trailer-image {
    aspect-ratio: 7/10;
    margin-top: 8px;
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
}

.movie-vertical-card-title {
    margin-top: 10px;
}

.movie-vertical-card-title h2 {
    font-weight: bold;
    font-size: 18px;
    /* line-height: 22px; */
    color: #000000;
    text-transform: uppercase;
    max-width: 100%;
    height: 42px;
}

.picl-movie-cards {
    margin-top: 56px;
}

.top-menu-tabs > div {
    display: flex;

    margin-left: 40px;
}

.top-menu-tabs > div ul {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important;
}

.top-menu-tabs > div ul li {
    padding-top: 10px;
    padding-bottom: 10px;

    margin-right: 56px;
}

.top-menu-tabs > div ul li ul.children {
    display: none;
}

.top-menu-tabs > div ul li a {
    text-decoration: none;

    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height */

    letter-spacing: 1.5px;

    color: #FFFFFF;

    text-transform: uppercase;
}

.top-menu-tabs .current-menu-item {
    margin-top: 5px;
    border-bottom: 5px solid #E20019;
}

.sort-icon {
    cursor: pointer;
}

/* standard margins */

.container-mt-1 {
    margin-top: 56px;
}

.container-flex-row-space-between {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.page-header {
    margin-top: 63px;
    margin-bottom: 47px;
}

.page-header h1 {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: -2px;
    color: #000000;
    text-transform: uppercase;
}


.header-text-movie-page {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}

.header-text-movie-page .title-pane {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    justify-items: center;
    height: 100%;
}

.header-text-movie-page .player-pane {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 70px;

    height: 100%;

    align-items: center;
    cursor: pointer;
}

.player-pane svg {
    margin-bottom: 12px;
}

.player-pane span {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 22px;
    color: #FFFFFF;
}

.page-inner-title {
    font-weight: bold;
    font-size: 36px;
    letter-spacing: -2px;
    color: #000000;
    text-transform: uppercase;
}

.top-language-switcher {
    list-style: none;

    border: 2px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 10px;

    width: 40px;
    height: 40px;
}

.original-language-switcher {
    display: none;
}

.top-menu-container {
    display: flex;

    align-items: center;

    width: 100%;
    justify-content: space-between;
}

.top-menu-right {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    align-content: center;
}

.menu-toggle {
    position: relative;

    display: flex;
    align-content: center;
    align-items: center;

    margin-left: 40px;
}

.menu-toggle a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 1.5px;
    color: #FFFFFF;

    display: flex;
    align-content: center;
    align-items: center;
}

.menu-toggle a svg {
    margin-left: 16px;
}

.language-switcher-select {
    margin-top: -6px;
}

.language-switcher-select .arrow {
    margin-left: 16px;
}

.language-switcher-select .arrow svg {
    fill: transparent;
}

.language-switcher-select .arrow svg path {
    stroke: #ffffff;
    stroke-width: 1;
}

.language-switcher-select .form-inline-select-options {
    background: transparent;
    border-top: 0;
}

.language-switcher-select .form-inline-select-selected {
    margin-bottom: 4px;
}

.faq-nested-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    justify-content: space-between;
    align-items: start;
}

.nested-left-menu {
    flex: 1;
    margin-right: 24px;

    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
    border-radius: 20px;

    padding: 24px;
}

.nested-content {
    flex: 3;

    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
    border-radius: 20px;

    padding: 24px;
}

.nested-left-menu .page-boxed-header {
    margin-bottom: 3px;
}

.nested-left-menu ul {
    list-style: none !important;
}

.nested-left-menu-list ul {
    list-style: none;
}

.nested-left-menu-list ul ul.children {
    display: none;
}

.nested-left-menu-list li {
    padding-top: 16px;
    padding-bottom: 16px;
}

.nested-left-menu-list li a {
    text-decoration: none;
    text-transform: uppercase;

    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1.5px;
    color: #000000;
}

.nested-left-menu-list li.active, .nested-left-menu-list li a:hover {
    font-weight: 800;
}

.nested-left-menu-list li:not(:last-child) {
    border-bottom: 1px solid #000000;
}

.nested-left-menu-list.desktop-hidden li {
    border-bottom: 1px solid #000000;
}

.faq-nested-subheader {
    background: #FFFFFF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
    border-radius: 20px;

    padding: 24px;

    margin-bottom: 40px;
}

.faq-nested-subheader p {
    padding-bottom: 16px;
}

.nested-left-menu-cta {
    margin-top: 64px;
}

.nested-left-menu-cta a {
    display: block;
    width: 100%;
}

.language-flag {
    width: 32px;
    height: 16px;
}

.menu-dropdown {
    visibility: hidden;

    width: 275px;
    position: absolute;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(174, 174, 174, 0.5);
    border-radius: 15px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;

    right: 0;
    top: 64px;
}

.top-menu-right ul {
    list-style: none !important;
}

.menu-dropdown.opened {
    visibility: visible;
}

.popup-movie-trailer iframe {
    width: 100%;
    height: 600px;
    margin-bottom: 24px;
}

.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.grid-4 {
    flex: 2;
    margin-left: 24px;
}

.grid-8 {
    flex: 3;
}

.film-and-food-container .restaurant-image img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.space-between-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.restaurant-section hr {
    border: 3px solid #EFEFEF;
    box-shadow: 0 4px 30px rgba(174, 174, 174, 0.5);
    margin-bottom: 16px;
}

.film-and-food-midheader {
    font-size: 36px;
    margin-top: 64px;
    margin-bottom: 48px;
}

.product-package-price {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #222222;
    display: flex;
    align-items: center;
}

.gform_wrapper {
    margin: 0 !important;
}

.gform_heading {
    display: none;
}

.gsection {
    margin: 0 !important;
    border-bottom: 0 !important;
}

.gsection .gsection_title {
    background: #000000 !important;
    border-radius: 10px !important;

    padding: 9px 16px !important;

    font-weight: bold !important;;
    font-size: 16px !important;;

    color: #FFFFFF !important;;

    text-transform: uppercase !important;;

    margin-bottom: 25px !important;

    padding-left: 9px !important;
    line-height: 40px;
    height: 40px;

    width: 100%;
}

.gform_fields li {
    padding-right: 0 !important;
}

.gfield label.gfield_label, .gfield_error label.gfield_label {
    font-style: normal !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #222222 !important;
    margin-bottom: 0 !important;
}

.ginput_container {
    margin-left: 0 !important;
}

.ginput_container input, .ginput_container textarea, .page-template-template_donations input {
    border: 2px solid #EFEFEF;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #222222;

    padding-left: 8px !important;
    padding-right: 8px !important;

    outline: none;
}

.ginput_container_multiselect, .ginput_container_date {
    position: relative !important;
}

input.gform_button[type=submit], .page-template-template_donations input[type=submit] {
    border-radius: 10px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    /* identical to box height */

    text-align: center;

    text-decoration: none;
    text-transform: uppercase;
    box-sizing: border-box;

    cursor: pointer;

    background: #E20019;
    color: #FFFFFF;
    padding: 9px 22px;
    border-width: 0;
    margin: 0 !important;
}

.gform_footer {
    display: flex;
    justify-content: flex-end;

    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;

    border-top: 3px solid #EFEFEF;

    margin-top: 24px !important;
    padding-top: 24px !important;
}

.footer-newsletter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 5;
}

.footer-newsletter form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.footer-newsletter .gfield {
    margin: 0 !important;
}

.footer-newsletter .gform_footer {
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0 !important;

    display: flex;
    align-items: center;

    margin-left: 24px !important;
}

.footer-newsletter .validation_message, .footer-newsletter .validation_error {
    display: none;
}

.footer-newsletter .gfield_error {
    background: transparent !important;
    border: 0 !important;
}

.footer-newsletter .gfield_error input {
    border-color: #E20019 !important;
}

.footer-newsletter .ginput_container {
    margin-top: 0 !important;
}

.footer-newsletter .gfield_error input::placeholder {
    color: #E20019 !important;
}

.footer-newsletter .ginput_container input {
    width: 250px !important;
    margin: 0 !important;
    padding: 8px !important;
}

.footer-newsletter .gform_confirmation_wrapper {
    color: #ffffff;
}

.wordpress-content .validation_error {
    font-weight: bold !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #E20019 !important;
    border-width: 0 !important;
    text-transform: uppercase;
    text-align: left !important;
}

.wordpress-content .gfield_error {
    background: transparent !important;
    border: 0 !important;
}

.wordpress-content select[multiple] {
    width: 100% !important;
    height: 36px !important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.wordpress-content select {
    width: 100% !important;
}

.wordpress-content .validation_message {
    display: none;
}

.select2-selection__choice {
    background: #F5F5F5 !important;
    border-radius: 10px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #222222 !important;

    padding: 5px !important;
    padding-right: 10px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-transform: uppercase;
}

.select2-container *:focus {
    outline: none;
}

.select2-selection__rendered {
    line-height: 36px !important;
}
.select2-container .select2-selection--single {
    height: 36px !important;
}
.select2-selection__arrow {
    height: 36px !important;
}

.select2-selection {
    border: 2px solid #EFEFEF !important;
    box-sizing: border-box;
    border-radius: 10px !important;
}

.select2-selection[aria-expanded="true"] {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-dropdown {
    border: 2px solid #EFEFEF !important;
    border-top-width: 0 !important;
}

.select2-results__option:last-child, .select2-dropdown {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.select2-container--focus {
    outline: none !important;
}

.select2-search__field {
    padding: 0 !important;
}

.select2-selection__choice__remove {
   float: right;
   margin-right: 0;
   margin-left: 5px;
}

.select2-results__option--highlighted {
    background: #E20019 !important;
}

.gform_wrapper .flatpickr-input {
    width: 100% !important;
}

.gform_wrapper .gfield_error input, .gform_wrapper .gfield_error input::placeholder {
    color: #E20019 !important;
}

.flatpickr-day.selected {
    background: #E20019 !important;
}

.wordpress-content figure {
    width: 100%;
}

.wordpress-content figure iframe {
    width: 100%;
}

.menu-positions h3 {
    font-size: 18px !important;
}

.menu-position h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    color: #000000;
}

.menu-position p {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
}

.menu-position span {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
}

.menu-position.space-between-container {
    align-items: flex-start;
}

.menu-position-left {
    flex-basis: 80%;
}

.menu-position-right {
    flex: 1;

    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
}

.menu-position-right span {
    font-weight: bold;
    margin-bottom: 20px;
}

.w-100 {
    width: 100%;
}

.datepicker-days .day.active {
    background-color: #e20019 !important;
}

#cookie_action_close_header {
    background-color: #E20019 !important;
}

.menu-container-scroll {
    max-height: 50vh;
    overflow-y: scroll;
    margin-bottom: 24px;
    padding-right: 25px;
}

.form-inline-select .form-inline-select-options{
   display: none;
}

.form-inline-select.opened .form-inline-select-options{
   display: flex !important;
}

.iframe-wrapper {
    -webkit-overflow-scrolling: touch;
    height: 600px;
    position: relative;
}

.iframe-wrapper iframe {
    height: 100%;
    overflow-y: auto;
}

img.alignleft {
    float: left;
    margin-right: 24px;
}

img.alignright {
    float: right;
    margin-left: 24px;
}

/* Mollie donations form */
.page-template-template_donations .wordpress-content ul {
    list-style: none;
}

.page-template-template_donations .wordpress-content select {
    margin-bottom: 15px;
    height: 36px !important;
}

.page-template-template_donations .wordpress-content input {
    padding: 5px 4px;
}

/* Movies slider */

.movies-slider__container {
  position: relative;
}

.movies-slider__container .slider-arrow-left, .movies-slider__container .slider-arrow-right {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 100;
}

.movies-slider__container .slider-arrow-left img, .movies-slider__container .slider-arrow-right img {
  width: 20px;
}

.movies-slider__container .slider-arrow-left {
  left: -70px;
}

.movies-slider__container .slider-arrow-right {
  right: -70px;
}

.movies-slider__container .swiper-container {
  padding-bottom: 40px;
}

.movies-slider-wrapper .inner-container-rounded {
  padding: 25px 25px 0 25px;
}

/* Wordpress content */

.wordpress-content img.aligncenter {
  display: block;
  margin: 0 auto;
}
