@media (min-width: 1024px) {
    .desktop-hidden {
        display: none;
    }

    .large-desktop-hidden {
        display: none !important;
    }

    .popup-menu .desktop-container {
        width: 800px !important;
    }
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
}

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

.text-right {
    text-align: right;
}

header nav {
    z-index: 10;
}

.footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-items: center;
}

.footer .content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.header-text-container {
    height: 100%;
}


.desktop-container-full-height {
    height: 100%;
}

.movie-info {
    width: 100%;
}

header .content-container {
    height: 100%;
}

.menu-dropdown {
    z-index: 9999;
}

.page-tabs {
}

.page-tabs-padding {
    padding: 5px 54px 0 54px;
    position: relative;
    height: 41px;
}

.tabs-container {
    position: relative;
    height: 41px;
    overflow: hidden;
}

.btn-mobile-show {
    width: 84px !important;
}

@media (hover: none) and (pointer: coarse) {
    .tabs-container {
        overflow-x: scroll;
        overflow-y: hidden;
        -ms-overflow-style: none;
        -ms-scroll-chaining: none;
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-x: snapInterval(0%, 100%);
    }
}

.slider-action-left, .slider-action-right {
    display: none;
    position: absolute;
    margin-top: -3px;
    cursor: pointer;
}

.slider-action-left {
    top: 3px;
    left: 0;
}

.slider-action-right {
    top: 3px;
    right: 0;
}

.tabs-list {
    position: absolute;
}

