@media only screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1366px) {
  header nav.main-nav a {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 1250px) {
  header nav.quick-nav a,
  header nav.main-nav a {
    font-size: 0.7rem;
  }

  header nav.main-nav a {
    padding: 0 0.5rem;
  }

  header nav.quick-nav > ul > li a {
    padding: 0 0.5rem;
  }

  header nav.quick-nav > ul > li {
    padding: 0 5px;
  }

  /*
	header nav.quick-nav > ul > li, .top-nav > ul > li:last-child a, header nav.main-nav a {
		height:40px;
		line-height: 40px;
	}*/

  .festival-banner {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 960px) {
  header.container {
    height: 100px;
  }

  .padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-top {
    padding-top: 4rem;
  }

  .padding-bottom {
    padding-bottom: 4rem;
  }

  .main-nav {
    display: none;
  }

  .menu-trigger {
    display: block;
  }

  .remodal-close {
    right: 25px;
  }

  .button {
    line-height: 35px;
    height: 35px;
    font-size: 0.7rem;
  }

  ul.tabs li {
    font-size: 0.75rem;
  }

  .featured-films .featured-movie {
    top: 20px;
    padding: 0 1em;
    height: 35px;
    line-height: 33px;
    font-size: 0.75rem;
  }

  .film-festival .button {
    height: 35px;
    line-height: 35px;
    font-size: 0.75rem;
  }

  .film-festival .button {
    bottom: 20px;
    left: 20px;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    background: #111;
    width: 100%;
    max-width: 300px;
    right: 0;
    top: 0;
    margin: 0;
    height: 100vh;
    padding: 45px 50px;
    transform: translateX(100%);
    transition: all 0ms linear;
    transition-delay: 150ms;
    overflow: scroll;
  }

  .featured-films .row {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .menu-active .mobile-menu {
    transform: translateX(0);
    transition-delay: 0ms;
  }

  #wrapper,
  header {
    transition: all 150ms linear;
    transform: translateX(0);
  }

  .menu-active #wrapper {
    transform: translateX(-300px);
  }

  .menu-active #wrapper {
    position: fixed;
  }

  .mobile-menu form {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
  }

  .mobile-menu form.movie-search {
    float: left;
    margin-bottom: 0.5rem;
    padding: 0;
    border: none;
    margin-top: 0.5rem;
  }

  .mobile-menu form i {
    position: absolute;
    right: 0;
    top: 10px;
  }

  .mobile-menu .state-change-btn {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }

  .mobile-menu .mobile-members a {
    display: inline-block;
  }

  .mobile-menu form input[type='text'] {
    display: inline;
    padding: 0;
    border-bottom: 1px solid #222;
    border-radius: 0;
    width: 100%;
    height: 34px;
    color: #fff;
  }

  .mobile-menu ul {
    margin: 18px 0 5rem 0;
    font-size: 0.8rem;
    float: left;
    width: 100%;
  }

  .mobile-menu ul li {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #222;
  }

  .mobile-menu a {
    width: auto;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration: none;
  }

  .mobile-menu a.cart-link {
    float: right;
    width: 29%;
    text-align: right;
    margin-top: 0;
    font-size: 0.8rem;
  }

  .mobile-menu ul li.mobile-location-menu {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.8rem;
  }

  .mobile-menu ul li.mobile-location-menu li {
    border: none;
    display: block;
    width: 100%;
    float: left;
    padding: 8px 0 0 0;
    margin: 0;
  }

  .mobile-location-menu .sub-menu {
    margin: 0;
  }

  .mobile-menu .mobile-members {
    display: block;
    width: 100%;
    float: left;
    margin: 1rem 0;
    text-align: center;
    font-size: 0.8rem;
  }

  .mobile-menu .mobile-members-button {
    background: #fff;
    padding: 6px;
    color: #000;
  }

  .mobile-menu .mobile-members-button a {
    color: #000;
  }

  .mobile-menu i {
    width: 30px;
    display: inline-block;
  }

  .mobile-menu ul i {
    color: #beac81;
  }

  .quick-nav,
  .top-nav {
    display: none;
  }

  .quick-nav {
    display: block;
  }

  header .logo {
    width: 230px;
    float: left;
    margin-top: 15px;
  }

  .mobile-menu ul a#mobile-location-toggle i {
    color: #fff;
    width: auto;
    font-size: 0.8rem;
  }

  .buy-tickets i,
  a.buy-tickets {
    color: #beac81;
  }

  .input-box {
    margin-bottom: 10px;
  }

  .palace-quick-ux-by-cinema .nav-dropdown .input-box {
    display: block !important;
  }
}

