@charset "UTF-8";
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: "";
  content: none;
}
small, .small {
  font-size: 75%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: top;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}
/*! Made with Bones: http://themble.com/bones :) */
/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
.header .grid .logo__inner, .films-list__by-date__film__synopsis-full__footer, .date-strip, .date-strip .swiper-container .button-next, .date-strip .swiper-container .button-prev, .date-strip__day, .type-strip, .type-strip__filter, .list-selector__top-row, .list-selector__bottom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*
    Flex direction
 */
/*
    Flex wrap
 */
.header__row, .films-list__by-date__film, .propose-screening-form__row, .film-detail__row, .film-detail__comments-form__row, .film-times__film__row, .membership-page__row, .my-account__row {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
}
.event-detail__row, .events-list__events-list__event, .image-gallery__row, .season-detail__row, .seasons-list__seasons-list__season {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
.footer .menu, .after-footer .menu, .date-strip .swiper-container .button-next, .date-strip .swiper-container .button-prev, .list-selector__top-row, .list-selector__bottom-row {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
/*
    Align items
 */
.header .widget_nav_menu #menu-login-menu-1, .navigation #menu-primary-menu-1, .date-strip .swiper-container .button-next, .date-strip .swiper-container .button-prev, .film-times__film__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/*
    Align self
 */
/*
    Align content
 */
/* set widths */
/* max-width */
/* $small-bar-margin: 15px; */
/* fonts */
/* "Verlag A", "Verlag B"   */
/* images */
/* colours */
/* new logo  2022 */
/* borders */
/* padding */
/* left/right padding below page width, above xs */
/* padding at xs */
/*
 * Columns should be e.g.
 * 1,3,2  (renders column 1, then column 3, then column 2)
 */
/*

regular-columns:
margin: [left/right/top/bottom cell padding]
margin-x: [left/right padding]
columns: [number of columns]
wrap: [wrap/nowrap] default nowrap
size: [md/sm-xs etc] default md
margin-only: [set when padding NOT intended for SM-XS] default unset
direction: [reverse] default unset
 */
/* 2 columns, left 2 wide, right 1 wide, reversing when narrow */
/* 2 columns, left 1 wide, right 2 wide */
/* columns
'size'=>'a',  (one of the breakpoints)
'basis'=>4, (number of effective columns)
'margin'=>15, (margin horiz & vertical)
'margin-x'=>15, (margin - horiz only)
'cols'=>1,3  (column width for each column)
'order'=>3,1,2  (order that columns should appear e.g. 3rd column then 1st column then 2nd column)
 */
/* This file does NOT contain any site-specific styles - add those to site/x */
.header, .navigation, .footer, .after-footer, .blog, .blog-archive, .page-title, .page-content, .page-html, .partners-list, .pricing-page, .press-coverage, .event-detail, .events-list, .films-list__by-date, .films-list__by-title, .films-list__by-season, .films-list__by-event, .date-strip, .type-strip, .frequently-asked-questions, .list-selector, .propose-screening-form, .film-detail, .film-times, .film-times__film, .image-gallery, .login-panel, .membership-page, section.newsletter, .podcast-listings, .submenu-sub, .my-account, .my-account-buttons, .season-detail, .seasons-list, .single-image, .archive-seasons, .archive-films, .holding-page, .customer-message, .modal-search-results {
  max-width: auto;
  margin: auto;
}
.header__inner, .navigation__inner, .footer__inner, .after-footer__inner, .blog__inner, .blog-archive__inner, .page-title__inner, .page-content__inner, .page-html__inner, .partners-list__inner, .pricing-page__inner, .press-coverage__inner, .event-detail__inner, .events-list__inner, .films-list__by-date__inner, .films-list__by-title__inner, .films-list__by-season__inner, .films-list__by-event__inner, .date-strip__inner, .type-strip__inner, .frequently-asked-questions__inner, .list-selector__inner, .propose-screening-form__inner, .film-detail__inner, .film-times__inner, .film-times__film__inner, .image-gallery__inner, .login-panel__inner, .membership-page__inner, section.newsletter__inner, .podcast-listings__inner, .submenu-sub__inner, .my-account__inner, .my-account-buttons__inner, .season-detail__inner, .seasons-list__inner, .single-image__inner, .archive-seasons__inner, .archive-films__inner, .holding-page__inner, .customer-message__inner, .modal-search-results__inner {
  max-width: 1400px;
  margin: auto;
}
.hidden {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .hidden-xs-sm {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .hidden-sm {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .hidden-md {
    display: none;
  }
}
#content {
  margin-top: 0;
}
h1, h2, h3, h4 {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
/* used to hide menu text for social menus */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.pagination .page-numbers {
  display: block;
}
.pagination .page-numbers li {
  display: inline-block;
}
body {
  font-family: "source-sans-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
h1, .blog__title, .page-title h1, .page-content__title:not(.small-title), .pricing-page__title, .event-detail__title, .film-detail__title, .film-times__film__title, .logged-in__title, .season-detail__title {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 36px;
  color: #0D111D;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  h1, .blog__title, .page-title h1, .page-content__title:not(.small-title), .pricing-page__title, .event-detail__title, .film-detail__title, .film-times__film__title, .logged-in__title, .season-detail__title {
    font-size: 28px;
  }
}
h2, .blog-archive__item-title, .page-content__title.small-title, .page-content__text > h3, .page-html__title, .press-coverage__title, .event-detail__film-title, .events-list__event__title, .films-list__by-date__film__title, .films-list__by-title__film-title, .films-list__by-season__season__title, .films-list__by-event__event__title, .login-panel__title, .membership-page__title, .newsletter__title, .season-detail__film-title, .seasons-list__season__title, .archive-seasons__season__title, .archive-films__item__title, .holding-page h1, .customer-message h1 {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 28px;
  color: #0D111D;
}
h3, .page-html h3, .event-detail__sub-title, .events-list__event__subtitle, .films-list__by-season__season__subtitle, .films-list__by-event__event__subtitle, .frequently-asked-questions__title, .film-detail__book-tickets-title, .film-detail__sub-title, .film-times__title, .my-account-buttons__action h3, .season-detail__sub-title, .season-detail__promo-title, .seasons-list__season__subtitle, h3.my-tickets {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 18px;
  color: #0D111D;
}
h4, .film-detail__comment__name {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-size: 14px;
  color: #0D111D;
}
.blog__date-event, .blog__meta, .blog__content, .blog-archive__item-category, .blog-archive__item-text, .page-content__text, .page-html__text, .page-html .my-newsletter .subs-status, .pricing-page__text, .press-coverage__publication, .event-detail__date, .event-detail__description, .event-detail__film-synopsis, .events-list__event__description, .films-list__by-date__film, .films-list__by-title__az-summary, .films-list__by-title__synopsis, .films-list__by-season__season__description, .films-list__by-event__synopsis, .films-list__by-event__event__description, .propose-screening-form__text, .propose-screening-form__footer, .film-detail__content, .film-detail__synopsis, .logged-in__message, .membership-page__text, .my-account__heading, .season-detail__date, .season-detail__description, .season-detail__promo, .season-detail__film-synopsis, .season-detail .digest-prompt, .seasons-list__season__description {
  line-height: 1.33em;
  font-family: "source-sans-pro", sans-serif;
  font-style: normal;
  color: #0D111D;
  font-size: 18px;
  hyphens: none;
}
.blog__date-event p, .blog__meta p, .blog__content p, .blog-archive__item-category p, .blog-archive__item-text p, .page-content__text p, .page-html__text p, .page-html .my-newsletter .subs-status p, .pricing-page__text p, .press-coverage__publication p, .event-detail__date p, .event-detail__description p, .event-detail__film-synopsis p, .events-list__event__description p, .films-list__by-date__film p, .films-list__by-title__az-summary p, .films-list__by-title__synopsis p, .films-list__by-season__season__description p, .films-list__by-event__synopsis p, .films-list__by-event__event__description p, .propose-screening-form__text p, .propose-screening-form__footer p, .film-detail__content p, .film-detail__synopsis p, .logged-in__message p, .membership-page__text p, .my-account__heading p, .season-detail__date p, .season-detail__description p, .season-detail__promo p, .season-detail__film-synopsis p, .season-detail .digest-prompt p, .seasons-list__season__description p {
  hyphens: none;
}
b, strong, .strong {
  font-weight: 600;
}
.dropdown-holder .button, .dropdown-holder button {
  margin: 0;
}
.dropdown-holder {
  margin: 10px;
  position: relative;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 5px;
  z-index: 2;
  width: 100%;
}
.dropdown-content ul {
  margin-top: 0;
}
.dropdown-content a {
  display: block;
  padding: 5px 10px;
}
.dropdown-menu.menu-social-sharing .fa {
  min-width: 18px;
  text-align: center;
}
.dropdown-menu.menu-social-sharing a {
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.dropdown-menu.menu-social-sharing a:hover {
  color: #999;
}
.in-page-status {
  position: relative;
}
.in-page-status.success .success-holder, .in-page-status.wait .wait-holder, .in-page-status.error .error-holder {
  opacity: 1;
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
}
.in-page-status.success.no-alpha .success-holder, .in-page-status.wait.no-alpha .wait-holder, .in-page-status.error.no-alpha .error-holder {
  background-color: white;
}
.in-page-status.error .error-holder {
  cursor: default;
  color: #a00000;
  font-weight: bold;
}
.in-page-status .nv-message {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  z-index: 1001;
  transition: all 0.5s ease-in-out;
  color: #000;
}
.in-page-status .nv-message div {
  margin: auto;
  text-align: center;
}
/* site bits */
/* in an ideal world, this would fit all blocks */
/* Synopsis toggle */
.synopsis-wrapper .synopsis-full {
  display: none;
}
.synopsis-wrapper.more-is-open .synopsis {
  display: none;
}
.synopsis-wrapper.more-is-open .synopsis-full {
  display: block;
}
/* HR */
hr {
  border: 0;
  border-bottom: 1px solid #CCCCCC;
  margin: 25px 0px;
}
/* rating */
/* link styles */
a {
  color: #215551;
  text-decoration: none;
  font-weight: normal;
}
a:hover {
  text-decoration: underline;
}
.propose-screening-form__form input[type=text], .propose-screening-form__form textarea, .film-detail__comments-form #respond input[type=text], .film-detail__comments-form #respond textarea, .film-detail__comments-form #respond select, .login-panel .input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  border: 2px solid #CCCCCC;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.propose-screening-form__form input[type=text]:focus, .propose-screening-form__form textarea:focus, .film-detail__comments-form #respond input[type=text]:focus, .film-detail__comments-form #respond textarea:focus, .film-detail__comments-form #respond select:focus, .login-panel .input:focus {
  background: #FFF;
  border-color: #215551;
  outline: none !important;
}
.blog-archive__item-text .read-more, .elm-wrapper .elm-button:not(.ajax-inactive), .page-content__action, .page-html__action, .page-html .my-newsletter .action, .press-coverage__action, .event-detail__film-book-tickets a, .events-list__event__button, .films-list__by-date__film__book__tickets a, .film-detail__book__tickets a, .films-list__by-season__season__button, .films-list__by-event__button a, .films-list__by-event__event__button, .propose-screening-form__button, .film-detail__comments-form__button, .film-detail__comments-form .submit, .login-panel__button, .membership-page__action, .newsletter input.btn, .newsletter button, .my-account-email-digest ul.email-digest button, .season-detail__promo-button, .season-detail__film-book-tickets a, .seasons-list__season__button, .archive-seasons__season__link, #buddypress form#whats-new-form #whats-new-content #aw-whats-new-submit, #buddypress .prompt-propose a, #buddypress form#whats-new-form p.activity-greeting a, #buddypress .standard-form div.submit input[type="submit"], #buddypress #bp-data-export button[type="submit"], #buddypress .when-subscribed a, #buddypress .when-unsubscribed a, #buddypress .propose-screening-form__form input[type="submit"], .list-my-tickets li .ticket-actions button, .wait-list button, .wait-list a {
  display: inline-block;
  font-size: 95%;
  border-radius: 0;
  background: #cbe3e7;
  padding: 9px 18px;
  color: #0D111D;
  border: 0px solid;
  border-color: #215551;
  text-decoration: none;
  min-width: 60px;
  text-align: center;
  box-shadow: 3px 3px 0px #a1d3d3;
  transition: 0.1s ease all;
}
.blog-archive__item-text .read-more:hover, .elm-wrapper .elm-button:not(.ajax-inactive):hover, .page-content__action:hover, .page-html__action:hover, .page-html .my-newsletter .action:hover, .press-coverage__action:hover, .event-detail__film-book-tickets a:hover, .events-list__event__button:hover, .films-list__by-date__film__book__tickets a:hover, .film-detail__book__tickets a:hover, .films-list__by-season__season__button:hover, .films-list__by-event__button a:hover, .films-list__by-event__event__button:hover, .propose-screening-form__button:hover, .film-detail__comments-form__button:hover, .film-detail__comments-form .submit:hover, .login-panel__button:hover, .membership-page__action:hover, .newsletter input.btn:hover, .newsletter button:hover, .my-account-email-digest ul.email-digest button:hover, .season-detail__promo-button:hover, .season-detail__film-book-tickets a:hover, .seasons-list__season__button:hover, .archive-seasons__season__link:hover, #buddypress form#whats-new-form #whats-new-content #aw-whats-new-submit:hover, #buddypress .prompt-propose a:hover, #buddypress form#whats-new-form p.activity-greeting a:hover, #buddypress .standard-form div.submit input[type="submit"]:hover, #buddypress #bp-data-export button[type="submit"]:hover, #buddypress .when-subscribed a:hover, #buddypress .when-unsubscribed a:hover, #buddypress .propose-screening-form__form input[type="submit"]:hover, .list-my-tickets li .ticket-actions button:hover, .wait-list button:hover, .wait-list a:hover {
  color: #FFF;
  border-color: #FFF;
  background: #215551;
  text-decoration: none;
}
.event-detail__film-title a, .events-list__event__title a, .films-list__by-season__season__title a, .film-times__film__title a, .film-times__film__image__wrapper a, .seasons-list__season__title a {
  color: #215551;
  text-decoration: none;
}
.event-detail__film-title a:hover, .events-list__event__title a:hover, .films-list__by-season__season__title a:hover, .film-times__film__title a:hover, .film-times__film__image__wrapper a:hover, .seasons-list__season__title a:hover {
  color: #0D111D;
  transition: 0.2s ease all;
}
.films-list__by-date__film__screeningtimes span, .screening-panel .screening-tag {
  /*  screening type tags */
}
.films-list__by-date__film__screeningtimes span::after, .screening-panel .screening-tag::after {
  margin-left: 8px;
  font-size: 14px;
  color: #0D111D;
  text-transform: uppercase;
  white-space: nowrap;
}
.films-list__by-date__film__screeningtimes span.ext-intro::after, .screening-panel .ext-intro.screening-tag::after {
  content: "+ Intro";
}
.films-list__by-date__film__screeningtimes span.ext-live_music::after, .screening-panel .ext-live_music.screening-tag::after {
  content: "+ Live Music";
}
.films-list__by-date__film__screeningtimes span.ext-discussion::after, .screening-panel .ext-discussion.screening-tag::after {
  content: "+ Discussion";
}
.films-list__by-date__film__screeningtimes span.ext-q_and_a::after, .screening-panel .ext-q_and_a.screening-tag::after {
  content: "+ Q&A";
}
.films-list__by-date__film__screeningtimes span.ext-hoh::after, .screening-panel .ext-hoh.screening-tag::after {
  content: "Hard of Hearing";
}
.films-list__by-date__film__screeningtimes span.ext-members::after, .screening-panel .ext-members.screening-tag::after {
  content: "Members";
}
.films-list__by-date__film__screeningtimes span.ext-pay_what_you_can::after, .screening-panel .ext-pay_what_you_can.screening-tag::after {
  content: "Pay What You Can";
}
.films-list__by-date__film__screeningtimes span.ext-free_members::after, .screening-panel .ext-free_members.screening-tag::after {
  content: "Free Members' Screening";
}
.films-list__by-date__film__screeningtimes span.ext-baby_screening::after, .screening-panel .ext-baby_screening.screening-tag::after {
  content: "Bring Your Baby";
}
.event-detail__back a, .event-detail__film-screening, .films-list__by-date__film__screeningtimes span a, .films-list__by-date__film__screenings a, .film-detail__screenings a.screening, .screening-panel a.screening, .season-detail__back a, .season-detail__film-screening {
  font-size: 16px;
  display: inline-block;
  line-height: normal;
  border-radius: 0px;
  background: #FFF;
  padding: 6px 12px;
  color: #0D111D;
  border: 1px solid #999;
  text-decoration: none;
  min-width: 60px;
  text-align: center;
  box-shadow: 3px 3px 0px #a1d3d3;
  transition: 0.1s ease all;
}
.event-detail__back a:hover, .event-detail__film-screening:hover, .films-list__by-date__film__screeningtimes span a:hover, .films-list__by-date__film__screenings a:hover, .film-detail__screenings a.screening:hover, .screening-panel a.screening:hover, .season-detail__back a:hover, .season-detail__film-screening:hover {
  color: #FFF;
  border-color: #215551;
  background: #215551;
  text-decoration: none;
}
.event-detail__back a:hover::after, .event-detail__film-screening:hover::after, .films-list__by-date__film__screeningtimes span a:hover::after, .films-list__by-date__film__screenings a:hover::after, .film-detail__screenings a.screening:hover::after, .screening-panel a.screening:hover::after, .season-detail__back a:hover::after, .season-detail__film-screening:hover::after {
  color: #95dfda;
}
.films-list__by-date__film__screeningtimes span a.matinee::after, .films-list__by-date__film__screenings span.matinee:not(.pay_what_you_can)::after, .films-list__by-date__film__screenings a.matinee:not(.pay_what_you_can)::after, .film-detail__screenings span.screening.matinee:not(.pay_what_you_can)::after, .film-detail__screenings a.screening.matinee::after, .screening-panel a.screening.matinee::after {
  content: "£7.50";
  margin-left: 6px;
  margin-top: -11px;
  background: #299;
  border-radius: 5px;
  color: #fff;
  padding: 0px 5px;
  font-size: 14px;
  position: absolute;
  line-height: normal;
  text-align: center;
}
.header .widget_nav_menu .login-menu li.current-menu-item a, .header .widget_nav_menu .login-menu li.current-page-ancestor a {
  color: white !important;
  line-height: 0;
  /* font-weight: 500; */
}
.event-detail__date, .event-detail__days__date-title, .events-list__event__date, .films-list__by-season__season__date, .films-list__by-event__event__date, .film-detail__screenings__date-title, .season-detail__date, .season-detail__days__date-title, .seasons-list__season__date {
  font-weight: normal;
  color: #299;
}
.films-list__by-date__film__title, .films-list__by-title__film-title, .films-list__by-season__season__title, .films-list__by-event__event__title, .film-detail__title, .season-detail__film-title, .archive-seasons__season__title, .archive-films__item__title {
  line-height: 1.2em;
  font-weight: 600;
  color: #215551;
}
.films-list__by-date__film__title a, .films-list__by-title__film-title a, .films-list__by-season__season__title a, .films-list__by-event__event__title a, .film-detail__title a, .season-detail__film-title a, .archive-seasons__season__title a, .archive-films__item__title a {
  font-weight: 600;
}
.films-list__by-date__film__title a:hover, .films-list__by-title__film-title a:hover, .films-list__by-season__season__title a:hover, .films-list__by-event__event__title a:hover, .film-detail__title a:hover, .season-detail__film-title a:hover, .archive-seasons__season__title a:hover, .archive-films__item__title a:hover {
  text-decoration: none;
  color: #222;
}
.event-detail__film-stats, .films-list__by-date__film .films-list__by-date__film__season__link, .films-list__by-date__film .films-list__by-date__film__partner__link, .films-list__by-date__film__stats, .films-list__by-event__event__partner__link, .film-detail__screenings__season-link, .film-detail__film__stats, .season-detail__film-stats {
  font-style: italic;
  line-height: 1.2em;
  /* color: #666; */
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .event-detail__film-stats, .films-list__by-date__film .films-list__by-date__film__season__link, .films-list__by-date__film .films-list__by-date__film__partner__link, .films-list__by-date__film__stats, .films-list__by-event__event__partner__link, .film-detail__screenings__season-link, .film-detail__film__stats, .season-detail__film-stats {
    font-size: 18px;
  }
}
.events-list__event__image, .films-list__by-date__film__image__wrapper > a:hover, .film-detail__image__wrapper img, .film-times__film__image__wrapper img, .seasons-list__season__image {
  border-radius: 3px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .events-list__event__image, .films-list__by-date__film__image__wrapper > a:hover, .film-detail__image__wrapper img, .film-times__film__image__wrapper img, .seasons-list__season__image {
    height: 225px;
    /* 6:4 ratio */
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .events-list__event__image, .films-list__by-date__film__image__wrapper > a:hover, .film-detail__image__wrapper img, .film-times__film__image__wrapper img, .seasons-list__season__image {
    height: 355px;
    /* 6:4 ratio */
  }
}
.events-list__event__image:hover, .films-list__by-date__film__image__wrapper > a:hover, .film-detail__image__wrapper img:hover, .film-times__film__image__wrapper img:hover, .seasons-list__season__image:hover {
  opacity: 0.9;
  transition: 0.2s ease all;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* 404 */
.page-body.error-404 {
  text-align: center;
}
.home {
  --float-top: 105px;
  --margin-top: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .home {
    --float-top: 85px;
    --margin-top: -25px;
  }
}
.home .float-top {
  top: var(--float-top);
  margin-top: var(--margin-top);
}
.float-top {
  z-index: 100;
  /*position: -webkit-sticky;*/
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
}
.logged-in-savoy .logged-out-savoy {
  display: none;
}
.logged-out-savoy .logged-in-savoy {
  display: none;
}
.icon-bar {
  background-color: rgba(255, 255, 255, 0.75);
  display: block;
  height: 2px;
  position: relative;
  transition: all 150ms ease-in-out 0s;
  width: 23px;
}
.menu-icon:hover .icon-bar {
  background-color: white;
}
.icon-bar:nth-child(1) {
  margin-bottom: 5px;
}
.icon-bar:nth-child(2) {
  margin-bottom: 5px;
}
.mobile-menu-shown .icon-bar:nth-of-type(1) {
  top: 7px;
  transform: rotate(45deg);
}
.mobile-menu-shown .icon-bar:nth-of-type(2) {
  top: 0px;
  transform: rotate(-45deg);
}
.mobile-menu-shown .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  z-index: 500;
  position: fixed;
  background: #215551;
  width: 100vw;
  top: 105px;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #316763;
  margin: 0;
}
.mobile-menu .mobile-menu__inner {
  overflow-y: auto;
  height: 100%;
}
.mobile-menu .hidden-modal {
  display: none;
}
.mobile-menu-shown .mobile-menu {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu {
    top: 80px;
    padding-left: 0px;
    border-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile-menu__inner {
    display: flex;
    gap: 100px;
    max-width: 1400px;
    margin: auto;
    margin-top: 20px;
  }
}
.mobile-menu ul::before {
  color: #81b3af;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-bottom: 10px;
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu ul::before {
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 20px;
  }
}
.mobile-menu #menu-primary-menu::before {
  content: "Main menu";
}
.mobile-menu #menu-about-us-menu::before {
  content: "Venue info";
}
.mobile-menu #menu-login-menu-1::before {
  content: "Explore";
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu ul:first-child::before {
    margin-top: 0;
  }
}
.mobile-menu ul.mobile-nav {
  margin: 0;
  flex-grow: 0;
  flex-basis: 0;
  -webkit-flex-basis: 0;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile-menu ul.mobile-nav {
    flex-basis: 20%;
  }
}
.mobile-menu ul.mobile-nav .sub-menu {
  margin: 0;
  padding-left: 15px;
}
.mobile-menu ul.mobile-nav li {
  padding-left: 10px;
  font-size: 20px;
  line-height: 175%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .mobile-menu ul.mobile-nav li {
    padding-left: 30px;
    font-size: 18px;
  }
}
.mobile-menu ul.mobile-nav li.current_page_item a, .mobile-menu ul.mobile-nav li.current-menu-item a, .mobile-menu ul.mobile-nav li.current-page-ancestor a {
  font-weight: 500;
  color: #FFF;
}
.mobile-menu ul.mobile-nav li::before {
  display: none;
}
.mobile-menu ul.mobile-nav li a, .mobile-menu ul.mobile-nav li a:visited {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  font-weight: 400;
}
.mobile-menu ul.mobile-nav li a:hover, .mobile-menu ul.mobile-nav li a:visited:hover {
  color: white;
}
/* when menu shown, tweak header */
.mobile-menu-shown .header {
  background-image: none;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .mobile-menu-shown .header .grid .logo__inner .gc-logo {
    max-height: 87px;
    margin-left: 25px;
  }
}
body.mobile-menu-shown {
  overflow: hidden;
  position: fixed;
  width: 100%;
  /* unclear why this is needed - but fixes a weird issue in chrome */
}
/*
.mobile-menu-shown {

  &.mobile-menu {
    display: block;
  }
}*/
/* top header strip */
.header {
  /* default */
  background: #215551;
  background-image: url("/wp-content/themes/garden-cinema/library/images/header-bg-diagonals.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 50%;
  width: 100%;
  min-height: 105px;
  /* Desktop menu - header */
}
.header__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .header__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .header__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header {
    background-position: 175px center;
    background-size: 100%;
    min-height: 85px;
  }
}
.header .grid {
  display: grid;
}
.header .grid div:first-child {
  /* logo image */
  grid-column-start: 1;
  grid-column-end: 1;
}
.header .grid div:nth-child(2) {
  /* Login menu */
  grid-column-start: 2;
  grid-column-end: 2;
  align-self: center;
}
.header .grid div:nth-child(3) {
  /* Mobile menu trigger */
  grid-column-start: 2;
  grid-column-end: 2;
  align-self: center;
}
.header .grid .logo__inner {
  height: 100%;
  width: 100%;
  min-height: 105px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header .grid .logo__inner {
    min-height: 85px;
  }
}
.header .grid .logo__inner .gc-logo {
  /* logo */
  margin-top: 10px;
  position: absolute;
  max-height: 130px;
  /* logo */
  width: auto;
  transition: 0.1s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .header .grid .logo__inner .gc-logo {
    max-height: 67px;
  }
}
.header .grid .logo__inner .gc-logo:hover {
  transition: 0.1s ease-in-out;
  scale: 1.1;
}
.header .widget_nav_menu {
  display: none;
  font-family: "source-sans-pro";
}
.header .widget_nav_menu .login-menu li a, .header .widget_nav_menu .login-menu li a:visited {
  font-family: "source-sans-pro";
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
  white-space: nowrap;
  font-weight: 400;
  /*  letter-spacing: 0.5px; */
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .header .widget_nav_menu .login-menu li a, .header .widget_nav_menu .login-menu li a:visited {
    font-size: 18px;
  }
}
.header .widget_nav_menu .login-menu li a::before, .header .widget_nav_menu .login-menu li a:visited::before {
  font-family: "Font Awesome 6 Pro";
  /* margin-right: 6px; */
  font-size: 21px;
  font-weight: 300;
}
.header .widget_nav_menu .login-menu li a:hover, .header .widget_nav_menu .login-menu li a:visited:hover {
  color: white;
}
.header .widget_nav_menu .login-menu li.icon-basket a, .header .widget_nav_menu .login-menu li.icon-login a, .header .widget_nav_menu .login-menu li.icon-search a {
  /* supress label so link is icon only */
  font-size: 0;
}
.header .widget_nav_menu .login-menu li.icon-basket a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li.icon-search a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li.icon-about a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li.icon-login a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li.icon-logout a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li.icon-myaccount a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li.icon-createaccount a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li.icon-vieworder a::before {
  content: "";
}
.header .widget_nav_menu .login-menu li:hover a::before {
  color: #FFF;
}
.header .widget_nav_menu #menu-login-menu-1 {
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .header .widget_nav_menu #menu-login-menu-1 {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -webkit-flex-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .header .widget_nav_menu #menu-login-menu-1 li {
    margin-left: 35px;
  }
}
/* homepage top header */
.home .header {
  border-bottom: 0;
  position: fixed;
  z-index: 300;
}
.hero-image {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 40vh;
  margin-top: 85px;
  object-position: center center;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .hero-image {
    margin-top: 105px;
    height: 50vh;
  }
}
.navigation {
  /* default */
  background-color: #cae3e8;
}
.navigation__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .navigation__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .navigation__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .navigation {
    display: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.navigation #menu-primary-menu-1 {
  margin: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* links */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .navigation #menu-primary-menu-1 {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .navigation #menu-primary-menu-1 .sub-menu {
    display: none;
  }
}
.navigation #menu-primary-menu-1 a {
  text-transform: uppercase;
  white-space: nowrap;
  /* font-weight: 600; */
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .navigation #menu-primary-menu-1 a {
    padding: 15px 30px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .navigation #menu-primary-menu-1 a {
    padding: 10px;
    padding-left: 0;
    /* padding-right: 24px; */
    font-size: 15px;
  }
}
.navigation #menu-primary-menu-1 a:hover {
  text-decoration: none;
  color: #215551;
  transition: 0.2s ease;
}
.navigation #menu-primary-menu-1 .current-menu-item a {
  font-weight: 600;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .navigation #menu-primary-menu-1 {
    justify-content: space-evenly;
  }
  .navigation #menu-primary-menu-1 li:last-child a {
    padding-right: 0;
  }
}
.navigation-mobile-tab {
  background: #cae3e8;
  text-align: center;
}
.navigation-mobile-tab.members-area {
  display: none;
}
.navigation-mobile-tab.whatson span {
  background: #f5f5f5;
}
.navigation-mobile-tab span {
  padding: 3px 15px;
  display: inline-block;
  margin: auto;
  margin-top: auto;
  font-size: 90%;
  margin-top: 5px;
  font-weight: 600;
  color: #215551;
  background: #FFF;
}
/* show/hide Community tab based on login status */
.tab_community {
  display: none;
}
body.logged-in .tab_membership {
  display: none;
}
body.logged-in .mobile-menu .tab_membership {
  /* show this for new 2024  modal menu */
  /* display: block; */
}
body.logged-in .tab_community {
  display: inline-block;
}
.mobile-menu-rhs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  flex-basis: 50%;
}
.mobile-menu-rhs > * {
  color: rgba(255, 255, 255, 0.75);
  margin-left: 24px;
  font-size: 24px;
}
.mobile-menu-rhs i:hover::before {
  color: white;
}
.mobile-menu-rhs .mobile-menu-trigger {
  display: block;
}
.mobile-menu-rhs .mobile-menu-trigger .menu-icon {
  display: block;
  outline: none;
}
.footer {
  background: #FFFFFF;
  /* default */
  text-align: center;
  clear: both;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footer__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .footer__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .menu li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer .menu li i.fa {
    font-size: 25px;
  }
  .footer .menu span {
    display: none;
  }
}
.footer .menu {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.footer .menu li {
  display: inline-block;
  padding-right: 8px;
  padding-left: 8px;
  font-size: 20px;
}
.footer .menu li span {
  display: none;
}
.footer a:link, .footer a:visited {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #555;
  text-decoration: underline;
}
.footer__inner h4 {
  font-size: 16px;
}
.footer .widget_media_image {
  position: relative;
}
.footer .widget_media_image .image {
  /* logo */
  background: #FFFFFF;
  max-width: 215px !important;
  position: relative;
  border-left: 20px solid #FFFFFF;
  border-right: 20px solid #FFFFFF;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .widget_media_image .image {
    max-width: 175px !important;
  }
}
.footer .widget_media_image::before {
  content: " ";
  text-decoration: none;
  position: absolute;
  height: 1px;
  background-color: #CCC;
  width: 100%;
  display: block;
  top: 87px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .footer .widget_media_image::before {
    top: 67px;
  }
}
.footer .widget_nav_menu h4 {
  display: none;
}
/* LEGAL FOOTER */
.after-footer {
  text-align: center;
  border-top: 0px solid #CCC;
  background: #cae3e8;
  position: relative;
  /* default */
}
.after-footer .menu {
  margin: 0;
  padding: 20px 0px;
}
.after-footer__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .after-footer__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .after-footer__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .after-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .after-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .after-footer .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .after-footer .menu li {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
  }
}
.after-footer a:link, .after-footer a:visited {
  color: #215551;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .after-footer a:link, .after-footer a:visited {
    padding: 3px 0px;
    display: block;
  }
}
.after-footer a:hover {
  color: #0D111D;
  text-decoration: underline;
}
.after-footer .footer-wp-edit {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
/* Cookie Conset form */
.cc_banner-wrapper .cc_container {
  background: #F5F5F5;
  color: #0D111D;
  font-size: 17px;
  font-family: "source-sans-pro", sans-serif;
}
.cc_banner-wrapper .cc_container .cc_btn, .cc_banner-wrapper .cc_container .cc_btn:visited {
  min-width: 160px;
  background-color: #215551;
  white-space: nowrap;
  color: #FFF;
  font-weight: 500;
  font-size: 14px;
  border-radius: 0;
  border: 0;
  transition: 0.2s ease all;
  border-radius: 0px;
}
.cc_banner-wrapper .cc_container .cc_btn:hover {
  background: #0D111D;
  color: #FFF;
  border: 0;
}
.cc_banner-wrapper .cc_container a, .cc_banner-wrapper .cc_container a:visited {
  color: #0D111D;
  margin-left: 6px;
}
.cc_banner-wrapper .cc_container a:hover {
  color: #0D111D;
  border-bottom: 1px solid #0D111D;
}
body.blog, body.archive.category, body.single-post {
  padding: 0;
  background-color: #F5F5F5;
}
.blog {
  /* default */
}
.blog__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .blog__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .blog__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .blog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog .separator-before:not(:empty)::before, .blog-archive .separator-before:not(:empty)::before {
  content: "|";
  font-family: "Font Awesome 6 Pro";
  margin-left: 5px;
  padding-right: 8px;
  font-weight: 300;
  color: #999;
}
.blog-nav {
  display: block;
  background: #FFF;
  position: sticky;
  z-index: 1;
  top: 162px;
  margin: auto;
  text-align: center;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-nav {
    top: 85px;
    /* display: flex;
              justify-content: space-evenly; */
    white-space: nowrap;
    overflow: scroll;
  }
}
.blog-nav li {
  display: inline-block;
  margin: 15px 20px;
  font-weight: 300;
}
.blog-nav li.current-menu-item a {
  font-weight: 600;
  color: #215551;
}
.blog-nav li a {
  font-size: 18px;
  color: #777;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-nav li a {
    font-size: 16px;
  }
}
.blog-nav li a:hover {
  color: #215551;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog .search-form {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.blog .search-form label {
  flex-basis: 100%;
}
.blog .search-form .search-field {
  padding: 7px 16px;
  padding-right: 0;
  border-radius: 5px;
  border: 2px solid #CCC;
  margin-left: -10px;
  min-width: 300px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog .search-form .search-field {
    width: 100%;
  }
}
.blog .search-form .search-field:focus {
  border-color: #215551;
  outline: none !important;
}
.blog .search-form button {
  appearance: none;
  background: transparent;
  border: 0;
  margin-left: -36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog .search-form button {
    margin-left: -28px;
  }
}
.blog .search-form button:hover {
  color: #215551;
}
.blog__photo-header {
  min-height: 350px;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog__photo-header {
    display: none;
  }
}
.blog__separator {
  margin: 0 12px;
}
.blog__header {
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .blog__header {
    margin-left: auto;
    margin-right: auto;
  }
}
.blog__header.header-archive {
  padding: 40px 0px;
}
.blog__title {
  color: #215551;
  line-height: 120%;
  margin-bottom: 10px;
  font-weight: 600;
}
.blog__title.blog__logotype {
  /* border-bottom: 1px solid #CCC; */
  padding-bottom: 15px;
  color: #215551;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.blog__title.blog__logotype span {
  display: block;
  font-size: 50%;
  line-height: 50%;
}
.blog__category-nav {
  margin: 0;
  margin-top: 25px;
}
.blog__category-nav li {
  display: inline;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog__category-nav li {
    line-height: 200%;
  }
  .blog__category-nav li.current-cat a {
    color: #215551;
  }
}
.blog__category-nav li a {
  margin-left: 10px;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.blog__category-nav li a:hover {
  text-decoration: none;
  border-bottom: 1px solid;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .blog__category-nav li::before {
    content: "|";
    opacity: 0.5;
  }
  .blog__category-nav li:first-child::before {
    display: none;
  }
  .blog__category-nav li.current-cat a {
    border-bottom: 1px solid;
  }
}
.blog__category .post-categories, .blog__category .post-categories li {
  display: inline-block;
}
.blog__date-event {
  display: block;
  margin-top: 10px;
  font-size: 80%;
  color: #215551;
}
.blog__meta {
  font-size: 95%;
  color: #666;
  margin: 5px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .blog__meta {
    letter-spacing: 0.25px;
  }
}
.blog__meta .post-categories, .blog__meta .post-categories li {
  display: inline-block;
  margin: 0;
}
.blog__content {
  padding-bottom: 40px;
}
.blog__content iframe {
  background: #000;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  margin: 10px 0px;
}
.blog__content p:first-child {
  font-size: 133%;
  font-style: italic;
  line-height: normal;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .blog__content {
    margin-left: auto;
    margin-right: auto;
  }
}
.blog__content a {
  text-decoration: underline;
}
.blog__content img.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.blog__content img.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.blog__tags {
  margin-left: 0px;
}
.blog__tags a {
  margin-left: 10px;
  padding: 3px 10px;
  background: #eee;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 85%;
  border-radius: 3px;
}
.blog__tags a:hover {
  text-decoration: none;
  background: #DDD;
}
.blog__tags a::before {
  content: "#";
}
/* Post detail page */
.single-post .blog__inner {
  margin-top: 40px;
  background: #FFFFFF;
  border-radius: 0px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.025);
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .single-post .blog__inner {
    max-width: 1040px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.single-post .blog__header {
  text-align: left;
}
.single-post .blog__header .blog__category {
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.single-post .blog__header .blog__title {
  /* @include small-bar-below($accent-color, left); */
}
/* youtube display fix */
.category-Videos iframe {
  background: #000;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  margin: 15px 0px;
}
/* Menu highlighting fix */
.single-post #menu-primary-menu-1 .tab_magazine a, .category-video #menu-primary-menu-1 .tab_magazine a, .category-podcasts #menu-primary-menu-1 .tab_magazine a {
  font-weight: 600;
  color: #215551;
}
#menu-primary-menu-1 .tab_jobs {
  display: none;
}
.blog-archive {
  /* default */
  /* @include regular-columns((columns:2, size:md,margin-x:15px ,wrap:wrap)); */
  margin-bottom: 50px;
  /* padding-left: 0px !important;
		padding-right: 0px !important; */
}
.blog-archive__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .blog-archive__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .blog-archive__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .blog-archive {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .blog-archive {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.blog-archive__inner {
  max-width: 1400px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .blog-archive__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
  }
}
.blog-archive__row {
  margin-bottom: 40px;
  padding: 25px;
  background: #FFFFFF;
  border-radius: 0px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.025);
}
.blog-archive__row:nth-child(even) {
  /* @extend %flex-direction-row-reverse; */
}
.blog-archive__row > div {
  /*  background-color:#F8F8F8;  */
}
.blog-archive__row:nth-child(2n) > div:last-child {
  /*
			 background-color: #FFF; 
        
        */
}
.blog-archive__meta.tagview {
  font-style: italic;
  margin-bottom: 30px;
  text-align: center;
}
.blog-archive__meta.tagview em {
  font-weight: 600;
}
.blog-archive__item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* text-align: center; */
  line-height: 150%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-archive__item {
    /* margin-bottom: 20px;
            border-bottom: 1px solid $border-color;
            padding-bottom: 30px; */
  }
}
.blog-archive__item iframe {
  background: #000;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  margin: 10px 0px;
}
.blog-archive__item-category {
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.blog-archive__item-category:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #215551;
  width: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .blog-archive__item-category:not(:empty)::after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.blog-archive__item-category:not(:empty)::after {
  margin-top: 10px;
}
.blog-archive__item-category .post-categories, .blog-archive__item-category .post-categories li {
  display: inline-block;
  margin-bottom: 0;
}
.blog-archive__item-title {
  line-height: 120%;
  font-weight: 600;
}
.blog-archive__item-title a {
  font-weight: 600;
}
.blog-archive__item-title a:hover {
  color: #0D111D;
  text-decoration: none;
  /* border-bottom: 1px solid; */
}
.blog-archive__item-date {
  font-size: 20px;
  margin-bottom: 15px;
  color: #2e4371;
}
.blog-archive__item-text {
  margin-top: 0px;
}
.blog-archive__item-text .excerpt-read-more {
  display: none;
}
.blog-archive__item-text .read-more {
  margin-top: 10px;
}
.blog-archive__photo {
  /* @extend %content-min-height; */
}
.blog-archive__photo img {
  width: 100%;
  object-fit: cover;
  max-height: 42vh;
}
.blog-archive .pagination {
  -webkit-flex-grow: 0;
  -webkit-box-flex: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -webkit-box-flex: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.blog-archive .pagination .page-numbers {
  display: block;
  text-align: center;
}
.blog-archive .pagination li {
  display: inline;
}
.blog-archive .pagination .page-numbers {
  display: inline-block;
  padding: 5px;
  color: #222;
  border-radius: 100%;
  min-width: 32px;
}
.blog-archive .pagination .page-numbers.current, .blog-archive .pagination .page-numbers a:hover {
  color: #000;
  background: #DDD;
  text-decoration: none;
}
.elm-wrapper {
  margin: 0;
}
.elm-wrapper .elm-button:not(.ajax-inactive) {
  margin: 1em auto;
}
.elm-wrapper .elm-loading-icon {
  stroke: #000;
}
.page-title {
  /* default */
  background: #FFFFFF;
  padding: 25px;
  padding-bottom: 22px;
}
.page-title__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-title__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-title__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-title__inner {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 30px;
  text-align: center;
}
.page-title__inner.my-account {
  border-bottom: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-title {
    padding-top: 18px;
    padding-bottom: 15px;
  }
}
.page-title__subtitle {
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0px;
  color: #0D111D;
  font-size: 18px;
}
.page-title__subtitle p {
  display: inline;
}
.page-title__subtitle.logged-in {
  display: inline-block;
  padding: 5px 25px;
  background: #F5F5F5;
  border-radius: 15px;
  font-size: 100%;
  margin-top: 20px;
}
.page-title h1 {
  margin-top: 10px;
  text-align: center;
  color: #215551;
  font-weight: 600;
}
.page-title h1.align-left {
  text-align: left;
}
.page-content {
  /* default */
}
.page-content__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-content__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-content__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-content__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-content.no-padding-top .page-content__inner {
    padding-top: 0;
    padding-bottom: 15px;
  }
}
.page-content__title:not(.small-title) {
  color: #215551;
  text-align: center;
}
.page-content__title:not(.small-title):not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #215551;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-content__title:not(.small-title):not(:empty)::after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.page-content__title.small-title {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-content.content-narrow {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-content.content-narrow .page-content__video {
    padding: 0px 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-content.content-verynarrow {
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-content.content-centre .page-content__action-container {
  margin: auto;
}
.page-content.content-centre .action-row {
  justify-content: center;
}
.page-content.content-centre.text-only, .page-content.content-centre.text-on-top, .page-content.content-centre.text-on-bottom {
  text-align: center;
}
.page-content__row {
  display: flex;
}
.page-content__row.image-row > * {
  flex-basis: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-content__row {
    flex-direction: column;
  }
}
.page-content__image img {
  width: 100%;
}
.page-content p {
  hyphens: none;
  margin-top: 0;
  word-break: keep-all;
}
.page-content p:last-child {
  margin-bottom: 0;
}
.page-content.line-below {
  border-bottom: 1px solid #CCCCCC;
}
.page-content__text {
  flex-basis: 100%;
  margin-bottom: 15px;
  /* CSS COLUMNS */
}
.page-content__text > h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.page-content__text > h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-content__text.col-2 {
    column-count: 2;
    column-gap: 30px;
  }
  .page-content__text.col-2 > * {
    display: inline-block;
  }
  .page-content__text.col-3 {
    column-count: 3;
    column-gap: 30px;
  }
  .page-content__text.col-3 > * {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-content.text-on-left img, .page-content.text-on-left .page-content__video > * {
    margin-left: 30px;
  }
}
.page-content.text-on-right .page-content__text {
  margin-left: 30px;
}
.page-content.text-on-right .page-content__row.image-row {
  flex-direction: row-reverse;
}
.page-content.text-on-top .page-content__image img {
  width: auto;
}
.page-content.text-on-top .page-content__row {
  flex-direction: column;
}
.page-content.text-on-bottom .page-content__image img {
  width: auto;
}
.page-content.text-on-bottom .page-content__row.image-row {
  flex-direction: column-reverse;
}
.page-content .page-content__image, .page-content .page-content__video {
  margin-bottom: 25px;
}
.page-content .page-content__image iframe, .page-content .page-content__video iframe {
  width: 100%;
}
.page-content .action-row {
  margin-bottom: 30px;
}
.page-content__actions {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-content__action + .page-content__action {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-content__action {
    margin-top: 15px;
    width: 100%;
  }
}
.page-content.text-only .page-content__text {
  margin-left: 0;
  margin-right: 0;
}
.page-membership .page-content ul {
  font-weight: 600;
}
.page-membership .page-content ul li {
  vertical-align: text-top;
  border: 0px solid #CCCCCC;
  padding: 20px 30px;
  margin-bottom: 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px #DDD;
  background: #F5F5F5;
  font-size: 17px;
  line-height: normal;
  font-weight: normal;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-membership .page-content ul li {
    display: inline-block;
    width: 30%;
    margin: 1.66%;
  }
}
.page-membership .page-content ul li::before {
  font-family: "FontAwesome";
  display: none;
  color: #393;
  background: #FFF;
  width: 20px;
  margin: auto;
  padding: 10px;
  border-radius: 100%;
  font-size: 20px;
  margin-bottom: 8px;
}
.page-membership .page-content ul li:first-child::before {
  content: "";
}
.page-membership .page-content ul li:nth-child(2)::before {
  content: "";
}
.page-membership .page-content ul li:nth-child(3)::before {
  content: "";
}
.page-html {
  /* default */
  /* My Newsletter, My Tickets sub pages */
}
.page-html__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .page-html__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-html__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-html {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-html {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-html {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .page-html__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.page-html__title {
  text-align: center;
}
.page-html__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #215551;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-html__title:not(:empty)::after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.page-html p {
  hyphens: none;
}
.page-html h3 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  font-weight: 600;
  letter-spacing: 0;
}
.page-html ul {
  list-style: disc;
  padding-left: 24px;
}
.page-html ul li {
  padding-bottom: 10px;
}
.page-html__text {
  margin-bottom: 15px;
  /* CSS COLUMNS */
}
.page-html__text.text-center {
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .page-html__text.narrow {
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-html__text.col-2 {
    column-count: 2;
    column-gap: 30px;
  }
  .page-html__text.col-2 > * {
    display: inline-block;
  }
  .page-html__text.col-3 {
    column-count: 3;
    column-gap: 30px;
  }
  .page-html__text.col-3 > * {
    display: inline-block;
  }
}
.page-html__action-container {
  padding: 15px 0px;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-html.my-account-subpage {
    padding-top: 0;
  }
}
.page-html.my-account-subpage .my-account__content {
  padding-left: 65px;
  padding-right: 65px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-html.my-account-subpage .my-account__content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-html.my-account-subpage .page-html__inner {
  padding-top: 20px;
  padding-bottom: 20px;
  /*  max-width: 1000px; */
}
.page-html .my-account__subhead {
  border-radius: 5px;
  background: linear-gradient(#ECEBEB, #FFF);
  display: flex;
  padding: 20px;
  padding-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-html .my-account__subhead {
    flex-direction: column;
  }
}
.page-html .my-account__subhead h2 {
  color: #215551;
  font-size: 26px;
  margin-bottom: 5px;
}
.page-html .my-account__subhead p {
  margin: 0;
}
.page-html .my-account__subhead .fa {
  font-size: 18px;
  background: #FFF;
  border-radius: 100%;
  border: 1px solid #CCC;
  min-width: 35px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
}
.page-html .my-account__subhead .fa:hover {
  border-color: #215551;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-html .my-account__subhead .fa {
    font-size: 16px;
    margin-bottom: 10px;
    height: 30px;
    min-width: 30px;
    line-height: 30px;
  }
}
.page-html .my-newsletter .subs-status {
  margin-bottom: 20px;
}
.page-html .my-newsletter .subs-status::before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 8px;
  font-weight: 300;
}
.page-html .my-newsletter .when-unsubscribed > div {
  color: #999;
}
.page-html .my-newsletter .when-unsubscribed > div::before {
  content: "";
  color: red;
}
.page-html .my-newsletter .when-subscribed > div {
  font-weight: 600;
}
.page-html .my-newsletter .when-subscribed > div::before {
  content: "";
  color: green;
}
.page-html + .page-html .page-html__inner {
  padding-top: 0;
}
.partners-list {
  /* default */
}
.partners-list__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .partners-list__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .partners-list__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .partners-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .partners-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.partners-list__inner {
  padding-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .partners-list {
    padding-top: 0px;
  }
}
.partners-list__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin: auto;
  align-items: end;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .partners-list__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .partners-list__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.partners-list__partner {
  text-align: center;
  height: 100%;
  border: 1px solid #EEE;
  padding: 20px;
  align-content: end;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #EEE;
}
.partners-list__partner img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  height: 80px;
  width: auto;
  border: 0;
}
.partners-list__partner-title {
  display: block;
}
.page-content + .partners-list {
  margin-top: -30px;
}
.pricing-page {
  background: #F5F5F5;
  /* default */
}
.pricing-page__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .pricing-page__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .pricing-page__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .pricing-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .pricing-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .pricing-page {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.pricing-page__title {
  color: #215551;
  text-align: center;
}
.pricing-page__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #215551;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .pricing-page__title:not(:empty)::after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.pricing-page__text {
  text-align: center;
}
.pricing-page__table {
  margin: 20px auto 0px;
  border: 1px solid #CCCCCC;
  text-align: left;
}
.pricing-page__table th {
  color: #215551;
  padding: 10px;
  font-weight: normal;
  padding-right: 30px;
  text-align: left;
  border: 1px solid #CCCCCC;
  background: #CAE3E8;
}
.pricing-page__table td {
  padding: 10px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.press-coverage {
  /* default */
}
.press-coverage__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .press-coverage__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .press-coverage__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .press-coverage {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .press-coverage {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .press-coverage {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.press-coverage__inner {
  max-width: 1040px;
  text-align: center;
}
.press-coverage__row {
  margin-top: 40px;
}
.press-coverage__title {
  font-weight: 400;
  quotes: "“" "”" "‘" "’";
}
.press-coverage__title::before {
  content: open-quote;
}
.press-coverage__title::after {
  content: close-quote;
}
.press-coverage__publication {
  margin-bottom: 15px;
}
.press-coverage__action {
  margin-bottom: 5px;
}
.event-detail {
  /* default */
}
.event-detail__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .event-detail__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .event-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .event-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.event-detail__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__row > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.event-detail__inner {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__inner {
    display: grid;
    grid-template-columns: 1fr 2fr 6fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__back {
    margin-bottom: 20px;
  }
}
.event-detail__back a::before {
  content: "";
  font-family: "FontAwesome";
  margin-right: 6px;
  color: #6c9494;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__leftcol {
    min-width: 270px;
  }
}
.event-detail__image {
  max-width: 240px;
  border-radius: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__image {
    margin-bottom: 5px;
    max-width: 100%;
  }
}
.event-detail__image.diamond-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.event-detail__banner {
  margin-bottom: 30px;
}
.event-detail__type {
  text-transform: uppercase;
  color: #299;
  margin-bottom: 10px;
}
.event-detail__title {
  color: #215551;
  font-weight: 600;
  margin-bottom: 5px;
}
.event-detail__sub-title {
  color: #215551;
  font-weight: 600;
  text-transform: uppercase;
}
.event-detail__date {
  font-weight: 400;
  margin-bottom: 30px;
  /* @include small-bar-below(); */
}
.event-detail__description {
  margin-bottom: 30px;
}
.event-detail__description p {
  text-align: left !important;
  margin-top: 0;
  margin-bottom: 15px;
  hyphens: none;
}
.event-detail__description iframe {
  width: 100%;
  height: 33vh;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__description iframe {
    min-height: 450px;
  }
}
.event-detail__trailer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.event-detail__trailer iframe {
  width: 100%;
  height: 33vh;
  background: #000;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__trailer iframe {
    min-height: 450px;
  }
}
.event-detail__days {
  margin-top: 20px;
  grid-column: 2/9;
}
.event-detail__days.future-screenings {
  margin-bottom: 40px;
}
.event-detail__days.past-screenings .event-detail__film__row:nth-child(2) > * {
  border-top: 0;
}
.event-detail__days.past-screenings .event-detail__film-book-tickets {
  display: none;
}
.event-detail__days.past-screenings .synopsis-wrapper::after {
  content: "Screenings of this film have now passed";
  font-style: italic;
  color: #215551;
}
.event-detail__days__date {
  position: relative;
  display: block;
  display: none;
  background: #F5F5F5;
  /* hide for now */
  text-align: center;
  padding: 14px 0px;
  margin-bottom: 20px;
}
.event-detail__days__date::after {
  content: " ";
  text-decoration: none;
  position: absolute;
  bottom: 0;
  height: 10px;
  background-color: #FFFFFF;
  width: 10px;
  display: block;
  transform: translate(-50%, 50%) rotate(45deg);
  left: 50%;
  border: 1px solid;
  border-bottom: none;
  border-right: none;
}
.event-detail__days__date::before {
  content: " ";
  text-decoration: none;
  position: absolute;
  top: -11px;
  height: 10px;
  background-color: #FFFFFF;
  width: 10px;
  display: block;
  transform: translate(-50%, 50%) rotate(45deg);
  left: 50%;
  border: 1px solid;
  border-top: none;
  border-left: none;
}
.event-detail__film {
  /*@include variable-columns((cols:(4, 8), basis:12,  margin-x:15px));
                @include variable-columns((cols:(4, 8), basis:12, size:'sm', margin-x:15px));
        	    @include variable-columns((cols:(4, 8), basis:12, size:'xs', margin-x:15px)); */
}
.event-detail__film-title {
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: inherit;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__film-title {
    font-size: 20px;
  }
}
.event-detail__film__row {
  display: grid;
  grid-template-columns: 2fr 6fr;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__film__row {
    grid-template-columns: 2fr 8fr;
  }
}
.event-detail__film__row > * {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .event-detail__film__row .film-image {
    min-width: 270px;
  }
}
.event-detail__film__row .film-date {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .event-detail__film__row .film-content {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__film__row .film-content {
    padding-left: 20px;
  }
}
.event-detail__film__row .film-content .film-times {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__film__row .film-content .film-times {
    padding-bottom: 0;
  }
}
.event-detail__film__row .film-content .film-times__inner {
  padding-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__film__row .film-content .film-times .film-times__screenings__date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.event-detail__film-image {
  border-radius: 0px;
  width: 100%;
  height: 357px;
  /* 6:4 ratio */
  max-width: 240px;
  object-fit: cover;
  /* @extend %film-image-style; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .event-detail__film-image {
    width: 135px;
    height: 202px;
    /* 6:4 ratio */
  }
}
.event-detail__film-rating {
  font-weight: normal;
  font-size: 90%;
}
.event-detail__film-rating::before {
  content: "(";
}
.event-detail__film-rating::after {
  content: ")";
}
.event-detail__film-stats {
  font-size: 18px;
  margin-bottom: 15px;
}
.event-detail__film-synopsis {
  margin-top: 10px;
  margin-bottom: 10px;
}
.event-detail__film-book-tickets {
  display: none;
}
.event-detail__film-expired {
  color: #89161f;
}
.event-detail__more-events-link {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: center;
  margin-top: 30px;
  /*	&::before {
				content: "\f104";
				font-family: 'FontAwesome';
				margin-right: 10px;
				color: $border-color;
				} */
}
.event-detail__more-events-link > a {
  margin: 0 6px;
}
/* Random hack to fix ghosting effect */
.films-list__by-date__date + .event-detail__film__row > * {
  border: 0;
}
.events-list {
  /* default */
}
.events-list__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .events-list__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .events-list__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .events-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .events-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .events-list__events-list__event {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.events-list__events-list__event > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .events-list__events-list__event > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.events-list__inner {
  max-width: 1200px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .events-list__inner {
    padding-top: 0;
  }
}
.events-list__event__inner {
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
}
.events-list__event__image-block {
  flex-basis: 33%;
}
.events-list__event__content-block {
  margin-left: 30px;
}
.events-list__event__date {
  margin-bottom: 15px;
}
.events-list__event__image {
  height: 240px;
  /* border: 1px solid #EEE; */
}
.events-list__event__image.top {
  object-position: top;
}
.events-list__event__image.bottom {
  object-position: bottom;
}
.events-list__event__title {
  margin-bottom: 4px;
}
.events-list__event__description {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .events-list__event__description {
    /* min-height: 70px; */
  }
}
.events-list__event__subtitle {
  margin-bottom: 10px;
}
/* Global - all Whatson tabs */
body.page-homepage {
  background: #F5F5F5;
}
body.page-homepage .films-list__by-date.films-list-block {
  background: transparent;
}
.films-list-block {
  padding-top: 20px;
  padding-bottom: 45px;
  background: #FFF;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list-block {
    padding-top: 10px;
  }
}
/* Film List BY DATE */
.films-list__by-date {
  /* default */
}
.films-list__by-date__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-date__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-date__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-date {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date__film {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date__film > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-date__film > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date__film > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 44.4444444444%;
    -moz-flex-basis: 44.4444444444%;
    -ms-flex-preferred-size: 44.4444444444%;
    flex-basis: 44.4444444444%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date__film > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 55.5555555556%;
    -moz-flex-basis: 55.5555555556%;
    -ms-flex-preferred-size: 55.5555555556%;
    flex-basis: 55.5555555556%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.films-list__by-date__film {
  /* do not use margin-top/bottom on this element, or the scrolling functionality will be 'odd' */
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 3fr;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date__film {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film {
    grid-template-columns: 1fr 5fr;
  }
  .films-list__by-date__film > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.films-list__by-date__film__rating {
  font-weight: normal;
  font-size: 90%;
  font-weight: normal;
  font-size: 85%;
}
.films-list__by-date__film__rating::before {
  content: "(";
}
.films-list__by-date__film__rating::after {
  content: ")";
}
.films-list__by-date__film__synopsis-full {
  margin-top: 15px;
}
.films-list__by-date__film__synopsis-full p {
  hyphens: none;
  display: inline;
}
.films-list__by-date__film__synopsis-full__footer {
  /* @extend %justify-content-space-between; */
  margin: 10px 0px;
}
.films-list__by-date__film__title {
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film__title {
    font-size: 20px;
  }
}
.films-list__by-date__film .films-list__by-date__film__season__link, .films-list__by-date__film .films-list__by-date__film__partner__link {
  display: block;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film .films-list__by-date__film__season__link, .films-list__by-date__film .films-list__by-date__film__partner__link {
    font-size: 15px;
    line-height: normal;
  }
}
.films-list__by-date__film .films-list__by-date__film__season__link a, .films-list__by-date__film .films-list__by-date__film__partner__link a {
  color: #215551;
  text-decoration: none;
}
.films-list__by-date__film .films-list__by-date__film__season__link:hover a, .films-list__by-date__film .films-list__by-date__film__partner__link:hover a {
  text-decoration: underline;
}
.films-list__by-date__film__stats {
  font-size: 95%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film__stats {
    font-size: 15px;
    line-height: normal;
    word-break: break-word;
  }
}
.films-list__by-date__film__thumb {
  border-radius: 3px;
  width: 100%;
  height: 300px;
  /* 5:4 ratio */
  height: 357px;
  /* 6:4 ratio */
  object-fit: cover;
  /* @extend %film-image-style; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film__thumb {
    height: 180px;
    /* 5:4 ratio */
    height: 202px;
    /* 6:4 ratio */
  }
}
.films-list__by-date__film__image__wrapper {
  width: 270px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .films-list__by-date__film__image__wrapper {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film__image__wrapper {
    width: 135px;
  }
}
.films-list__by-date__film__content {
  /* fixes line breaks on stupidly long text in certain fields */
  overflow: hidden;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film__content {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-date__film__content {
    padding-right: 50px;
  }
}
.films-list__by-date__film__screeningtimes {
  margin-top: 15px;
}
.films-list__by-date__film__screeningtimes span a {
  margin-bottom: 10px;
}
.films-list__by-date__film__screeningtimes em {
  display: none;
  /* HIDE this on calendar view */
  font-size: 80%;
  line-height: normal;
  opacity: 0.5;
  margin-top: 8px;
}
.films-list__by-date__date {
  border-top: 12px solid transparent;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-date__date {
    border-top: 25px solid transparent;
  }
}
.films-list__by-date__date__title, .films-list__by-date .date-block[data-date="2034-01-01"]::before {
  background: #cae3e8;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  font-family: "source-sans-pro";
  color: #215551;
  white-space: nowrap;
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__date__title, .films-list__by-date .date-block[data-date="2034-01-01"]::before {
    padding: 8px 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__date__title, .films-list__by-date .date-block[data-date="2034-01-01"]::before {
    font-size: 15px;
  }
}
.films-list__by-date .date-block {
  display: flex;
  flex-direction: column;
  position: relative;
}
.films-list__by-date .date-block .film-block {
  display: grid;
  background: #FFF;
  padding: 20px;
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.05);
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date .date-block .film-block {
    grid-template-columns: 1fr 1fr;
  }
}
.films-list__by-date__film__book__tickets, .film-detail__book__tickets {
  margin-top: 12px;
}
.films-list__by-date__film__synopsis.synopsis {
  margin: 10px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date__film__synopsis.synopsis {
    font-size: 15px;
    line-height: normal;
  }
}
.films-list__by-date__film__screenings {
  margin-bottom: 20px;
}
.films-list__by-date__film__screenings + span {
  margin-left: 15px;
}
.films-list__by-date__blank {
  text-align: center;
  opacity: 0.5;
  padding-top: 50px;
}
.films-list__by-date__blank p {
  margin-top: 5px;
}
/* Film List BY TITLE  A-Z */
.alphabet-list {
  position: sticky;
  top: 219px;
  text-align: center;
  background: #FFF;
  z-index: 10;
}
.alphabet-list ul {
  margin: 0;
  padding: 30px 0px;
}
.alphabet-list ul li {
  display: inline-block;
  height: 30px;
  text-align: center;
  transform: rotate(45deg);
  width: 30px;
  background: #EEE;
  margin: 0px 9px;
  transition: 0.2s ease;
}
.alphabet-list ul li:hover {
  background: #215551;
}
.alphabet-list ul li:hover a {
  color: #FFF;
}
.alphabet-list ul li a {
  display: table-cell;
  height: 30px;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 30px;
  text-decoration: none;
  font-size: 16px;
}
.films-list__by-title {
  /* default */
}
.films-list__by-title__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-title__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-title__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.films-list__by-title__inner {
  /* max-width: 1040px; */
  display: grid;
  grid-gap: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-title__inner {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-title__inner {
    /* grid-template-columns:  1fr 1fr; */
    grid-gap: 20px;
    padding-right: 6px;
  }
}
.films-list__by-title.films-list-block {
  padding-top: 20px;
  padding-bottom: 45px;
  background: #FFF;
}
.films-list__by-title__film {
  border: 1px solid #EEE;
  padding: 20px;
  border-radius: 0px;
  box-shadow: 3px 3px 0px #EEE;
  background-size: 50%;
  background-position: 130% 30%;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-title__film {
    display: grid;
    grid-template-columns: 1fr 6fr;
    grid-gap: 20px;
  }
}
.films-list__by-title__film-thumb {
  border-radius: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-title__film-thumb {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-title__film-title {
    font-size: 20px;
  }
}
.films-list__by-title__az-summary {
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-title__az-summary {
    font-size: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-title__synopsis {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-title__synopsis {
    padding-right: 50px;
  }
}
.films-list__by-title__synopsis a {
  /* read more */
  text-transform: lowercase;
}
.films-list__by-title__screenings {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-title__screenings {
    display: block;
  }
}
/* Film List BY SEASON */
.films-list__by-season {
  /* default */
  /* @include regular-columns((row_name:'seasons-list__season', columns:2, margin-x:15px, size:sm, wrap:wrap)); */
}
.films-list__by-season__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-season__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-season__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-season {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-season {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.films-list__by-season__row {
  display: grid;
  grid-gap: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-season__row {
    padding-top: 30px;
    grid-template-columns: 1fr 1fr;
    padding-right: 6px;
  }
}
.films-list__by-season__inner {
  /* max-width: 1040px; */
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-season__inner {
    padding-top: 0;
  }
}
.films-list__by-season__season__inner {
  border: 1px solid #EEE;
  display: grid;
  grid-gap: 25px;
  padding: 20px;
  padding-bottom: 20px;
  height: 100%;
  height: 100%;
  border-radius: 0px;
  box-shadow: 3px 3px 0px #EEE;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-season__season__inner {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-season__season__content-block {
    padding-bottom: 15px;
  }
}
.films-list__by-season__season__date {
  margin-bottom: 15px;
}
.films-list__by-season__season__image {
  height: auto;
  width: 100%;
  border-radius: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-season__season__image {
    margin-top: 15px;
  }
}
.films-list__by-season__season__image.top {
  object-position: top;
}
.films-list__by-season__season__image.bottom {
  object-position: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-season__season__title {
    margin-top: 10px;
    margin-bottom: 2px;
  }
}
.films-list__by-season__season__description {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-season__season__description {
    font-size: 15px;
  }
}
.films-list__by-season__season__subtitle {
  margin-bottom: 10px;
}
/* Film List BY EVENT */
.films-list__by-event {
  /* default */
  /* @include regular-columns((row_name:'seasons-list__season', columns:2, margin-x:15px, size:sm, wrap:wrap)); */
}
.films-list__by-event__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-event__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-event__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-event {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-event {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.films-list__by-event.archive-festivals-events {
  padding-top: 30px;
  /* select year */
}
.films-list__by-event.archive-festivals-events .select-year {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.films-list__by-event.archive-festivals-events .select-year > span {
  color: #215551;
  display: block;
  font-size: 90%;
  margin-bottom: 5px;
}
.films-list__by-event.archive-festivals-events .select-year a {
  color: #999;
  margin: 0px 8px;
}
.films-list__by-event.archive-festivals-events .select-year a:hover {
  color: #215551;
}
.films-list__by-event.archive-festivals-events .select-year a.selected {
  font-weight: 600;
  color: #215551;
}
.films-list__by-event__row {
  display: grid;
  padding-top: 30px;
  grid-gap: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-event__row {
    grid-template-columns: 1fr 1fr;
    padding-right: 6px;
  }
}
.films-list__by-event__inner {
  /* max-width: 1040px; */
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .films-list__by-event__inner {
    padding-top: 0;
  }
}
.films-list__by-event__event__inner {
  padding: 20px;
  display: grid;
  grid-gap: 25px;
  grid-template-columns: 1fr 2fr;
  height: 100%;
  border: 1px solid #EEE;
  box-shadow: 3px 3px 0px #EEE;
  border-radius: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .films-list__by-event__event__inner {
    grid-template-columns: 1fr 3fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-event__event__inner {
    grid-template-columns: 2fr 3fr;
  }
}
.films-list__by-event__event__pre-title {
  color: #777777;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-event__event__content-block {
    padding-bottom: 15px;
  }
}
.films-list__by-event__synopsis {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-event__synopsis {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
.films-list__by-event__event__date {
  margin-bottom: 15px;
}
.films-list__by-event__event__image {
  height: auto;
  border-radius: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-event__event__image {
    height: auto;
    object-fit: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .films-list__by-event__event__image {
    height: auto;
    object-fit: inherit;
  }
}
.films-list__by-event__event__image.top {
  object-position: top;
}
.films-list__by-event__event__image.bottom {
  object-position: bottom;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .films-list__by-event__event__title {
    margin-top: 10px;
    margin-bottom: 2px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-event__event__title {
    font-size: 20px;
    margin-top: 5px;
  }
}
.films-list__by-event__event__description {
  margin-bottom: 20px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-event__event__description {
    /* min-height: 70px; */
  }
}
.films-list__by-event__event__subtitle {
  margin-bottom: 10px;
}
/* highlights for buttons & filters */
body.page-homepage[films-list="by-date"] .list-selector__top-row a:first-child {
  color: #215551;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  body.page-homepage[films-list="by-date"] .list-selector__top-row a:first-child {
    background: #FFFFFF;
    box-shadow: 3px 3px 3px #EEE;
  }
}
/* hack to correct display on single film/season view */
/*body[films-list="by-date"].single-season .list-selector__top-row a:first-child {
  font-weight: normal !important;
  color: #999 !important;
}*/
/*

body[films-list='by-type']:not(.single)  {
  .list-selector__top-row a:nth-child(2) {
    color: $link-color;
    font-weight: 600;
      @include respond-to('sm') {  
            background: $page-background;  
            box-shadow: 3px 3px 3px #EEE;    
          } 
  }

} */
body[films-list="by-strand"] .list-selector__top-row a:nth-child(2), body.by-title .list-selector__top-row a:nth-child(2), body.single-strand .list-selector__top-row a:nth-child(2) {
  color: #215551;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  body[films-list="by-strand"] .list-selector__top-row a:nth-child(2), body.by-title .list-selector__top-row a:nth-child(2), body.single-strand .list-selector__top-row a:nth-child(2) {
    background: #FFFFFF;
    box-shadow: 3px 3px 3px #EEE;
  }
}
body[films-list="by-season"] .list-selector__top-row a:nth-child(3), body.by-season .list-selector__top-row a:nth-child(3) {
  color: #215551;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  body[films-list="by-season"] .list-selector__top-row a:nth-child(3), body.by-season .list-selector__top-row a:nth-child(3) {
    background: #FFFFFF;
    box-shadow: 3px 3px 3px #EEE;
  }
}
body[films-list="by-event"] .list-selector__top-row a:nth-child(4), body.by-event .list-selector__top-row a:nth-child(4), body.single-festival .list-selector__top-row a:nth-child(4) {
  color: #215551;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  body[films-list="by-event"] .list-selector__top-row a:nth-child(4), body.by-event .list-selector__top-row a:nth-child(4), body.single-festival .list-selector__top-row a:nth-child(4) {
    background: #FFFFFF;
    box-shadow: 3px 3px 3px #EEE;
  }
}
/* closure notices etc */
.films-list__by-date .date-block {
  /* blue date bar */
  /* red info notices */
  /*

  &[data-date="2024-08-14"]  .film-block::before {
    content: 'Due to a technical issue, The Garden Cinema is closed on the 13 August and all screenings have been cancelled';
    //color: #C00;
    display: block;
    margin-bottom: 20px;
    //background: #F2FFEA;
    //background: #F2F2F2;
    color: #F2F2F2;
    background: #C00;
    font-size: 200%;

    padding: 5px 10px;
    font-style: italic;
    border-radius: 5px;
    @include respond-to('xs') {
      font-size: 14px;
    }
    @include respond-to('md') {
      grid-column: 1/3;
    }
  }*/
}
.films-list__by-date .date-block[data-date="2034-01-01"]::before {
  content: "";
  display: block;
  margin-top: 30px;
  white-space: normal;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date .date-block[data-date="2034-01-01"]::before {
    grid-column: 1/3;
  }
}
.films-list__by-date .date-block .calendar-message {
  display: block;
  margin-bottom: 20px;
  /* & + * {
        margin-bottom: 20px;
      } */
  padding: 5px 10px;
  font-style: italic;
  border-radius: 5px;
}
.films-list__by-date .date-block .calendar-message.important {
  color: #F2F2F2;
  background: #C00;
}
.films-list__by-date .date-block .calendar-message.information {
  color: #C00;
  background: #F2F2F2;
}
.films-list__by-date .date-block .calendar-message.critical {
  color: #F2F2F2;
  background: #C00;
  font-size: 150%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date .date-block .calendar-message {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .films-list__by-date .date-block .calendar-message {
    grid-column: 1/3;
  }
}
.films-list__by-date .date-block[data-date="2025-02-06"]::before {
  content: "The Garden Cinema will be closed for expansion works from 31 January until 5 February";
  color: #C00;
  font-style: italic;
  margin-top: 30px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .films-list__by-date .date-block[data-date="2025-02-06"]::before {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
.films-list__by-date[data-filters]:not([data-filters=""]) {
  /*.screening {
    display: none;
  }*/
}
.films-list__by-date[data-filters]:not([data-filters=""]) .date-block {
  display: none;
}
.films-list__by-date[data-filters]:not([data-filters=""]) .films-list__by-date__film {
  display: none;
}
.films-list__by-date[data-filters]:not([data-filters=""]) .screening-panel {
  display: none;
}
.films-list__by-date[data-filters~="members"] .date-block[data-members="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="members"] .films-list__by-date__film[data-members="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="members"] .films-list__by-date__blank[data-members="1"] {
  display: block;
}
.films-list__by-date[data-filters~="members"] .screening-panel.members {
  display: block;
}
.films-list__by-date[data-filters~="matinee"] .date-block[data-matinee="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="matinee"] .films-list__by-date__film[data-matinee="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="matinee"] .films-list__by-date__blank[data-matinee="1"] {
  display: block;
}
.films-list__by-date[data-filters~="matinee"] .screening-panel.matinee {
  display: block;
}
.films-list__by-date[data-filters~="q_and_a"] .date-block[data-q_and_a="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="q_and_a"] .films-list__by-date__film[data-q_and_a="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="q_and_a"] .films-list__by-date__blank[data-q_and_a="1"] {
  display: block;
}
.films-list__by-date[data-filters~="q_and_a"] .screening-panel.q_and_a {
  display: block;
}
.films-list__by-date[data-filters~="intro"] .date-block[data-intro="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="intro"] .films-list__by-date__film[data-intro="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="intro"] .films-list__by-date__blank[data-intro="1"] {
  display: block;
}
.films-list__by-date[data-filters~="intro"] .screening-panel.intro {
  display: block;
}
.films-list__by-date[data-filters~="pay_what_you_can"] .date-block[data-pay_what_you_can="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="pay_what_you_can"] .films-list__by-date__film[data-pay_what_you_can="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="pay_what_you_can"] .films-list__by-date__blank[data-pay_what_you_can="1"] {
  display: block;
}
.films-list__by-date[data-filters~="pay_what_you_can"] .screening-panel.pay_what_you_can {
  display: block;
}
.films-list__by-date[data-filters~="discussion"] .date-block[data-discussion="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="discussion"] .films-list__by-date__film[data-discussion="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="discussion"] .films-list__by-date__blank[data-discussion="1"] {
  display: block;
}
.films-list__by-date[data-filters~="discussion"] .screening-panel.discussion {
  display: block;
}
.films-list__by-date[data-filters~="free_members"] .date-block[data-free_members="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="free_members"] .films-list__by-date__film[data-free_members="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="free_members"] .films-list__by-date__blank[data-free_members="1"] {
  display: block;
}
.films-list__by-date[data-filters~="free_members"] .screening-panel.free_members {
  display: block;
}
.films-list__by-date[data-filters~="hoh"] .date-block[data-hoh="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="hoh"] .films-list__by-date__film[data-hoh="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="hoh"] .films-list__by-date__blank[data-hoh="1"] {
  display: block;
}
.films-list__by-date[data-filters~="hoh"] .screening-panel.hoh {
  display: block;
}
.films-list__by-date[data-filters~="audio_description"] .date-block[data-audio_description="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="audio_description"] .films-list__by-date__film[data-audio_description="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="audio_description"] .films-list__by-date__blank[data-audio_description="1"] {
  display: block;
}
.films-list__by-date[data-filters~="audio_description"] .screening-panel.audio_description {
  display: block;
}
.films-list__by-date[data-filters~="live_music"] .date-block[data-live_music="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="live_music"] .films-list__by-date__film[data-live_music="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="live_music"] .films-list__by-date__blank[data-live_music="1"] {
  display: block;
}
.films-list__by-date[data-filters~="live_music"] .screening-panel.live_music {
  display: block;
}
.films-list__by-date[data-filters~="baby_screening"] .date-block[data-baby_screening="1"] {
  display: flex;
}
.films-list__by-date[data-filters~="baby_screening"] .films-list__by-date__film[data-baby_screening="1"] {
  display: grid;
}
.films-list__by-date[data-filters~="baby_screening"] .films-list__by-date__blank[data-baby_screening="1"] {
  display: block;
}
.films-list__by-date[data-filters~="baby_screening"] .screening-panel.baby_screening {
  display: block;
}
.films-list__by-date__blank {
  display: none;
}
/* CSS Document */
.google-map__map {
  height: 400px;
  width: 100%;
  background: #DDD;
}
@media only screen and (min-width: 1200px) and (max-width: 9999px) {
  .google-map__map {
    height: 500px;
  }
}
.google-map__action-wrapper {
  display: none;
  text-align: center;
  padding: 0px 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .google-map__action-wrapper {
    display: block;
  }
}
.google-map__map-action {
  margin: 40px auto 10px auto;
  text-align: center;
}
.google-map__map-action:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .google-map__map-action {
    width: 100%;
  }
}
.page-contact footer {
  display: none;
}
.date-strip {
  /* default */
  padding-left: 0 !important;
  padding-right: 0 !important;
  background-color: #FFFFFF;
  margin-top: -1px;
  /* border-bottom: 10px solid $page-background; */
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.date-strip__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .date-strip__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .date-strip__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .date-strip {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.date-strip__inner {
  padding: 0 20px;
  width: 100%;
  overflow: hidden !important;
  /* overflow not hidden breaks slider due to a ?layout quirk? */
}
.date-strip .swiper-container {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip .swiper-container {
    overflow: visible;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip .swiper-container .swiper-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .date-strip .swiper-container .swiper-wrapper {
    margin-left: 30px;
  }
}
.date-strip .swiper-container .swiper-slide {
  padding: 10px 0px;
  min-width: 45px;
}
.date-strip .swiper-container .button-next, .date-strip .swiper-container .button-prev {
  color: #299;
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  top: 0px;
  z-index: 100;
  background: #FFFFFF;
  height: 100%;
  /* width: 20px; */
  cursor: pointer;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .date-strip .swiper-container .button-next, .date-strip .swiper-container .button-prev {
    /* display: none;  */
  }
}
.date-strip .swiper-container .button-next:hover, .date-strip .swiper-container .button-prev:hover {
  color: #215551;
}
.date-strip .swiper-container .button-next.swiper-button-disabled, .date-strip .swiper-container .button-prev.swiper-button-disabled {
  opacity: 0.25;
  cursor: inherit;
}
.date-strip .swiper-container .button-next {
  right: 0;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip .swiper-container .button-next {
    /* if offset, the element behind becomes clickable, which is quite annoying, use padding to cover it */
    right: -20px;
    padding-left: 20px;
    padding-right: 10px;
  }
}
.date-strip .swiper-container .button-next::after {
  content: "";
}
.date-strip .swiper-container .button-prev {
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip .swiper-container .button-prev {
    /* if offset, the element behind becomes clickable, which is quite annoying, use padding to cover it */
    left: -20px;
    padding-right: 20px;
    padding-left: 10px;
  }
}
.date-strip .swiper-container .button-prev::after {
  content: "";
}
.date-strip__day {
  text-align: center;
  padding: 4px 4px;
  position: relative;
  text-decoration: none;
  color: #777777;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*  white diamond marker
      &::after {
      content: ' ';
      opacity: 0;
      text-decoration: none;
      transition: opacity 0.25s ease-in-out;
      position: absolute;
      bottom: 0;
      height: 10px;
      background-color: #FFFFFF;
      width: 10px;
      display: block;
      z-index: 1000;
      transform: translate(-50%, 50%) rotate(45deg);
      left: 50%;
    }
    &.selected::after {
      opacity: 0;
    } */
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip__day {
    max-width: 150px;
    padding: 8px 4px;
    font-size: 18px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .date-strip__day {
    font-size: 15px;
    padding: 0;
  }
}
.date-strip__day:hover {
  text-decoration: none;
  color: #215551;
  font-weight: 600;
  /*color: #444;
          transition: 0.2s ease; */
}
.date-strip__day__dow {
  width: 100%;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip__day__dow {
    margin-bottom: -5px;
    margin-top: 5px;
  }
}
.date-strip__day__today {
  text-transform: uppercase;
}
.date-strip__day__date {
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip__day__date {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip__day__month {
    margin-left: 4px;
  }
}
.date-strip__day.selected {
  color: #215551;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .date-strip__day.selected {
    background: #FFFFFF;
  }
}
.date-strip__day:hover {
  transition: 0.2s ease all;
}
.type-strip {
  position: sticky;
  top: 218px;
  z-index: 100;
  /* default */
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -45px;
  margin-right: -45px;
  background-color: #FFFFFF;
  margin-top: -1px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.films-list__by-date[data-filters=""] .type-strip, .films-list__by-date:not([data-filters]) .type-strip {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .type-strip {
    display: none;
  }
}
.type-strip__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .type-strip__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .type-strip__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .type-strip {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .type-strip {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.type-strip__inner {
  padding: 0 20px;
  width: 100%;
  overflow: hidden !important;
  /* overflow not hidden breaks slider due to a ?layout quirk? */
}
.type-strip ul.type-strip__filters {
  display: flex;
  justify-content: center;
  margin: 0;
}
.type-strip ul.type-strip__filters > li {
  padding: 10px 0px;
}
.type-strip__filter {
  text-align: center;
  padding: 4px 4px;
  position: relative;
  text-decoration: none;
  color: #777777;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .type-strip__filter {
    padding: 8px 20px;
    font-size: 18px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-flex-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .type-strip__filter {
    font-size: 15px;
    padding: 0;
  }
}
.type-strip__filter:hover {
  text-decoration: none;
  color: #215551;
  font-weight: 600;
}
.type-strip__filter.selected {
  color: #215551;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .type-strip__filter.selected {
    background: #FFFFFF;
  }
}
.type-strip__filter:hover {
  transition: 0.2s ease all;
}
.frequently-asked-questions {
  /* border-top: 1px solid #CCC; */
  /* default */
}
.frequently-asked-questions__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .frequently-asked-questions__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .frequently-asked-questions__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .frequently-asked-questions {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .frequently-asked-questions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.frequently-asked-questions__inner {
  padding-top: 0;
}
.frequently-asked-questions__inner.narrow-width {
  max-width: 792px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .frequently-asked-questions__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.frequently-asked-questions__title {
  color: #215551;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  /* @include small-bar-below(); 
         background: $subtle-grey;*/
}
.frequently-asked-questions #accordion.ui-widget {
  font-family: inherit;
}
.frequently-asked-questions #accordion h3 {
  margin-top: 6px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0;
}
.frequently-asked-questions #accordion h3.ui-state-active {
  background: #215551;
}
.frequently-asked-questions #accordion .ui-widget-content p {
  margin: 0;
  padding: 0;
}
.frequently-asked-questions #accordion .ui-widget-content p a {
  text-decoration: underline;
  color: #215551;
}
.frequently-asked-questions #accordion .ui-widget-content p a:hover {
  color: #0D111D;
}
.accordion .content {
  height: 0;
  overflow: hidden;
  display: none;
  padding: 0 28px;
}
.accordion .content.opening, .accordion .content.closing {
  display: block;
  height: 0;
  transition: all 0.33s ease-in-out;
}
.accordion .content.open {
  display: block;
  height: auto;
}
.accordion .toggle {
  cursor: pointer;
  padding: 20px 0 10px;
  color: #0D111D;
}
.accordion .toggle:hover, .accordion .toggle.open:hover {
  color: #215551;
}
.accordion .toggle.open {
  font-weight: 600;
}
.accordion .toggle::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 10px;
  font-size: 90%;
}
.accordion .toggle.open::before {
  content: "";
  font-weight: 500;
}
.accordion .toggle.open + .content.open, .accordion .toggle.open + .content.opening {
  background: #F5F5F5;
}
.list-selector {
  /* default */
  background: #F5F5F5;
}
.list-selector__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .list-selector__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .list-selector__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .list-selector {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .list-selector {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-selector {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.list-selector__whats-on-title {
  padding: 0px 20px;
  color: #215551;
  text-align: center;
  /* text-transform: uppercase; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-selector__whats-on-title {
    background: #cae3e8;
  }
}
.list-selector__whats-on-title span {
  background: #F5F5F5;
  padding: 3px 15px;
  display: inline-block;
  margin: auto;
  font-size: 90%;
  margin-top: 5px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .list-selector__whats-on-title {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-selector__top-row {
    justify-content: flex-start;
    justify-content: space-evenly;
  }
}
.list-selector__top-row a.filter-by-type {
  /*  @include respond-to('xs') { 
                  display: none;
              } */
}
.list-selector__bottom-row {
  display: none;
  margin-top: 10px;
}
.list-selector a {
  display: block;
  white-space: nowrap;
  outline: none !important;
  font-size: 18px;
  color: #777777;
}
.list-selector a.modal-search-trigger {
  display: none;
  /* moved to top bar nav */
  padding-left: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .list-selector a {
    padding: 15px 25px;
    margin-top: 8px;
    padding-top: 8px;
  }
}
.list-selector a:hover {
  text-decoration: none;
  color: #215551;
}
.list-selector a i {
  font-size: 90%;
  margin-right: 3px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-selector a {
    padding: 10px 0px;
    font-size: 15px;
  }
  .list-selector a.modal-search-trigger {
    display: none;
  }
}
.single-film #menu-primary-menu-1 li:first-child a, .single-festival #menu-primary-menu-1 li:first-child a {
  color: #215551;
  font-weight: 600;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-film .list-selector__top-row, .single-festival .list-selector__top-row {
    border-bottom: 0;
  }
}
.single-season .filter-trigger, .single-strand .filter-trigger, .single-festival .filter-trigger, .single-film .filter-trigger {
  opacity: 0.25;
  cursor: inherit;
}
.single-season .filter-trigger:hover, .single-strand .filter-trigger:hover, .single-festival .filter-trigger:hover, .single-film .filter-trigger:hover {
  color: #777777;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .single-season .list-selector, .single-strand .list-selector, .single-festival .list-selector, .single-film .list-selector {
    position: sticky;
    z-index: 2;
    top: 162px;
  }
}
.propose-screening-form {
  /* default */
  /* @include regular-columns((columns:2, margin-x:15px, size:sm, wrap:wrap)); */
}
.propose-screening-form__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .propose-screening-form__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .propose-screening-form__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .propose-screening-form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .propose-screening-form {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .propose-screening-form__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .propose-screening-form__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .propose-screening-form__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .propose-screening-form__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .propose-screening-form__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
.propose-screening-form__inner {
  padding-top: 0;
}
.propose-screening-form__row {
  margin-bottom: 15px;
}
.propose-screening-form__row > div {
  margin-top: 7px;
}
.propose-screening-form__text, .propose-screening-form__footer {
  text-align: center;
  max-width: 585px;
  margin: auto;
}
.propose-screening-form__form {
  max-width: 585px;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 25px;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 3px;
}
.propose-screening-form__form label {
  margin-top: 7px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .propose-screening-form__form label {
    margin-bottom: 7px;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .propose-screening-form__button {
    width: 100%;
  }
}
.film-detail {
  /* default */
  /* @include variable-columns((cols:(1, 3), basis:3, size:'sm', margin-x:15px)); */
}
.film-detail__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-detail__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 30%;
    -moz-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 70%;
    -moz-flex-basis: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail {
    padding-top: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__inner {
    padding-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__inner {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__row > * {
    padding-left: 0;
    padding-right: 0;
  }
}
.film-detail__book-tickets {
  /*@include respond-to('xs-sm') {
      display: none;
    } */
  margin-top: 20px;
}
.film-detail__book-tickets-title {
  margin-top: 25px;
  margin-bottom: 15px;
}
.film-detail__book-tickets-mobile {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__book-tickets-mobile {
    display: none;
  }
}
.film-detail__book-tickets-mobile .screening-panel__season-link {
  display: none;
}
.film-detail__screenings__season-link {
  display: none;
  /* display: block; */
  margin-top: -5px;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .film-detail__screenings__season-link {
    font-size: 15px;
  }
}
.film-detail__screenings__season-link a {
  color: #215551;
  text-decoration: none;
}
.film-detail__screenings__season-link:hover a {
  text-decoration: underline;
}
.film-detail__screenings__expired {
  font-style: italic;
  color: #999;
}
.film-detail__screenings {
  margin-bottom: 25px;
}
.film-detail__screenings span.screening + span.screening {
  margin-left: 20px;
}
.film-detail__screenings__date {
  margin-bottom: 20px;
}
.film-detail__screenings__date-title {
  margin-bottom: 8px;
}
.film-detail__screenings a.screening {
  margin-bottom: 10px;
}
.film-detail__screenings em {
  display: none;
  /* hide this message */
  font-size: 90%;
  line-height: normal;
  opacity: 0.5;
  margin-top: 10px;
}
.film-detail .film-intro__synopsis, .film-detail .films-intro__synopsis-full {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__image__overlay {
    position: absolute;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, white);
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__image__overlay {
    display: none;
  }
}
.film-detail__image__wrapper {
  position: relative;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .film-detail__image__wrapper {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__image__wrapper img {
    height: 33vh;
    object-position: top;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__image__wrapper img {
    max-height: none;
    height: 436px;
    /* ratio 6:4 */
    height: auto;
  }
}
.film-detail__image__wrapper img.object-position-top {
  object-position: top;
}
.film-detail__image__wrapper img.object-position-center {
  object-position: center;
}
.film-detail__image__wrapper img.object-position-bottom {
  object-position: bottom;
}
.film-detail__season {
  font-style: italic;
  margin-bottom: 10px;
}
.film-detail__title {
  margin-bottom: 10px;
}
.film-detail__title .film-detail__film__rating {
  font-size: 66%;
}
.film-detail .line-through {
  position: relative;
  color: #215551;
  text-transform: uppercase;
  font-weight: 600;
}
.film-detail .line-through::before {
  content: " ";
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
}
.film-detail .line-through span {
  background: #FFFFFF;
  display: inline-block;
  padding-right: 15px;
}
.film-detail__sub-title {
  margin-bottom: 5px;
  margin-top: 15px;
}
.film-detail__sub-title i {
  margin-left: 5px;
}
.film-detail__content .synopsis-wrapper {
  margin-bottom: 25px;
}
.film-detail__content .synopsis-wrapper iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 1.7777777778;
  margin-bottom: 50px;
  display: block;
}
.film-detail__content .synopsis-wrapper #accordion {
  margin-top: 15px;
}
.film-detail__content .synopsis-wrapper .ui-accordion .ui-accordion-content {
  padding: 0;
  padding-top: 15px;
  border: 0;
}
.film-detail__content .facts h4 {
  font-weight: 500;
}
.film-detail__content .film-detail__pre-title {
  margin-bottom: 15px;
  color: #299;
  color: #777777;
}
.film-detail__content .film-detail__trailer-link {
  color: #215551;
  outline: none;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
  border: 0px solid #215551;
  display: inline-block;
  border-radius: 5px;
  border-color: #215551;
  font-size: 90%;
  font-weight: 600;
  /* &:hover {
              color: #FFF;
              background: $garden-darkgreen;
              transition: 0.2s ease;
          } */
}
.film-detail__content .film-detail__trailer-link i {
  margin-right: 3px;
}
.film-detail__content .film-detail__trailer-link .fa-circle-xmark {
  display: none;
}
.film-detail__content .film-detail__trailer-link.ui-state-active .fa-circle-xmark {
  display: inline-block;
}
.film-detail__content .film-detail__trailer-link.ui-state-active .fa-circle-arrow-right {
  display: none;
}
.film-detail__content #buddypress #activity-stream.item-list > li {
  border: 1px solid #DDD;
}
.film-detail__content #buddypress .activity-header {
  font-size: 85%;
}
.film-detail__film__stats {
  font-size: 18px;
}
.film-detail__comments {
  margin-top: 25px;
}
.film-detail__comments ul.children {
  margin-left: 3em;
}
.film-detail__comments .comment-reply-link {
  vertical-align: bottom;
  margin-bottom: 10px;
  font-size: 15px;
  display: inline-block;
  line-height: normal;
  margin-left: 20px;
  color: #4faea8;
}
.film-detail__comments .comment-reply-link::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  font-weight: 300;
}
.film-detail__comments .comment-reply-link:hover {
  text-decoration: none;
  color: #111;
}
.film-detail__comments .comment-reply-title {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.film-detail__comments .comment-reply-title small {
  margin-left: 15px;
  font-size: 15px;
}
.film-detail__comments .comment-reply-title small::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  font-weight: 300;
}
.film-detail .comment-respond .comment-form-comment {
  display: flex;
}
.film-detail .comment-respond .comment-form-comment label {
  flex-basis: 33%;
}
.film-detail .comment-respond .comment-form-comment textarea {
  margin-left: 15px;
  border: 2px solid #DDD;
}
.film-detail__comment {
  /* padding: 20px;
        background: $subtle-grey; 
        border-radius: 5px;  */
  padding-top: 10px;
  border-top: 1px solid #666;
  margin-bottom: 30px;
  margin-top: 50px;
  position: relative;
}
.film-detail__comment__comment {
  margin-bottom: 10px;
}
.film-detail__comment__comment p {
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: 50px;
}
.film-detail__comment ul.children .film-detail__comment {
  margin-top: 0px;
  border-top: 1px dotted #666;
  border-radius: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.film-detail__comment__stars {
  display: none !important;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: bottom;
  font-size: 15px;
  color: #78b7b3;
}
.film-detail__comment__name {
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 5px;
  font-size: 15px;
  color: #215551;
  color: #4faea8;
}
.film-detail__comment__name i {
  display: none;
}
.film-detail__comment__name a {
  font-weight: 600;
  color: #4faea8;
}
.film-detail__comment__name a::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 6px;
  font-weight: 300;
}
.film-detail__comment__name a:hover {
  text-decoration: none;
  color: #111;
}
.film-detail .wpulike {
  top: -4px;
  right: 0;
  min-width: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-detail .wpulike {
    position: absolute;
  }
}
.film-detail .wpulike-heart .wp_ulike_general_class {
  box-shadow: none;
}
.film-detail__facts, .film-detail__reviews {
  margin-bottom: 5px;
}
.film-detail .facts-reviews {
  margin-bottom: 30px;
}
.film-detail .facts-reviews__review {
  margin-bottom: 3px;
}
.film-detail .facts-reviews__review i {
  color: #AAA;
  font-size: 15px;
  margin-left: 5px;
}
.film-detail__synopsis {
  margin-top: 15px;
  margin-bottom: 30px;
}
.film-detail__synopsis a:last-child {
  font-weight: 600;
  /* Read more */
}
.film-detail .info-bar {
  margin-top: 20px;
  font-style: italic;
  display: inline-block;
  color: #215551;
  font-weight: 600;
}
.film-detail .info-bar .fa-info-circle {
  color: #215551;
  margin-right: 5px;
}
.film-detail__cast-title {
  font-weight: 600;
}
.film-detail__book__wrapper {
  margin-bottom: 10px;
  margin-top: 10px;
}
.film-detail__image__wrapper {
  margin-bottom: 25px;
}
.film-detail__film__rating {
  font-weight: normal;
  font-size: 90%;
}
.film-detail__film__rating::before {
  content: "(";
}
.film-detail__film__rating::after {
  content: ")";
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__comments-form__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__comments-form__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__comments-form__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__comments-form__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-detail__comments-form__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}
.film-detail__comments-form form {
  font-size: 16px;
}
.film-detail__comments-form__row {
  margin-bottom: 15px;
}
.film-detail__comments-form .logged-in a {
  color: #999;
}
.film-detail__comments-form .logged-in a:hover {
  color: #215551;
}
.film-detail__comments-form .pre-title {
  margin-top: 20px;
  font-size: 16px;
  color: #999;
}
.film-detail__comments-form #respond {
  margin-top: 15px;
  margin-bottom: 25px;
  background: #f5f5f5;
  padding: 20px;
  border-radius: 3px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__comments-form #respond {
    padding: 15px 5px;
  }
}
.film-detail__comments-form #respond select {
  background-color: #FFF;
  background-image: url("https://www.thegardencinema.co.uk/savoy/arrow-down-select.png");
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 25px;
  cursor: pointer;
  padding: 8px 12px;
  width: auto;
  padding-right: 40px;
  font-family: "source-sans-pro", sans-serif;
}
.film-detail__comments-form #respond label {
  margin-top: 7px;
}
.film-detail__comments-form #respond label.privacy_agree {
  cursor: pointer;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-detail__comments-form #respond label:not(.privacy_agree) {
    margin-bottom: 7px;
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .film-detail__comments-form__button, .film-detail__comments-form .submit {
    width: 100%;
  }
}
.film-times {
  /* default */
  /* new screening panels container */
}
.film-times__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-times__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-times__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-times {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-times {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-times {
    padding-top: 0px;
  }
}
.film-times__inner {
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.film-times__title__block {
  /*  @include respond-to('xs-sm') {  	} */
  text-align: center;
}
.film-times__title {
  margin-bottom: 20px;
}
.film-times__film {
  /* default */
}
.film-times__film__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-times__film__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-times__film__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-times__film {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .film-times__film {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-times__film__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-times__film__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .film-times__film__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-times__film__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-times__film__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .film-times__film__row > * {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.film-times__film__rating {
  font-weight: normal;
  font-size: 90%;
  font-size: 75%;
}
.film-times__film__rating::before {
  content: "(";
}
.film-times__film__rating::after {
  content: ")";
}
.film-times__film__title {
  margin-bottom: 20px;
}
.film-times__film__title:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #0D111D;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .film-times__film__title:not(:empty)::after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .film-times__film__title {
    font-size: 30px;
  }
}
.film-times__film__image__wrapper {
  display: none;
  align-self: flex-start;
  max-width: 230px;
}
.film-times__film__image__wrapper img {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .film-times__film__image__wrapper img {
    /* height: $min-height-md-row; */
  }
}
.film-times__screenings__row {
  display: flex;
}
.film-times__screenings__row > * {
  margin-right: 40px;
}
.image-gallery {
  /* default */
}
.image-gallery__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .image-gallery__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .image-gallery__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .image-gallery {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .image-gallery__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.image-gallery__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .image-gallery__row > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-gallery__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.image-gallery__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-gallery__row > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
.image-gallery__inner {
  padding-top: 0 !important;
}
.image-gallery__image {
  margin-bottom: 30px;
}
.image-gallery__image .caption {
  margin-top: 10px;
  color: #666;
}
.image-gallery__image > img {
  width: 100%;
  object-fit: cover;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .image-gallery__image > img {
    height: 40vh;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .image-gallery__image > img {
    height: 30vh;
  }
}
.login-panel {
  /* default */
}
.login-panel__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .login-panel__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .login-panel__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .login-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .login-panel {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.login-panel__inner {
  text-align: center;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .login-panel__inner {
    padding-top: 0;
  }
}
.login-panel__error {
  color: #CC0000;
  margin-bottom: 15px;
}
.login-panel__title {
  color: #215551;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .login-panel__text {
    margin-top: 0;
  }
}
.login-panel__form label {
  color: #215551;
  font-size: 15px;
}
.login-panel__form-inner {
  max-width: 396px;
  margin: auto;
  text-align: left;
  background: linear-gradient(#cae3e8, #FFFFFF);
  padding: 25px;
  border-radius: 3px;
}
.login-panel .input {
  margin-top: 5px;
  margin-bottom: 15px;
}
.login-panel__button {
  min-width: 100px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .login-panel__button {
    width: 100%;
  }
}
.login-panel__forgot-pass {
  color: #999;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .login-panel__forgot-pass {
    margin-top: 20px;
    display: block;
    float: none;
  }
}
.login-panel__remember-me {
  display: none;
}
.login-panel__remember-me label {
  cursor: pointer;
  color: #666;
}
body.login .page-title a {
  margin-left: 6px;
}
body.login .page-title a::before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  content: "";
}
body.login .page-title__inner {
  border-bottom: 0;
}
section.logged-in {
  margin: auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.logged-in__title {
  color: #215551;
  font-weight: 600;
  /*	&::after {
				font-family: $icon-font;
				display: inline-block;
				content: "\f058";
				margin-left: 6px;
				font-size: 85%;
				opacity: 0.75;  
				} */
}
.membership-page {
  /* default */
}
.membership-page__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .membership-page__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .membership-page__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .membership-page {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .membership-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .membership-page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .membership-page__row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .membership-page__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .membership-page__row > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .membership-page__row > * {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .membership-page__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .membership-page__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .membership-page + .membership-page {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .membership-page + .membership-page .membership-page__inner {
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .membership-page__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .membership-page__inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .membership-page__image {
    padding-bottom: 30px;
  }
}
.membership-page__image > img {
  box-shadow: 3px 3px 9px #EEE;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .membership-page__title {
    line-height: 110%;
  }
}
.membership-page__text {
  margin-bottom: 15px;
}
.membership-page__text ul {
  list-style: disc;
  padding-left: 24px;
}
.membership-page__check {
  padding-top: 5px;
}
.membership-page__check a {
  margin-left: 6px;
}
.membership-page__check a::before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  content: "";
}
body.logged-in .membership-page__check {
  display: none;
}
section.newsletter {
  /* default */
  background: #F6F6F6;
}
section.newsletter__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  section.newsletter__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  section.newsletter__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  section.newsletter {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  section.newsletter {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.newsletter__inner {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .newsletter__inner {
    padding: 0 !important;
  }
}
.newsletter__title {
  font-size: 28px;
  color: #215551;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.newsletter__title::after {
  font-family: "Font Awesome 6 Pro";
  margin-left: 9px;
  content: "";
}
.newsletter__text {
  font-size: 18px;
  color: #215551;
  margin-bottom: 20px;
}
.newsletter__form {
  margin: auto;
}
.newsletter input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  margin-right: 12px;
}
.newsletter input.email {
  background: #FFFFFF;
  width: 360px;
  border-radius: 0px;
  border: 2px solid #CCCCCC;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .newsletter input.email {
    width: 100% !important;
    display: block;
    margin-bottom: 10px;
  }
}
.newsletter input.email:focus, .newsletter input.email:active {
  border-color: #215551;
  outline: none !important;
}
.newsletter input.btn, .newsletter button {
  border-radius: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .newsletter input.btn, .newsletter button {
    min-width: 100%;
  }
}
.newsletter__notes {
  font-size: 95%;
  color: #999;
}
.podcast-listings {
  /* default */
}
.podcast-listings__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .podcast-listings__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .podcast-listings__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .podcast-listings {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .podcast-listings {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.podcast-listings__row > * {
  margin-bottom: 15px;
}
.submenu {
  background: #FFFFFF;
  margin-top: -2px;
  position: sticky;
  z-index: 2;
  top: 161px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .submenu {
    top: 83px;
  }
}
.submenu__inner {
  /* border-bottom: 1px solid $border-color; */
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.submenu__menu {
  display: flex;
  background: #FFFFFF;
  width: 100%;
  margin: auto;
  overflow: auto;
  /* overflow-x: hidden;  */
  max-width: 1400px;
  justify-content: space-around;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .submenu__menu {
    justify-content: center;
  }
}
.submenu__menu li {
  list-style: none;
  flex-grow: 0;
}
.submenu__menu li a {
  color: #777;
  padding: 16px 25px;
  font-size: 18px;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .submenu__menu li a {
    font-size: 15px;
    padding: 12px 10px;
  }
}
.submenu__menu li a:hover {
  transition: 0.2s ease all;
  color: #215551;
}
.submenu__menu li.current-menu-item a, .submenu__menu li.current-menu-ancestor a {
  color: #215551;
  font-weight: 600;
}
.submenu-sub {
  /* default */
  padding-top: 20px;
}
.submenu-sub__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .submenu-sub__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .submenu-sub__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .submenu-sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .submenu-sub {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.submenu-sub .sub-menu {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.submenu-sub .sub-menu li {
  padding: 0px 10px;
}
.submenu-sub .sub-menu li.current-menu-item a {
  font-weight: 600;
}
.submenu-sub .sub-menu li:first-child {
  border-right: 1px solid #CCC;
  padding-left: 0;
}
body.my-account {
  /* same class appears in <body> tag :( */
  padding-left: 0;
  padding-right: 0;
}
.my-account {
  /* default */
}
.my-account__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-account__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account__row > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account__row > :nth-child(1) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account__row > :nth-child(2) {
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.my-account__inner {
  padding-top: 10px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account__inner {
    max-width: 1000px;
    margin: auto;
  }
}
.my-account__inner i {
  margin-right: 6px;
  min-width: 20px;
  color: #215551;
  text-align: center;
}
.my-account__row > * {
  padding: 25px 40px;
  background: linear-gradient(#EEE, #FFFFFF);
}
.my-account__action-group {
  padding-bottom: 0;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account__action-group {
    border-top: 0;
    background: transparent;
    padding-top: 0;
  }
}
.my-account__heading {
  color: #299;
  text-transform: uppercase;
}
.my-account__action {
  margin-top: 0px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-account-email-digest .email-digest-container {
    display: flex;
  }
  .my-account-email-digest .email-digest-container > * {
    flex-basis: 50%;
  }
}
.my-account-email-digest ul.email-digest {
  margin: 0;
  padding: 0;
}
.my-account-email-digest ul.email-digest h3 {
  font-size: 26px;
  color: #215551;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.my-account-email-digest ul.email-digest h3 a {
  font-size: 16px;
  color: #666;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-account-email-digest ul.email-digest h3 a {
    margin-right: 36px;
  }
}
.my-account-email-digest ul.email-digest h3 a:hover {
  text-decoration: underline;
  color: #215551;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-account-email-digest ul.email-digest {
    margin-left: 65px;
  }
}
.my-account-email-digest ul.email-digest li {
  display: flex;
  justify-content: space-between;
  max-width: 600px;
  align-items: center;
  padding: 10px;
}
.my-account-email-digest ul.email-digest li:nth-child(2n) {
  background: #F5F5F5;
}
.my-account-email-digest ul.email-digest li.subscribed span {
  font-weight: 600;
}
.my-account-email-digest ul.email-digest li.subscribed span::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-left: 4px;
  color: #299;
  font-weight: 400;
}
.my-account-email-digest ul.email-digest button {
  white-space: nowrap;
  margin-left: 10px;
}
.my-account-buttons {
  /* default */
  /* @include regular-columns((columns:3,margin-x:15px,size:md,wrap:wrap)); */
}
.my-account-buttons__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-account-buttons__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account-buttons__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account-buttons {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account-buttons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .my-account-buttons {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.my-account-buttons__inner {
  padding-top: 10px;
  padding-bottom: 15px;
  /* @include respond-to('md') {  
				max-width: $col-width-10;
				margin: auto;
		} */
}
.my-account-buttons__row {
  display: grid;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-account-buttons__row {
    grid-auto-rows: 1fr;
    /* keep row height consistent based on box content */
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-account-buttons__row {
    grid-gap: 20px;
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-account-buttons__row {
    grid-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .my-account-buttons__row {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.my-account-buttons__action {
  height: 100%;
}
.my-account-buttons__action:last-child {
  display: none;
  /* hide newsletter prefs page */
}
.my-account-buttons__action i {
  margin-right: 5px;
  min-width: 30px;
  color: #666;
  text-align: center;
}
.my-account-buttons__action h3 {
  color: #111;
  font-size: 21px;
}
.my-account-buttons__action p {
  color: #666;
  margin-left: 35px;
  margin-top: 8px;
  margin-bottom: 10px;
}
.my-account-buttons__action__link {
  display: block;
  height: 100%;
  padding: 15px 15px;
  background: linear-gradient(225deg, #F5F5F5, #FFFFFF);
  border: 1px solid #CCC;
  border-radius: 0;
  box-shadow: 3px 4px 0px #eee;
}
.my-account-buttons__action__link:hover {
  text-decoration: none;
  border-color: #299;
  box-shadow: 2px 2px 2px #EEE;
  transition: 0.2s ease all;
  background: #FFF;
}
.my-account-buttons__action__link:hover i {
  color: #299;
}
/* styles for all screening links */
.screening-panel {
  margin-bottom: 10px;
  /* SOLD OUT view */
  /* A-Z  view */
}
.screening-panel__date-title {
  color: #299;
  margin-bottom: 7px;
  font-size: 15px;
  white-space: nowrap;
}
.screening-panel a.screening {
  margin-bottom: 10px;
  /*   £5 balloon */
}
.screening-panel.matinee .screening-time + .screening-tag:not(.ext-pay_what_you_can) {
  margin-left: 10px;
}
.screening-panel.matinee.pay_what_you_can {
  /* quirk: hide £5 balloon when matinee is designated PAY WHAT YOU CAN  */
}
.screening-panel.matinee.pay_what_you_can .screening.matinee::after {
  display: none;
}
.screening-panel.free_members.members span.ext-members {
  display: none;
}
.screening-panel .sold-out-flag {
  color: #C00;
  margin-right: 6px;
}
.screening-panel.sold-out .screening-panel__date-title {
  color: #999;
}
.screening-panel.sold-out a.screening {
  background: #f4f4f4;
  color: #999;
  cursor: unset;
  border-color: #CCC;
  box-shadow: 3px 3px 0px #EEE;
}
.screening-panel.sold-out span::after {
  color: #999;
  /* screening tag colour */
}
.screening-panel.sold-out span.matinee:not(.pay_what_you_can)::after {
  background: #DDD;
  /* £5 balloon colour */
}
.screening-panel__day {
  margin-right: 40px;
}
/* Calendar view, homepage */
.films-list__by-date__film__screeningtimes .screening-panel__season-link {
  display: none;
}
/* Film details view, sidebar */
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .single .screening-panel:not(:first-child) .screening-panel__date-title {
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
  }
}
.season-detail {
  /* default */
}
.season-detail__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .season-detail__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .season-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .season-detail {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.season-detail__row > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__row > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.season-detail__inner {
  padding-top: 20px;
  max-width: 1200px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__inner {
    padding-top: 40px;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 30px;
  }
}
.season-detail__back {
  display: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__back {
    margin-bottom: 20px;
  }
}
.season-detail__back a::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
  margin-left: -2px;
  color: #6c9494;
  font-weight: 300;
}
.season-detail__back a:hover::before {
  color: #FFF;
  transition: 0.1s ease all;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__leftcol {
    min-width: 270px;
  }
}
.season-detail__image {
  border-radius: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__image {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__image.festival {
    max-width: 50%;
    /* object-fit: cover;
                  height: 240px; 
                  width: 100%; */
  }
}
.season-detail__image.diamond-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.season-detail__banner {
  margin-bottom: 30px;
}
.season-detail__type {
  text-transform: uppercase;
  color: #777;
  margin-bottom: 10px;
}
.season-detail__title {
  color: #215551;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 120%;
}
.season-detail__sub-title {
  color: #215551;
  font-weight: 600;
  text-transform: uppercase;
}
.season-detail__sub-title.line-through {
  position: relative;
  z-index: 1;
}
.season-detail__sub-title.line-through::before {
  content: " ";
  border-bottom: 1px solid #CCCCCC;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
  top: 50%;
  left: 50%;
}
.season-detail__sub-title.line-through span {
  background: #FFFFFF;
  display: inline-block;
  padding-right: 15px;
}
.season-detail__sub-title.line-through span.past {
  background: #F5F5F5;
}
.season-detail__date {
  margin-bottom: 20px;
}
.season-detail__description {
  margin-bottom: 30px;
}
.season-detail__description p {
  text-align: left !important;
  margin-top: 0;
  margin-bottom: 15px;
  hyphens: none;
}
.season-detail__description p:last-child {
  margin-bottom: 0px;
}
.season-detail__description iframe {
  background: #000;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  margin: 10px 0px;
}
.season-detail__description .season-detail__partner-website .fa-link {
  color: #215551;
}
.season-detail__promotions-outer {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__promotions-outer {
    background: #F5F5F5;
    padding: 20px;
    margin: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__promotions-inner {
    display: grid;
    grid-gap: 25px;
  }
}
.season-detail__promotions-inner.gridview {
  grid-template-columns: 1fr 1fr;
}
.season-detail__promo-title {
  color: #215551;
  font-weight: 600;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__promo {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__promo {
    display: grid;
    grid-template-rows: auto 1fr auto;
  }
}
.season-detail__trailer {
  margin-top: 20px;
  margin-bottom: 20px;
}
.season-detail__trailer iframe {
  background: #000;
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
  margin: 10px 0px;
}
.season-detail__days {
  position: relative;
  margin-top: 20px;
  grid-column: 1/4;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__days {
    padding: 30px;
  }
}
.season-detail__days.future-screenings {
  margin: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.season-detail__days.past-screenings {
  background: #F5F5F5;
}
.season-detail__days.past-screenings .season-detail__sub-title {
  color: #666;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__days.past-screenings {
    padding: 25px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.season-detail__days.past-screenings .season-detail__film-image {
  opacity: 0.5;
}
.season-detail__days.past-screenings .season-detail__film-book-tickets {
  display: none;
}
.season-detail__days__date {
  position: relative;
  display: block;
  display: none;
  background: #F5F5F5;
  /* hide for now */
  text-align: center;
  padding: 14px 0px;
  margin-bottom: 20px;
}
.season-detail__days__date::after {
  content: " ";
  text-decoration: none;
  position: absolute;
  bottom: 0;
  height: 10px;
  background-color: #FFFFFF;
  width: 10px;
  display: block;
  transform: translate(-50%, 50%) rotate(45deg);
  left: 50%;
  border: 1px solid;
  border-bottom: none;
  border-right: none;
}
.season-detail__days__date::before {
  content: " ";
  text-decoration: none;
  position: absolute;
  top: -11px;
  height: 10px;
  background-color: #FFFFFF;
  width: 10px;
  display: block;
  transform: translate(-50%, 50%) rotate(45deg);
  left: 50%;
  border: 1px solid;
  border-top: none;
  border-left: none;
}
.season-detail__film {
  /*@include variable-columns((cols:(4, 8), basis:12,  margin-x:15px));
                @include variable-columns((cols:(4, 8), basis:12, size:'sm', margin-x:15px));
        	    @include variable-columns((cols:(4, 8), basis:12, size:'xs', margin-x:15px)); */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film-title {
    font-size: 20px;
  }
}
.season-detail__film__row {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 2fr 6fr;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film__row {
    grid-template-columns: 2fr 8fr;
  }
}
.season-detail__film__row > * {
  border-top: 1px solid #CCCCCC;
  padding-top: 20px;
}
.season-detail__film__row:first-of-type > * {
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .season-detail__film__row .film-image {
    min-width: 270px;
  }
}
.season-detail__film__row .film-date {
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .season-detail__film__row .film-content {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film__row .film-content {
    padding-left: 20px;
  }
}
.season-detail__film__row .film-content .film-times {
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film__row .film-content .film-times {
    padding-bottom: 0;
  }
}
.season-detail__film__row .film-content .film-times__inner {
  padding-top: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film__row .film-content .film-times .film-times__screenings__date {
    flex-direction: column;
    align-items: flex-start;
  }
}
.season-detail__film__row .film-content .film-times .film-times__screenings__row {
  flex-wrap: wrap;
  flex-direction: column;
}
.season-detail__film-image {
  border-radius: 0px;
  width: 100%;
  height: 357px;
  /* 6:4 ratio */
  max-width: 240px;
  object-fit: cover;
  /* @extend %film-image-style; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film-image {
    width: 135px;
    height: 202px;
    /* 6:4 ratio */
  }
}
.season-detail__film-rating {
  font-weight: normal;
  font-size: 90%;
}
.season-detail__film-rating::before {
  content: "(";
}
.season-detail__film-rating::after {
  content: ")";
}
.season-detail__film-stats {
  font-size: 18px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film-stats {
    font-size: 16px;
  }
}
.season-detail__film-synopsis {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .season-detail__film-synopsis {
    font-size: 16px;
  }
}
.season-detail__film-book-tickets {
  display: none;
}
.season-detail__film-expired {
  color: #299;
  font-style: italic;
}
.season-detail__film-expired::before {
  font-family: "Font Awesome 6 Pro";
  content: "";
  margin-right: 5px;
  font-style: normal;
  font-weight: 300;
}
.season-detail__more-seasons-link {
  grid-column-start: 1;
  grid-column-end: 4;
  text-align: center;
  margin-top: 30px;
  /*	&::before {
				content: "\f104";
				font-family: 'FontAwesome';
				margin-right: 10px;
				color: $border-color;
				} */
}
.season-detail__more-seasons-link > a {
  margin: 0 6px;
}
.season-detail .digest-prompt {
  margin-bottom: 20px;
}
.season-detail .digest-prompt a:hover {
  text-decoration: none;
}
.season-detail .digest-prompt a:hover span {
  text-decoration: underline;
}
.season-detail__strand-header {
  display: flex;
  justify-content: space-between;
}
.season-detail__strand-header .digest-toggle[data-activity="add"] {
  color: #777777;
}
.season-detail__strand-header .digest-toggle:hover {
  text-decoration: none;
  color: #215551;
}
.season-detail__strand-header .digest-toggle:focus {
  outline: none;
}
.season-detail__strand-header .digest-toggle[data-activity="add"]::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
}
.season-detail__strand-header .digest-toggle[data-activity="remove"] {
  color: #215551;
}
.season-detail__strand-header .digest-toggle[data-activity="remove"]::before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  margin-right: 4px;
}
/* Random hack to fix ghosting effect */
.films-list__by-date__date + .season-detail__film__row > * {
  border: 0;
}
.single-partner .season-detail__inner {
  display: block;
  max-width: 1040px;
  margin: auto;
}
.single-partner .season-detail__inner .film-detail__film__partner-link {
  display: none;
}
.single-partner .season-detail__image.partner {
  max-width: 50%;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .single-partner .season-detail__image.partner {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .single-partner .season-detail__image.partner {
    max-width: 30%;
  }
}
.single-partner .season-detail__title {
  margin-bottom: 30px;
  margin-top: 30px;
}
.single-partner .season-detail__description {
  text-align: center;
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}
.single-partner .season-detail__description p {
  text-align: center !important;
}
.single-partner .season-detail__leftcol {
  display: none;
}
.single-partner .season-detail__rightcol {
  text-align: center;
}
.seasons-list {
  /* default */
}
.seasons-list__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .seasons-list__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .seasons-list__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .seasons-list {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .seasons-list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .seasons-list__seasons-list__season {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.seasons-list__seasons-list__season > * {
  /*@if(not map-has-key($args,margin-only)) {
        @include respond-to('xs-sm') {
          @if(map-has-key($args,margin)) {
            padding: map-get($args,margin);
          } @else {
            padding-left: map-get($args,margin-x);
            padding-right: map-get($args,margin-x);
          }
        }
      }*/
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .seasons-list__seasons-list__season > * {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-grow: 0;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 1;
    -webkit-box-flex: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
}
.seasons-list__inner {
  max-width: 1040px;
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .seasons-list__inner {
    padding-top: 0;
  }
}
.seasons-list__season__inner {
  border-bottom: 1px solid #CCC;
  display: flex;
  align-items: center;
}
.seasons-list__season__image-block {
  flex-basis: 33%;
}
.seasons-list__season__content-block {
  margin-left: 30px;
}
.seasons-list__season__date {
  margin-bottom: 15px;
}
.seasons-list__season__image {
  height: 240px;
  /* border: 1px solid #EEE; */
}
.seasons-list__season__image.top {
  object-position: top;
}
.seasons-list__season__image.bottom {
  object-position: bottom;
}
.seasons-list__season__title {
  margin-bottom: 4px;
}
.seasons-list__season__description {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .seasons-list__season__description {
    /* min-height: 70px; */
  }
}
.seasons-list__season__subtitle {
  margin-bottom: 10px;
}
.single-image {
  /* default */
}
.single-image__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .single-image__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .single-image__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .single-image {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .single-image {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .single-image {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .single-image__inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.single-image.full-width {
  padding: 0;
}
.single-image.full-width .single-image__inner {
  max-width: none;
  padding: 0;
}
.single-image.full-width .single-image__inner img {
  object-fit: cover;
  object-position: center;
  max-height: 55vh;
  width: 100%;
}
.single-image.full-width .single-image__inner img.valign-top {
  object-position: top;
}
.single-image.full-width .single-image__inner img.valign-bottom {
  object-position: bottom;
}
.single-image.full-width .single-image__inner img.letterbox {
  max-height: 35vh;
}
.archive-seasons {
  /* default */
  /* select year */
}
.archive-seasons__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-seasons__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-seasons__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-seasons {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-seasons {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.archive-seasons__inner {
  padding-top: 0px;
}
.archive-seasons__list {
  display: grid;
  grid-gap: 30px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-seasons__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-seasons__list {
    grid-template-columns: 1fr 1fr;
    padding-right: 6px;
  }
}
.archive-seasons__rhs {
  padding-bottom: 25px;
}
.archive-seasons__season {
  /* @include variable-columns((cols:(1,3),basis:4,margin-x:15px)); */
}
.archive-seasons__season__row {
  border: 1px solid #EEE;
  padding: 15px;
  border-radius: 0px;
  height: 100%;
  box-shadow: 3px 3px 0px #eee;
  display: grid;
  grid-gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-seasons__season__row {
    grid-template-columns: 1fr 2fr;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-seasons__season__title {
    margin-top: 10px;
    margin-bottom: 2px;
  }
}
.archive-seasons__season__dates {
  display: block;
  margin-bottom: 15px;
  color: #299;
}
.archive-seasons__season__synopsis {
  margin-top: 15px;
  margin-bottom: 10px;
}
.archive-seasons__season__synopsis > p {
  text-align: left !important;
}
.archive-seasons__season__synopsis > p img {
  display: none;
}
.archive-seasons__image {
  border-radius: 3px;
}
.archive-seasons .select-year {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}
.archive-seasons .select-year > span {
  color: #215551;
  display: block;
  font-size: 90%;
  margin-bottom: 5px;
}
.archive-seasons .select-year a {
  color: #999;
  margin: 0px 8px;
}
.archive-seasons .select-year a:hover {
  color: #215551;
}
.archive-seasons .select-year a.selected {
  font-weight: 600;
  color: #215551;
}
body.archive-seasons {
  padding: 0;
}
section.archive-seasons {
  padding-top: 30px !important;
}
.archive-films {
  /* default */
}
.archive-films__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-films__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-films__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .archive-films {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .archive-films {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.archive-films__inner {
  padding-top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-films__inner {
    padding-top: 10px;
  }
}
.archive-films__item {
  padding: 15px;
  border: 1px solid #EEE;
  box-shadow: 2px 2px 6px #EEE;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .archive-films__item__title {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .archive-films__item__title {
    font-size: 20px;
  }
  .archive-films__item__title a {
    font-size: 20px;
    line-height: 24px;
  }
}
.archive-films__item__rating {
  font-weight: normal;
  font-size: 90%;
}
.archive-films__item__rating::before {
  content: "(";
}
.archive-films__item__rating::after {
  content: ")";
}
.archive-films__item__synopsis {
  flex-basis: 66%;
  display: none;
}
.archive-films__item__synopsis-alt {
  color: #777;
}
body.archive-films {
  padding: 0;
}
section.archive-films {
  padding-top: 30px !important;
}
.holding-page {
  /* default */
  text-align: center;
}
.holding-page__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .holding-page__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .holding-page__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .holding-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .holding-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.holding-page__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.holding-page h1:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #215551;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .holding-page h1:not(:empty)::after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.holding-page .announcement {
  padding: 35px;
  margin-bottom: 40px;
  background: #F5F5F5;
}
.holding-page .announcement p {
  font-size: 19px;
}
.customer-message {
  /* default */
  text-align: center;
}
.customer-message__inner {
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .customer-message__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .customer-message__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .customer-message {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .customer-message {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.customer-message__inner {
  /* padding-top: 40px;
		padding-bottom: 40px; */
}
.customer-message h1:not(:empty)::after {
  margin-top: 20px;
  margin-bottom: 20px;
  content: "";
  display: block;
  border-bottom: 2px solid #215551;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .customer-message h1:not(:empty)::after {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.customer-message__message {
  padding: 35px;
  /* background: $subtle-grey; */
}
.customer-message__message p {
  hyphens: none;
}
/* Modal overrides */
.jquery-modal.blocker {
  z-index: 301;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.95);
}
.jquery-modal .modal {
  padding: 0px;
  padding-top: 40px;
  max-width: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: none;
  box-shadow: none;
}
.jquery-modal .modal .search-form {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
.jquery-modal .modal .search-form button {
  margin-left: -40px;
  background: none;
  border: 0;
}
.jquery-modal .modal .search-field {
  width: 100%;
  max-width: 75%;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid #CCC;
  font-size: 21px;
  -webkit-appearance: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .jquery-modal .modal .search-field {
    max-width: 90%;
  }
}
.jquery-modal .modal .search-field:focus {
  outline: none;
  border-color: #215551;
}
.jquery-modal .modal a.close-modal {
  text-indent: inherit;
  background-image: none;
  font-size: 0;
  top: -9px;
  right: -9px;
}
.jquery-modal .modal a.close-modal:hover {
  text-decoration: none;
}
.jquery-modal .modal a.close-modal:hover::after {
  font-weight: 600;
}
.jquery-modal .modal a.close-modal::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  font-weight: 300;
  background: #FFF;
  border-radius: 100%;
}
.modal-search-results {
  /* default */
}
.modal-search-results__inner {
  margin: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .modal-search-results__inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .modal-search-results__inner {
    max-width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .modal-search-results {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .modal-search-results {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-search-results {
    padding-top: 30px;
  }
}
.modal-search-results__inner {
  max-width: 1040px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-search-results__inner {
    padding-top: 0;
  }
}
.modal-search-results__list {
  font-size: 20px;
  line-height: normal;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-search-results__list {
    font-size: 16px;
  }
}
.modal-search-results__list li {
  margin-bottom: 15px;
}
.modal-search-results__list + p {
  font-size: 16px;
  margin-top: 0px;
  border: 1px solid #CCC;
  border-radius: 30px;
  padding: 8px 16px;
  display: inline-block;
}
.modal-search-results h2 {
  font-size: 27px;
  color: #215551;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 5px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .modal-search-results h2 {
    font-size: 20px;
  }
}
.modal-search-results .search-term {
  font-weight: 600;
}
body.directory.members div.item-list-tabs:first-child {
  display: none;
}
body.my-account.buddypress, body.activity, body.my-profile {
  background: #F7F7F7;
}
body.my-account.buddypress .footer, body.activity .footer, body.my-profile .footer {
  background: #F7F7F7;
}
body.my-account.buddypress .footer .widget_media_image .image, body.activity .footer .widget_media_image .image, body.my-profile .footer .widget_media_image .image {
  background: #F7F7F7;
  border-color: #F7F7F7;
}
#buddypress {
  max-width: 1400px;
  margin: auto;
  margin-top: 0px;
  padding: 30px 20px;
  /* small buttons */
  /* Avatar */
  /* Film Proposal pages */
  /* Activity  - Community homepage */
  /* Greeting box */
  /* Like buttons from external plugin */
  /* Profile */
  /* Cover image - not in use */
  /* Messages */
  /* Notifications */
  /* General Settings tab */
  /* Newsletter settings */
  /* Propose Screening Form */
}
#buddypress .comment-reply-link, #buddypress .generic-button a, #buddypress .standard-form button, #buddypress a.button, #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress input[type="submit"], #buddypress ul.button-nav li a, #buddypress a.bp-title-button {
  border-radius: 0px;
  border-color: #CCC;
}
#buddypress #subnav, #buddypress #subnav select {
  color: #999;
}
#buddypress div.item-list-tabs#subnav ul li:not(.last) {
  margin-right: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div.item-list-tabs#subnav {
    padding-top: 10px;
  }
}
#buddypress .banner {
  text-align: center;
  margin-bottom: 40px;
  border-radius: 3px;
  /* box-shadow: 3px 3px 3px #CCC; */
}
#buddypress .banner i {
  color: #215551;
  margin-right: 6px;
}
#buddypress .banner_text {
  font-style: italic;
  color: #215551;
}
#buddypress .banner_link {
  font-weight: 500;
  color: #0D111D;
  white-space: nowrap;
}
#buddypress .banner.gift-membership {
  /* background: $garden-cyan;
      border: 0;
      padding: 10px; */
  border-radius: 3px;
}
#buddypress div.item-list-tabs ul li a {
  color: #666;
  font-weight: 300;
}
#buddypress div.item-list-tabs ul li a span {
  border-radius: 0px;
  background: #EEE;
  border: 0;
}
#buddypress div.item-list-tabs ul li.selected a span {
  background: #EEE;
}
#buddypress div.item-list-tabs ul li.current a, #buddypress div.item-list-tabs ul li.selected a {
  opacity: 1;
  font-weight: 600;
  background: transparent;
}
#buddypress div.item-list-tabs ul li.feed {
  /* RSS feed */
  display: none;
}
#buddypress div.item-list-tabs ul li#activity-mentions {
  display: none;
}
#buddypress div.item-list-tabs ul li.last {
  background: transparent;
  position: relative;
}
#buddypress div.item-list-tabs ul li.last::after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #999;
  right: 15px;
  top: 7px;
  position: absolute;
  pointer-events: none;
}
#buddypress div.item-list-tabs ul li.last select {
  color: #888;
  background: #FFF;
  appearance: none;
  border: 0;
  padding: 5px 35px 5px 10px;
  margin-left: 5px;
  border-radius: 0px;
  box-shadow: inset 0px 0px 2px #888;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div#object-nav.item-list-tabs ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
#buddypress div#object-nav.item-list-tabs ul li {
  background-color: transparent;
  float: none;
  display: inline-block;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #buddypress div#object-nav.item-list-tabs ul li {
    margin-right: 15px;
  }
}
#buddypress div#object-nav.item-list-tabs ul li a {
  background-color: #FFF;
  font-weight: 400;
  border: 1px solid #CCC;
  border-radius: 0px;
  padding: 4px 12px;
}
#buddypress div#object-nav.item-list-tabs ul li a:hover {
  color: #111;
  border-color: #666;
}
#buddypress div#object-nav.item-list-tabs ul li a span {
  min-width: 22px;
  display: inline-block;
  border: 0;
  border-radius: 100%;
  background-color: #CCC;
  font-weight: 500;
}
#buddypress div#object-nav.item-list-tabs ul li a span.no-count {
  display: none;
}
#buddypress div#object-nav.item-list-tabs ul li a span:not(.no-count) {
  background: #C33;
  color: #FFF;
}
#buddypress div#object-nav.item-list-tabs ul li.current a, #buddypress div#object-nav.item-list-tabs ul li.selected a {
  font-weight: 600;
  color: #215551;
  border-color: #215551;
  background-color: #FFF;
  box-shadow: inset 0px 0px 4px #eee;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div.item-list-tabs.activity-type-tabs {
    display: none;
  }
}
#buddypress img.avatar {
  background: linear-gradient(45deg, #77b6b2, #cae3e8) !important;
  border-radius: 100%;
  border: 2px solid #215551 !important;
}
#buddypress .activity-list li.mini {
  display: none;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar {
  height: inherit;
  margin-left: inherit;
  width: inherit;
}
#buddypress ul.item-list li img.avatar {
  margin: 0 15px 0 0;
}
#buddypress div#item-header {
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div#item-header {
    flex-direction: column;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div#item-header img.avatar {
    margin-right: 0;
  }
}
#buddypress div.pagination {
  font-size: inherit;
}
#buddypress div.pagination .pag-count {
  margin-left: 0px;
  color: #999;
}
#buddypress div.pagination .page-numbers {
  display: initial;
}
#buddypress div.dir-search {
  float: none;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #buddypress form#whats-new-form #whats-new-content {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress form#whats-new-form #whats-new-content #whats-new-submit {
    float: none;
  }
}
#buddypress .prompt-propose {
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-size: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #buddypress .prompt-propose {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #buddypress .prompt-propose a {
    margin-left: 15px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress .prompt-propose a {
    display: block;
    margin-top: 15px;
  }
}
#buddypress .propose-screening-form {
  padding: 0;
}
#buddypress .propose-screening-form__inner {
  padding-top: 0;
}
#buddypress .propose-screening-form__form {
  max-width: none;
}
#buddypress .propose-screening-form__row > :nth-child(1) {
  flex-basis: 15%;
}
#buddypress .propose-screening-form__row > :nth-child(2) {
  flex-basis: 85%;
}
#buddypress .film_proposal .activity-header p > span {
  font-weight: 600;
  color: #666;
}
#buddypress #members-directory-form #subnav {
  margin-top: -40px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress #members-dir-search {
    text-align: inherit;
  }
}
#buddypress #search-members-form #members_search {
  /*min-width: 330px; */
  min-width: 50%;
  border: 0;
  color: #0D111D;
  background: #F5F5F5;
  border-radius: 0px;
  padding: 10px 20px;
  border: 2px solid #FFF;
  transition: 0.2s ease all;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress #search-members-form #members_search {
    min-width: 100%;
  }
}
#buddypress #search-members-form #members_search:focus {
  border-color: #215551;
  background: #FFF;
  transition: 0.2s ease all;
  outline: none !important;
}
#buddypress #search-members-form #members_search:focus + #members_search_submit {
  background: #CAE3E8;
  color: #215551;
  transition: 0.2s ease all;
}
#buddypress #search-members-form #members_search:focus + #members_search_submit:hover {
  background: #215551;
  color: #FFF;
}
#buddypress #search-members-form #members_search_submit {
  /* @extend %button-link; */
  font-size: inherit;
  background: #DDD;
  border-radius: 0px;
  padding: 5px 15px;
  margin-left: -86px;
  border: 0;
  color: #999;
}
#buddypress div.dir-search input[type="text"], #buddypress li.groups-members-search input[type="text"] {
  font-size: inherit;
  padding: 7px 10px;
}
#buddypress form#whats-new-form p.activity-greeting {
  line-height: 125%;
  margin-bottom: 10px;
  margin-left: 75px;
  color: #999;
  color: #666;
  margin-top: 15px;
}
#buddypress form#whats-new-form p.activity-greeting a {
  margin-left: 8px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress form#whats-new-form p.activity-greeting a {
    margin-left: 0;
    margin-top: 10px;
  }
}
#buddypress form#whats-new-form textarea {
  border: 2px solid #CCC;
  border-radius: 0px;
}
#buddypress #activity-stream p {
  hyphens: none;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress #activity-stream p {
    line-height: normal;
  }
}
#buddypress #activity-stream.item-list {
  border-top: 0;
}
#buddypress #activity-stream.item-list > li {
  background: #FFF;
  margin-bottom: 20px;
  border-radius: 0px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.025);
}
#buddypress #activity-stream.item-list > li .activity-inner {
  font-size: 18px;
}
#buddypress #activity-stream.item-list > li.load-more, #buddypress #activity-stream.item-list > li.load-newest {
  padding: 0;
}
#buddypress #activity-stream.item-list > li.load-more a, #buddypress #activity-stream.item-list > li.load-newest a {
  background: #CAE3E8;
  display: block;
  padding: 10px;
}
#buddypress #activity-stream.item-list > li.load-more a:hover, #buddypress #activity-stream.item-list > li.load-newest a:hover {
  text-decoration: none;
  background: #215551;
  color: #FFF;
}
#buddypress .wpulike-heart .wp_ulike_general_class {
  padding: 0px 5px;
  box-shadow: 0 0 0 1px #eee inset;
}
#buddypress .wpulike-heart .wp_ulike_put_image::after {
  width: 16px;
  height: 16px;
}
#buddypress #activity-stream .activity-comments .wpulike-heart .wp_ulike_general_class, #buddypress #activity-stream .activity-inner .wpulike-heart .wp_ulike_general_class, #buddypress #activity-stream .activity-meta .wpulike-heart .wp_ulike_general_class {
  border-radius: 0.25em;
}
#buddypress .activity-list li .activity-content {
  padding-bottom: 25px;
  margin-left: 64px;
}
#buddypress .activity-header .proposed-film, #buddypress .activity-header a.commented-film {
  font-weight: 600;
}
#buddypress .activity-header a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #buddypress .activity-list li .activity-content .wpulike {
    position: absolute;
    right: 0;
    top: -12px;
  }
}
#buddypress div.activity-comments div.acomment-meta, #buddypress div.activity-comments div.acomment-content {
  font-size: 100%;
}
#buddypress div.activity-comments > ul {
  padding: 0 !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div.activity-comments > ul li > ul {
    padding: 0 !important;
    margin-left: 0px !important;
  }
}
#buddypress .bp-widget.base > h2 {
  color: transparent;
}
#buddypress .bp-widget.base > h2::after {
  content: "My Profile";
  display: block;
  color: #0D111D;
  margin-top: -20px;
  margin-bottom: 15px;
}
#buddypress div#message p, #buddypress #sitewide-notice #message {
  background-color: #f0fbfd;
  border: 1px solid #7fc9ca;
  color: #215551;
  font-weight: 400;
  margin-top: 3px;
  text-decoration: none;
  border-radius: 0px;
}
#buddypress .field_birthday select {
  margin-right: 10px;
  margin-left: 5px;
}
#buddypress .editfield .select2-container {
  width: 100% !important;
  /* widen favourite actors/films/directors */
}
#buddypress .standard-form div.submit input[type="submit"], #buddypress #bp-data-export button[type="submit"] {
  font-size: inherit;
}
#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
  font-weight: 600;
  color: #215551;
  margin-top: 25px;
}
#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-notoggle, #buddypress .field-visibility-settings-toggle {
  color: #bbb;
}
#buddypress ul.item-list li div.item-title, #buddypress ul.item-list li li h3, #buddypress ul.item-list li li h4 {
  font-size: 110%;
}
#buddypress .profile {
  margin-top: 30px;
}
#buddypress .profile #profile-edit-form .field_name #field_1-1 {
  position: relative;
  color: transparent;
}
#buddypress .profile #profile-edit-form .field_name #field_1-1::after {
  content: "Display Name (required)";
  position: absolute;
  color: #215551;
  position: absolute;
  white-space: nowrap;
  left: 0px;
}
#buddypress table.profile-fields {
  margin-top: 20px;
  /* change Nickname to Display Name - meh.. */
}
#buddypress table.profile-fields tr.field_name td.label {
  position: relative;
  color: transparent;
}
#buddypress table.profile-fields tr.field_name td.label::after {
  content: "Display name";
  color: #299;
  position: absolute;
  left: 15px;
}
#buddypress table.profile-fields .bpxcftr-multi-taxonomy-terms-list a {
  pointer-events: none;
  text-decoration: none;
  color: inherit;
}
#buddypress table.profile-fields tr > * {
  display: flex;
}
#buddypress table.profile-fields tr > td {
  padding: 0;
  padding-left: 15px;
}
#buddypress table.profile-fields tr > td.data {
  padding-bottom: 25px;
  flex-direction: column;
}
#buddypress table.profile-fields tr > td.data ul {
  margin: 0;
}
#buddypress table.profile-fields tr.alt td {
  background: transparent;
  color: inherit;
}
#buddypress table.profile-fields tr td.label {
  margin-bottom: 5px;
  border-right: 0;
  font-weight: 400;
  color: #215551;
  color: #299;
  /* border-top: 2px solid #CAE3E8; */
  padding-top: 10px;
  width: auto;
  background: linear-gradient(#ECEBEB, #F7F7F7);
  border-radius: 0px;
}
#buddypress div#item-header div#item-header-content {
  float: left;
  margin-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div#item-header div#item-header-content {
    margin-left: 0px;
    text-align: center;
  }
}
#buddypress div#item-header div#item-header-content .activity::before {
  content: "Last active ";
}
#buddypress div#item-header div#item-meta {
  font-size: 90%;
  margin-top: 10px;
}
#buddypress div#item-header-cover-image .user-nicename {
  text-shadow: 2px 2px 2px black;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress div#item-header-cover-image h2 a, #buddypress div#item-header-cover-image h2 {
    color: inherit !important;
    text-shadow: none !important;
    margin: 25px 0 0;
    font-size: 200%;
  }
}
#buddypress #header-cover-image {
  /* background-image: url('https://www.thegardencinema.co.uk/wp-content/themes/garden-cinema/library/images/header-bg-diagonals.png'); */
  background-color: #f0f7f9 !important;
  background-color: #215551 !important;
  background-position: center !important;
}
#buddypress div#message-thread div.alt {
  background: #EEE;
}
#buddypress table.messages-notices thead {
  background: linear-gradient(#ECEBEB, #F7F7F7);
  border-top: 1px solid #CCC;
}
#buddypress table.messages-notices thead tr {
  background: transparent;
}
#buddypress table.messages-notices th {
  text-align: left;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #buddypress table.messages-notices .thread-options {
    white-space: nowrap;
  }
}
#buddypress div.item-list-tabs#subnav #starred-personal-li, #buddypress div.item-list-tabs#subnav #notices-personal-li {
  /* hide unwanted options */
  display: none;
}
#buddypress #messages_search {
  border: 0;
  padding: 5px 15px;
  border-radius: 0px;
  border: 1px solid #F5F5F5;
}
#buddypress #messages_search:focus {
  border-color: #215551;
  background: #FFF;
  transition: 0.2s ease all;
  outline: none !important;
}
#buddypress #messages_search_submit {
  font-size: inherit;
  background: #CCC;
  border-radius: 0px;
  padding: 5px 15px;
  border: 0;
}
#buddypress #messages_search_submit:hover {
  background: #215551;
  color: #FFF;
}
#buddypress table#message-threads tr.unread td {
  background: #f0fbfd;
  border-top: 1px solid #7fc9ca;
  border-bottom: 1px solid #7fc9ca;
  font-weight: 500;
}
#buddypress .messages-options-nav {
  margin-top: 15px;
}
#buddypress table.notifications tr th {
  text-align: left;
  font-weight: 600;
}
#buddypress table.notification-settings {
  margin: auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  #buddypress table.notification-settings {
    width: 100%;
  }
}
#buddypress table.notification-settings td, #buddypress table.notification-settings th {
  padding: 4px;
}
#buddypress table.notification-settings th {
  font-weight: 600;
}
#buddypress table.notification-settings thead {
  background: linear-gradient(#ECEBEB, #F7F7F7);
  border-top: 1px solid #CCC;
}
#buddypress .profile-settings thead {
  background: linear-gradient(#ECEBEB, #F7F7F7);
  border-top: 1px solid #CCC;
}
#buddypress .profile-settings th {
  text-align: left;
  font-weight: 600;
  padding: 4px 8px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  #buddypress #members-order-select {
    display: none;
  }
}
#buddypress .when-subscribed a, #buddypress .when-unsubscribed a {
  margin-top: 15px;
}
#buddypress .when-subscribed > div::before, #buddypress .when-unsubscribed > div::before {
  font-family: "Font Awesome 6 Pro";
  margin-right: 8px;
  font-weight: 300;
}
#buddypress .when-unsubscribed > div::before {
  content: "";
  color: red;
}
#buddypress .when-subscribed > div::before {
  content: "";
  color: green;
}
#buddypress .propose-screening-form__form input[type="submit"] {
  font-size: inherit;
}
body.bp-user .navigation #menu-primary-menu-1 .menu-item-2686 a {
  color: #215551;
  font-weight: 600;
}
/* Community Nav */
body.buddypress .community-nav, body.page-id-1102 .community-nav {
  display: block;
  /* display only on BP pages */
  background: #FFF;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.buddypress .navigation-mobile-tab, body.page-id-1102 .navigation-mobile-tab {
    display: block;
  }
}
body.buddypress.my-account .bp_profile::before, body.page-id-1102.my-account .bp_profile::before {
  color: #215551;
}
body.buddypress.my-account .bp_profile a, body.page-id-1102.my-account .bp_profile a {
  font-weight: 600;
  color: #215551;
}
.community-nav {
  display: none;
  /* hide by default */
  position: sticky;
  top: 162px;
  z-index: 10;
  /* z-index: 1000; */
  margin: auto;
  text-align: center;
  box-shadow: 3px 3px 3px #EEE;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .community-nav {
    top: 85px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .community-nav {
    text-align: left;
  }
  .community-nav #menu-community-menu {
    display: flex;
    white-space: nowrap;
    overflow: scroll;
    justify-content: space-evenly;
  }
}
.community-nav li {
  display: inline-block;
  margin: 15px 20px;
}
.community-nav li::before {
  margin-right: 8px;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #777;
  white-space: nowrap;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .community-nav li::before {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .community-nav li {
    margin-left: 0;
    margin-right: 20px;
  }
  .community-nav li:first-child {
    padding-left: 20px;
  }
}
.community-nav li.current-menu-item::before {
  color: #215551;
}
.community-nav li.current-menu-item a {
  font-weight: 600;
}
.community-nav li.current-menu-item a, .community-nav li a:hover {
  color: #215551;
}
.community-nav li a {
  color: #777777;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .community-nav li a {
    font-size: 18px;
  }
}
.community-nav li a:hover {
  color: #215551;
  text-decoration: none;
}
.community-nav li.bp_activity::before {
  content: "";
  /* home icon */
}
.community-nav li.bp_proposals::before {
  content: "";
  /* film-reel icon */
}
.community-nav li.bp_profile::before {
  content: "";
}
.community-nav li.bp_members::before {
  content: "";
  /* 3 users */
  content: "";
  /* 2 users */
}
.community-nav li.bp_moderator::before {
  content: "";
  /* user with tie */
}
body.buddypress .navigation #menu-primary-menu-1 li.tab_community a {
  font-weight: 600;
  color: #215551;
}
body.my-account .community-nav li.current-menu-item.bp_members::before {
  color: #999;
}
body.my-account .community-nav li.current-menu-item.bp_members a {
  font-weight: inherit;
  color: #999;
}
body.activity {
  /* applied to homepage and activity pages */
}
body.activity #buddypress div.item-list-tabs#subnav {
  margin-bottom: 20px;
  /* margin-top: -40px; */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.activity #buddypress div.item-list-tabs#subnav {
    margin-top: 0px;
  }
}
body.activity #buddypress div.item-list-tabs#subnav #activity-filter-by:focus-visible {
  outline: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.activity #buddypress div.item-list-tabs#subnav #activity-filter-by {
    flex-grow: 1;
    max-width: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.activity #activity-filter-select {
    display: flex !important;
    width: 100%;
    align-items: center;
  }
  body.activity #activity-filter-select label {
    min-width: 68px;
  }
}
body.directory.activity {
  /* target Community homepage */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  body.directory.activity #buddypress div.item-list-tabs#subnav {
    margin-top: -40px;
  }
}
body.my-activity {
  /* target just Profile Activity page */
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.my-activity #buddypress #activity-filter-select {
    display: none !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  body.my-messages #buddypress .message-search {
    display: none !important;
  }
}
/* iframe editor */
#tinymce {
  font-family: "source-sans-pro", sans-serif !important;
}
/* Set default Cover Image */
#header-cover-image {
  background-image: url("https://www.thegardencinema.co.uk/wp-content/themes/garden-cinema/library/images/header-bg-diagonals.png");
}
/* My Ticket History */
h3.my-tickets {
  color: #215551;
}
ul.list-my-tickets {
  padding-left: 0;
}
.list-my-tickets li {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  max-width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-my-tickets li {
    grid-template-columns: 1fr;
    padding: 20px !important;
    background: #FFF;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px #DDD;
    border: 1px solid #EEE;
  }
}
.list-my-tickets li .ticket-title {
  font-weight: 600;
}
.list-my-tickets li .ticket-actions button {
  padding: 5px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .list-my-tickets li .ticket-actions {
    margin-top: 10px;
  }
}
/* Hide std page elements */
.page-boxoffice-whatson section.header, .page-boxoffice-whatson section.navigation, .page-boxoffice-whatson footer.footer, .page-boxoffice-whatson .after-footer {
  display: none;
}
.boxoffice-whatson {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Header */
  /* Films */
  /* Footer */
}
.boxoffice-whatson__inner {
  display: flex;
  flex-direction: column;
  max-width: auto;
  margin: auto;
  width: 100%;
  padding-bottom: 2%;
  /* justify-content: space-around; */
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__inner {
    padding-left: 165px;
    padding-right: 165px;
    display: grid;
  }
}
.boxoffice-whatson .small-title {
  color: #82C7C1;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson .small-title {
    font-size: 20px;
  }
}
.boxoffice-whatson__header {
  background: #215551;
  padding: 15px;
  margin-bottom: 20px;
  background-image: url("/wp-content/themes/garden-cinema/library/images/header-bg-diagonals.png");
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__header {
    border-bottom: solid #cae3e8 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__header {
    background-position: 100% 50%;
    background-size: 50%;
    width: 100%;
    min-height: 170px;
  }
}
.boxoffice-whatson__header__inner {
  display: flex;
  align-items: center;
  max-width: auto;
  margin: auto;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__header__inner {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__header__inner > * {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.boxoffice-whatson__header-logo {
  width: 150px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__header-logo {
    width: auto;
  }
  .boxoffice-whatson__header-logo img {
    max-height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__header-logo img {
    height: 120px;
  }
}
.boxoffice-whatson__header-text {
  flex-basis: auto;
}
.boxoffice-whatson__header-text > * {
  line-height: 1.1em;
}
.boxoffice-whatson__header-text .date {
  color: #FFF;
  font-size: 42px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__header-text .date {
    font-size: 1.66rem;
  }
}
.boxoffice-whatson__header-social {
  flex-grow: 1;
  text-align: right;
  color: #FFF;
  font-size: 36px;
  padding-right: 173px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__header-social {
    display: none;
  }
}
.boxoffice-whatson__header-social .fa-brands {
  margin-right: 8px;
}
.boxoffice-whatson__row {
  display: flex;
  align-items: center;
  font-size: 2.75rem;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__row {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .boxoffice-whatson__row:nth-child(even) {
    background: #EEE;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__row {
    font-size: 1.66rem;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.boxoffice-whatson__row > * {
  padding: 5px 15px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__row > * {
    width: 100%;
  }
}
.boxoffice-whatson__film {
  flex-grow: 1;
}
.boxoffice-whatson__times {
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__times {
    text-align: right;
  }
}
.boxoffice-whatson__times span {
  /*  @extend  %button-link;
            @extend  %screening-link; */
  margin-left: 20px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__times span {
    font-size: 1.66rem;
    border: 1px solid #999;
    padding: 5px 15px;
    display: inline-block;
    font-size: 95%;
  }
}
.boxoffice-whatson__times span.matinee::after {
  padding: 5px 8px !important;
  font-size: 60% !important;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__times span {
    margin-left: 0px;
  }
}
.boxoffice-whatson__times span:last-child {
  margin-right: 15px;
}
.boxoffice-whatson__footer {
  background: rgba(202, 227, 232, 0.3);
  padding: 30px 15px;
  margin-top: 20px;
  font-size: 26px;
  color: #215551;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__footer-left {
    margin-bottom: 20px;
  }
}
.boxoffice-whatson__footer__inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__footer__inner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .boxoffice-whatson__footer__inner {
    padding-left: 165px;
    padding-right: 165px;
  }
}
.boxoffice-whatson__footer__inner > * {
  padding-left: 0px;
  padding-right: 15px;
}
.boxoffice-whatson__footer .large-data {
  font-size: 36px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__footer .large-data {
    font-size: 20px;
  }
}
.boxoffice-whatson__footer .large-data span {
  color: #299;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .boxoffice-whatson__footer .large-data span {
    display: block;
  }
}
.whatson-filters {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: -20px;
  height: 100%;
  background: #FFF;
  padding: 10px;
  /* unselected */
  /* selected */
  /* hide checkbox html elements */
  /* Filter control bar */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .whatson-filters {
    margin: auto;
    height: auto;
    box-shadow: 2px 2px 2px #EEE;
    border: 1px solid #DDD;
    border-radius: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .whatson-filters {
    padding: 50px;
  }
}
.whatson-filters form.filter-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .whatson-filters form.filter-form {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.whatson-filters h2 {
  color: #215521;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .whatson-filters h2 {
    text-align: center;
    margin: 20px auto;
  }
}
.whatson-filters h2 i {
  margin-right: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .whatson-filters h2 i {
    display: block;
    margin-bottom: 6px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .whatson-filters h2 {
    font-size: 18px;
    padding: 10px;
  }
}
.whatson-filters input + label i {
  color: #CCC;
}
.whatson-filters input + label i::before {
  content: "";
}
.whatson-filters input + label:hover {
  background: #DDD;
}
.whatson-filters input + label:hover i {
  color: #999;
}
.whatson-filters input[type="checkbox"]:checked + label {
  background: #215551;
  color: #FFF;
}
.whatson-filters input[type="checkbox"]:checked + label i::before {
  color: #FFF;
  content: "";
}
.whatson-filters input[type="checkbox"]:checked + label:hover {
  opacity: 0.9;
}
.whatson-filters label {
  white-space: nowrap;
  color: #444;
  background: #EEE;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  border-radius: 0px;
  cursor: pointer;
  /* icons */
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .whatson-filters label {
    min-width: 220px;
  }
}
.whatson-filters label:hover {
  transition: 0.2s ease all;
}
.whatson-filters label i {
  margin-left: 6px;
  margin-right: 12px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .whatson-filters label i {
    margin-left: 3px;
    margin-right: 9px;
  }
}
.whatson-filters input[type="checkbox"] {
  display: none;
}
.whatson-filters .filter-controls {
  display: flex;
  grid-column: 1/3;
  justify-content: space-between;
  margin: 20px 10px;
  border-top: 1px dashed #999;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .whatson-filters .filter-controls {
    grid-column: 1/4;
  }
}
.whatson-filters .filter-controls input {
  appearance: none;
  border: 0;
  padding: 10px 20px;
  border-radius: 0px;
  text-transform: capitalize;
  box-shadow: 3px 3px 0px #a1d3d3;
  /* apply button */
  /* clear button */
}
.whatson-filters .filter-controls input[type=submit] {
  align-self: flex-end;
  background: #215551;
  color: #FFF;
  border-color: #215551;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .whatson-filters .filter-controls input[type=submit] {
    min-width: 200px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .whatson-filters .filter-controls input[type=submit] {
    min-width: 60%;
  }
}
.whatson-filters .filter-controls input[type=submit]:hover {
  opacity: 0.9;
}
.whatson-filters .filter-controls input[type=reset] {
  background: #FFF;
  color: #215551;
  border: 1px solid #DDD;
}
.whatson-filters .filter-controls input[type=reset]:hover {
  border: 1px solid #999;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .whatson-filters .filter-controls input[type=reset] {
    min-width: 30%;
  }
}
.modal#modal-filter {
  padding-top: 0;
}
.wait-list {
  text-align: center;
  background: #FFF;
  padding: 50px;
  box-shadow: 2px 2px 2px #EEE;
  border: 1px solid #DDD;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  .wait-list {
    max-width: 1200px;
    margin: auto;
  }
}
.wait-list h1 {
  color: #215551;
  font-weight: 600;
}
.wait-list h3 {
  color: #299;
  font-weight: 600;
}
.wait-list h3.main-title {
  margin-bottom: 15px;
}
.wait-list .fa-circle-check {
  color: #299;
  margin-right: 3px;
}
.wait-list #wlm-button-add {
  margin-bottom: 30px;
}
.wait-list a {
  background: #FFF;
}
.wait-list a:last-child {
  margin-top: 20px;
  border: 1px solid #DDD;
}
.wait-list .wlm-show-me-on-success, .wait-list .wlm-show-me-on-fail {
  margin-bottom: 15px;
}
.wait-list-instructions {
  max-width: 700px;
  margin: auto;
}
.my-waitlist .my-account__content button {
  background: none;
  border: none;
  border-radius: 5px;
  color: #999;
}
.my-waitlist .my-account__content button i {
  color: #999;
}
.my-waitlist .my-account__content button:hover {
  color: #215551;
  transition: 0.2s ease;
}
.my-waitlist .my-account__content button:hover i {
  color: #215551;
}
.my-waitlist .my-account__content .page-html__row div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-waitlist .my-account__content .page-html__row div {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-waitlist .my-account__content .page-html__row div {
    flex-wrap: nowrap;
  }
}
.my-waitlist .my-account__content .page-html__row div > div:first-child {
  /* film title */
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 9999px) {
  .my-waitlist .my-account__content .page-html__row div > div:first-child {
    width: 33%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .my-waitlist .my-account__content .page-html__row div > div:first-child {
    width: 100%;
    margin-bottom: 0;
  }
}
/* dumb hacks for the draft page */
.page-the-garden-cinema-walkthrough-2 .text-video .page-content__inner, .page-the-garden-cinema-walkthrough .text-video .page-content__inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  .page-the-garden-cinema-walkthrough-2 .text-video, .page-the-garden-cinema-walkthrough .text-video {
    padding-top: 0;
    padding-bottom: 0;
  }
}
/* technically css */
/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}
.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}
.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}
.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