.tabs-list li a {
    font-size: 14px;
    white-space: nowrap;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination-bullet {
    /* --swiper-theme-color: #ffffff; */
    --swiper-theme-color: #6a6a6a;
}

.swiper-pagination {
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100px;
}

.swiper-wrapper {
    --swiper-theme-color: #ffffff;
}

.swiper-scrollbar {
    background: #ffffff !important;
}

.flex-start {
    align-items: flex-start;
}

.wordpress-content iframe {
    max-width: 100% !important;
}

.wordpress-content img {
    max-width: 100% !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}

/* Full desktop */
@media (min-width: 1240px) {
    .container {
        align-items: center;
    }

    .desktop-container {
        width: 1176px;
    }
}

@media (max-width: 1024px) {
    header nav .mobile-hidden {
        display: none;
    }

    .faq-nested-page .mobile-hidden {
        display: none;
    }

    .menu-dropdown .desktop-hidden {
        display: block !important;
    }

    .footer .mobile-hidden {
        display: none;
    }

    .top-menu-container {
        justify-content: flex-end;
    }

    .grid {
        flex-direction: column-reverse;
    }

    .restaurant-image {
        margin-left: 0;
        margin-bottom: 16px;
    }

    .film-and-food-midheader {
        text-align: center;
    }

    .movie-vertical-cards .col-3 {
        width: 48%;
        flex: 0 0 48%;
        max-width: 48%;
    }

    .faq-nested-subheader {
        margin-bottom: 16px;
        padding: 16px;
    }

    .nested-content {
        padding: 16px;
    }

    .gsection .gsection_title {
        font-size: 14px !important;
    }

    .gfield label.gfield_label, .gfield_error label.gfield_label {
        font-size: 14px !important;
    }

    .faq-nested-page select.subpage-select {
        margin-right: 8px;
        margin-top: 8px;
        width: 100%;
        height: 40px;
        border-radius: 10px;
        border: 2px solid #000000;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* SVG background image */
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000000'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
        background-size: 12px;
        background-position: calc(100% - 10px) 15px;
        background-repeat: no-repeat;
        background-color: #ffffff;
        color: #000000;
        padding-left: 8px;
        padding-right: 25px;
        text-transform: uppercase;
    }

    .faq-nested-page select.subpage-select:focus {
        outline: none;
    }

    .faq-nested-page select.subpage-select option {
        background: #ffffff;
    }

    .container-mt-0 {
        margin-top: 16px;
    }


    .gfield label.gfield_label, .gfield_error label.gfield_label {
    }

    .ginput_container {
    }

    .event-tickets-cta {
        display: flex;
        justify-content: center;
    }

    .sticky-footer {
        position: fixed;
        bottom: 0;
        z-index: 99999;
    }

    .footer.large-desktop-hidden + .footer {
        display: none;
    }

    .faq-nested-page {
        margin-bottom: 150px;
    }

    .movie-reservation .movie-shows {
        display: none;
    }
}

/* Less than desktop */
@media (max-width: 1240px) {
    .container {
        align-items: center;
    }

    .desktop-container {
        width: 100%;
    }

    .top-slider {
        display: flex;
        width: 100%;
    }

    .agenda-mobile-selects .form-inline-select {
        max-width: 100%;
        margin-top: 16px;
    }

    .agenda-mobile-selects .form-inline-select:first-child {
      margin-top: 0;
  }

    .agenda-filters .btn-black {
        display: flex;
        align-items: center;
    }

    .icon-filter {
        width: 15px;
        height: 15px;
        display: inline-block;
        background-image: url("assets/images/icon-filter.svg");
        margin-left: 15px;
    }

     .footer {
        width: 100%;
        height: 100px;
    }

    main.site-container {
        min-height: calc(100vh - 82px);
    }

    .footer-logo {
        display: flex;
        align-items: center;
        flex: 1;
    }

    .footer-logo img.page-logo {
        width: 50px;
    }

    .footer-address, .footer-newsletter p {
        flex: 1;
        font-size: 12px;
        margin-left: 0;
        text-align: center;
    }


    .footer-socials {
        margin-left: 0;
        flex: 1;
        display: flex;
        justify-content: flex-end;
        margin-right: 8px;
    }

    .footer-socials .social-icon {
        width: 35px;
        height: 35px;
    }

    .flex {
        display: flex;
    }

    .social-icon-fb {
        background-position: 5px 6px;
    }

    .single-movie-page .overlap-container-minimal {
        margin-left: 8px;
        margin-right: 8px;
    }

    .film-agenda-container .page-tabs {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .container-mt-1 {
        margin-top: 27px;
    }

    .content-container {
        margin: 0 32px;
    }
}

@media (max-width: 1320px) {
  .movies-slider__container .slider-arrow-left, .movies-slider__container .slider-arrow-right {
    background: #ffffffc4;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 50%;
  }

  .movies-slider__container .slider-arrow-left {
    padding-right: 4px;
  }

  .movies-slider__container .slider-arrow-right {
    padding-left: 4px;
  }

  .movies-slider__container .slider-arrow-left img, .movies-slider__container .slider-arrow-right img {
    width: 15px;
  }
  
  .movies-slider__container .slider-arrow-left {
    left: 20px;
  }
  
  .movies-slider__container .slider-arrow-right {
    right: 20px;
  }
}

@media (max-width: 1120px) {
  .footer-newsletter {
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
    min-width: 250px;
  }

  .footer .content-container {
    flex-wrap: wrap;
  }

  .footer {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1240px) {
    .movie-recommendations-list .movie-recommendation:not(:nth-child(n + 2):nth-child(n+2)) {
        display: none;
    }

    .footer-newsletter {
        margin-right: 16px;
    }
}

@media (min-width: 769px) {
    .desktop-hidden {
        display: none !important;
    }
}

/* Mobile */
@media (max-width: 769px) {
    .content-container {
        margin: 0 16px;
    }

    .movie-recommendations-list .movie-recommendation:not(:first-child) {
        display: none;
    }

    .movie-recommendations-list .movie-recommendation:first-child {
        margin-right: 0;
    }

    .desktop-container {
        width: 100%;
    }

    .mobile-hidden {
        display: none !important;
    }

    header img.page-logo {
        width: 50px;
    }

    .menu-toggle-button svg {
        width: 24px;
        height: 24px;
    }

    header nav {
        padding-top: 0;
        height: 66px;
    }

    .agenda-filters {
        padding: 16px 0 16px 0;
    }

    header nav .menu-toggle-button {
        font-size: 12px;
        line-height: 15px;
    }

    .header-text-container h1, .header-text-movie-page h1 {
        line-height: 29px;
        font-size: 24px;
        letter-spacing: normal;
        margin-bottom: 8px;
    }

    .header-text-container p {
        font-size: 14px;
        line-height: 20px;
    }

    p {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    header {
        width: 100%;
        height: 356px;
    }


    .menu-dropdown {
        top: 44px;
        box-shadow: 0px 4px 30px rgba(174, 174, 174, 0.5);
    }

    .nested-left-menu-list li a {
        font-size: 14px;
    }

    .agenda-header h4 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: normal;
    }

    .btn {
        font-size: 14px;
        line-height: 17px;
    }

    .movie-recommendations-container {
        width: auto;
        margin-left: 8px;
        margin-right: 8px;
    }

    .movie-recommendation-overlay h4 {
        font-size: 18px;
        letter-spacing: normal;
    }

    .movie-recommendation-overlay span {
        font-size: 14px;
        line-height: 17px;
        letter-spacing: normal;
    }

    .page-boxed-header {
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: normal;
    }

    .inner-container-rounded {
        padding: 16px;
    }

    .movie-recommendations-container .page-boxed-header {
        margin-bottom: 8px;
    }

    .movie-show-selection-info {
        margin-left: 0;
    }

    .header-text-movie-page {
        justify-content: center;
    }

    .header-text-movie-page .player-pane {
        margin-right: 0;
    }

    .popup-movie-trailer iframe {
        height: 250px;
    }

    .movie-show-selection {
        height: auto;
        margin-bottom: 19px;
    }

    .movie-show-title h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 0;
        letter-spacing: normal;
    }

    .movie-show-title .space-between-container {
        align-items: center;
        margin-bottom: 8px;
    }

    .movie-detail-classification svg {
        width: 25px;
        height: 25px;
    }

    .movie-details-list .movie-detail b, .movie-details-list .movie-detail {
        font-size: 14px !important;
        line-height: 17px !important;
    }

    .review-author {
        font-size: 14px;
        line-height: 17px;
    }

    .picl-info {
        flex-direction: column;
    }

    .picl-description {
        flex-direction: column;
    }

    .picl-description img {
        margin-top: 16px;
        margin-bottom: 16px;
    }

    .inner-container {
        padding: 16px;
    }

    .movie-detail-section-long-description, .review-text {
        font-size: 14px;
        line-height: 17px;
    }

    .review-author {
        display: flex;
        align-items: center;
    }

    .movie-detail-page-mobile-shows + .footer {
        display: none;
    }

    .single-movie-page {
        padding-bottom: 250px;
    }

    .movie-detail-page-mobile-shows .footer {
        position: fixed;
        bottom: 0;
        z-index: 99999;
    }

    .movie-detail-page-mobile-shows .space-between-container {
        width: 100%;
    }

    .movie-detail-page-mobile-shows .mobile-shows-selects {
        margin-left: 16px;
    }

    .movie-detail-page-mobile-shows .mobile-shows-selects select {
        margin-right: 8px;
        height: 35px;
        border-radius: 10px;
        border: 2px solid #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* SVG background image */
        background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23FFFFFF'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
        background-size: 12px;
        background-position: calc(100% - 5px) 13px;
        background-repeat: no-repeat;
        background-color: #000000;
        color: #ffffff;
        padding-left: 8px;
        padding-right: 25px;
        text-transform: uppercase;
    }

    .movie-detail-page-mobile-shows .mobile-shows-selects select:focus {
        outline: none;
    }

    .movie-detail-page-mobile-shows .mobile-shows-selects select option {
        background: #000000;
    }

    .movie-detail-page-mobile-shows .btn {
        margin-right: 16px;
    }

    .product-card-details {
        margin-left: 0;
        min-height: 100px;
        height: auto;
    }

    .products-list {
        margin-top: 16px;
    }

    .product-card h3 {
        font-size: 18px;
    }

    .overlap-container {
        margin-top: -80px;
    }

    .form-label {
        margin-right: 8px;
    }

    .product-deals-list .movie-card {
        flex-direction: column;
    }


    .product-deals-list .movie-trailer {
        margin: 16px 0;
        width: 100%;
        height: 186px;
    }

    .product-deals-list .movie-description {
        height: auto;
        min-height: 50px;
    }

    .product-deals-list .movie-info-top {
        height: auto;
    }

    .product-deals-list .movie-info {
        padding-left: 0;
        display: flex;
        flex-direction: column;
    }


    .product-deals-list .movie-card .movie-info .movie-info-bottom {
        order: 0;
    }

    .product-deals-list .movie-info h3, .specials-list .movie-info h3 {
        font-size: 18px;
    }

    .product-deals-list .movie-info .movie-day, .specials-list .movie-info .movie-day, .specials-list .movie-info .movie-length {
        font-size: 14px;
        line-height: 17px;
    }

    .product-deals-list .product-price {
        font-size: 18px;
        line-height: 22px;
    }

    .film-and-food-midheader, .page-header h1 {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }

    .page-tabs li a, .page-tabs ul li a {
        font-size: 14px;
        line-height: 17px;
    }

    .page-boxed-header, .wordpress-content h1, .wordpress-content h3, .wordpress-content h4, .wordpress-content h5, .wordpress-content h6 {
        font-size: 14px;
    }

    .wordpress-content h2 {
        font-size: 14px;
        line-height: 100%;
        letter-spacing: normal;
    }

    .specials-list .movie-trailer {
        display: none;
    }

    .specials-list .movie-info {
        padding-left: 0;
    }

    .movie-vertical-cards .col-3 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .movie-vertical-cards .col-4 {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .movie-vertical-card {
      width: 100%;
    }

    .movie-vertical-card-trailer-image {
      width: 100%;
    }

    .product-card .product-price {
        display: flex;
        align-items: center;
        font-size: 18px;
        line-height: 22px;
    }

    .product-price .svg {
        margin-top: 0;
    }

    .horizontal-select label {
        font-size: 14px;
    }

    .confirmation-box h1 {
        font-size: 18px;
        letter-spacing: normal;
    }

    .movie-reservation {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .movie-reservation .form-inline-select {
        margin-bottom: 16px;
        width: 100%;
        max-width: 100%;
    }

    .language-switcher-select {
        margin-top: 0 !important;
    }

    .form-inline-select-selected-label img.language-flag {
        margin-top: 4px;
    }

    .language-switcher-select .form-inline-select-selected {
        padding: 7px !important;
    }

    .form-inline-select-selected-label img.language-flag {
        width: 24px;
    }

    .form-inline-select-option img.language-flag, .form-inline-select-selected-label img.language-flag {
        height: auto !important;
    }

    .language-switcher-select .form-inline-select-selected-label {
        height: 22px;
    }

    .language-flag {
        width: 24px;
        height: auto;
    }

    .language-switcher-select .form-inline-select-option {
        display: flex;
        align-items: center;
        padding: 7px;
    }

    .movie-agenda-table a.movie-link {
        color: #000000;
        text-decoration: underline;
    }

    .go-to-footer {
      right: 30px;
    }

    .go-to-footer span {
      display: none;
    }

    .footer {
      height: 200px;
    }

    .footer-newsletter {
      width: 100%;
      margin-top: 20px;
      flex-wrap: wrap;
      min-width: 250px;
      justify-content: center;
      flex: unset;
    }

    .footer-newsletter p {
      margin-bottom: 10px;
    }

    .footer-newsletter #input_3_1 {
      width: 100% !important;
      padding: 4px 10px !important;
      min-height: 42px;
    }

    .footer-newsletter .top_label {
      width: 110px !important;
      font-size: 12px;
      margin-left: 5px !important;
    }

    .footer-newsletter .top_label #gform_submit_button_3 {
      width: 100%;
    }

    .footer-newsletter .top_label #gform_submit_button_3 {
      padding: 10px 5px;
      font-size: 12px !important;
    }

    .footer-newsletter .gform_body {
      width: 200px !important;
    }

    /* .footer-newsletter .widget .gform_widget {

    } */

    .ginput_container_email {
      width: 190px;
    }
}

@media (max-width: 568px) {
  .movie-detail-page-mobile-shows .footer {
    height: 70px;
  }

  .wordpress-content img {
    height: auto;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 360px) {
    .footer-address {
        font-size: 9px;
    }

    .movie-detail-page-mobile-shows .footer {
        height: 92px;
    }

    .movie-detail-page-mobile-shows .space-between-container {
        flex-direction: column;
    }

    .movie-detail-page-mobile-shows .mobile-shows-selects {
        display: flex;
        flex-direction: row;
        margin-bottom: 8px;
        margin-left: 0;
    }

    .movie-detail-page-mobile-shows .btn-action {
        margin-right: 0;
        width: 212px;
    }

    .movie-show-selection-selects .horizontal-select {
        align-items: flex-start;
        flex-direction: column;
    }

    .movie-show-selection-selects .form-inline-select {
        width: 100%;
    }

    .movie-description {
        margin-right: 0;
    }
}

@media (max-height: 600px) {
    .takeout-popup .wordpress-content {
        height: 300px;
        overflow-y: scroll;
        margin-bottom: 25px;
    }
}

@media (max-device-height: 600px) {
    .takeout-popup .wordpress-content {
        height: 300px;
        overflow-y: scroll;
        margin-bottom: 25px;
    }
}