@media only screen and (max-width: 640px) {
  .nav-dropdown h5 {
    display: none;
  }

  .cinemas-listing .col {
    width: 100%;
  }

  .date-cinema:after,
  .date-times:after {
    content: 'THEN';
    position: relative;
    top: 0;
    right: 0;
    font-size: 0.8rem;
    font-weight: bold;
    font-family: inherit;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }

  .date-times:after {
    content: 'OR';
  }

  .film-poster-single.mobile {
    height: auto;
  }

  .blog-archive .blog-image {
    width: 100%;
  }

  .blog-archive .blog-content {
    padding: 2rem;
  }

  .quick-sessions .input-box {
    display: block;
  }

  .search-box {
    padding: 1em 1em 2em 1em;
  }

  ul.slick-dots {
    display: none !important;
  }

  .pc-subscribe__input,
  .pc-subscribe__submit {
    width: 100%;
    padding: 0 5px;
    float: left;
    border-radius: 0;
    margin-bottom: 0.5rem;
  }

  .film-poster-single {
    height: auto;
  }

  .film-page-title .row {
    height: auto;
  }

  .film-page-title .inner {
    padding: 2rem 0;
  }

  .festival-banner img.mobile {
    display: block;
  }

  .festival-banner img.desktop {
    display: none;
  }

  .festival-banner {
    padding-bottom: 0;
  }

  /* GENERAL */

  [class*='span_'] {
    width: 100%;
    margin-right: 0;
  }

  header.container {
    height: 80px;
    width: 100%;
    top: 0;
  }

  h2 {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .padding-bottom {
    padding-bottom: 2em;
  }

  .padding-top {
    padding-top: 2em;
  }

  /* HEADER */

  header .logo {
    width: 150px;
  }

  header .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .menu-trigger {
    right: 1.5rem;
    font-size: 20px;
    top: 14px;
    display: block;
  }

  .mobile-menu .menu-trigger {
    display: none;
  }

  .mobile-menu .menu-trigger:before {
    content: '\f00d';
  }

  .menu-active .menu-trigger {
    display: none;
  }

  .menu-active .mobile-menu .menu-trigger {
    display: block;
  }

  .mobile-menu .menu-trigger {
    right: 20px;
    font-size: 20px;
    top: 14px;
    display: block;
  }

  .mobile-menu ul {
    font-size: 0.8rem;
  }

  /* FAQS */

  #accordion .icon {
    padding-top: 3em;
  }

  #accordion h4:after {
    top: -4px;
  }

  #accordion h4 {
    font-size: 1rem;
    padding-right: 30px;
  }

  #accordion .draw-outer {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #000;
  }

  .faqs-nav .flex .col {
    padding: 1em 1em;
    border: 1px solid transparent;
    border-radius: 10px;
    width: 33%;
  }

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

  .faqs-nav .flex .col p {
    font-size: 0.75rem;
  }

  /*.PLATINUM */

  .page-template-template-platinum .page-title img {
    max-width: 170px;
    height: auto;
  }

  .page-template-template-platinum .platinum-cinemas .col {
    width: 100%;
  }

  .page-template-template-platinum .page-title .inner {
    padding: 0;
  }

  .page-template-template-platinum .page-title .button {
    margin: 0 0 10px 0;
    min-width: 180px;
  }

  .movie-club .select-holder {
    margin: 5px 0;
    width: 100%;
  }

  /*.PAGE STYLES */

  .main-banner {
    width: 100%;
  }
  .sub-banner {
    width: 50%;
  }

  .page-title-small.padding,
  .woocommerce-page .page-title.padding,
  .page-title.small.padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .page-title .inner {
    position: relative;
    top: 50%;
    transform: none;
    padding: 3rem 0;
    max-width: 400px;
    z-index: 2;
  }

  .single-cinemas .page-title .inner,
  .single-events .page-title .inner {
    padding: 3rem 2rem;
  }

  .page-title.padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .page-template-template-platinum .page-title,
  .post-type-archive-functions .page-title,
  .single-cinemas .page-title,
  .single-events .page-title,
  .single-offers .page-title,
  .single-films .page-title,
  .single-festivals .page-title,
  .single-functions .page-title {
    height: auto;
  }

  .film-poster-single.mobile {
    display: none;
  }

  .single-films > section.page-title.film-page-title {
    height: fit-content;
  }

  .page-title h1 {
    font-size: 1.8rem;
  }

  /* HOME PAGE */

  section.search {
    padding: 0;
  }

  section.search form {
    padding: 2rem;
    display: block;
    float: left;
    width: 100%;
  }

  section.search input {
    padding: 3px 0;
    border-bottom-color: #fff;
  }

  section.search i {
    margin-top: 9px;
    font-size: 22px;
    font-weight: normal;
  }

  section.search .row {
    padding: 0;
  }

  .search ul.tabs {
    margin-top: 0;
  }

  .search ul.tabs li.selectedFilmSelect {
    background: #333;
    color: #fff;
  }

  section.search ul.tabs {
    margin-top: 1em;
  }

  .search ul.tabs li:not(.search) {
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 0 2em;
    font-size: 0.8rem;
  }

  .search ul.tabs li:first-child {
  }

  .featured-films .row {
    padding: 0 1rem;
  }

  .featured-films [class*='span_'] {
    margin-bottom: 1rem;
  }

  .featured-films a.watch-trailor {
    padding: 1em 0 1.5em 0;
  }

  .featured-films {
    padding: 30px 0 40px;
  }

  /* FOOTER */

  footer .span_2 {
    margin-bottom: 2rem;
  }

  footer .row {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  footer h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .menu-footer-locations-container .menu.locations > li:nth-child(1) {
    padding-top: 16px;
    border-top: 1px solid #beac81;
  }
  .menu-footer-locations-container {
    margin-top: 20px;
  }

  footer .push_2 {
    margin: 0;
  }

  .copyright a {
    display: block;
    width: 100%;
  }

  footer .copyright img {
    float: left;
    max-width: 150px;
    margin-top: 60px;
  }

  footer hr {
    margin: 20px 0;
  }

  /*.CINEMAS */

  .cinema-taxonomy .span_3 {
    margin-bottom: 40px;
  }

  .content.two-column-layout .row {
    padding: 2rem;
  }

  .gallery-slider button.slick-prev,
  .gallery-slider button.slick-next {
    width: 40px;
  }

  .slick-dots {
    bottom: 20px;
  }

  /* ECOMMERCE */

  .shop-categories-menu ul li {
    width: 100%;
  }

  .shop-categories-menu ul li a {
    padding: 10px 2em;
    font-size: 0.75rem;
  }

  .woocommerce .main-content .row.text-center h3 {
    margin: 1.5em 0;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 1em;
    width: 50%;
  }

  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3 {
    padding: 1em 1em 10px 1em;
    margin: 0;
  }

  .woocommerce ul.products li.product a img {
    max-height: 170px;
    width: auto;
    margin: auto;
  }

  .woocommerce ul.products li.product .woocommerce-Price-amount.amount {
    padding: 0 1em;
  }

  .woocommerce-pagination {
    padding: 2rem 0;
  }

  .woocommerce-pagination span,
  .woocommerce-pagination a {
    display: block;
    border: 1px solid #000;
    min-width: 30px;
    height: 30px;
    text-decoration: none;
    line-height: 30px;
    font-size: 13px;
  }

  .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    margin: 0;
  }

  .woocommerce .summary.entry-summary {
    width: 100%;
    float: left;
    padding-left: 2em;
    padding-right: 2em;
  }

  div.product {
    float: left;
    padding-bottom: 2rem;
  }

  .woocommerce-product-details__short-description {
    font-size: 0.875rem;
    margin-bottom: 2em;
  }

  .woocommerce-product-gallery {
    width: 100%;
    float: left;
    margin-top: 3rem;
  }

  .woocommerce-tabs {
    width: 100%;
    float: left;
  }

  .wc-tabs-wrapper {
    padding-right: 0;
    margin-top: 3rem;
  }

  .woocommerce-Tabs-panel.wc-tab {
    padding: 0 2em;
  }

  .single-product div.product {
    padding-bottom: 0;
    background: #fff;
  }

  .woocommerce-message a.button {
    width: 100%;
  }

  .product-thumbnail {
    display: none;
  }

  .woocommerce-cart-form__contents td {
    padding: 10px 5px;
    font-size: 0.75rem;
  }

  .quantity input.minus,
  .quantity input.plus {
    display: none;
  }

  .quantity input[type='number'] {
    width: auto;
    padding: 0;
    text-align: center;
    max-width: 1.5rem;
  }

  ul#shipping_method label {
    font-size: 0.75rem;
  }

  ul#shipping_method input[type='checkbox'],
  ul#shipping_method input[type='radio'],
  #ship-to-different-address input,
  #order_review input {
    margin-top: 2px;
  }

  form.checkout label {
    padding: 0;
    margin: 10px 0 5px 0;
    color: #000;
    font-size: 0.75rem;
    font-weight: bold;
  }

  ul#shipping_method label {
    width: 80%;
  }

  .quantity .inner {
    padding: 5px;
  }

  .woocommerce-cart-form__contents th {
    font-weight: 600;
    padding: 10px 5px;
    font-size: 0.875rem;
  }

  .cart-collaterals {
    width: 100%;
    float: left;
    background: #f9f9f9;
    padding: 2em;
    max-width: 100%;
  }

  .woocommerce-checkout-review-order-table {
    padding: 1em 0;
  }

  .woocommerce-checkout header .logo {
    width: 150px;
    float: left;
    margin: 0;
    margin-top: 30px;
    overflow: hidden;
    top: 0;
    left: 0;
    position: relative;
    transform: none;
  }

  /* EVENTS */

  .events-listing .col {
    width: 50%;
    padding: 1em;
    margin: 0;
    border-right: 0;
    border-bottom: 0;
  }

  .events-listing h4 {
    font-size: 1rem;
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 1.2;
  }

  /*.FUNCTIONS */

  .post-type-archive-functions .flex .col {
    width: 100%;
  }

  .content-overlay {
    padding: 1em;
    height: 100%;
  }

  .content-overlay h4 {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.2;
  }

  .content-overlay a.button {
    display: block;
    padding: 0 1em;
    height: 30px;
    line-height: 29px;
    font-size: 0.75rem;
    width: auto;
    display: inline-block;
    border-width: 1px;
    margin: 1em 0 0 0;
  }

  .content-overlay-inner {
    bottom: 1em;
  }

  /*.EVENTS */

  .events-listing h5 {
    font-size: 0.75rem;
  }

  ul.tabs li {
  }

  /* FESTIVALS */
  p.large {
    font-size: 1rem;
  }

  .single-festival .page-title .inner {
    padding: 0;
  }

  .nav-movie > .row {
    padding: 0;
  }

  .nav-movie .tabs.filmSelect li {
    width: 50%;
    border: 1px solid #fff;
  }

  .nav-movie .tabs.filmSelect {
    border: 1px solid #fff;
  }

  .nav-dropdown ul.tabs .selectedFilmSelect,
  .nav-dropdown ul.tabs li:hover {
    background: #000;
    color: #fff;
  }

  .nav-dropdown.nav-movie {
    padding: 0;
  }

  .cinema-archive img {
    display: none;
  }

  .quick-nav {
    display: block;
    margin-top: 13px !important;
    font-size: 0.8rem;
    width: 100%;
  }

  .tab-cinema,
  .tab-movie {
    float: right;
  }

  header.container {
    height: 119px;
  }

  header nav.quick-nav > ul > li {
    display: inline-block;
    margin: 0 -4px 0 0;
    height: 42px;
    line-height: 42px;
    padding: 0 1em;
  }

  header nav.quick-nav > ul > li,
  header nav.quick-nav > ul > li:first-child a,
  header nav.quick-nav > ul > li a {
    padding: 0;
    margin: 0;
  }

  header nav.quick-nav > ul > li a {
    color: #fff;
    background: #222;
  }

  header nav.quick-nav > ul > li a i {
    color: #fff;
    margin-right: 5px;
  }

  header nav.quick-nav > ul > li:nth-last-child(-n + 2) {
    display: none;
  }

  header nav.quick-nav > ul > li {
    text-align: center;
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 0 1%;
    width: 49.5%;
  }

  header nav.quick-nav > ul > li:first-child {
    margin: 0;
  }

  header nav.quick-nav {
    position: relative;
  }

  header nav.quick-nav li:hover a,
  header nav.quick-nav > ul > li:hover ul.sub-menu li:hover a {
    color: #fff;
  }

  .flex {
    display: block;
  }

  .single-films .movie-details {
    background: #000;
  }

  .main-banner button.slick-prev,
  .main-banner button.slick-next {
    display: none !important;
  }

  .home .featured-films {
    padding: 2rem 1rem 0 1rem;
  }

  .featured-films h2 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 320px) {
}

@media (max-width: 992px) {
  .enquiry-form.signup .preference {
    width: 33.3% !important;
  }
}

@media (max-width: 768px) {
  .enquiry-form.signup .preference {
    width: 50% !important;
  }
}
@media (max-width: 500px) {
  .enquiry-form.signup .preference {
    width: 100% !important;
  }
}
