@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/* Note: This file is included by the filmbot-web Customizer class, not directly within this theme's sass */
/*
 Color Palette
 */
/*
 Global
 */
/*
 Home Page
 */
/*
 Banners
 */
/*
 Buttons
 */
/*
 Headings
 */
/*
 Reserved Seating
 */
/*
 Checkout
 */
/*
 Misc
 */
/*
 Breakpoints
 */
/*
 Dimensions
 */
/*
 Variables generated by theme settings. Overrides defaults in _variables.scss
 Available Settings:
 Global
 ******
 page background color => $page-background-color
 sidebar background color => sidebar-background-color
 body font => $body-font
 content text color => $content-text-color
 sidebar text color => $sidebar-text-color
 sidebar active item text color => $sidebar-active-item-text-color
 accent color => $accent-color
 Home Page
 *********
 hero text color => $hero-text-color
 hero font size =>  $hero-font-size
 page background color => $hp-page-background-color
 content text color => $hp-content-text-color
 datebar background color => $datebar-background-color
 datebar text color => $datebar-text-color
 Buttons
 *******
 showtime button background color => $showtime-button-background-color
 showtime button text color => $showtime-button-text-color
 showtime button border color => $showtime-button-border-color
 cta button background color => $cta-button-background-color
 cta button text color => $cta-button-text-color
 cta button border color => $cta-button-border-color
 Headings
 ********
 h1 font => $h1-font
 h1 font size => $h1-font-size
 h1 color => $h1-font-color
 .
 .
 .
 h4
 */
/*--------------------------------------------------------------
 # Base
 --------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

@keyframes loader-figure {
  0% {
    height: 0;
    width: 0; }

  30% {
    height: 40px;
    width: 40px;
    border-width: 10px;
    opacity: 1; }

  100% {
    height: 40px;
    width: 40px;
    border-width: 0;
    opacity: 0; } }

@keyframes fade-in1 {
  0% {
    opacity: 0; }

  10% {
    opacity: 0; }

  40% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes fade-in2 {
  0% {
    opacity: 0; }

  40% {
    opacity: 0; }

  70% {
    opacity: 1; }

  100% {
    opacity: 1; } }

@keyframes fade-in3 {
  0% {
    opacity: 0; }

  70% {
    opacity: 0; }

  100% {
    opacity: 1; } }

html {
  box-sizing: border-box;
  font-size: 16px; }

*, *:before, *:after {
  box-sizing: inherit; }

hr {
  background-color: #00a354;
  border: 0;
  height: 1px;
  margin: 30px 0 40px; }

ul, ol {
  margin: 0;
  padding: 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

embed, iframe, object {
  max-width: 100%; }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
/**
 responsive embeds
 */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }
  .embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

body, button, input, select, optgroup, textarea {
  color: #3f3d3d;
  font-family: Montserrat;
  line-height: 1.5em;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.35em; }

h1 {
  font-size: 36px;
  font-family: Montserrat;
  color: #006840;
  text-align: center;
  letter-spacing: 0.06em;
  margin: 0 0 40px; }
  .secondary-page h1 {
    margin: 0 0 30px; }

h2 {
  font-size: 27px;
  font-family: Rubik;
  color: #3f3d3d;
  letter-spacing: 0.1em;
  margin: 0 0 20px; }

h3 {
  font-size: 20px;
  font-family: Rubik;
  color: #75c69d;
  margin: 0; }

h4 {
  font-size: 18px;
  font-family: Montserrat;
  color: #3f3d3d;
  text-align: center;
  line-height: 1.6em; }

p {
  font-size: 14px;
  margin-bottom: 20px; }
  @media (max-width: 768px) {
  p {
    margin-bottom: 15px; } }
  @media (max-width: 768px) {
h1 {
  font-size: calc(36px * 0.75);
  margin-bottom: 30px; }
h2 {
  font-size: calc(27px * 0.75); }
h3 {
  font-size: calc(20px * 0.75); }
h4 {
  font-size: calc(18px * 0.75); } }

dfn, cite, em, i {
  font-style: italic; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 0 1.5em; }

a {
  color: #00a354;
  transition: all 0.3s ease-in-out;
  outline: 0; }
  a:hover, a:active, a:focus-visible, a.focus-visible {
    color: #00a354;
    text-decoration: underline; }

#primary :not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) > a:not(.showtime):not(.button):not(.pill):not(.icon-cta) {
  text-decoration: underline; }

input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], textarea {
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0);
  border-color: rgba(63, 61, 61, 0.5);
  border-width: 0 0 2px 0;
  color: #3f3d3d;
  height: 40px;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 0;
  width: 100%; }
  input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='url']::-webkit-input-placeholder, input[type='password']::-webkit-input-placeholder, input[type='search']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type='tel']::-webkit-input-placeholder, input[type='range']::-webkit-input-placeholder, input[type='date']::-webkit-input-placeholder, input[type='month']::-webkit-input-placeholder, input[type='week']::-webkit-input-placeholder, input[type='time']::-webkit-input-placeholder, input[type='datetime']::-webkit-input-placeholder, input[type='datetime-local']::-webkit-input-placeholder, input[type='color']::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(63, 61, 61, 0.7); }
  input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='range']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='month']::-moz-placeholder, input[type='week']::-moz-placeholder, input[type='time']::-moz-placeholder, input[type='datetime']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='color']::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(63, 61, 61, 0.7); }
  input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='url']::-moz-placeholder, input[type='password']::-moz-placeholder, input[type='search']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type='tel']::-moz-placeholder, input[type='range']::-moz-placeholder, input[type='date']::-moz-placeholder, input[type='month']::-moz-placeholder, input[type='week']::-moz-placeholder, input[type='time']::-moz-placeholder, input[type='datetime']::-moz-placeholder, input[type='datetime-local']::-moz-placeholder, input[type='color']::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(63, 61, 61, 0.7); }
  input[type='text']::-ms-input-placeholder, input[type='email']::-ms-input-placeholder, input[type='url']::-ms-input-placeholder, input[type='password']::-ms-input-placeholder, input[type='search']::-ms-input-placeholder, input[type='number']::-ms-input-placeholder, input[type='tel']::-ms-input-placeholder, input[type='range']::-ms-input-placeholder, input[type='date']::-ms-input-placeholder, input[type='month']::-ms-input-placeholder, input[type='week']::-ms-input-placeholder, input[type='time']::-ms-input-placeholder, input[type='datetime']::-ms-input-placeholder, input[type='datetime-local']::-ms-input-placeholder, input[type='color']::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: rgba(63, 61, 61, 0.7); }
  input[type='text']:focus-visible, input[type='email']:focus-visible, input[type='url']:focus-visible, input[type='password']:focus-visible, input[type='search']:focus-visible, input[type='number']:focus-visible, input[type='tel']:focus-visible, input[type='range']:focus-visible, input[type='date']:focus-visible, input[type='month']:focus-visible, input[type='week']:focus-visible, input[type='time']:focus-visible, input[type='datetime']:focus-visible, input[type='datetime-local']:focus-visible, input[type='color']:focus-visible, textarea:focus-visible, input[type='text'].focus-visible, input[type='email'].focus-visible, input[type='url'].focus-visible, input[type='password'].focus-visible, input[type='search'].focus-visible, input[type='number'].focus-visible, input[type='tel'].focus-visible, input[type='range'].focus-visible, input[type='date'].focus-visible, input[type='month'].focus-visible, input[type='week'].focus-visible, input[type='time'].focus-visible, input[type='datetime'].focus-visible, input[type='datetime-local'].focus-visible, input[type='color'].focus-visible, textarea.focus-visible {
    border-bottom-color: #00a354;
    border-width: 0 0 2px 0; }
  input[type='text']::placeholder, input[type='email']::placeholder, input[type='url']::placeholder, input[type='password']::placeholder, input[type='search']::placeholder, input[type='number']::placeholder, input[type='tel']::placeholder, input[type='range']::placeholder, input[type='date']::placeholder, input[type='month']::placeholder, input[type='week']::placeholder, input[type='time']::placeholder, input[type='datetime']::placeholder, input[type='datetime-local']::placeholder, input[type='color']::placeholder, textarea::placeholder {
    color: rgba(63, 61, 61, 0.7); }
  @media (max-width: 768px) {
  input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], textarea {
    font-size: 14px; } }
  @media (max-width: 768px) {
  input[type='text'], input[type='email'], input[type='url'], input[type='password'], input[type='search'], input[type='number'], input[type='tel'], input[type='range'], input[type='date'], input[type='month'], input[type='week'], input[type='time'], input[type='datetime'], input[type='datetime-local'], input[type='color'], textarea {
    border-width: 1px;
    height: 48px; } }
  input[type='text'].error, input[type='email'].error, input[type='url'].error, input[type='password'].error, input[type='search'].error, input[type='number'].error, input[type='tel'].error, input[type='range'].error, input[type='date'].error, input[type='month'].error, input[type='week'].error, input[type='time'].error, input[type='datetime'].error, input[type='datetime-local'].error, input[type='color'].error, textarea.error {
    box-shadow: none; }

textarea {
  height: 190px;
  resize: none; }

select.error {
  box-shadow: none !important; }

.select-style {
  background: #fff;
  border-radius: 0;
  height: 45px;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .select-style:before {
    background: url('../images/down-carat.svg') 0 center no-repeat;
    content: '';
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    width: 18px; }
  .select-style select {
    -webkit-appearance: none;
    background: transparent;
    background-image: none;
    border: none;
    border-color: rgba(63, 61, 61, 0.5);
    box-shadow: none;
    color: #3f3d3d;
    font-size: 14px;
    height: 45px;
    padding: 10px 15px;
    position: relative;
    width: 100%; }
  .select-style select:focus {
    outline: none; }

.select-container {
  position: relative; }
  .select-container:focus-within {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #000, 0 0 1px 1px #000;
    opacity: 1;
    outline: 1px solid #fff; }
  @media (max-width: 667px) {
    .select-container select[id^=birthday] {
      margin-bottom: 10px; } }
  .select-container .select-arrow {
    align-items: center;
    display: flex;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    z-index: 9; }

.select-quantity {
  display: flex;
  height: 100%;
  justify-content: space-between; }
  .select-quantity .select-container {
    background: #3f3d3d;
    border-radius: 8px;
    height: 50px;
    margin-right: 0.5em;
    width: 110px; }
  .select-quantity .select-container select {
    background: #3f3d3d;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    height: 100%;
    margin: 0;
    padding: 2px 25px;
    position: relative;
    width: 100%; }
  .select-quantity .select-container .select-arrow svg path {
    fill: #fff; }
  .select-quantity label {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.3em;
    padding-left: 0;
    padding-top: 0.35em; }
  .select-quantity label span {
    display: block;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: normal;
    margin: 0 20px 3px 0; }

textarea {
  width: 100%; }

input[type='button'], input[type='reset'], input[type='submit'] {
  background: transparent;
  border: 2px solid #231f20;
  border-radius: 8px;
  color: #231f20;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1em;
  min-height: 50px;
  outline: 0;
  padding: 10px 25px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 768px) {
  input[type='button'], input[type='reset'], input[type='submit'] {
    border-radius: calc(8px * 0.75);
    font-size: 14px;
    min-height: 40px; } }
  input[type='button']:hover, input[type='reset']:hover, input[type='submit']:hover, input[type='button']:active, input[type='reset']:active, input[type='submit']:active, input[type='button']:focus-visible, input[type='reset']:focus-visible, input[type='submit']:focus-visible, input[type='button'].focus-visible, input[type='reset'].focus-visible, input[type='submit'].focus-visible {
    border-color: #00a354;
    color: #00a354;
    outline: 0; }

.custom-checkbox {
  color: #3f3d3d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-left: 35px;
  position: relative;
  user-select: none; }
  .custom-checkbox label {
    margin: 0; }
  .custom-checkbox input {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute; }
  .custom-checkbox .checkbox {
    background: #fff;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px; }
  .custom-checkbox .checkbox:after {
    border: solid #3f3d3d;
    border-width: 0 3px 3px 0;
    content: '';
    display: none;
    height: 15px;
    left: 6px;
    position: absolute;
    top: 1px;
    transform: rotate(45deg);
    width: 8px; }
  .custom-checkbox input:checked ~ .checkbox:after {
    display: block; }

.field-group {
  position: relative; }

form .row {
  margin: 0 0 20px; }
  form .row.col .field-group {
    margin: 0 0 20px; }
  form .two-col {
    column-gap: 10px;
    display: flex;
    flex-flow: row wrap; }
  form .two-col input[type='text'] {
    margin: 0; }
  form .two-col .field-group {
    flex: 1;
    margin: 0 0 20px;
    width: 50%; }
  form .two-col .field-group:last-child {
    margin: 0; }
  @media (min-width: 667px) {
    form .two-col .field-group {
      margin: 0; } }

input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -1; }

label {
  --font-size-sm: 11px;
  --font-size-lg: 12px;
  display: block;
  font-size: var(--font-size-lg);
  line-height: 1.5em;
  padding: 0 0 0 45px;
  position: relative; }
  @media (max-width: 667px) {
  label {
    font-size: var(--font-size-sm);
    line-height: 1.3em;
    padding: 0 0 0 35px; } }

.checkbox-indicator {
  border: 2px solid #3f3d3d;
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 30px; }
  @media (max-width: 667px) {
  .checkbox-indicator {
    height: 24px;
    top: 2px;
    width: 24px; } }
  .checkbox-indicator:after {
    border: solid #fff;
    border-width: 0 3px 3px 0;
    content: '';
    height: 16px;
    left: 9px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    visibility: hidden;
    width: 8px; }
  @media (max-width: 667px) {
    .checkbox-indicator:after {
      left: 6px;
      top: 1px; } }

input:checked ~ .checkbox-indicator {
  background: #3f3d3d; }
  input:checked ~ .checkbox-indicator:after {
    visibility: visible; }

.error-message {
  bottom: -20px;
  color: #e01;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2em;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  text-transform: uppercase;
  visibility: hidden;
  white-space: nowrap; }
  .error-message.form-error {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 30px;
    margin-top: -30px;
    position: relative;
    text-align: center;
    white-space: normal; }
  .error-message.display {
    visibility: visible; }
  .error-message.field-note {
    color: white;
    visibility: visible; }

input.error + .error-message, select.error + .error-message, .radio-group.error + .error-message {
  visibility: visible; }
  input.error + .error-message.field-note, select.error + .error-message.field-note, .radio-group.error + .error-message.field-note {
    color: #e01; }

.radio-group.error .field__option-circle {
  border-color: #e01; }

.field[data-type='radio-inline'] {
  --gap: 5px;
  --outer-circle-size: 26px;
  --inner-circle-size: 16px;
  line-height: var(--outer-circle-size);
  margin-bottom: 20px;
  width: 100%; }
  .field[data-type='radio-inline'] .field__inner {
    column-gap: calc(3 * var(--gap));
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    place-items: center;
    row-gap: var(--gap);
    width: 100%; }
  .field[data-type='radio-inline'] .field__label {
    flex: 2 auto; }
  .field[data-type='radio-inline'] .field__options {
    display: flex;
    gap: var(--gap);
    flex: 3 auto;
    place-content: flex-start;
    place-items: center; }
  .field[data-type='radio-inline'] .field__option {
    display: flex;
    flex: 0 1 auto;
    gap: var(--gap);
    line-height: var(--outer-circle-size);
    padding: var(--gap);
    place-content: flex-start;
    place-items: center;
    position: relative; }
  .field[data-type='radio-inline'] .field__option-circle {
    border: 1px solid #3f3d3d;
    border-radius: 50%;
    flex: 0 0 var(--outer-circle-size);
    height: var(--outer-circle-size);
    position: relative;
    vertical-align: top;
    width: var(--outer-circle-size); }
  .field[data-type='radio-inline'] .field__option-circle:after {
    background: #3f3d3d;
    border-radius: 50%;
    content: '';
    height: var(--inner-circle-size);
    left: 4px;
    opacity: 0;
    position: absolute;
    top: 4px;
    width: var(--inner-circle-size); }
  .field[data-type='radio-inline'] input[type='radio']:checked ~ .field__option-circle:after {
    opacity: 100; }
  @media (min-width: 1024px) {
  .field[data-type='radio-inline'] .field__label {
    max-width: fit-content; } }
/*
 This will hide the focus indicator if the element receives focus via the mouse,
 but it will still show up on keyboard focus.
 */
.js-focus-visible *:focus:not(.focus-visible) {
  outline: none !important; }
/*
 Keyboard focus indicator.
 */
*:not(html).js-focus-visible, a:focus-visible, a.focus-visible, button:focus-visible, button.focus-visible, [role="link"]:focus-visible, [role="link"].focus-visible, [role="button"]:focus-visible, [role="button"].focus-visible, [role="checkbox"]:focus-visible, [role="checkbox"].focus-visible {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #000, 0 0 1px 1px #000;
  opacity: 1;
  outline: 1px solid #fff; }
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #3f3d3d;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

.ada-container {
  margin-bottom: 20px; }
  .ada-container label {
    padding: 0; }

#selector-seats {
  width: 300px;
  height: 300px; }

#accessibility-description {
  display: block;
  margin: 0 auto 1.5em;
  padding: 10px;
  width: 100%; }
  @media (min-width: 667px) {
  #accessibility-description {
    max-width: 70%; } }

@media (max-width: 1024px) {
    .accessibility-mode-on {
      margin-top: 54px !important; } }

.accessibility-mode-off {
  margin-bottom: 1em; }

@media (max-width: 500px) {
  #selector-seats {
    height: auto !important; } }

#confirm-ada-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  transform: translate(-50%, -50%);
  background: #111;
  padding: 20px; }
  #confirm-ada-popup button {
    background: #fff; }

body {
  background-color: #fff;
  background-attachment: fixed;
  color: #3f3d3d;
  width: 100%;
  height: 100%; }
  body.home {
    background-color: #fff;
    color: #353535; }
  @media (min-width: 1441px) {
    body.home {
      background-color: #fff; } }
  @media (min-width: 1441px) {
  body {
    background-color: #fff; } }

.grid-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .grid-container .grid-item {
    width: 100%;
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
    /*** small desktop + ipad - 2 thumbnails across ***/
    /*** small mobile screens - 1 across ***/ }
  @media (max-width: 1200px) {
    .grid-container .grid-item {
      width: calc(50% - 30px); } }
  @media (max-width: 667px) {
    .grid-container .grid-item {
      width: 100%;
      margin: 0 0 12px; } }
  .grid-container .grid-item .grid-thumbnail-holder {
    width: 100%;
    padding-top: 78%;
    position: relative;
    overflow: hidden; }
    .grid-container .grid-item .grid-thumbnail-holder > a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff; }
    .grid-container .grid-item .grid-thumbnail-holder .grid-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat; }
      .grid-container .grid-item .grid-thumbnail-holder .grid-thumbnail .grid-details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        text-align: center;
        padding: 15%;
        background: rgba(0, 0, 0, 0.35);
        transition: all 200ms ease-in-out; }
        .grid-container .grid-item .grid-thumbnail-holder .grid-thumbnail .grid-details:hover {
          background: rgba(0, 0, 0, 0.7); }
        .grid-container .grid-item .grid-thumbnail-holder .grid-thumbnail .grid-details .grid-content h3 {
          color: #fff;
          margin: 0 0 20px 0; }
          .grid-container .grid-item .grid-thumbnail-holder .grid-thumbnail .grid-details .grid-content > span {
            color: #fff;
            font-size: 18px;
            font-weight: bold;
            line-height: 1.6em;
            margin: 0;
            text-align: center; }

@media (min-width: 1441px) {
  .body-wrapper {
    position: relative;
    max-width: 1441px;
    margin: auto;
    background: #fff;
    min-height: 100vh; }
    body.home .body-wrapper {
      background-color: #fff;
      color: #353535; } }

#page {
  padding: 0 0 0 0; }
  @media (max-width: 1024px) {
  #page {
    padding: 44px 0 0 0; } }

#main {
  padding: 50px 25px;
  margin: auto;
  z-index: 0; }
  @media (max-width: 1024px) {
  #main {
    padding: 20px 15px; } }
  body.home #main {
    padding: 0; }

.main-content {
  max-width: 1300px;
  margin: auto;
  padding-right: 150px;
  padding-left: 150px; }
  @media (min-width: 1025px) {
    .main-content.narrow-margin {
      padding-right: 25px;
      padding-left: 25px; } }

@media (max-width: 1200px) {
  .main-content {
    padding-right: 30px;
    padding-left: 30px; } }

@media (max-width: 1024px) {
  .main-content {
    padding-right: 10px;
    padding-left: 10px; } }

@media (max-width: 768px) {
  .main-content {
    padding-right: 0px;
    padding-left: 0px; } }

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

@media (max-width: 667px) {
  .mobile-only {
    display: block !important; }

  .desktop-only {
    display: none !important; } }
/* =WordPress Core
 -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }
/*--------------------------------------------------------------
 # Vendor
 --------------------------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    margin: 0 8px; }
  .slick-dots li button {
    text-indent: -9999em;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0;
    background: rgba(0, 163, 84, 0.5);
    border: none;
    outline: 0; }
  .slick-dots li.slick-active button {
    background: #00a354; }

[data-simplebar] {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.simplebar-scroll-content {
  overflow-x: hidden;
  overflow-y: scroll;
  min-width: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 0 !important; }

.simplebar-content {
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  padding-bottom: 0 !important; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  border-radius: 7px;
  min-height: 10px;
  width: 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  background: white;
  background-clip: padding-box; }

.simplebar-track:hover .simplebar-scrollbar {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track .simplebar-scrollbar.visible {
  opacity: 0.5; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px;
  display: none !important; }

.simplebar-track.vertical {
  top: 0; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

.datepicker-modal div.pika-single {
  color: #353535;
  background: #fff;
  border: none;
  box-shadow: none;
  padding: 15px 20px;
  border-radius: 6px; }
  @media (max-width: 500px) {
  .datepicker-modal div.pika-single {
    padding: 10px 15px;
    border-radius: 0; } }
  .datepicker-modal div.pika-single .pika-lendar {
    background: #fff;
    position: relative;
    float: none;
    width: 100%;
    margin: 0 auto;
    z-index: 9999; }
  .datepicker-modal div.pika-single .pika-lendar:not(:first-child) .pika-table {
    margin-top: 10px; }
    .datepicker-modal div.pika-single .pika-lendar:not(:first-child) .pika-table thead {
      display: none; }
  .datepicker-modal div.pika-single .pika-prev, .datepicker-modal div.pika-single .pika-next {
    color: #00a354;
    opacity: 1;
    margin: 15px 0 0 15px;
    height: 30px;
    width: 30px;
    border-radius: 0;
    border: 2px solid #353535;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    text-indent: -99999em;
    padding: 0;
    background-image: none; }
  .datepicker-modal div.pika-single .pika-prev.is-disabled, .datepicker-modal div.pika-single .pika-next.is-disabled {
    opacity: 0.2; }
  .datepicker-modal div.pika-single .pika-next {
    transform: rotate(-135deg);
    margin: 15px 15px 0 0;
    background-image: none; }
  .datepicker-modal div.pika-single .pika-title {
    color: #353535;
    height: 60px; }
  .datepicker-modal div.pika-single .pika-title .pika-label + .pika-label, .datepicker-modal div.pika-single .pika-title select {
    display: none; }
  .datepicker-modal div.pika-single .pika-label {
    padding: 0;
    font-size: 20px;
    line-height: 60px;
    font-weight: 500;
    background: none;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    padding: 0 0 0 0.3em; }
  .datepicker-modal div.pika-single .pika-table {
    background: #fff;
    margin: 15px 0 10px; }
  .datepicker-modal div.pika-single .pika-table abbr[title] {
    border-bottom: none;
    /* override normalize.css */
    text-decoration: none; }
  .datepicker-modal div.pika-single .pika-table abbr {
    cursor: default; }
    @media (max-width: 500px) {
    .datepicker-modal div.pika-single .pika-table abbr {
      display: none; } }
  .datepicker-modal div.pika-single .pika-table th {
    border: none;
    color: #353535;
    font-size: 13px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    position: relative; }
    @media (max-width: 500px) {
    .datepicker-modal div.pika-single .pika-table th:before {
      content: 'S';
      display: block;
      width: 100%;
      text-align: center;
      font-size: 15px;
      padding-left: 0.3em; }
    .datepicker-modal div.pika-single .pika-table th:nth-child(2):before {
      content: 'M'; }
    .datepicker-modal div.pika-single .pika-table th:nth-child(3):before, .datepicker-modal div.pika-single .pika-table th:nth-child(5):before {
      content: 'T'; }
    .datepicker-modal div.pika-single .pika-table th:nth-child(4):before {
      content: 'W'; }
    .datepicker-modal div.pika-single .pika-table th:nth-child(6):before {
      content: 'F'; } }
  .datepicker-modal div.pika-single .pika-table td {
    border: none;
    padding: 5px; }
  .datepicker-modal div.pika-single .pika-table .pika-button {
    padding: 0 0 0 2px;
    color: #353535;
    font-size: 14px;
    background: none;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.2em;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 6px;
    margin: auto;
    box-shadow: none;
    max-width: 100%;
    border: none; }
    .datepicker-modal div.pika-single .pika-table .pika-button:hover, .datepicker-modal div.pika-single .pika-table .pika-button:focus-visible, .datepicker-modal div.pika-single .pika-table .pika-button.focus-visible {
      background: #353535;
      color: #fff; }
    @media (max-width: 500px) {
    .datepicker-modal div.pika-single .pika-table .pika-button {
      width: 30px;
      height: 30px;
      line-height: 30px; } }
  .datepicker-modal div.pika-single .pika-table td.is-today {
    padding: 0px; }
    .datepicker-modal div.pika-single .pika-table td.is-today .pika-button {
      background: rgba(0, 163, 84, 0.5);
      border-radius: 50%;
      line-height: 1.2em;
      width: 50px;
      height: 50px;
      padding-top: 2px; }
    .datepicker-modal div.pika-single .pika-table td.is-today .pika-button:hover, .datepicker-modal div.pika-single .pika-table td.is-today .pika-button:focus-visible, .datepicker-modal div.pika-single .pika-table td.is-today .pika-button.focus-visible {
      background: #00a354;
      color: #353535; }
    .datepicker-modal div.pika-single .pika-table td.is-today .pika-button:after {
      content: 'TODAY';
      display: block;
      font-size: 7px;
      line-height: 1.2em;
      letter-spacing: 2px; }
    @media (max-width: 500px) {
      .datepicker-modal div.pika-single .pika-table td.is-today .pika-button {
        width: 40px;
        height: 40px; }
        .datepicker-modal div.pika-single .pika-table td.is-today .pika-button:after {
          letter-spacing: 1px; } }
  .datepicker-modal div.pika-single .pika-table td.is-selected .pika-button {
    background: #353535;
    color: #fff; }
  .datepicker-modal div.pika-single .pika-table td.is-disabled .pika-button {
    opacity: 0.4; }

.hall-wrapper {
  visibility: hidden;
  max-width: 100%; }

.hall-container {
  background: #000;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Source Sans Pro, sans-serif; }

.hall-header {
  max-width: 547px;
  -ms-flex-pack: center;
  justify-content: center; }

.hall-screen-wrap {
  margin: 10px 0;
  text-align: center; }

.hall-screen {
  margin-bottom: 15px;
  border: 7px solid #fff; }

.hall-legend {
  margin: 15px 0 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.hall-legend, .hall-legend-item {
  display: -ms-flexbox;
  display: flex; }

.hall-legend-item {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.9px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1 1 29%;
  flex: 1 1 29%;
  margin-bottom: 10px; }

.hall-legend-icon {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
  border: 2px solid #fff;
  border: 2px solid var(--stroke); }

.hall-legend-unavailable {
  background-color: #676767;
  border-color: #676767;
  background-color: var(--disabledColor);
  border-color: var(--disabledColor); }

.hall-legend-selected {
  background-color: #fff;
  background-color: var(--fill); }

.hall-legend-circle {
  border-radius: 50%; }

.hall-legend-loveseat-left {
  border-radius: 8px 0 0 8px; }

.hall-legend-loveseat-right {
  border-radius: 0 8px 8px 0; }

.hall-description {
  text-align: center; }

.hall-label {
  opacity: 0.5;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.96px; }

.hall-footer {
  margin: 15px 0; }

.is-loading {
  display: none;
  visibility: hidden; }

button.swal2-confirm.swal2-styled {
  background: #00a354; }

div.swal2-popup {
  padding: 2em 1.25em 1.25em; }

.swal2-actions {
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }
/*--------------------------------------------------------------
 # Components
 --------------------------------------------------------------*/
header#sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 250px;
  background-color: #068547;
  color: #fff; }
  .list-active header#sidebar {
    bottom: 0;
    height: auto; }

#mobile-nav {
  display: none; }

@media (min-width: 1025px) {
  body.admin-bar header#sidebar {
    top: 32px; }
    body.admin-bar header#sidebar .simplebar-content {
      min-height: calc(100vh - 32px); } }

.site-branding {
  text-align: center; }
  .site-branding .site-title {
    padding: 20px 20px 0;
    text-align: center; }
  .site-branding .site-title img {
    max-width: 180px;
    max-height: 120px;
    display: block;
    margin: 0 auto 10px; }
  .site-branding .site-title #mobile-logo img {
    display: none; }

.location-info {
  padding: 0 20px;
  font-weight: 300;
  font-size: 10px;
  line-height: 1.6em;
  text-align: center; }
  .location-info a {
    text-decoration: none;
    display: block;
    color: #fff; }
  .location-info a:hover {
    text-decoration: underline; }
  @media (max-width: 1024px) {
  .location-info {
    font-size: 12px; } }

#primary-nav {
  width: 100%;
  margin: 20px 0 15px; }
  #primary-nav ul li {
    display: block; }
    #primary-nav ul li a {
      display: block;
      color: #fff;
      min-height: 36px;
      line-height: 1.5em;
      padding: 13px 35px 13px;
      font-weight: bold;
      font-size: 14px;
      text-decoration: none;
      position: relative;
      transition: all 0.3s ease-in-out;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif; }
    #primary-nav ul li a:before, #primary-nav ul li a:after {
      content: '';
      display: block;
      width: 10px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      position: absolute;
      right: 15px;
      top: calc(50% - 5px);
      transform: rotate(45deg);
      opacity: 0; }
    #primary-nav ul li a:after {
      transform: rotate(-45deg);
      top: calc(50% + 1px); }
    #primary-nav ul li a:hover, #primary-nav ul li a:focus-visible, #primary-nav ul li a.focus-visible {
      background: #e7fc00;
      color: #007a3e; }
      #primary-nav ul li a:hover:before, #primary-nav ul li a:focus-visible:before, #primary-nav ul li a.focus-visible:before, #primary-nav ul li a:hover:after, #primary-nav ul li a:focus-visible:after, #primary-nav ul li a.focus-visible:after {
        background: #007a3e;
        opacity: 1; }
    #primary-nav ul li.current-menu-item a {
      background: #e7fc00;
      color: #007a3e; }
    #primary-nav ul li.current-menu-item a:before, #primary-nav ul li.current-menu-item a:after {
      background: #007a3e;
      opacity: 1; }

#social-nav {
  padding: 0 20px;
  text-align: center; }
  #social-nav ul li {
    display: inline-block;
    padding: 0 5px; }
    #social-nav ul li a {
      display: block;
      width: 22px;
      height: 22px;
      transition: all 0.3s ease-in-out; }
    #social-nav ul li a svg {
      width: 100%;
      height: 100%; }
      #social-nav ul li a svg path, #social-nav ul li a svg g {
        fill: #fff;
        transition: all 0.3s ease-in-out; }
      #social-nav ul li a svg.letterboxd * {
        fill: #fff;
        transition: all 0.3s ease-in-out; }
        #social-nav ul li a svg.letterboxd .dots ellipse {
          fill: #068547; }
        #social-nav ul li a svg.letterboxd .overlap {
          fill: #fff; }
    #social-nav ul li a:hover svg {
      width: 100%; }
      #social-nav ul li a:hover svg path, #social-nav ul li a:hover svg g {
        fill: #007a3e; }
      #social-nav ul li a:hover svg.letterboxd * {
        fill: #007a3e; }
        #social-nav ul li a:hover svg.letterboxd .dots ellipse {
          fill: #068547; }
        #social-nav ul li a:hover svg.letterboxd .overlap {
          fill: #007a3e; }

#footer-nav {
  padding: 15px 15px 8px;
  text-align: center;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5em; }
  #footer-nav ul li {
    display: inline-block;
    padding: 1px 5px;
    text-transform: uppercase; }
    #footer-nav ul li a {
      text-decoration: none;
      color: #fff;
      border-bottom: 2px solid transparent; }
    #footer-nav ul li a:hover {
      border-bottom: 2px solid #007a3e;
      color: #007a3e; }
    #footer-nav ul li a:focus, #footer-nav ul li a:focus-visible, #footer-nav ul li a.focus-visible {
      border-bottom: none !important; }
    #footer-nav ul li.current-menu-item a {
      border-bottom: 2px solid #007a3e; }
      #footer-nav ul li.current-menu-item a:focus, #footer-nav ul li.current-menu-item a:focus-visible, #footer-nav ul li.current-menu-item a.focus-visible {
        border-bottom: none !important; }

#newsletter-signup {
  padding: 0.625em 0.9375em 1.5625em; }
  #newsletter-signup a {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    border-color: #fff;
    background: transparent; }
  #newsletter-signup a:hover {
    color: #068547;
    background: #fff; }

@media (min-width: 1025px) {
  header#sidebar .sidebar-container {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 605px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1; }
    header#sidebar .simplebar-content {
      display: flex;
      flex-direction: column; }
    header#sidebar .sidebar-top {
      flex-grow: 1; } }

@media (max-width: 1024px) {
  header#sidebar {
    top: 0;
    bottom: auto;
    z-index: 99;
    width: 100%;
    height: 44px; }
    body.admin-bar header#sidebar {
      top: 46px; }

  .mobile-hide {
    display: none; }

  .site-branding {
    text-align: center;
    position: relative; }
    .site-branding .site-title {
      padding: 10px 10px 0; }
      .site-branding .site-title #desktop-logo img {
        display: none; }
      .site-branding .site-title #mobile-logo img, .site-branding .site-title #desktop-logo.desktop-logo-only img {
        display: block;
        max-height: 24px;
        max-width: 220px; }
    body.multi-location .site-branding .site-title {
      padding: 0;
      position: absolute;
      left: 10px;
      top: 7px;
      height: 30px;
      width: 30px; }
      body.multi-location .site-branding .site-title #mobile-logo img, body.multi-location .site-branding .site-title #desktop-logo.desktop-logo-only img {
        position: absolute;
        max-height: 30px;
        max-width: 30px;
        top: 50%;
        transform: translateY(-50%); }

  .nav-button-toggle {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 23px;
    cursor: pointer;
    z-index: 99; }
    .nav-button-toggle span, .nav-button-toggle:before, .nav-button-toggle:after {
      display: block;
      width: 100%;
      height: 3px;
      background: #00a354;
      margin: 0 0 4px; }
    .nav-button-toggle:before, .nav-button-toggle:after {
      content: ''; }
    body.admin-bar .nav-button-toggle {
      top: 56px; }
    body.list-active .nav-button-toggle {
      z-index: 1; }

  #mobile-nav {
    display: block;
    position: fixed;
    z-index: 9998;
    background: #068547;
    top: 0;
    right: -100%;
    bottom: 0;
    width: 90%;
    padding-bottom: 10px;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    body.admin-bar #mobile-nav {
      top: 46px; }
    #mobile-nav.drawer-open {
      right: 0; }
    #mobile-nav #mobile-primary-nav, #mobile-nav #footer-nav {
      padding: 75px 0 15px;
      margin: 0 25px; }
      #mobile-nav #mobile-primary-nav li, #mobile-nav #footer-nav li {
        display: block;
        padding: 0;
        width: 100%; }
      #mobile-nav #mobile-primary-nav li a, #mobile-nav #footer-nav li a {
        font-size: 14px;
        display: block;
        color: #fff;
        line-height: 1.5em;
        padding: 15px 0;
        font-weight: bold;
        letter-spacing: 0.2em;
        text-decoration: none;
        text-transform: uppercase;
        border: none; }
        #mobile-nav #mobile-primary-nav li a:hover, #mobile-nav #footer-nav li a:hover {
          color: #fff; }
    #mobile-nav #footer-nav {
      padding: 15px 0;
      text-align: left;
      border-top: 1px solid rgba(255, 255, 255, 0.4); }
    #mobile-nav #social-nav {
      margin-bottom: 25px; }
      #mobile-nav #social-nav ul li {
        padding: 0 10px; }
        #mobile-nav #social-nav ul li a {
          width: 30px; }

  #mobile-nav.drawer-open + .nav-button-toggle {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9999; }
    #mobile-nav.drawer-open + .nav-button-toggle:before, #mobile-nav.drawer-open + .nav-button-toggle:after {
      content: '';
      background: #fff;
      transform: translate(-50%, -50%) rotate(45deg);
      position: absolute;
      top: 50%;
      left: 50%;
      width: calc(40px * 1.4);
      height: 1px; }
    #mobile-nav.drawer-open + .nav-button-toggle:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    body.admin-bar #mobile-nav.drawer-open + .nav-button-toggle {
      top: 50px; }
    #mobile-nav.drawer-open + .nav-button-toggle span {
      display: none; }

  body.blur-background:not(.modal-open) {
    overflow: hidden;
    height: 100%;
    position: fixed;
    top: 0; }
    body.blur-background:not(.modal-open) .body-wrapper > :not(#mobile-nav):not(.nav-button-toggle):not(#wpadminbar) {
      filter: blur(5px);
      -webkit-filter: blur(5px);
      transition: filter 0.1s ease-in-out;
      transition-delay: 0.5s;
      overflow: visible;
      pointer-events: none; }
    body.blur-background:not(.modal-open) #buy-tickets-header.fixed {
      position: relative !important;
      box-shadow: none !important; }
    body.blur-background:not(.modal-open) #show-single .date-selector.sticky-date {
      position: absolute !important;
      top: 1px !important; }
    body.blur-background:not(.modal-open) #buy-tickets.fixed-header #buy-tickets-header-container {
      padding: 0 !important; } }

.location-dropdown {
  padding: 10px 35px; }
  @media (max-width: 1024px) {
  .location-dropdown {
    padding: 8px 50px; } }
  .location-dropdown .fauxselect .dummy-select-container {
    max-width: 100%;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
    .location-dropdown .fauxselect .dummy-select-container {
      display: flex;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center; } }
    .location-dropdown .fauxselect .dummy-select-container .show-list {
      background: #fff;
      color: #068547;
      font-size: 11px;
      height: 26px;
      line-height: 26px;
      border-radius: 4px;
      padding: 0 15px;
      font-weight: bold;
      letter-spacing: 0.2em;
      text-align: center; }
    @media (max-width: 1024px) {
      .location-dropdown .fauxselect .dummy-select-container .show-list {
        background: #068547;
        color: #fff;
        width: auto;
        padding: 0 8px 0 0; } }
    .location-dropdown .fauxselect .dummy-select-container .select-arrow {
      width: 24px; }
    .location-dropdown .fauxselect .dummy-select-container .select-arrow svg {
      width: 11px; }
    @media (max-width: 1024px) {
      .location-dropdown .fauxselect .dummy-select-container .select-arrow {
        width: 10px;
        position: relative;
        top: auto;
        transform: none;
        position: relative;
        top: -1px; } }
    .location-dropdown .fauxselect .dummy-select-container .select-arrow:before {
      display: none; }
    .location-dropdown .fauxselect .dummy-select-container .select-arrow svg path {
      fill: #068547; }
      @media (max-width: 1024px) {
      .location-dropdown .fauxselect .dummy-select-container .select-arrow svg path {
        fill: #fff; } }
    .location-dropdown .fauxselect .dummy-select-container ul {
      background: #fff;
      top: 22px; }
    .location-dropdown .fauxselect .dummy-select-container ul.active {
      overflow: visible; }
    .location-dropdown .fauxselect .dummy-select-container ul li {
      background: #fff;
      color: #068547;
      font-size: 11px;
      height: 26px;
      line-height: 26px;
      padding: 0 15px;
      font-weight: bold;
      letter-spacing: 0.2em;
      text-align: center; }
      .location-dropdown .fauxselect .dummy-select-container ul li a {
        display: block;
        color: inherit;
        text-decoration: none; }
      .location-dropdown .fauxselect .dummy-select-container ul li a:hover, .location-dropdown .fauxselect .dummy-select-container ul li a:focus-visible, .location-dropdown .fauxselect .dummy-select-container ul li a.focus-visible {
        color: inherit; }
      .location-dropdown .fauxselect .dummy-select-container ul li:last-child {
        border-radius: 0 0 4px 4px; }
      .location-dropdown .fauxselect .dummy-select-container ul li:hover, .location-dropdown .fauxselect .dummy-select-container ul li:focus-visible, .location-dropdown .fauxselect .dummy-select-container ul li.focus-visible {
        color: #fff;
        background: #00a354; }
  @media (max-width: 1024px) {
    body.list-active .location-dropdown .fauxselect {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      background: #068547;
      color: #fff; }
      body.list-active .location-dropdown .fauxselect .dummy-select-container {
        margin-top: 8px; }
      body.list-active .location-dropdown .fauxselect .select-arrow svg {
        transform: rotate(180deg); }
      body.list-active .location-dropdown .fauxselect ul {
        background: #068547;
        border-radius: 0;
        top: 28px; }
        body.list-active .location-dropdown .fauxselect ul li {
          color: #fff;
          background: #068547;
          border-top: 1px solid #fff;
          border-radius: 0;
          height: 40px;
          line-height: 40px;
          margin: 0 15px;
          padding: 0 20px; } }

.select-location {
  display: none; }

@media screen and (max-width: 782px) {
  html #wpadminbar {
    position: fixed !important; } }

a.button, .button {
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 6px 15px;
  min-height: 26px;
  border-radius: 4px;
  border: 2px solid #231f20;
  background: transparent;
  color: #231f20;
  line-height: 1.1em;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  outline: 0;
  cursor: pointer; }
  a.button:hover, .button:hover, a.button:active, .button:active {
    border-color: #00a354;
    color: #00a354; }
  a.button.large-button, .button.large-button, a.button.large, .button.large {
    border-radius: 8px;
    min-height: 50px;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1.4em; }
  @media (max-width: 768px) {
    a.button.large-button, .button.large-button, a.button.large, .button.large {
      min-height: 40px;
      font-size: 14px;
      line-height: 1.4em;
      border-radius: calc(8px * 0.75); } }
  a.button.shortcode-outline-btn, .button.shortcode-outline-btn {
    margin-bottom: 20px; }
  a.button.shortcode-outline-btn:hover, .button.shortcode-outline-btn:hover {
    background: #00a354;
    color: #fff;
    border-color: #00a354; }
    .home a.button.shortcode-outline-btn:hover, .home .button.shortcode-outline-btn:hover {
      color: #fff; }

a.outline-btn {
  display: inline-block;
  margin: 0;
  min-height: 36px;
  border: 1px solid #00a354;
  color: #00a354;
  text-align: center;
  font-family: Montserrat;
  font-weight: bold;
  font-size: 12px;
  line-height: 36px;
  letter-spacing: 0.1em;
  padding: 0 20px;
  position: relative;
  cursor: pointer; }
  a.outline-btn:hover, a.outline-btn:focus-visible, a.outline-btn.focus-visible {
    background: #00a354;
    color: #fff;
    border: 1px solid #00a354; }

.showtimes-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -4px 10px; }
  .showtimes-container .showtime-button-row {
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
  .showtimes-container .showtime-button-row li {
    display: flex;
    list-style: none; }
  .showtimes-container a.showtime, .showtimes-container .showtime {
    flex-shrink: 0;
    width: 90px;
    height: 48px;
    margin: 0 4px 8px;
    padding: 16px 1px 0;
    border: 2px solid #3f3d3d;
    background: #fff;
    color: #3f3d3d;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    position: relative;
    cursor: pointer;
    text-decoration: none; }
  .showtimes-container a.showtime:hover, .showtimes-container .showtime:hover, .showtimes-container a.showtime:focus-visible, .showtimes-container .showtime:focus-visible, .showtimes-container a.showtime.focus-visible, .showtimes-container .showtime.focus-visible {
    background: #3f3d3d;
    border-color: #3f3d3d;
    color: #fff; }
  .showtimes-container a.showtime.sold-out, .showtimes-container .showtime.sold-out, .showtimes-container a.showtime.past, .showtimes-container .showtime.past {
    color: #828282;
    border-color: #ababab;
    background: #e6e6e6;
    cursor: default;
    position: relative; }
  .showtimes-container a.showtime.has-extra, .showtimes-container .showtime.has-extra {
    padding-top: 9px; }
    .showtimes-container a.showtime.has-extra span, .showtimes-container .showtime.has-extra span {
      display: block;
      position: absolute;
      width: 100%;
      height: 50%;
      bottom: 0;
      left: 0;
      padding-top: 3px;
      overflow: hidden;
      white-space: nowrap; }
  .showtimes-container a.showtime.has-extra.sold-out:after, .showtimes-container .showtime.has-extra.sold-out:after {
    display: none; }
  .showtimes-container a.showtime.no-tickets, .showtimes-container .showtime.no-tickets {
    font-size: 15px;
    font-weight: bold;
    width: auto;
    height: auto;
    margin: 0 4px 8px;
    padding: 0;
    border: none;
    background: none;
    color: #3f3d3d;
    border-radius: 0; }
    .showtimes-container a.showtime.no-tickets .extra, .showtimes-container .showtime.no-tickets .extra {
      display: block;
      position: relative;
      height: auto;
      text-align: left;
      text-transform: uppercase; }
  #buy-tickets .showtimes-container a.showtime, #buy-tickets .showtimes-container .showtime {
    border-color: #353535;
    background: #fff;
    color: #353535; }
    #buy-tickets .showtimes-container a.showtime:hover, #buy-tickets .showtimes-container .showtime:hover, #buy-tickets .showtimes-container a.showtime:focus-visible, #buy-tickets .showtimes-container .showtime:focus-visible, #buy-tickets .showtimes-container a.showtime.focus-visible, #buy-tickets .showtimes-container .showtime.focus-visible {
      background: #353535;
      border-color: #353535;
      color: #fff; }
    #buy-tickets .showtimes-container a.showtime.sold-out #buy-tickets .showtimes-container a.showtime.past, #buy-tickets .showtimes-container a.showtime.sold-out #buy-tickets .showtimes-container .showtime.past, #buy-tickets .showtimes-container .showtime.sold-out #buy-tickets .showtimes-container a.showtime.past, #buy-tickets .showtimes-container .showtime.sold-out #buy-tickets .showtimes-container .showtime.past {
      color: rgba(53, 53, 53, 0.5);
      border-color: rgba(53, 53, 53, 0.5);
      background: #fff; }
    #buy-tickets .showtimes-container a.showtime.no-tickets, #buy-tickets .showtimes-container .showtime.no-tickets {
      color: #353535;
      background: none; }
/*** modal ***/
body.modal-open {
  overflow: hidden; }

@media (max-width: 667px) {
  body.mobile-modal-open {
    overflow: hidden; }
    body.mobile-modal-open header#sidebar, body.mobile-modal-open #mobile-nav, body.mobile-modal-open .nav-button-toggle {
      z-index: 1; } }

.modal {
  display: none; }
  .modal.active {
    display: block; }
  body.admin-bar .modal {
    z-index: 100000;
    position: relative; }
  .modal .modal-backdrop {
    position: fixed;
    z-index: 9998;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.91); }
  .modal .modal-content {
    z-index: 9999;
    max-height: calc(100% - 50px);
    max-width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 80px; }
  @media (max-width: 768px) {
    .modal .modal-content {
      padding: 0; } }
  .modal .modal-content .modal-content-inner {
    width: 900px;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    background: #fff; }
  .modal .close-modal {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 99999; }
  .modal .close-modal:before, .modal .close-modal:after {
    content: '';
    background: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(40px * 1.4);
    height: 1px; }
  .modal .close-modal:after {
    transform: translate(-50%, -50%) rotate(-45deg); }
  @media (max-width: 768px) {
    .modal .close-modal {
      width: 21px;
      height: 21px;
      cursor: pointer;
      position: absolute;
      position: absolute;
      width: 21px;
      height: 21px;
      top: -30px;
      right: 10px; }
      .modal .close-modal:before, .modal .close-modal:after {
        content: '';
        background: #fff;
        transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(21px * 1.4);
        height: 1px; }
      .modal .close-modal:after {
        transform: translate(-50%, -50%) rotate(-45deg); } }
  .modal.datepicker-modal .modal-content .modal-content-inner {
    background: none; }
  @media (max-width: 768px) {
    .modal.datepicker-modal .modal-content {
      top: 0;
      left: 0;
      right: 0;
      transform: translate(0, 0);
      max-height: 100%;
      padding: 50px 0 10px;
      overflow-y: auto; }
      .modal.datepicker-modal .modal-content .modal-content-inner {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
        border-radius: 0;
        background: none; }

    .modal.datepicker-modal .close-modal {
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 99999;
      cursor: pointer; } }
  .modal.dark-bg .modal-backdrop {
    background: rgba(0, 0, 0, 0.8); }
  .modal.trailer-modal .modal-content .iframe-holder {
    margin: auto;
    max-width: 100%;
    width: 800px; }
    .modal.trailer-modal .modal-content .iframe-holder .iframe-holder-inner {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      z-index: 9999; }
    .modal.trailer-modal .modal-content .iframe-holder iframe {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%; }
  @media (max-width: 768px) {
    .modal.newsletter-signup-modal .modal-backdrop {
      background: #fff; }

    .modal.newsletter-signup-modal .modal-content {
      max-height: 100%;
      height: 100%;
      width: 100%;
      position: fixed;
      top: 0px;
      left: 0;
      transform: translate(0, 0);
      padding: 0;
      padding-top: 60px; }

    .modal.newsletter-signup-modal .close-modal {
      top: 10px; } }
    @media screen and (max-width: 768px) and (max-width: 1024px) {
      .modal.newsletter-signup-modal .close-modal::before, .modal.newsletter-signup-modal .close-modal::after {
        background: #3f3d3d; } }
  .modal.newsletter-signup-modal .modal-inner {
    width: 900px;
    max-width: 100%;
    background: #fff;
    padding: 20px 25px;
    border-radius: 7px; }
    @media (max-width: 768px) {
    .modal.newsletter-signup-modal .modal-inner {
      padding: 0 10px;
      overflow-y: auto;
      height: 100%; } }
    .modal.newsletter-signup-modal .modal-inner .modal-header {
      text-align: center;
      margin: 20px; }
    .modal.newsletter-signup-modal .modal-inner .modal-body {
      display: flex; }
    .modal.newsletter-signup-modal .modal-inner .modal-body > div {
      width: 50%; }
      .modal.newsletter-signup-modal .modal-inner .modal-body > div h4 {
        margin: 0 0 35px;
        text-align: left;
        color: #3f3d3d; }
    .modal.newsletter-signup-modal .modal-inner .modal-body .img-holder {
      padding: 0 50px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .modal.newsletter-signup-modal .modal-inner .modal-body .img-holder img {
        max-width: 100%; }
    .modal.newsletter-signup-modal .modal-inner .modal-body .submit-btn {
      text-align: center; }
    @media (max-width: 768px) {
      .modal.newsletter-signup-modal .modal-inner .modal-body {
        display: block; }
        .modal.newsletter-signup-modal .modal-inner .modal-body > div {
          width: 100%;
          padding: 0; } }

#loader-container, .loader-container {
  position: relative;
  display: none; }

.loader, .loader__figure {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 9; }
  .modal-content .loader, .modal-content .loader__figure {
    top: 50%;
    transform: translate(-50%, -50%); }
  #buy-tickets .loader, #buy-tickets .loader__figure {
    top: 45%;
    transform: translate(-50%, -50%); }

.loader {
  overflow: visible;
  height: 0;
  width: 40px; }

.loader__figure {
  height: 0;
  width: 0;
  box-sizing: border-box;
  border: 0 solid #00a354;
  border-radius: 50%;
  animation: loader-figure 1.15s infinite ease-in-out; }

.filter-container {
  margin: 22px 0 35px;
  display: flex;
  justify-content: center; }
  @media (max-width: 667px) {
  .filter-container {
    margin: 10px 0; } }
  .filter-container .filter {
    text-align: center;
    height: 37px;
    line-height: 35px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid #3f3d3d;
    color: #3f3d3d;
    padding: 0 25px;
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
    transition: all 200ms ease-in-out;
    min-width: 125px; }
  @media (max-width: 667px) {
    .filter-container .filter {
      height: 32px;
      line-height: 32px;
      font-size: 10px; } }
  @media (max-width: 500px) {
    .filter-container .filter {
      height: 32px;
      line-height: 12px;
      font-size: 10px;
      white-space: normal;
      letter-spacing: normal;
      min-width: 80px;
      display: flex;
      align-items: center;
      justify-content: center; } }
  .filter-container .filter.selected, .filter-container .filter:hover, .filter-container .filter:focus-visible, .filter-container .filter.focus-visible {
    background: #3f3d3d;
    color: #fff;
    outline: 0 none !important;
    box-shadow: none !important; }
  .filter-container .filter:focus-visible > span, .filter-container .filter.focus-visible > span {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #000, 0 0 1px 1px #000;
    opacity: 1;
    outline: 1px solid #fff; }
  .filter-container .filter:first-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px; }
    .filter-container .filter:first-child:focus-visible, .filter-container .filter:first-child.focus-visible {
      border-radius: 0;
      border-top-left-radius: 8px !important;
      border-bottom-left-radius: 8px !important; }
  .filter-container .filter:last-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
    .filter-container .filter:last-child:focus-visible, .filter-container .filter:last-child.focus-visible {
      border-radius: 0;
      border-top-right-radius: 8px !important;
      border-bottom-right-radius: 8px !important; }

.filterable {
  opacity: 0;
  height: 0;
  overflow: hidden; }
  .filterable.active {
    opacity: 1;
    height: auto;
    overflow: visible;
    transition: opacity 0.5s ease-in-out; }

.lightning_slideshow_container {
  position: relative;
  margin: 30px 0; }
  .lightning_slideshow_container:focus-within {
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #000, 0 0 1px 1px #000;
    opacity: 1;
    outline: 1px solid #fff; }
  .lightning_slideshow_container .gallery-item {
    position: relative; }
  .lightning_slideshow_container .gallery-item img {
    width: 100%; }
  .lightning_slideshow_container .gallery-item .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.7);
    padding: 15px 25px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 1.3em; }
  .lightning_slideshow_container .gallery-arrow-right, .lightning_slideshow_container .gallery-arrow-left {
    position: absolute;
    top: calc(50% - 20px);
    transform: translateY(-50%);
    cursor: pointer;
    transition: opacity 0.3s ease-in-out; }
  .lightning_slideshow_container .gallery-arrow-right:hover, .lightning_slideshow_container .gallery-arrow-left:hover {
    opacity: 0.8; }
  .lightning_slideshow_container .gallery-arrow-right.gallery-arrow-right, .lightning_slideshow_container .gallery-arrow-left.gallery-arrow-right {
    right: 15px; }
  .lightning_slideshow_container .gallery-arrow-right.gallery-arrow-left, .lightning_slideshow_container .gallery-arrow-left.gallery-arrow-left {
    left: 15px; }
  .lightning_slideshow_container .counter {
    padding: 10px 0;
    color: #00a354;
    text-align: center; }

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -9px 5px; }
  .gallery-grid .gallery-item {
    width: 50%;
    padding: 0 9px 25px;
    font-size: 12px;
    line-height: 1.5em; }
  @media (max-width: 500px) {
    .gallery-grid .gallery-item {
      width: 100%; } }
  .gallery-grid .gallery-item .caption {
    margin: 10px 0 0; }

.gallery-container.grid-1 .gallery-item {
  width: calc(100% / 1); }
  .gallery-container.grid-2 .gallery-item {
    width: calc(100% / 2); }
  .gallery-container.grid-3 .gallery-item {
    width: calc(100% / 3); }
  .gallery-container.grid-4 .gallery-item {
    width: calc(100% / 4); }
  .gallery-container.grid-5 .gallery-item {
    width: calc(100% / 5); }
  .gallery-container.grid-6 .gallery-item {
    width: calc(100% / 6); }
  .gallery-container.grid-7 .gallery-item {
    width: calc(100% / 7); }
  .gallery-container.grid-8 .gallery-item {
    width: calc(100% / 8); }
  .gallery-container.grid-9 .gallery-item {
    width: calc(100% / 9); }
  .gallery-container a {
    color: inherit;
    text-decoration: none; }

.customizer-top-menu-show {
  display: none; }

@media (min-width: 1025px) {
    .page-left-menu #page {
      margin-left: 250px; } }

.page-top-menu #page {
  margin-top: 170px; }
  @media screen and (max-width: 1024px) {
    .page-top-menu #page {
      width: 100%;
      padding-top: 0;
      margin-top: 50px; }
      .admin-bar .page-top-menu #page {
        margin-top: 96px; } }
  .page-top-menu.home #page {
    margin-top: 0px; }
  .page-top-menu .customizer-top-menu-show {
    display: block; }
  .page-top-menu #primary-nav {
    max-width: calc(100% - 225px);
    margin: 0;
    height: 50px; }
  @media screen and (max-width: 1425px) {
    .page-top-menu #primary-nav {
      max-width: calc(100% - 165px); } }
  .page-top-menu #primary-nav .menu {
    display: flex;
    justify-content: space-evenly;
    padding-left: 35px; }
    @media screen and (max-width: 1425px) {
    .page-top-menu #primary-nav .menu {
      padding-left: 30px; } }
    @media screen and (max-width: 1200px) {
    .page-top-menu #primary-nav .menu {
      padding-left: 15px; } }
    .page-top-menu #primary-nav .menu li {
      position: relative;
      z-index: 0;
      cursor: pointer;
      height: 50px; }
    .page-top-menu #primary-nav .menu li > ul {
      position: absolute;
      width: 232px;
      top: 50px;
      left: 0;
      opacity: 0;
      pointer-events: none;
      flex-direction: column;
      z-index: 1;
      background-color: #068547;
      margin-left: 0;
      padding: 0 !important;
      transition: opacity 0.5s; }
      .page-top-menu #primary-nav .menu li > ul li:hover {
        display: block; }
      .page-top-menu #primary-nav .menu li > ul li a {
        cursor: pointer !important;
        transition: all 0.3s;
        text-align: left; }
        .page-top-menu #primary-nav .menu li > ul li a:hover {
          background-color: #068547;
          color: #007a3e; }
    .page-top-menu #primary-nav .menu li:hover ul, .page-top-menu #primary-nav .menu li:focus-within ul {
      display: flex;
      opacity: 1;
      pointer-events: auto; }
    .page-top-menu #primary-nav .menu li a {
      font-weight: 700;
      color: #fff;
      font-size: 13px;
      font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
      padding: 0px 20px;
      cursor: pointer !important;
      transition: none;
      height: 50px;
      display: flex;
      align-items: center; }
      .page-top-menu #primary-nav .menu li a:hover, .page-top-menu #primary-nav .menu li a:focus-visible, .page-top-menu #primary-nav .menu li a.focus-visible {
        color: #007a3e;
        background: none; }
      .page-top-menu #primary-nav .menu li a:before, .page-top-menu #primary-nav .menu li a:after {
        display: none; }
    .page-top-menu #primary-nav .menu li.current-menu-item a {
      background-color: transparent;
      color: #007a3e;
      background: none; }
    .page-top-menu #primary-nav .menu > li.current-menu-item a, .page-top-menu #primary-nav .menu > li a:hover {
      color: #007a3e; }
  .page-top-menu #social-nav {
    max-width: 185px;
    width: 100%;
    padding: 0 20px 0 0;
    height: 28px; }
  @media screen and (max-width: 1425px) {
    .page-top-menu #social-nav {
      max-width: 165px; } }
  @media screen and (max-width: 1200px) {
    .page-top-menu #social-nav {
      padding-right: 15px; } }
  .page-top-menu #social-nav ul li a {
    cursor: pointer !important; }
    .page-top-menu #social-nav ul li a:hover {
      transition: all 0.3s; }
    .page-top-menu #social-nav ul li a svg {
      width: 28px;
      height: 28px; }
    .page-top-menu #social-nav ul li a svg path, .page-top-menu #social-nav ul li a svg g {
      fill: #fff; }
    .page-top-menu #social-nav ul li a:hover svg {
      width: 28px;
      height: 28px; }
      .page-top-menu #social-nav ul li a:hover svg path, .page-top-menu #social-nav ul li a:hover svg g {
        fill: #007a3e; }
  @media screen and (max-width: 1024px) {
  .page-top-menu .body-wrapper:not(.home-page) #social-nav {
    display: none; } }
  @media screen and (min-width: 1025px) {
  .page-top-menu .sidebar-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #068547; } }
  .page-top-menu .fixed-menu {
    position: fixed !important;
    top: 0;
    width: 100%;
    max-width: 1441px;
    z-index: 12; }
  .page-top-menu #buy-tickets {
    z-index: 11; }
  .page-top-menu #buy-tickets #buy-tickets-header .dates-wrapper {
    height: 62px !important; }
    @media screen and (min-width: 1025px) {
      .page-top-menu #buy-tickets #buy-tickets-header .dates-wrapper .date-box {
        padding-top: 10px !important; } }
    .page-top-menu #buy-tickets #buy-tickets-header.fixed {
      left: auto !important;
      right: auto !important;
      width: 100% !important;
      max-width: 1441px;
      top: 50px; }
    @media screen and (max-width: 1024px) {
      .page-top-menu #buy-tickets #buy-tickets-header.fixed {
        top: 44px; } }
  .page-top-menu #buy-tickets #buy-tickets-listview {
    max-width: 900px; }
  .page-top-menu .customizer-left-menu-show, .page-top-menu .customizer-top-menu-show {
    display: block; }
  .page-top-menu .customizer-left-menu-hide, .page-top-menu .customizer-top-menu-hide {
    display: none !important; }
  @media screen and (min-width: 1025px) {
  .page-top-menu .site-branding .site-title {
    transition: all 0.3s linear 0s;
    transform-origin: center;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px; }
    .page-top-menu .site-branding .site-title a {
      height: 100%; }

    .page-top-menu .site-branding .site-title #desktop-logo {
      height: 100%;
      display: inline-block; }
      .page-top-menu .site-branding .site-title #desktop-logo img {
        transition: all 0.3s linear 0s;
        transform-origin: center;
        max-height: 100%;
        max-width: none; }

    .page-top-menu .site-branding.active .site-title {
      height: 70px; } }
  @media screen and (min-width: 1025px) {
      .page-top-menu.home-page #page .home-hero:not(#video-hero) {
        margin-top: 175px; } }
  .page-top-menu #page {
    width: 100%; }
  @media screen and (max-width: 768px) {
      .page-top-menu #page .home-hero#video-hero {
        height: auto; }
        .page-top-menu #page .home-hero#video-hero .logo-header {
          display: flex;
          align-items: center; }
          .page-top-menu #page .home-hero#video-hero .logo-header img {
            height: 75px;
            width: auto;
            max-width: none; } }
  @media screen and (max-width: 768px) {
      .page-top-menu #page .hero-content {
        display: flex; } }
    .page-top-menu #page .hero-content-inner {
      min-height: auto;
      position: static; }
    @media screen and (max-width: 768px) {
      .page-top-menu #page .hero-content-inner {
        padding-top: 20px; } }
  .page-top-menu .wrapper-top-menu {
    max-height: 236px;
    background-color: #068547; }
  @media screen and (max-width: 1024px) {
    .page-top-menu .wrapper-top-menu {
      height: 44px; } }
  @media (min-width: 1025px) {
  .page-top-menu .site-header, .page-top-menu .simplebar-scroll-content, .page-top-menu .simplebar-content {
    overflow: visible !important;
    min-width: 0px;
    position: relative;
    z-index: 12; }
  .page-top-menu .simplebar-scroll-content {
    padding-right: 0 !important; }
  .page-top-menu .simplebar-content {
    margin-right: 0 !important; }
  .page-top-menu .simplebar-track {
    display: none; } }
  .page-top-menu #footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 1441px;
    margin: 0 auto;
    padding: 10px 35px;
    background-color: #fff; }
  @media screen and (max-width: 1024px) {
    .page-top-menu #footer-container {
      display: none; } }
  @media screen and (min-width: 1024px) {
      .page-top-menu #footer-container #footer-nav {
        max-width: calc(100% - 300px); } }
    .page-top-menu #footer-container #footer-nav ul {
      text-align: left; }
    @media screen and (max-width: 1024px) {
        .page-top-menu #footer-container #footer-nav ul li {
          padding: 10px 3px; } }
    .page-top-menu #footer-container #footer-nav ul li a, .page-top-menu #footer-container #footer-nav ul li.current-menu-item a {
      color: #068547;
      font-size: 9px;
      padding: 10px 3px; }
      @media screen and (min-width: 1025px) {
      .page-top-menu #footer-container #footer-nav ul li a, .page-top-menu #footer-container #footer-nav ul li.current-menu-item a {
        border-bottom: 2px solid transparent; } }
      @media screen and (min-width: 1025px) {
        .page-top-menu #footer-container #footer-nav ul li a:hover, .page-top-menu #footer-container #footer-nav ul li.current-menu-item a:hover {
          border-bottom: 2px solid #000; } }
    @media screen and (max-width: 1024px) {
      .page-top-menu #footer-container #footer-nav ul {
        text-align: center; } }
  .page-top-menu #footer-container #newsletter-signup {
    max-width: 300px;
    width: 100%;
    display: inline-block; }
    @media screen and (max-width: 1024px) {
    .page-top-menu #footer-container #newsletter-signup {
      margin-left: auto;
      margin-right: auto; } }
    .page-top-menu #footer-container #newsletter-signup a {
      color: #068547;
      border-color: #068547; }
    .page-top-menu #footer-container #newsletter-signup a:hover, .page-top-menu #footer-container #newsletter-signup a:active, .page-top-menu #footer-container #newsletter-signup a:focus-visible, .page-top-menu #footer-container #newsletter-signup a.focus-visible {
      background-color: #068547;
      color: #fff; }
    @media screen and (max-width: 1024px) {
      .page-top-menu #footer-container #newsletter-signup a {
        margin-bottom: 18px; } }
  @media screen and (max-width: 768px) {
    .page-top-menu #blog-panel {
      margin-top: 0 !important; } }
  .page-top-menu.checkout .overlay-message {
    padding: 50px 0;
    margin: 0; }
    .page-top-menu.checkout .overlay-message h3 {
      margin-top: 234px; }
  .page-top-menu.checkout .seats-modal {
    z-index: 98; }
  @media screen and (min-width: 1025px) {
  .page-top-menu .body-wrapper {
    min-height: calc(100vh - 294px); } }

#mobile-nav.drawer-open #mobile-newsletter-signup {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0 25px;
  padding: 30px 0; }
  #mobile-nav.drawer-open #mobile-newsletter-signup a.show-newsletter-signup-modal {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    #mobile-nav.drawer-open #mobile-newsletter-signup a.show-newsletter-signup-modal:hover {
      color: #fff;
      text-decoration: none; }

@media screen and (max-width: 1024px) {
    #sidebar.customizer-left-menu-hide {
      display: flex !important;
      bottom: auto;
      z-index: 99;
      width: 100%;
      height: 44px; } }

#mobile-nav #mobile-primary-nav li .sub-menu a {
  cursor: pointer !important; }

body.admin-bar.page-top-menu #home-page {
  top: 32px; }
  body.admin-bar.page-top-menu .fixed-menu {
    top: 32px; }
  body.admin-bar.page-top-menu #buy-tickets #buy-tickets-header.fixed {
    top: 82px; }
  @media screen and (max-width: 1024px) {
  body.admin-bar .nav-button-toggle {
    top: 46px; }
    body.admin-bar header#sidebar {
      top: 32px;
      position: fixed !important; }

    body.admin-bar.page-top-menu #buy-tickets #buy-tickets-header.fixed {
      top: 76px !important; } }
  @media screen and (max-width: 782px) {
  body.admin-bar .nav-button-toggle {
    top: 59px; }
    body.admin-bar header#sidebar {
      top: 46px; }

    body.admin-bar.page-top-menu #buy-tickets #buy-tickets-header.fixed {
      top: 90px !important; } }

@media screen and (max-width: 1024px) {
  header#sidebar {
    position: fixed !important; }
    .nav-button-toggle {
      position: fixed;
      top: 10px;
      right: 10px;
      width: 23px;
      cursor: pointer;
      z-index: 99; }
    #mobile-nav #social-nav {
      margin-bottom: 25px;
      max-width: 100% !important; } }

body.home .virtual-cinema__rental-button {
  display: none; }

#virtual-cinema-panel h2 {
  clear: both;
  margin-bottom: 1em;
  width: 100%; }

.virtual-cinema__section {
  display: block;
  margin: 0 auto;
  width: 95%; }
  .virtual-cinema__section h3 {
    margin: 2em 0 1em; }
  .virtual-cinema__section:nth-of-type(2) h2 {
    margin-top: 1em; }
  .virtual-cinema__movies {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
  .virtual-cinema__movie {
    flex: 1 50%;
    margin: 0 6% 1.5em;
    max-width: 38%; }
  .virtual-cinema__movie a, .virtual-cinema__movie img {
    display: block;
    overflow: hidden;
    position: relative; }
  .virtual-cinema__movie-title {
    color: #fff;
    font-size: 0.9em;
    margin-bottom: 0.25em;
    margin-top: 0.65em;
    text-align: left; }

p.virtual-cinema__movie-availability {
  margin: 0 0 0.25em;
  text-align: left; }

body.single-movie--has-virtual-cinema .button.virtual-cinema__rental-button {
  margin-top: 10px; }
  body.single-movie--has-virtual-cinema .showtimes-description .show-title {
    margin-bottom: 10px; }
  body.single-movie--has-virtual-cinema .showtimes-container {
    margin-bottom: 5px;
    margin-top: 0; }
  body.single-movie--has-virtual-cinema .showtimes-container.no-showtimes.no-coming-soon {
    display: none !important; }

@media screen and (min-width: 500px) {
  .virtual-cinema__movie {
    flex: 1 33%;
    margin: 0 3% 1.5em;
    max-width: 27%; } }

@media screen and (min-width: 768px) {
  .virtual-cinema__movie {
    flex: 1 25%;
    margin: 0 1% 1.5em;
    max-width: 23%; } }

.stripe-checkout-button-container {
  display: flex; }
  .stripe-checkout-button-container .select-style {
    max-width: 85px;
    margin-right: 10px; }
  .stripe-checkout-button-container svg path {
    fill: #231f20; }

.seats-modal .hall-container .hall-header {
  max-width: 50em;
  width: 100%; }
  .seats-modal .hall-container .hall-header .hall-legend {
    align-content: center;
    flex-direction: column;
    justify-content: center; }

@media (min-width: 43em) {
  .seats-modal .hall-container .hall-header .hall-legend {
    flex-direction: row;
    justify-content: left; }
    .seats-modal .hall-container .hall-legend .hall-legend-item {
      margin-left: 0; } }
/*--------------------------------------------------------------
 # Layouts
 --------------------------------------------------------------*/
.show-details {
  display: flex;
  padding: 0 0 30px;
  font-size: 14px; }
  @media (max-width: 768px) {
  .show-details {
    display: block;
    font-size: 12px;
    padding: 0 0 10px; } }

.show-content {
  margin-top: 1rem; }

.show-poster {
  width: 200px;
  text-align: center; }
  @media (max-width: 768px) {
  .show-poster {
    margin: 0 auto;
    width: 204px; } }
  .show-poster .show-poster-image {
    min-height: 250px;
    background: #ccc; }
  .show-poster .show-poster-image a {
    display: block; }
  .show-poster img {
    width: 100%;
    display: block; }
  .show-poster .show-trailer-modal {
    margin: 18px 0 0; }
  @media (max-width: 768px) {
    .show-poster .show-trailer-modal {
      display: none; } }
  .show-poster .show-ctas {
    margin-bottom: 0; }

.free-show {
  font-size: 17px;
  font-weight: bold; }
  @media (max-width: 768px) {
  .free-show {
    font-size: 15px; } }

.showtimes-description {
  width: calc(100% - 200px);
  padding: 0 0 0 35px;
  position: relative; }
  @media (max-width: 768px) {
  .showtimes-description {
    width: 100%;
    padding: 20px 0 0;
    position: static; } }
  .showtimes-description .show-title {
    position: relative; }
  @media (max-width: 768px) {
    .showtimes-description .show-title {
      text-align: center;
      margin-top: 10px; } }
  .showtimes-description .show-title span.title-with-link {
    display: block;
    padding-right: 110px; }
    @media (max-width: 768px) {
    .showtimes-description .show-title span.title-with-link {
      padding-right: 0; } }
  .showtimes-description .show-title span:not(.title-with-link) {
    opacity: 0.3; }
  .showtimes-description .show-title a.title {
    text-decoration: none;
    color: inherit; }
    .showtimes-description .show-title a:not(.title) {
      opacity: 0.5;
      font-size: 10px;
      line-height: 1.4em;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      font-weight: bold;
      padding: 0 20px 0 0;
      width: 110px;
      text-align: right;
      letter-spacing: 0.1em;
      border-bottom: none; }
    .showtimes-description .show-title a:not(.title):hover {
      opacity: 1; }
    .showtimes-description .show-title a:not(.title):after {
      content: '';
      display: block;
      width: 10px;
      height: 17px;
      position: absolute;
      right: 0px;
      background: url('../images/see-all-arrow.svg') 0 0 no-repeat;
      background-size: 100% auto;
      top: 50%;
      margin-top: -10px; }
    .showtimes-description .show-title a:not(.title):after:hover {
      opacity: 1; }
    @media (max-width: 768px) {
    .showtimes-description .show-title a:not(.title) {
      width: 100%;
      text-align: center;
      position: relative;
      top: auto;
      padding: 2px 0 0;
      font-size: 9px; }
      .showtimes-description .show-title a:not(.title):after {
        display: inline-block;
        width: 7px;
        height: 11px;
        position: relative;
        right: auto;
        top: auto;
        margin: 0 0 0 2px;
        bottom: -1px; } }
  .showtimes-description .show-description {
    margin-top: 10px; }
  .showtimes-description .show-description p.extra span, .showtimes-description .show-description p.extra a {
    display: none;
    border: none;
    color: inherit;
    text-decoration: none; }
    .showtimes-description .show-description p.extra span:first-child, .showtimes-description .show-description p.extra a:first-child {
      display: block; }
    .showtimes-description .show-description p.extra span:after, .showtimes-description .show-description p.extra a:after {
      content: '';
      display: block; }
    .showtimes-description .show-description p.extra span:last-child:after, .showtimes-description .show-description p.extra a:last-child:after {
      display: none; }
    .showtimes-description .show-description p.show-specs span:not(.show-spec-label) {
      margin: 0 20px 0 0;
      white-space: nowrap; }
    @media (max-width: 768px) {
      .showtimes-description .show-description p.show-specs span:not(.show-spec-label) {
        display: block; } }
    .showtimes-description .show-description p .show-spec-label {
      font-weight: bold; }
    @media (max-width: 768px) {
    .showtimes-description .show-description p.show-specs {
      margin: 0; } }
    .showtimes-description .show-description p:not(.extra) a {
      font-weight: bold; }
    .showtimes-description .show-description p:not(.extra) a, .showtimes-description .show-description p:not(.extra) a:visited {
      border-bottom: none; }
    .showtimes-description .show-description p:not(.extra) a:hover, .showtimes-description .show-description p:not(.extra) a:visited:hover {
      border-bottom: none; }
  .showtimes-description .show-description .pill-container {
    padding: 0 0 15px;
    line-height: 1em; }
    .showtimes-description .show-description .pill-container .pill {
      display: inline-block;
      height: 19px;
      line-height: 19px;
      font-size: 9px;
      font-weight: bold;
      color: #fff;
      padding: 0 10px;
      border-radius: 19px;
      text-transform: uppercase;
      margin: 0 5px 5px 0;
      white-space: nowrap;
      background: rgba(0, 163, 84, 0.5);
      border: 0;
      text-decoration: none; }
    @media (max-width: 768px) {
      .showtimes-description .show-description .pill-container .pill {
        font-size: 8px; } }
  .showtimes-description a.read-more {
    display: inline-block;
    letter-spacing: 0.15em;
    cursor: pointer;
    text-transform: uppercase;
    border: 1px solid #000;
    line-height: 22px;
    padding: 4px 12px 0;
    font-size: 10px; }
  .showtimes-description a.read-more:hover, .showtimes-description a.read-more:focus-visible, .showtimes-description a.read-more.focus-visible {
    background: #000;
    color: #fff; }
  .showtimes-description .read-more-container {
    margin: 20px 0 0; }
  @media (max-width: 768px) {
    .showtimes-description .read-more-container {
      text-align: center; } }

.mobile-watch-trailer {
  display: none; }
  @media (max-width: 768px) {
  .mobile-watch-trailer {
    display: block;
    border-top: 1px solid rgba(0, 163, 84, 0.4);
    padding-top: 15px; }
    .mobile-watch-trailer h2 {
      text-transform: none; }

    .mobile-watch-trailer .content-holder {
      width: 100%;
      overflow: hidden;
      position: relative;
      padding-bottom: 56.25%;
      height: 0; }
      .mobile-watch-trailer .content-holder iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; } }

.single-show-showtimes .midnight-screening-note {
  display: none;
  font-weight: bold;
  margin: 10px 0 0; }
/* Single Movie Page */
.date-selector {
  display: flex; }
  @media (max-width: 768px) {
  .date-selector .dropdown-arrow {
    display: none; } }
  .date-selector .dates-wrapper {
    display: inline-block;
    position: relative;
    margin: 0;
    vertical-align: top; }
  @media (max-width: 768px) {
    .date-selector .dates-wrapper {
      width: 100%;
      display: block;
      margin: 0; } }
  .date-selector .dates-wrapper .single-date {
    font-size: 17px;
    font-weight: bold; }
    @media (max-width: 768px) {
    .date-selector .dates-wrapper .single-date {
      font-size: 15px; } }
  .date-selector .dates-wrapper .selected-date:not(.single-date) {
    min-width: 135px;
    text-align: left;
    vertical-align: top;
    display: flex;
    align-items: center;
    height: 48px;
    background: #3f3d3d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 0 17px;
    white-space: nowrap;
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    transition: all 200ms ease-in-out; }
    #buy-tickets .date-selector .dates-wrapper .selected-date:not(.single-date) {
      color: #fff;
      background: #353535; }
    .date-selector .dates-wrapper .selected-date:not(.single-date).single-date {
      border-radius: 8px;
      min-width: 0;
      cursor: default; }
    @media (max-width: 768px) {
    .date-selector .dates-wrapper .selected-date:not(.single-date) {
      transition: none; }
      .date-selector .dates-wrapper .selected-date:not(.single-date) span {
        display: inline-block; } }
  .date-selector .dates-wrapper ul.datelist {
    position: absolute;
    z-index: 9999;
    top: 36px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    background: #3f3d3d;
    height: 0;
    opacity: 0;
    width: 100%; }
    #buy-tickets .date-selector .dates-wrapper ul.datelist {
      background: #353535; }
    .date-selector .dates-wrapper ul.datelist.active {
      padding: 4px 0 0;
      opacity: 1;
      transition: opacity 200ms ease-in-out;
      height: auto; }
    .date-selector .dates-wrapper ul.datelist li {
      background: #3f3d3d;
      color: #fff;
      line-height: 36px;
      height: 34px;
      font-weight: bold;
      font-size: 14px;
      display: block;
      white-space: nowrap;
      padding: 0 0 0 17px;
      cursor: pointer; }
    #buy-tickets .date-selector .dates-wrapper ul.datelist li {
      color: #fff;
      background: #353535; }
    .date-selector .dates-wrapper ul.datelist li:last-child {
      border-radius: 0 0 8px 8px; }
      @media (min-width: 769px) {
      .date-selector .dates-wrapper ul.datelist li:last-child {
        height: 42px; } }
    .date-selector .dates-wrapper ul.datelist li:hover, .date-selector .dates-wrapper ul.datelist li:focus-visible, .date-selector .dates-wrapper ul.datelist li.focus-visible {
      color: #3f3d3d;
      background: #fff; }
      #buy-tickets .date-selector .dates-wrapper ul.datelist li:hover, #buy-tickets .date-selector .dates-wrapper ul.datelist li:focus-visible, #buy-tickets .date-selector .dates-wrapper ul.datelist li.focus-visible {
        background: #fff;
        color: #353535; }
    .date-selector .dates-wrapper ul.datelist li.first.selected {
      display: none; }
    .date-selector .dates-wrapper ul.datelist li .sold-out {
      line-height: 1.3em;
      padding-top: 5px;
      display: block; }
      .date-selector .dates-wrapper ul.datelist li .sold-out:after {
        content: 'SOLD OUT';
        display: block;
        font-size: 9px;
        letter-spacing: 0.3em;
        font-weight: bold; }
      .date-selector .dates-wrapper ul.datelist li .sold-out:hover, .date-selector .dates-wrapper ul.datelist li .sold-out:focus-visible, .date-selector .dates-wrapper ul.datelist li .sold-out.focus-visible {
        color: #231f20; }
  @media (max-width: 768px) {
  .date-selector.active {
    z-index: 9999;
    position: fixed;
    top: 0px;
    padding-top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    overflow-y: auto; }
    body.admin-bar .date-selector.active {
      z-index: 100000; }

    .date-selector.active:before {
      content: '';
      position: fixed;
      background: #fff;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      #buy-tickets .date-selector.active:before {
        background: #fff; }

    .date-selector.active .mobile-close-date-selector {
      width: 40px;
      height: 40px;
      cursor: pointer;
      position: absolute;
      position: fixed;
      top: 10px;
      right: 15px;
      z-index: 99999;
      width: 40px;
      height: 40px;
      cursor: pointer; }
      .date-selector.active .mobile-close-date-selector:before, .date-selector.active .mobile-close-date-selector:after {
        content: '';
        background: #3f3d3d;
        transform: translate(-50%, -50%) rotate(45deg);
        position: absolute;
        top: 50%;
        left: 50%;
        width: calc(40px * 1.4);
        height: 1px; }
      .date-selector.active .mobile-close-date-selector:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      #buy-tickets .date-selector.active .mobile-close-date-selector {
        width: 40px;
        height: 40px;
        cursor: pointer;
        position: absolute; }
        #buy-tickets .date-selector.active .mobile-close-date-selector:before, #buy-tickets .date-selector.active .mobile-close-date-selector:after {
          content: '';
          background: #353535;
          transform: translate(-50%, -50%) rotate(45deg);
          position: absolute;
          top: 50%;
          left: 50%;
          width: calc(40px * 1.4);
          height: 1px; }
        #buy-tickets .date-selector.active .mobile-close-date-selector:after {
          transform: translate(-50%, -50%) rotate(-45deg); }

    .date-selector.active .dates-wrapper {
      padding: 0 15px; }
      .date-selector.active .dates-wrapper .selected-date {
        font-size: 13px;
        line-height: 45px;
        text-align: left;
        padding-left: 20px;
        border-radius: 0; }
        .date-selector.active .dates-wrapper .selected-date:after {
          display: none !important; }

    .date-selector.active ul.datelist {
      top: 48px;
      left: 0;
      list-style: none;
      margin: 0;
      padding: 0;
      border-radius: 0;
      background: #fff; }
      #buy-tickets .date-selector.active ul.datelist {
        background: #fff; }
      .date-selector.active ul.datelist.active {
        transition: opacity 50ms linear;
        padding: 0; }
      .date-selector.active ul.datelist li {
        background: #fff;
        color: #3f3d3d;
        line-height: 48px;
        height: 48px;
        margin: 0 15px;
        border-bottom: 1px solid #3f3d3d;
        padding: 0 0 0 20px;
        font-size: 13px;
        text-align: left; }
        #buy-tickets .date-selector.active ul.datelist li {
          background: #fff;
          color: #353535; }
        .date-selector.active ul.datelist li:hover {
          background: #fff;
          color: #3f3d3d; }
        .date-selector.active ul.datelist li span {
          line-height: 48px; }
        .date-selector.active ul.datelist li:last-child {
          border-radius: 0; }
        .date-selector.active ul.datelist li .sold-out {
          color: rgba(63, 61, 61, 0.6);
          line-height: 1.3em;
          padding-top: 5px;
          display: block; }
          .date-selector.active ul.datelist li .sold-out:after {
            content: 'SOLD OUT';
            display: block;
            font-size: 9px;
            letter-spacing: 0.3em;
            font-weight: bold; } }
    @media (max-width: 768px) and (max-width: 768px) {
        .date-selector.active .dates-wrapper .selected-date {
          font-size: 14px; } }
    @media (max-width: 768px) and (max-width: 768px) {
        .date-selector.active ul.datelist li {
          font-size: 14px; } }
  .date-selector.empty {
    margin: 0 0 0 4px; }
  @media (max-width: 768px) {
    .date-selector.empty {
      margin: 0; } }
  .date-selector.empty .no-showtimes {
    display: inline-block;
    text-align: center;
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #eaeaea;
    color: #888;
    margin: 0;
    padding: 1px 12px 0; }
    @media (max-width: 768px) {
    .date-selector.empty .no-showtimes {
      display: block;
      height: 36px;
      border-width: 0 0 1px;
      line-height: 36px; } }
  .date-selector.empty .no-showtimes-date {
    font-weight: bold;
    font-size: 17px; }

@media (max-width: 768px) {
    .date-selector:not(.single-date):not(.empty):not(.active) {
      width: calc(100% - 48px); }
      body.home .date-selector:not(.single-date):not(.empty):not(.active) {
        width: 100%; }
      .date-selector:not(.single-date):not(.empty):not(.active) .dropdown-arrow {
        width: 48px;
        line-height: 36px; }
      .date-selector:not(.single-date):not(.empty):not(.active) .next-available {
        padding-left: 0px; }
    .date-selector:not(.single-date):not(.empty).active .dropdown-arrow {
      display: none; } }
  .date-selector:not(.single-date):not(.empty) .dropdown-arrow {
    position: absolute;
    top: 0;
    left: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 48px;
    width: 48px;
    text-align: center;
    background: #3f3d3d;
    color: #fff;
    border-radius: 0 8px 8px 0;
    border: 0px solid #231f20; }
  #buy-tickets .date-selector:not(.single-date):not(.empty) .dropdown-arrow {
    color: #fff;
    background: #353535; }
  .date-selector:not(.single-date):not(.empty) .dropdown-arrow svg {
    margin: auto;
    width: 22px; }
    @media (max-width: 768px) {
    .date-selector:not(.single-date):not(.empty) .dropdown-arrow svg {
      width: 18px; } }
    .date-selector:not(.single-date):not(.empty) .dropdown-arrow svg path {
      fill: #fff; }
    #buy-tickets .date-selector:not(.single-date):not(.empty) .dropdown-arrow svg path {
      fill: #fff; }
  .date-selector:not(.single-date):not(.empty) .dropdown-arrow:before {
    content: '';
    display: block;
    top: 8px;
    bottom: 8px;
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.25);
    left: 0px; }
    #buy-tickets .date-selector:not(.single-date):not(.empty) .dropdown-arrow:before {
      background-color: rgba(255, 255, 255, 0.25); }

@media (max-width: 768px) {
  body.home .show-list.front-page .date-selector:not(.single-date):not(.empty):not(.active) {
    width: calc(100% - 48px); } }

.show-list {
  margin: 20px auto;
  max-width: 800px; }
  .show-list .show-details {
    padding: 45px 0; }
  @media (max-width: 768px) {
    .show-list .show-details {
      padding: 30px 0; } }
  .show-list .show-details:first-child {
    padding-top: 0; }
  .show-list .show-details .show-poster .show-ctas {
    display: none; }
  .show-list .show-details:not(:last-child) {
    border-bottom: 1px solid rgba(0, 163, 84, 0.4); }
  #film-series .show-list .show-details {
    border-color: rgba(63, 61, 61, 0.3); }
  .show-list .show-details .showtimes-container {
    margin-bottom: 20px; }
  .show-list.front-page {
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 20px; }
  .show-list.front-page .show-details {
    border-color: rgba(53, 53, 53, 0.4); }
    .show-list.front-page .show-details h2 {
      color: #353535; }
  .show-list .date-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .show-list .date-header:before, .show-list .date-header:after {
    content: '';
    display: block;
    height: 1px;
    width: 50%;
    background-color: #00a354;
    flex-shrink: 1; }
  .show-list .date-header h3 {
    padding: 0 50px;
    flex-shrink: 0; }
    @media (max-width: 768px) {
    .show-list .date-header h3 {
      padding: 0 15px; } }

.show-ctas {
  display: flex;
  margin-bottom: 20px; }
  .show-ctas.center-align {
    justify-content: center; }
  .show-ctas a {
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-right: 25px;
    padding: 7px 0 7px 5px;
    text-decoration: none;
    cursor: pointer;
    color: #3f3d3d; }
  #buy-tickets .show-ctas a {
    color: #353535; }
  .show-ctas a .icon {
    width: 22px;
    height: 22px;
    margin: 0 5px 0 10px;
    position: relative;
    top: -2px; }
    .show-ctas a .icon svg {
      width: 100%; }
    .show-ctas a .icon svg g, .show-ctas a .icon svg path {
      fill: #3f3d3d; }
    #buy-tickets .show-ctas a .icon svg g, #buy-tickets .show-ctas a .icon svg path {
      fill: #353535; }

.home-hero, .donations-panel {
  position: relative;
  overflow: hidden;
  background-position: center top; }
  .home-hero img.hero-img, .donations-panel img.hero-img {
    display: block;
    width: auto;
    max-width: none;
    height: auto;
    visibility: hidden; }
  @media (max-width: 1024px) {
  .home-hero, .donations-panel {
    background: none !important; }
    .home-hero img.hero-img, .donations-panel img.hero-img {
      visibility: visible;
      max-width: 100%;
      width: 100%; } }
  .home-hero#video-hero, .donations-panel#video-hero {
    width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    height: 0;
    background: #000; }
  .home-hero#video-hero img.hero-img, .donations-panel#video-hero img.hero-img {
    display: none; }
  .home-hero#video-hero #tubular-shield, .donations-panel#video-hero #tubular-shield {
    transition: 0.5s opacity ease-out; }
  .home-hero#video-hero .video-hero-control.video-hero--disabled, .donations-panel#video-hero .video-hero-control.video-hero--disabled {
    opacity: 0;
    visibility: hidden; }
  .home-hero#video-hero .video-hero-control, .donations-panel#video-hero .video-hero-control {
    bottom: 2em;
    isolation: isolate;
    max-width: 1.5em;
    opacity: 1;
    position: absolute;
    right: 2em;
    visibility: visible;
    z-index: 9999; }
    @media (max-width: 768px) {
    .home-hero#video-hero .video-hero-control, .donations-panel#video-hero .video-hero-control {
      display: none !important; } }
  .home-hero#video-hero .video-hero-play, .donations-panel#video-hero .video-hero-play {
    display: none; }
  .home-hero#video-hero .video-hero-pause, .donations-panel#video-hero .video-hero-pause {
    display: block; }
  .home-hero#video-hero.video-hero--paused .video-hero-play, .donations-panel#video-hero.video-hero--paused .video-hero-play {
    display: block; }
    .home-hero#video-hero.video-hero--paused .video-hero-pause, .donations-panel#video-hero.video-hero--paused .video-hero-pause {
      display: none; }
  .home-hero#video-hero.video-hero--playing .video-hero-play, .donations-panel#video-hero.video-hero--playing .video-hero-play {
    display: none; }
    .home-hero#video-hero.video-hero--playing .video-hero-pause, .donations-panel#video-hero.video-hero--playing .video-hero-pause {
      display: block; }
  body.mobile .home-hero#video-hero, body.mobile .donations-panel#video-hero {
    padding: 0;
    height: auto; }
    body.mobile .home-hero#video-hero #tubular-container, body.mobile .donations-panel#video-hero #tubular-container {
      display: none; }
    body.mobile .home-hero#video-hero img.hero-img, body.mobile .donations-panel#video-hero img.hero-img {
      display: block;
      position: relative;
      z-index: 6; }
  @media (max-width: 768px) {
    .home-hero#video-hero, .donations-panel#video-hero {
      padding: 0;
      height: auto; }
      .home-hero#video-hero #tubular-container, .donations-panel#video-hero #tubular-container {
        display: none; }
      .home-hero#video-hero img.hero-img, .donations-panel#video-hero img.hero-img {
        display: block;
        position: relative;
        z-index: 6; } }
  .home-hero .hero-content, .donations-panel .hero-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 7;
    display: flex; }
  .home-hero .hero-content-inner, .donations-panel .hero-content-inner {
    padding: 20px;
    position: relative;
    max-width: 940px;
    min-height: 100%;
    max-height: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
    text-align: center; }
  .home-hero .hero-content-inner > div, .donations-panel .hero-content-inner > div {
    width: 100%; }
  @media (max-width: 500px) {
    .home-hero .hero-content-inner, .donations-panel .hero-content-inner {
      height: 100%; }
      .home-hero .hero-content-inner .logo-header, .donations-panel .hero-content-inner .logo-header {
        height: 100%;
        width: 100%; }
        .home-hero .hero-content-inner .logo-header img, .donations-panel .hero-content-inner .logo-header img {
          max-height: 100%;
          width: auto;
          height: auto; } }
  .home-hero .hero-content-inner .promo, .donations-panel .hero-content-inner .promo {
    position: absolute;
    top: 20px;
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 768px) {
    .home-hero .hero-content-inner .promo, .donations-panel .hero-content-inner .promo {
      display: none; } }
    .home-hero .hero-content-inner .promo a, .donations-panel .hero-content-inner .promo a {
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff; }
    .home-hero .hero-content-inner .promo a:hover, .donations-panel .hero-content-inner .promo a:hover {
      text-decoration: underline; }
    .home-hero .hero-content-inner .promo .promo-headshot, .donations-panel .hero-content-inner .promo .promo-headshot {
      width: 56px;
      height: 56px;
      margin-right: 20px;
      flex-shrink: 0; }
    .home-hero .hero-content-inner .promo .promo-headshot img, .donations-panel .hero-content-inner .promo .promo-headshot img {
      border-radius: 50%; }
    .home-hero .hero-content-inner .promo .promo-content, .donations-panel .hero-content-inner .promo .promo-content {
      font-weight: bold;
      font-size: 15px;
      text-align: center; }
  .home-hero .hero-content-inner .schedule-cta, .donations-panel .hero-content-inner .schedule-cta {
    position: absolute;
    bottom: 20px;
    width: 100%; }
    @media (max-width: 667px) {
    .home-hero .hero-content-inner .schedule-cta, .donations-panel .hero-content-inner .schedule-cta {
      display: none; } }
    @media (max-width: 768px) {
    .home-hero .hero-content-inner .schedule-cta, .donations-panel .hero-content-inner .schedule-cta {
      bottom: 13px; } }
    .home-hero .hero-content-inner .schedule-cta a, .donations-panel .hero-content-inner .schedule-cta a {
      margin: auto;
      display: inline-block;
      color: #fff;
      font-size: 20px;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-weight: bold;
      text-decoration: none; }
    @media (max-width: 768px) {
      .home-hero .hero-content-inner .schedule-cta a, .donations-panel .hero-content-inner .schedule-cta a {
        font-size: 12px; } }
    .home-hero .hero-content-inner .schedule-cta a svg, .donations-panel .hero-content-inner .schedule-cta a svg {
      display: block;
      margin: 10px auto; }
    @media (max-width: 768px) {
        .home-hero .hero-content-inner .schedule-cta a svg, .donations-panel .hero-content-inner .schedule-cta a svg {
          width: 16px;
          margin: 5px auto 0; } }
    .home-hero .hero-content-inner .schedule-cta a svg g, .donations-panel .hero-content-inner .schedule-cta a svg g, .home-hero .hero-content-inner .schedule-cta a svg path, .donations-panel .hero-content-inner .schedule-cta a svg path {
      fill: #fff; }
  .home-hero .hero-content-inner .logo-header h1, .donations-panel .hero-content-inner .logo-header h1, .home-hero .hero-content-inner .logo-header h2, .donations-panel .hero-content-inner .logo-header h2 {
    color: #fff;
    margin: 15px 0; }
    .home-hero .hero-content-inner .logo-header h2, .donations-panel .hero-content-inner .logo-header h2 {
      font-size: 23px;
      letter-spacing: 0; }
    @media (max-width: 768px) {
    .home-hero .hero-content-inner .logo-header h1, .donations-panel .hero-content-inner .logo-header h1, .home-hero .hero-content-inner .logo-header h2, .donations-panel .hero-content-inner .logo-header h2 {
      display: none; }
    .home-hero .hero-content-inner .logo-header img, .donations-panel .hero-content-inner .logo-header img {
      max-width: 70vw; } }

#buy-tickets {
  position: relative;
  z-index: 8;
  background-color: #fff; }
  #buy-tickets.fixed-header #buy-tickets-header-container {
    padding-top: 75px; }
  @media (max-width: 768px) {
    #buy-tickets.fixed-header #buy-tickets-header-container {
      padding-top: 50px; } }
  #buy-tickets #buy-tickets-header {
    background: #b2b2b2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b2b2b2 0%, #999 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2b2b2), color-stop(100%, #999));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2b2b2 0%, #999 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2b2b2 0%, #999 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2b2b2 0%, #999 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b2b2b2 0%, #999 100%);
    /* W3C */
    width: 100%; }
  #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box:not(.selected), #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box:not(.disabled), #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box:focus-visible:not(.selected), #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box:focus-visible:not(.disabled), #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box.focus-visible:not(.selected), #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box.focus-visible:not(.disabled), #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box:hover:not(.selected), #buy-tickets #buy-tickets-header.date-loading .date-selector .dates-wrapper .date-box:hover:not(.disabled) {
    /*background: #FFF;
     color: #000;*/ }
  #buy-tickets #buy-tickets-header.fixed {
    position: fixed;
    top: 0;
    left: 250px;
    right: 0;
    z-index: 999;
    width: auto; }
    body.admin-bar #buy-tickets #buy-tickets-header.fixed {
      top: 32px; }
    @media (max-width: 1024px) {
    #buy-tickets #buy-tickets-header.fixed {
      left: 0;
      top: 44px; }
      body.admin-bar #buy-tickets #buy-tickets-header.fixed {
        top: 76px; } }
    @media (max-width: 1024px) and (max-width: 782px) {
          body.admin-bar #buy-tickets #buy-tickets-header.fixed {
            top: 90px; } }
    @media (max-width: 667px) {
    #buy-tickets #buy-tickets-header.fixed {
      padding: 0; } }
    @media (min-width: 1441px) {
    #buy-tickets #buy-tickets-header.fixed {
      left: calc(50% - 1441px / 2 + 250px);
      right: calc(50% - 1441px / 2); } }
  #buy-tickets #buy-tickets-header #buy-tickets-header-inner {
    margin: auto;
    max-width: 940px;
    padding: 0 20px; }
  #buy-tickets #buy-tickets-header .dates-wrapper {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 75px; }
    @media (max-width: 768px) {
    #buy-tickets #buy-tickets-header .dates-wrapper {
      justify-content: center;
      align-items: center;
      height: 50px; } }
    #buy-tickets #buy-tickets-header .dates-wrapper .date-box {
      color: #fff;
      text-align: center;
      opacity: 0.7;
      font-size: 20px;
      line-height: 1.1em;
      font-weight: bold;
      padding: 15px 10px 0;
      cursor: pointer;
      transition: 0.3s opacity; }
    #buy-tickets #buy-tickets-header .dates-wrapper .date-box:hover, #buy-tickets #buy-tickets-header .dates-wrapper .date-box.selected {
      opacity: 1; }
    #buy-tickets #buy-tickets-header .dates-wrapper .date-box > span {
      display: block;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      margin-top: 7px;
      line-height: 1em; }
    @media (max-width: 768px) {
        #buy-tickets #buy-tickets-header .dates-wrapper .date-box > span {
          letter-spacing: 0.1em;
          margin: 0 5px 0 0;
          text-transform: none; }
          #buy-tickets #buy-tickets-header .dates-wrapper .date-box > span:after {
            content: ', '; } }
    @media (max-width: 768px) {
      #buy-tickets #buy-tickets-header .dates-wrapper .date-box {
        font-size: 13px;
        display: flex;
        padding-top: 0;
        flex-direction: row-reverse;
        letter-spacing: 0.1em; } }
    #buy-tickets #buy-tickets-header .dates-wrapper .date-box.disabled > span {
      font-size: 11px; }
    @media (max-width: 768px) {
          #buy-tickets #buy-tickets-header .dates-wrapper .date-box.disabled > span {
            font-size: 13px; } }
    @media (max-width: 768px) {
      #buy-tickets #buy-tickets-header .dates-wrapper .date-box#second-day, #buy-tickets #buy-tickets-header .dates-wrapper .date-box#third-day {
        display: none !important; } }
    #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper {
      display: flex;
      align-items: center;
      opacity: 0.7;
      font-size: 20px;
      line-height: 1.1em;
      font-weight: bold;
      cursor: pointer;
      padding: 0 10px;
      color: #fff;
      transition: 0.3s opacity;
      height: 100%; }
    #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper:hover {
      opacity: 1; }
    @media (max-width: 768px) {
      #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper {
        opacity: 1; } }
    #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper .calendar-icon {
      width: 31px;
      margin: 0 12px 0 0; }
    @media (max-width: 768px) {
        #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper .calendar-icon {
          width: 24px;
          margin: 0; } }
    #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper .calendar-icon svg {
      width: 100%;
      height: 100%;
      fill: #fff; }
    #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper .calendar-icon svg g, #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper .calendar-icon svg path {
      fill: #fff; }
    @media (max-width: 768px) {
        #buy-tickets #buy-tickets-header .dates-wrapper .calendar-wrapper .cal-label {
          display: none; } }
  #buy-tickets #loader-container {
    height: calc(100vh - 75px); }
  @media (max-width: 768px) {
    #buy-tickets #loader-container {
      height: calc(100vh - 50px); } }

#buy-tickets-listview {
  margin: 20px auto;
  max-width: 800px;
  padding: 0 35px; }
  @media (max-width: 500px) {
  #buy-tickets-listview {
    padding: 0 20px; } }
  #buy-tickets-listview .list-format {
    color: #353535;
    padding: 35px 0; }
  @media (max-width: 768px) {
    #buy-tickets-listview .list-format {
      padding: 20px 0; }
      #buy-tickets-listview .list-format:first-child {
        padding-top: 0; } }
  #buy-tickets-listview .list-format:not(:last-child) {
    border-bottom: 1px solid rgba(53, 53, 53, 0.3); }
  #buy-tickets-listview .list-format .showtimes-container {
    margin-bottom: 20px; }
  #buy-tickets-listview .list-format h2 {
    color: #353535;
    text-align: left; }
  #buy-tickets-listview .list-format .show-ctas {
    display: flex; }
    #buy-tickets-listview .list-format .show-ctas a {
      color: #353535;
      line-height: 22px;
      display: flex;
      align-items: center;
      margin-right: 25px;
      text-decoration: none;
      cursor: pointer; }
    #buy-tickets-listview .list-format .show-ctas a .icon {
      width: 22px;
      height: 22px;
      margin: 0 5px 0 10px;
      position: relative;
      top: -2px; }
    #buy-tickets-listview .list-format .show-ctas a .icon svg {
      width: 100%; }
    #buy-tickets-listview .list-format .show-ctas a .icon svg g, #buy-tickets-listview .list-format .show-ctas a .icon svg path {
      fill: #353535; }
  #buy-tickets-listview .list-format.no-showtimes {
    padding: 100px 0;
    text-align: center; }
    #buy-tickets-listview .list-format.no-showtimes h2 {
      text-align: center;
      color: #353535;
      margin: 20px 0 50px 0; }
    #buy-tickets-listview .list-format.no-showtimes a.shortcode-outline-btn {
      color: #353535;
      border-color: #353535;
      text-transform: none;
      font-size: 20px;
      font-weight: normal;
      letter-spacing: normal;
      line-height: 120%; }
    #buy-tickets-listview .list-format.no-showtimes a.shortcode-outline-btn:hover {
      background: #00a354;
      color: #fff;
      border-color: #00a354; }

#buytickets-datepicker .calendar-icon, #buytickets-datepicker .cal-label {
  pointer-events: none; }

#virtual-cinema-panel {
  max-width: none;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center; }
  #virtual-cinema-panel h2 {
    color: #353535; }

#blog-panel {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
  max-width: none; }
  #blog-panel h2 {
    color: #353535; }
  @media (max-width: 1024px) {
  #blog-panel .grid-item:last-child {
    display: none; } }

.donations-panel {
  position: relative;
  min-height: 20vh;
  overflow: hidden;
  background-color: #00a354;
  max-height: calc(100vh - 178px); }
  .donations-panel img.hero-img {
    visibility: visible;
    width: 100%; }
  @media (max-width: 1024px) {
  .donations-panel {
    max-height: none; } }
  @media (max-width: 500px) {
  .donations-panel img.hero-img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .donations-panel .hero-content {
    position: relative;
    padding: 30px 0; } }
  .donations-panel .hero-content.no-img {
    position: relative;
    padding: 50px 0; }
  .donations-panel .hero-content-inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .donations-panel h2 {
    text-transform: none;
    color: #fff; }
  .donations-panel p {
    font-size: 18px;
    line-height: 1.75em;
    margin: 30px 0; }
  @media (max-width: 768px) {
    .donations-panel p {
      font-size: 12px;
      margin: 15px 0; } }

.donations-panel a.button, #blog-panel a.button {
  color: #fff;
  border-color: #fff; }

#powered-by-filmbot {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
  background: #000;
  color: #fff;
  font-family: Montserrat;
  font-size: 10px;
  border-radius: 5px 0 0 0;
  padding: 7px;
  line-height: 1em; }
  #powered-by-filmbot span {
    font-weight: bold; }

.film-series-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .film-series-list .series-container {
    width: 100%;
    margin: 0 15px 30px;
    width: calc(33.33% - 30px);
    /*** small desktop + ipad - 2 thumbnails across ***/
    /*** small mobile screens - 1 across ***/ }
  @media (max-width: 1200px) {
    .film-series-list .series-container {
      width: calc(50% - 30px); } }
  @media (max-width: 667px) {
    .film-series-list .series-container {
      width: 100%;
      margin: 0 0 12px; } }
  .film-series-list .series-container .series-thumbnail-holder {
    width: 100%;
    padding-top: 78%;
    position: relative;
    overflow: hidden; }
    .film-series-list .series-container .series-thumbnail-holder > a {
      display: block;
      width: 100%;
      height: 100%;
      color: #fff; }
    .film-series-list .series-container .series-thumbnail-holder .series-thumbnail {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-size: cover;
      background-repeat: no-repeat; }
    .film-series-list .series-container .series-thumbnail-holder .series-details {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.35);
      padding: 12px;
      color: #fff;
      z-index: 1; }
    .film-series-list .series-container .series-thumbnail-holder .series-details h2.series-title {
      color: #fff; }
    .film-series-list .series-container .series-thumbnail-holder .series-details .series-description {
      font-size: 15px;
      line-height: 1.3em;
      font-weight: bold;
      padding: 12px;
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
    .film-series-list .series-container .series-thumbnail-holder .view-series-container {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.35);
      z-index: 9;
      opacity: 0;
      transition: all 200ms ease-in-out; }
    .film-series-list .series-container .series-thumbnail-holder .view-series-container .view-series {
      font-weight: bold;
      font-size: 16px;
      line-height: 1em;
      letter-spacing: 0.375em;
      text-transform: uppercase;
      color: #fff;
      top: 50%;
      position: absolute;
      transform: translateY(-50%);
      text-align: center;
      width: 100%; }
    @media (min-width: 1025px) {
    .film-series-list .series-container .series-thumbnail-holder:hover .view-series-container, .film-series-list .series-container .series-thumbnail-holder:focus-visible .view-series-container, .film-series-list .series-container .series-thumbnail-holder.focus-visible .view-series-container {
      opacity: 1; }
    .film-series-list .series-container .series-thumbnail-holder:hover .series-thumbnail, .film-series-list .series-container .series-thumbnail-holder:focus-visible .series-thumbnail, .film-series-list .series-container .series-thumbnail-holder.focus-visible .series-thumbnail {
      filter: blur(3px); }
      .film-series-list .series-container .series-thumbnail-holder:hover .series-thumbnail .series-title, .film-series-list .series-container .series-thumbnail-holder:focus-visible .series-thumbnail .series-title, .film-series-list .series-container .series-thumbnail-holder.focus-visible .series-thumbnail .series-title, .film-series-list .series-container .series-thumbnail-holder:hover .series-thumbnail .series-description, .film-series-list .series-container .series-thumbnail-holder:focus-visible .series-thumbnail .series-description, .film-series-list .series-container .series-thumbnail-holder.focus-visible .series-thumbnail .series-description {
        opacity: 0; } }

.series-header {
  background-size: cover;
  background-position: center center;
  position: relative; }
  .series-header .series-color-overlay {
    background: #00a354;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.65; }
  .series-header .series-header-inner {
    position: relative;
    z-index: 9;
    padding: 20px;
    color: #fff; }
  .series-header h1 {
    color: #fff; }
  .series-header h1:after {
    content: '';
    display: block;
    width: 60%;
    margin: 15px auto 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.5); }
  .series-header p {
    color: #fff;
    text-align: center;
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .series-header p {
      font-size: 13px;
      line-height: 1.5em; } }

.empty-show-list {
  width: 100%;
  text-align: center; }
  .empty-show-list p {
    font-weight: bold; }

.secondary-page ul, .secondary-page ol {
  margin-left: 15px; }

#contact form {
  max-width: 500px;
  margin: auto; }
  #contact form .field-group {
    margin: 10px 0; }
    #contact form .field-group textarea {
      border-width: 2px;
      padding: 5px; }
    #contact form .field-group.submit-btn {
      text-align: center; }

.page-header p {
  text-align: center;
  font-weight: bold; }

#checkout, #order-confirmation {
  font-size: 14px; }
  #checkout .page-header, #order-confirmation .page-header {
    margin-bottom: 10px; }
  #checkout .page-header p, #order-confirmation .page-header p {
    margin-bottom: 30px;
    font-size: 17px; }
    @media (max-width: 667px) {
    #checkout .page-header p, #order-confirmation .page-header p {
      font-size: 15px;
      line-height: 1.25em; } }
  #checkout .page-header h1, #order-confirmation .page-header h1 {
    margin-bottom: 30px; }
    @media (max-width: 667px) {
    #checkout .page-header h1, #order-confirmation .page-header h1 {
      margin-bottom: 25px; } }
  #checkout a, #order-confirmation a {
    text-decoration: underline; }
  #checkout .checkout-container, #order-confirmation .checkout-container {
    display: flex;
    padding: 20px 0 0; }
  @media (max-width: 667px) {
    #checkout .checkout-container, #order-confirmation .checkout-container {
      display: block;
      padding: 0; } }
  #checkout .checkout-container .checkout-step, #order-confirmation .checkout-container .checkout-step {
    width: 50%;
    padding: 0 30px; }
    @media (max-width: 1024px) {
    #checkout .checkout-container .checkout-step:first-child, #order-confirmation .checkout-container .checkout-step:first-child {
      padding: 0 20px 0 10px; }
    #checkout .checkout-container .checkout-step:last-child, #order-confirmation .checkout-container .checkout-step:last-child {
      padding: 0 10px 0 20px; } }
    @media (max-width: 667px) {
    #checkout .checkout-container .checkout-step, #order-confirmation .checkout-container .checkout-step {
      width: 100%; } }
    #checkout .checkout-container .checkout-step.step-info, #order-confirmation .checkout-container .checkout-step.step-info {
      border-right: 1px solid rgba(0, 163, 84, 0.4); }
    @media (max-width: 667px) {
      #checkout .checkout-container .checkout-step.step-info, #order-confirmation .checkout-container .checkout-step.step-info {
        border: none;
        padding: 0 20px 20px; } }
    #checkout .checkout-container .checkout-step.step-info .ticket-info-container, #order-confirmation .checkout-container .checkout-step.step-info .ticket-info-container {
      display: flex;
      margin-bottom: 15px;
      padding-bottom: 30px;
      border-bottom: 1px solid rgba(0, 163, 84, 0.4); }
    @media (max-width: 667px) {
        #checkout .checkout-container .checkout-step.step-info .ticket-info-container, #order-confirmation .checkout-container .checkout-step.step-info .ticket-info-container {
          display: block; } }
    #checkout .checkout-container .checkout-step.step-info .ticket-info-container .show-poster, #order-confirmation .checkout-container .checkout-step.step-info .ticket-info-container .show-poster {
      width: auto;
      margin: 5px 0 0 0;
      flex-shrink: 0; }
    @media (min-width: 500px) {
          #checkout .checkout-container .checkout-step.step-info .ticket-info-container .show-poster, #order-confirmation .checkout-container .checkout-step.step-info .ticket-info-container .show-poster {
            margin: 5px 20px 0 0; } }
    #checkout .checkout-container .checkout-step.step-info .ticket-info-container .show-poster a, #order-confirmation .checkout-container .checkout-step.step-info .ticket-info-container .show-poster a {
      display: block; }
    #checkout .checkout-container .checkout-step.step-info .ticket-info-container .show-poster img, #order-confirmation .checkout-container .checkout-step.step-info .ticket-info-container .show-poster img {
      width: auto;
      height: 190px; }
      @media (max-width: 500px) {
          #checkout .checkout-container .checkout-step.step-info .ticket-info-container .show-poster img, #order-confirmation .checkout-container .checkout-step.step-info .ticket-info-container .show-poster img {
            margin: 0 auto 20px; } }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type {
      padding: 5px 0 0 0;
      position: relative;
      flex-grow: 1; }
    @media (max-width: 667px) {
        #checkout .checkout-container .checkout-step.step-info .ticket-quantity, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type {
          position: static; } }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .error-message:nth-child(2), #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .error-message:nth-child(2), #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .error-message:nth-child(2), #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .error-message:nth-child(2) {
      visibility: visible !important; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .error-message, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .error-message, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .error-message, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .error-message {
      bottom: auto;
      top: -16px;
      font-size: 12px;
      overflow: visible; }
    @media (max-width: 667px) {
          #checkout .checkout-container .checkout-step.step-info .ticket-quantity .error-message, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .error-message, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .error-message, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .error-message {
            left: 0;
            top: -20px;
            font-size: 10px;
            width: 100%;
            text-align: center; } }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity.no-quantity .error-message:nth-child(1), #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity.no-quantity .error-message:nth-child(1), #checkout .checkout-container .checkout-step.step-info .seat-ticket-type.no-quantity .error-message:nth-child(1), #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type.no-quantity .error-message:nth-child(1) {
      visibility: visible; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity.no-quantity .error-message:nth-child(2), #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity.no-quantity .error-message:nth-child(2), #checkout .checkout-container .checkout-step.step-info .seat-ticket-type.no-quantity .error-message:nth-child(2), #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type.no-quantity .error-message:nth-child(2) {
      visibility: hidden !important; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type.hidden, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type.hidden, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type.hidden, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type.hidden {
      display: none; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type {
      margin-bottom: 15px;
      line-height: 1em;
      display: flex;
      justify-content: space-between; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-quantity, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-quantity, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-quantity, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-quantity, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-quantity, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-quantity, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-quantity, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-quantity, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-ticket-type, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-ticket-type, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-ticket-type, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-ticket-type {
      margin-top: 3px;
      width: 110px;
      flex-shrink: 0; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-ticket-type, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-ticket-type, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-ticket-type, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-ticket-type, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-ticket-type {
      width: 275px; }
      #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-ticket-type .select-container, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .choose-ticket-type .select-container, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-ticket-type .select-container, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .choose-ticket-type .select-container, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-ticket-type .select-container, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .choose-ticket-type .select-container, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-ticket-type .select-container, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .choose-ticket-type .select-container {
        width: 270px;
        margin-left: 10px; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .select-container, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity .select-container, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .select-container, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity .select-container, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .select-container, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type .select-container, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .select-container, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type .select-container {
      width: 110px;
      border-radius: 8px;
      background: #3f3d3d;
      color: #fff; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity label, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity label, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity label, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity label, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type label, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type label, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type label, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type label {
      font-weight: bold;
      font-size: 14px;
      line-height: 1.3em;
      padding-top: 0.35em;
      padding-left: 0; }
      #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity label span, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity label span, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity label span, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity label span, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type label span, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type label span, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type label span, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type label span {
        font-size: 12px;
        display: block;
        font-weight: normal;
        font-family: Montserrat;
        margin: 0 20px 3px 0; }
    #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity select, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-quantity select, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity select, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-quantity select, #checkout .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type select, #order-confirmation .checkout-container .checkout-step.step-info .ticket-quantity .select-ticket-type select, #checkout .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type select, #order-confirmation .checkout-container .checkout-step.step-info .seat-ticket-type .select-ticket-type select {
      margin: 0;
      cursor: pointer;
      position: relative;
      background: #3f3d3d;
      color: #fff;
      font-size: 15px;
      width: 100%;
      border-radius: 8px;
      height: 40px;
      padding: 2px 25px; }
    #checkout .checkout-container .checkout-step.step-info .age-disclaimer, #order-confirmation .checkout-container .checkout-step.step-info .age-disclaimer {
      font-size: 13px;
      line-height: 1.5em;
      margin-top: 30px; }
    #checkout .checkout-container .checkout-step.step-payment, #order-confirmation .checkout-container .checkout-step.step-payment {
      padding-top: 5px; }
    @media (max-width: 667px) {
      #checkout .checkout-container .checkout-step.step-payment, #order-confirmation .checkout-container .checkout-step.step-payment {
        padding: 0 20px; } }
    #checkout .checkout-container .checkout-step.step-payment .ticket-total-data-container, #order-confirmation .checkout-container .checkout-step.step-payment .ticket-total-data-container {
      margin: 20px 0; }
    #checkout .checkout-container .checkout-step.step-payment .ticket-total-data-container .ticket-total-data-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .ticket-total-data-container .ticket-total-data-placeholder {
      opacity: 0.45;
      font-weight: bold; }
    #checkout .checkout-container .checkout-step.step-payment .ticket-total-data-container .ticket-total-data, #order-confirmation .checkout-container .checkout-step.step-payment .ticket-total-data-container .ticket-total-data {
      display: none; }
    #checkout .checkout-container .checkout-step.step-payment .payment-info, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info {
      background: #231f20;
      opacity: 0.45;
      color: #fff;
      border-radius: 8px;
      max-width: 300px;
      margin: 0 auto;
      padding: 15px 18px 0;
      height: 190px; }
    #checkout .checkout-container .checkout-step.step-payment .payment-info .filter-container, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .filter-container {
      padding: 0;
      margin: 0 0 20px;
      display: block;
      text-align: left; }
    #checkout .checkout-container .checkout-step.step-payment .payment-info .filter-container a, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .filter-container a {
      color: #f4f4f4;
      font-weight: bold;
      font-size: 16px;
      text-transform: uppercase;
      display: inline-block;
      cursor: pointer;
      opacity: 0.4; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .filter-container a.selected, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .filter-container a.selected {
        opacity: 1; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .filter-container a:not(:last-child), #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .filter-container a:not(:last-child) {
        margin: 0 18px 0 0; }
      @media (max-width: 667px) {
          #checkout .checkout-container .checkout-step.step-payment .payment-info .filter-container a, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .filter-container a {
            font-size: 14px; } }
    #checkout .checkout-container .checkout-step.step-payment .payment-info .row, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row {
      position: relative;
      margin: 0 0 25px; }
    #checkout .checkout-container .checkout-step.step-payment .payment-info .row.col, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row.col {
      display: flex; }
    #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group {
      position: relative;
      width: 33.33%; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group.select-month, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group.select-month {
        padding: 0 15px 0 0; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group.select-year, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group.select-year {
        padding: 0 0 0 5px; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group.input-cvc, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group.input-cvc {
        padding: 0 0 0 25px; }
        #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group.input-cvc input, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group.input-cvc input {
          width: 100%; }
          #checkout .checkout-container .checkout-step.step-payment #gift-card-inputs .row .field-group.input-cvc {
            width: 100%;
            padding-left: 0; }
            #checkout .checkout-container .checkout-step.step-payment #gift-card-inputs .row .field-group.input-cvc input {
              width: 30%; }
              #checkout .checkout-container .checkout-step.step-payment #gift-card-inputs .row .field-group.input-cvc input.error + .error-message.field-note {
                color: #e01; }
            #checkout .checkout-container .checkout-step.step-payment #gift-card-inputs .row .field-group.input-cvc div {
              color: #fff; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group.field-group__cvv, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group.field-group__cvv {
        width: 21%; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group.field-group__postal-code, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group.field-group__postal-code {
        width: 37%; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container select, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container select {
        display: block;
        letter-spacing: 0.15em;
        font-weight: 300;
        font-size: 15px;
        line-height: 40px;
        background: rgba(0, 0, 0, 0);
        color: #fff;
        border-radius: 0;
        border: 0;
        outline: 0;
        border-bottom: 1px solid #fff;
        width: 100%;
        height: 40px;
        -webkit-appearance: none;
        cursor: pointer;
        padding: 0 20px 0 0;
        /* oh ie applies select coloring rules to the options within XD */ }
        @media (max-width: 768px) {
            #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container select, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container select {
              font-size: 14px; } }
        #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container select option, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container select option {
          color: #000; }
        #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .select-arrow, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .select-arrow {
          color: #fff;
          position: absolute;
          right: 0px;
          pointer-events: none;
          width: 14px; }
        #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .select-arrow:before, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .select-arrow:before {
          display: none; }
        #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .select-arrow svg, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .select-arrow svg {
          width: 14px; }
        #checkout .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .error-message, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info .row .field-group .select-container .error-message {
          overflow: visible; }
    #checkout .checkout-container .checkout-step.step-payment .payment-info input, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input {
      border-width: 0 0 1px 0;
      border-color: #fff;
      height: 40px;
      line-height: 1em;
      width: 100%;
      padding: 0;
      background: rgba(0, 0, 0, 0);
      color: #fff;
      margin: 0;
      letter-spacing: 0.05em; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info input::-webkit-input-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input::-webkit-input-placeholder {
        color: #fff; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info input::-moz-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input::-moz-placeholder {
        color: #fff; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info input::-moz-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input::-moz-placeholder {
        color: #fff; }
      #checkout .checkout-container .checkout-step.step-payment .payment-info input::-ms-input-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input::-ms-input-placeholder {
        color: #fff; }
    #checkout .checkout-container .checkout-step.step-payment .payment-info input:focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input:focus-visible, #checkout .checkout-container .checkout-step.step-payment .payment-info input.focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input.focus-visible {
      outline: none;
      border-bottom-color: #00a354; }
    @media (max-width: 768px) {
          #checkout .checkout-container .checkout-step.step-payment .payment-info input, #order-confirmation .checkout-container .checkout-step.step-payment .payment-info input {
            font-size: 14px; } }
    #checkout .checkout-container .checkout-step.step-payment .payment-address, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address {
      margin: 20px 0 0; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .toggle-section, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .toggle-section {
      display: none;
      width: 100%; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .toggle-section-header, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .toggle-section-header {
      clear: both;
      display: block;
      font-size: 1em;
      line-height: 1.5;
      margin-bottom: 1em;
      width: 100%; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .toggle-section-icon, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .toggle-section-icon {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      border: 2px solid #000;
      border-radius: 50%;
      text-align: center;
      vertical-align: bottom; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .toggle-section-icon::after, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .toggle-section-icon::after {
      border-style: solid;
      border-width: 2px 2px 0 0;
      content: '';
      display: inline-block;
      height: 0.45em;
      left: 0.45em;
      position: absolute;
      top: 0.55em;
      transform: rotate(45deg);
      vertical-align: middle;
      width: 0.45em; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row {
      position: relative;
      margin: 0 0 15px; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row.col, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.col {
      display: flex; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row .field-group, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row .field-group {
      position: relative;
      width: 50%; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row .field-group:first-child, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row .field-group:first-child {
        padding: 0 10px 0 0; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row .field-group:last-child, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row .field-group:last-child {
        padding: 0 0 0 10px; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row input, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select {
      margin: 0;
      font-size: 14px !important;
      height: 40px;
      letter-spacing: 0.05em;
      border-width: 0 0 2px 0; }
      @media (max-width: 768px) {
          #checkout .checkout-container .checkout-step.step-payment .payment-address .row input, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select {
            font-size: 12px; } }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row input::-webkit-input-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input::-webkit-input-placeholder, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select::-webkit-input-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select::-webkit-input-placeholder {
          color: rgba(63, 61, 61, 0.7); }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row input::-moz-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input::-moz-placeholder, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select::-moz-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select::-moz-placeholder {
          color: rgba(63, 61, 61, 0.7); }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row input::-moz-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input::-moz-placeholder, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select::-moz-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select::-moz-placeholder {
          color: rgba(63, 61, 61, 0.7); }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row input::-ms-input-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input::-ms-input-placeholder, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select::-ms-input-placeholder, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select::-ms-input-placeholder {
          color: rgba(63, 61, 61, 0.7); }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row input:focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input:focus-visible, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select:focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select:focus-visible, #checkout .checkout-container .checkout-step.step-payment .payment-address .row input.focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row input.focus-visible, #checkout .checkout-container .checkout-step.step-payment .payment-address .row select.focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select.focus-visible {
        outline: none;
        border-bottom-color: #00a354; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row select, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row select {
      border-radius: 0; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row.toggle--opened .toggle-section, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.toggle--opened .toggle-section {
      display: flex; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row.toggle--opened .toggle-section-icon, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.toggle--opened .toggle-section-icon {
        transform: rotate(90deg); }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row.toggle--opened .toggle-section-icon:after, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.toggle--opened .toggle-section-icon:after {
          left: 0.325em;
          top: 0.375em; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row {
      display: block; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code {
        border: 2px solid;
        padding-left: 10px;
        vertical-align: middle;
        margin: 0 10px 0 0; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code[readonly] + a, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code[readonly] + a {
          position: relative; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code[readonly] + a:before, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code[readonly] + a:before {
          content: " ";
          display: block;
          border: solid 10px #32cd32;
          border-radius: 10px;
          height: 0;
          width: 0;
          position: absolute;
          left: -45px;
          top: 8px;
          right: initial; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code[readonly] + a:after, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #discount-code[readonly] + a:after {
          content: " ";
          display: block;
          width: 5px;
          height: 9px;
          border: solid white;
          border-width: 0 2px 2px 0;
          position: absolute;
          left: -37px;
          top: 12px;
          right: initial;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #apply-discount-code, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.discount-code-row #apply-discount-code {
        border-width: 2px;
        height: 40px;
        vertical-align: middle;
        margin: 0;
        white-space: nowrap; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row {
      display: block;
      margin-top: 1.5em; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.toggle--opened, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.toggle--opened {
        margin-bottom: 1.25em !important; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.toggle--opened .toggle-section, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.toggle--opened .toggle-section {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gc-applying #gc-wrap, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gc-applying #gc-wrap {
        width: calc(56% - 40px); }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gc-applying #gc-cvv, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gc-applying #gc-cvv {
          width: calc(26% - 40px); }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap {
      width: calc(58% - 40px); }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap.gc-code-accepted, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap.gc-code-accepted {
        position: relative; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap.gc-code-accepted:before, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap.gc-code-accepted:before {
          content: " ";
          display: block;
          border: solid 10px #32cd32;
          border-radius: 10px;
          height: 0;
          width: 0;
          position: absolute;
          left: initial;
          top: 10px;
          right: 12px; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap.gc-code-accepted:after, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc-wrap.gc-code-accepted:after {
          content: " ";
          display: block;
          width: 5px;
          height: 9px;
          border: solid white;
          border-width: 0 2px 2px 0;
          position: absolute;
          left: initial;
          top: 14px;
          right: 20px;
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg); }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv #gc-wrap, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv #gc-wrap {
      width: calc(98% - 88px); }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv #gc-wrap.gc-code-accepted, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv #gc-wrap.gc-code-accepted {
        width: calc(95% - 88px); }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv.gc-applying #gc-wrap, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv.gc-applying #gc-wrap {
        width: calc(88% - 88px); }
      @media (max-width: 500px) {
            #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv.gc-applying #gc-wrap, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv.gc-applying #gc-wrap {
              width: calc(80% - 88px); } }
      @media (max-width: 667px) {
          #checkout .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv #gc-wrap.gc-code-accepted, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row.gift-card-row.gift-card-row--no-gc-cvv #gc-wrap.gc-code-accepted {
            width: calc(92% - 88px); } }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc {
      border: 2px solid;
      padding-left: 10px;
      vertical-align: middle;
      width: 100%; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc-cvv, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc-cvv {
      border: 2px solid;
      padding-left: 10px;
      vertical-align: middle;
      width: calc(34% - 40px); }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row #apply-gc, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #apply-gc {
      border-width: 2px;
      height: 40px;
      vertical-align: middle;
      margin: 0;
      padding: 0 20px;
      white-space: nowrap; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc-cvv-notice, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc-cvv-notice {
      padding: 0.35em 0;
      width: 100%; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row #gc-error-message, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row #gc-error-message {
      bottom: auto !important;
      position: relative !important;
      width: 100%; }
    #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd h3, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd h3 {
      text-transform: none; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content {
        max-height: 85%;
        width: 85%; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner {
        height: 100%;
        width: 100%; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body {
          height: 100%;
          width: 100%; }
          #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body img.dnd-explainer-graphic-desktop, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body img.dnd-explainer-graphic-desktop {
            max-width: 100%;
            max-height: 100%; }
      @media (max-width: 667px) {
            #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content {
              height: 85%; }
              #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner {
                height: 100%; }
                #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body {
                  height: 100%; }
                  #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body img, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd .dnd-explainer-modal .modal-content .modal-inner .modal-body img {
                    height: 100%;
                    width: auto;
                    margin: 0 auto;
                    max-width: none; } }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 {
        display: none; }
      @media (max-width: 667px) {
            #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 {
              padding-left: 35px; } }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options {
        display: flex;
        position: relative; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options .error-message, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options .error-message {
        left: 0; }
      #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li {
        padding: 0;
        margin: 0;
        border: 1px solid;
        border-right-width: 0;
        white-space: nowrap;
        min-width: 80px;
        text-align: center; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li:first-child, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li:first-child {
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li:last-child, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li:last-child {
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          border-right-width: 1px;
          padding: 0 10px; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a {
          border: none;
          display: inline-block;
          width: 100%;
          height: 30px;
          line-height: 30px;
          text-align: center;
          padding: 0;
          vertical-align: middle; }
          #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a:hover, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a:hover, #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a:focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a:focus-visible, #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a.focus-visible, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li a.focus-visible {
            background: #00a354;
            color: #fff; }
        #checkout .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li input, #order-confirmation .checkout-container .checkout-step.step-payment .payment-address .row#dnd #dnd-step-2 #tip-options li input {
          width: 40px;
          height: 17px;
          line-height: normal;
          text-align: center;
          font-family: inherit;
          position: relative;
          top: 2px;
          border-bottom-width: 1px; }
    #checkout .checkout-container .checkout-step.step-payment .terms, #order-confirmation .checkout-container .checkout-step.step-payment .terms {
      margin: 10px 0 0;
      position: relative; }
    #checkout .checkout-container .checkout-step.step-payment .terms.error .error-message, #order-confirmation .checkout-container .checkout-step.step-payment .terms.error .error-message {
      visibility: visible; }
    #checkout .checkout-container .checkout-step.step-payment .terms.error .checkbox-indicator, #order-confirmation .checkout-container .checkout-step.step-payment .terms.error .checkbox-indicator {
      border-color: #e01; }
    #checkout .checkout-container .checkout-step.step-payment .submit input[type=submit], #order-confirmation .checkout-container .checkout-step.step-payment .submit input[type=submit] {
      margin: 30px auto;
      width: 100%; }
    #checkout .checkout-container .checkout-step.step-payment .submit input[type=submit]:disabled, #order-confirmation .checkout-container .checkout-step.step-payment .submit input[type=submit]:disabled {
      opacity: 0.45; }
    #checkout .checkout-container .checkout-step.step-payment .submit .submit-error, #order-confirmation .checkout-container .checkout-step.step-payment .submit .submit-error {
      position: relative;
      visibility: visible;
      text-transform: uppercase;
      font-size: 11px;
      white-space: normal;
      line-height: 1.5em;
      font-weight: bold; }
    #checkout .checkout-container .checkout-step.step-payment .addition-donation, #order-confirmation .checkout-container .checkout-step.step-payment .addition-donation {
      height: auto;
      min-height: 30px; }
    #checkout .checkout-container .checkout-step.step-payment .addition-donation label, #order-confirmation .checkout-container .checkout-step.step-payment .addition-donation label {
      position: relative;
      display: block;
      padding-top: 5px; }
    #checkout .checkout-container .checkout-step.donate-amount h2, #order-confirmation .checkout-container .checkout-step.donate-amount h2 {
      font-size: 18px;
      letter-spacing: 0;
      line-height: 1.6em; }
    #checkout .checkout-container .checkout-step.donate-amount h4, #order-confirmation .checkout-container .checkout-step.donate-amount h4 {
      text-align: left; }
    #checkout .checkout-container .checkout-step.donate-amount .donation-form, #order-confirmation .checkout-container .checkout-step.donate-amount .donation-form {
      position: relative;
      margin: 30px 0; }
    #checkout .checkout-container .checkout-step.donate-amount .donation-form span, #order-confirmation .checkout-container .checkout-step.donate-amount .donation-form span {
      position: absolute;
      left: -20px;
      font-weight: bold;
      display: block;
      font-size: 20px;
      height: 60px;
      line-height: 60px; }
    @media (max-width: 768px) {
          #checkout .checkout-container .checkout-step.donate-amount .donation-form span, #order-confirmation .checkout-container .checkout-step.donate-amount .donation-form span {
            font-size: 16px;
            height: 48px;
            line-height: 48px;
            left: -15px; } }
    #checkout .checkout-container .checkout-step.donate-amount .donation-form input, #order-confirmation .checkout-container .checkout-step.donate-amount .donation-form input {
      font-weight: bold; }
  #checkout .checkout-container.checkout-active .toggle-section-header, #order-confirmation .checkout-container.checkout-active .toggle-section-header {
    cursor: pointer; }
    #checkout .checkout-container.checkout-active .checkout-step.step-info .error-message, #order-confirmation .checkout-container.checkout-active .checkout-step.step-info .error-message {
      visibility: hidden !important; }
    #checkout .checkout-container.checkout-active .checkout-step.step-payment h3, #order-confirmation .checkout-container.checkout-active .checkout-step.step-payment h3 {
      text-align: left;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 0.05em; }
    #checkout .checkout-container.checkout-active .checkout-step.step-payment .ticket-total-data-container .ticket-total-data, #order-confirmation .checkout-container.checkout-active .checkout-step.step-payment .ticket-total-data-container .ticket-total-data {
      display: block; }
    #checkout .checkout-container.checkout-active .checkout-step.step-payment .ticket-total-data-container .ticket-total-data-placeholder, #order-confirmation .checkout-container.checkout-active .checkout-step.step-payment .ticket-total-data-container .ticket-total-data-placeholder {
      display: none; }
    #checkout .checkout-container.checkout-active .checkout-step.step-payment .payment-info, #order-confirmation .checkout-container.checkout-active .checkout-step.step-payment .payment-info {
      transition: opacity 0.3s;
      opacity: 1; }
  #checkout .checkout-container:not(.checkout-active) .toggle-section, #order-confirmation .checkout-container:not(.checkout-active) .toggle-section, #checkout .checkout-container.processing-payment .toggle-section, #order-confirmation .checkout-container.processing-payment .toggle-section, #checkout .checkout-container:not(.checkout-active) .toggle-section-header, #order-confirmation .checkout-container:not(.checkout-active) .toggle-section-header, #checkout .checkout-container.processing-payment .toggle-section-header, #order-confirmation .checkout-container.processing-payment .toggle-section-header, #checkout .checkout-container:not(.checkout-active) .toggle-section-icon, #order-confirmation .checkout-container:not(.checkout-active) .toggle-section-icon, #checkout .checkout-container.processing-payment .toggle-section-icon, #order-confirmation .checkout-container.processing-payment .toggle-section-icon {
    cursor: normal !important;
    opacity: 0.45; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details input, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details input, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details input, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details input, #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details select, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details select, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details select, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details select, #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details a, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details a, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details a, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details a, #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details label, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details label, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details label, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details label {
      pointer-events: none; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-info, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-info, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-info, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-info {
      opacity: 0.45; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .addition-donation, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .addition-donation, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .addition-donation, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .addition-donation {
      opacity: 0.45; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address .error-message, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address .error-message, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address .error-message, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address .error-message {
      opacity: 0.45; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]), #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]), #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]), #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]) {
      opacity: 0.45; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]).error, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]).error, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]).error, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address input:not([type=checkbox]).error {
      border-bottom-color: #e01 !important; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address .select-container, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address .select-container, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address .select-container, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address .select-container {
      opacity: 0.45; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address #apply-discount-code, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address #apply-discount-code, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address #apply-discount-code, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address #apply-discount-code {
      opacity: 0.45;
      border-color: rgba(0, 163, 84, 0.45);
      color: rgba(0, 163, 84, 0.45); }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address #apply-gc, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .payment-address #apply-gc, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address #apply-gc, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .payment-address #apply-gc {
      opacity: 0.45;
      border-color: rgba(0, 163, 84, 0.45);
      color: rgba(0, 163, 84, 0.45); }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .terms, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .terms, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .terms, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .terms, #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .ticket-total-data-container, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .ticket-total-data-container, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .ticket-total-data-container, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .ticket-total-data-container, #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details #dnd, #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details #dnd, #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details #dnd, #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details #dnd {
      opacity: 0.45; }
    #checkout .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .submit input[type=submit], #order-confirmation .checkout-container:not(.checkout-active) .checkout-step.step-payment #payment-details .submit input[type=submit], #checkout .checkout-container.processing-payment .checkout-step.step-payment #payment-details .submit input[type=submit], #order-confirmation .checkout-container.processing-payment .checkout-step.step-payment #payment-details .submit input[type=submit] {
      opacity: 0.45; }
  #checkout .ticket-order-data ul, #order-confirmation .ticket-order-data ul {
    width: 100%; }
  #checkout .ticket-order-data li, #order-confirmation .ticket-order-data li {
    margin: 0 0 10px;
    list-style: none;
    display: block;
    line-height: 1.25em; }
    #checkout .ticket-order-data li span, #order-confirmation .ticket-order-data li span {
      display: block; }
    #checkout .ticket-order-data li a:hover, #order-confirmation .ticket-order-data li a:hover {
      text-decoration: underline; }
    #checkout .ticket-order-data li .label, #order-confirmation .ticket-order-data li .label {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 11px; }
    #checkout .ticket-total-data-container, #order-confirmation .ticket-total-data-container, #checkout .order-data, #order-confirmation .order-data {
      margin: 20px 0; }
  #checkout .ticket-total-data-container .ticket-total-data li, #order-confirmation .ticket-total-data-container .ticket-total-data li, #checkout .order-data .ticket-total-data li, #order-confirmation .order-data .ticket-total-data li, #checkout .ticket-total-data-container .ticket-total-data-placeholder li, #order-confirmation .ticket-total-data-container .ticket-total-data-placeholder li, #checkout .order-data .ticket-total-data-placeholder li, #order-confirmation .order-data .ticket-total-data-placeholder li {
    font-size: 14px;
    display: flex;
    width: 100%;
    justify-content: space-between; }
    #checkout .ticket-total-data-container .ticket-total-data li .label, #order-confirmation .ticket-total-data-container .ticket-total-data li .label, #checkout .order-data .ticket-total-data li .label, #order-confirmation .order-data .ticket-total-data li .label, #checkout .ticket-total-data-container .ticket-total-data-placeholder li .label, #order-confirmation .ticket-total-data-container .ticket-total-data-placeholder li .label, #checkout .order-data .ticket-total-data-placeholder li .label, #order-confirmation .order-data .ticket-total-data-placeholder li .label {
      font-weight: bold; }
    #checkout .ticket-total-data-container .ticket-total-data li .data, #order-confirmation .ticket-total-data-container .ticket-total-data li .data, #checkout .order-data .ticket-total-data li .data, #order-confirmation .order-data .ticket-total-data li .data, #checkout .ticket-total-data-container .ticket-total-data-placeholder li .data, #order-confirmation .ticket-total-data-container .ticket-total-data-placeholder li .data, #checkout .order-data .ticket-total-data-placeholder li .data, #order-confirmation .order-data .ticket-total-data-placeholder li .data {
      text-align: right; }
    #checkout .ticket-total-data-container .ticket-total-data li.tickets .data .tickets_quantity_subtotal, #order-confirmation .ticket-total-data-container .ticket-total-data li.tickets .data .tickets_quantity_subtotal, #checkout .order-data .ticket-total-data li.tickets .data .tickets_quantity_subtotal, #order-confirmation .order-data .ticket-total-data li.tickets .data .tickets_quantity_subtotal, #checkout .ticket-total-data-container .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal, #order-confirmation .ticket-total-data-container .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal, #checkout .order-data .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal, #order-confirmation .order-data .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal {
      display: none; }
      #checkout .ticket-total-data-container .ticket-total-data li.tickets .data .tickets_quantity_subtotal.active, #order-confirmation .ticket-total-data-container .ticket-total-data li.tickets .data .tickets_quantity_subtotal.active, #checkout .order-data .ticket-total-data li.tickets .data .tickets_quantity_subtotal.active, #order-confirmation .order-data .ticket-total-data li.tickets .data .tickets_quantity_subtotal.active, #checkout .ticket-total-data-container .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal.active, #order-confirmation .ticket-total-data-container .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal.active, #checkout .order-data .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal.active, #order-confirmation .order-data .ticket-total-data-placeholder li.tickets .data .tickets_quantity_subtotal.active {
        display: block; }
    #checkout .ticket-total-data-container .ticket-total-data li.total_price, #order-confirmation .ticket-total-data-container .ticket-total-data li.total_price, #checkout .order-data .ticket-total-data li.total_price, #order-confirmation .order-data .ticket-total-data li.total_price, #checkout .ticket-total-data-container .ticket-total-data-placeholder li.total_price, #order-confirmation .ticket-total-data-container .ticket-total-data-placeholder li.total_price, #checkout .order-data .ticket-total-data-placeholder li.total_price, #order-confirmation .order-data .ticket-total-data-placeholder li.total_price {
      text-transform: uppercase;
      font-weight: bold; }
  #checkout .error-message.form-error, #order-confirmation .error-message.form-error {
    text-align: center;
    position: relative;
    white-space: normal;
    font-size: 15px;
    margin-top: -30px;
    margin-bottom: 30px;
    line-height: 1.4em; }
  #checkout .error-message.display, #order-confirmation .error-message.display {
    visibility: visible; }
  #checkout .error-message.field-note, #order-confirmation .error-message.field-note {
    color: white;
    visibility: visible; }
  #checkout input.error, #order-confirmation input.error, #checkout select.error, #order-confirmation select.error {
    border-bottom-color: #e01 !important; }
  #checkout .field-group.error > .error-message, #order-confirmation .field-group.error > .error-message {
    visibility: visible;
    overflow: visible; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
  #checkout select, #order-confirmation select, #checkout input, #order-confirmation input, #checkout input:focus-visible, #order-confirmation input:focus-visible, #checkout input.focus-visible, #order-confirmation input.focus-visible, #checkout input:hover, #order-confirmation input:hover {
    font-size: 16px !important; } }
  #checkout.checkout--is-loading, #order-confirmation.checkout--is-loading {
    cursor: wait !important; }
  #checkout.checkout--is-loading *, #order-confirmation.checkout--is-loading * {
    pointer-events: none !important; }

#order-confirmation {
  margin: auto;
  display: none; }
  @media (max-width: 667px) {
    #order-confirmation .confirmation-container {
      padding: 10px 10px 0; } }
  #order-confirmation .confirmation-container p {
    margin: 0 0 25px; }
    #order-confirmation .confirmation-container p.order-id {
      font-weight: bold;
      font-size: 24px; }
  #order-confirmation .confirmation-container .order-summary {
    padding: 10px 0 0;
    display: flex; }
    @media (max-width: 667px) {
    #order-confirmation .confirmation-container .order-summary {
      display: block; } }
    #order-confirmation .confirmation-container .order-summary .show-data {
      width: 65%;
      padding: 0 25px 0 0;
      display: flex; }
    @media (max-width: 667px) {
      #order-confirmation .confirmation-container .order-summary .show-data {
        display: block;
        width: auto;
        padding: 0; } }
    #order-confirmation .confirmation-container .order-summary .show-data .show-poster {
      width: 175px; }
    @media (max-width: 1024px) {
        #order-confirmation .confirmation-container .order-summary .show-data .show-poster {
          width: 125px; } }
    @media (max-width: 667px) {
        #order-confirmation .confirmation-container .order-summary .show-data .show-poster {
          display: none; } }
    #order-confirmation .confirmation-container .order-summary .show-data .ticket-order-data {
      width: calc(100% - 175px);
      padding: 0 0 0 25px; }
    #order-confirmation .confirmation-container .order-summary .show-data .ticket-order-data .age-disclaimer {
      font-size: 13px;
      margin: 12px 0 0;
      line-height: 1.5em; }
    @media (max-width: 1024px) {
        #order-confirmation .confirmation-container .order-summary .show-data .ticket-order-data {
          width: calc(100% - 125px); } }
    @media (max-width: 667px) {
        #order-confirmation .confirmation-container .order-summary .show-data .ticket-order-data {
          width: auto;
          padding: 0;
          margin: 0; }
          #order-confirmation .confirmation-container .order-summary .show-data .ticket-order-data li {
            display: flex; }
          #order-confirmation .confirmation-container .order-summary .show-data .ticket-order-data li .label {
            word-break: normal;
            width: 85px; }
          #order-confirmation .confirmation-container .order-summary .show-data .ticket-order-data .age-disclaimer {
            display: none; } }
    #order-confirmation .confirmation-container .order-summary .order-data {
      width: 35%; }
    #order-confirmation .confirmation-container .order-summary .order-data .ticket-total-data li .data {
      font-weight: normal; }
    @media (max-width: 667px) {
      #order-confirmation .confirmation-container .order-summary .order-data {
        width: auto; }
        #order-confirmation .confirmation-container .order-summary .order-data li {
          margin-bottom: 8px; } }

.dummy-select-container {
  position: relative;
  max-width: 130px; }
  .select-ticket-type .dummy-select-container {
    max-width: 300px; }
  .select-ticket-type .dummy-select-container ul li {
    text-transform: none; }
  .dummy-select-container .show-list {
    margin: 0;
    cursor: pointer;
    position: relative;
    background: #3f3d3d;
    color: #fff;
    line-height: 35px;
    font-size: 15px;
    width: 100%;
    border-radius: 8px;
    height: 40px;
    padding: 2px 25px; }
  .dummy-select-container .select-arrow {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 36px;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 1; }
  .dummy-select-container .select-arrow svg {
    margin: auto;
    width: 17px; }
  .dummy-select-container .select-arrow:before {
    content: '';
    display: block;
    top: 8px;
    bottom: 8px;
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0px; }
  .dummy-select-container ul {
    position: absolute;
    z-index: 9999;
    top: 32px;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 0 0 9px 9px;
    overflow: hidden;
    background: #3f3d3d;
    height: 0;
    opacity: 0;
    width: 100%; }
  .dummy-select-container ul.active {
    padding: 4px 0 0;
    opacity: 1;
    transition: opacity 200ms ease-in-out;
    height: auto;
    overflow: visible; }
  .dummy-select-container ul li {
    background: #3f3d3d;
    color: #fff;
    line-height: 36px;
    height: 34px;
    font-size: 15px;
    text-transform: uppercase;
    display: block;
    white-space: nowrap;
    padding: 0 25px;
    cursor: pointer; }
    .dummy-select-container ul li:last-child {
      border-radius: 0 0 8px 8px; }
    .dummy-select-container ul li.disabled {
      color: #999; }
    .dummy-select-container ul li:hover:not(.disabled), .dummy-select-container ul li:focus-visible:not(.disabled), .dummy-select-container ul li.focus-visible:not(.disabled) {
      background: #fff;
      color: #3f3d3d; }
    .dummy-select-container ul li.first.selected {
      display: none; }

.lock-scroll {
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-overflow-scrolling: auto; }

.seats-modal {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding: 40px 50px 40px;
  color: #fff;
  background: #000;
  z-index: 11; }
  @media (max-width: 667px) {
  .seats-modal {
    padding: 100px 50px 120px; } }
  .seats-modal .seats-header {
    padding-top: 10px;
    text-align: center; }
  .seats-modal .seats-header img {
    max-height: 120px;
    width: auto; }
  .seats-modal .seats-header h1, .seats-modal .seats-header h2 {
    margin-bottom: 10px !important; }
    .seats-modal .seats-header h1 a, .seats-modal .seats-header h2 a {
      color: #fff; }
    .seats-modal .seats-header h1 a:hover, .seats-modal .seats-header h2 a:hover, .seats-modal .seats-header h1 a:active, .seats-modal .seats-header h2 a:active {
      text-decoration: none;
      color: #00a354; }
  .seats-modal .seats-header h1 {
    font-size: 27px; }
    @media (max-width: 768px) {
    .seats-modal .seats-header h1 {
      font-size: calc(27px * 0.75); } }
  .seats-modal .seats-header h2 {
    font-size: 23px; }
  .seats-modal .seats-header .showtime-extra {
    display: block;
    margin: 0 auto 10px;
    width: 100%; }
  .seats-modal .seats-header .rs-select-showtime-container {
    width: 200px;
    margin: 0 auto; }
    .seats-modal .seats-header .rs-select-showtime-container .rs-select-showtime {
      background: #ccc;
      color: #fff;
      border: none; }
    .seats-modal .seats-header .rs-select-showtime-container .select-arrow {
      color: #fff; }
    .seats-modal .seats-header .rs-select-showtime-container .select-arrow:before {
      background-color: rgba(255, 255, 255, 0.5); }
  .seats-modal .seats-header .rs-selected-showtime {
    display: none; }
  .seats-modal .hall-container {
    background: #000;
    font-family: Montserrat; }
  .seats-modal .hall-container .hall-header {
    max-width: 800px; }
  .seats-modal .hall-container .hall-screen {
    border: 4px solid #fff; }
  .seats-modal .hall-container .hall-legend {
    margin-left: 55px; }
    @media (max-width: 667px) {
    .seats-modal .hall-container .hall-legend {
      margin-left: 0; } }
  .seats-modal .hall-container .hall-legend-item {
    letter-spacing: normal;
    font-weight: normal;
    text-align: left;
    color: #fff;
    flex-grow: unset; }
    @media (max-width: 667px) {
    .seats-modal .hall-container .hall-legend-item {
      max-width: none; } }
  .seats-modal .hall-container .hall-description {
    color: #fff; }
  .seats-modal .hall-container .hall-wrapper {
    width: 800px;
    background: #000; }
  .seats-modal .hall-container .canvas-container {
    margin: 0 auto; }
  .seats-modal .seats-modal-checkout {
    display: block;
    margin: 0 auto;
    min-width: 250px;
    padding: 10px;
    letter-spacing: 0.1em;
    background: #231f20;
    color: #fff;
    height: auto;
    border: none; }
  .seats-modal .seats-modal-checkout:hover {
    color: #231f20;
    background: #fff;
    border: none; }
  .seats-modal .seats-modal-cancel {
    display: none;
    padding: 15px 0;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    background: transparent;
    border: none; }
  .seats-modal .error-message {
    padding: 10px 0 15px;
    min-height: 24px;
    text-transform: none;
    position: static;
    letter-spacing: normal;
    visibility: visible;
    font-size: inherit;
    color: #e01;
    white-space: normal;
    line-height: normal;
    opacity: 1;
    font-weight: bold; }
  .seats-modal .reservation-countdown-message {
    margin: 10px 0 0;
    font-size: 17px;
    font-weight: 600; }

.open-seats-modal {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #231f20;
  line-height: 1.1em;
  cursor: pointer; }

.reservation-countdown-message {
  display: none;
  margin: 10px 0;
  font-size: 19px;
  font-weight: 700;
  text-align: center; }

.overlay-message {
  padding: 50px 25px;
  margin-left: 250px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: #fff;
  text-align: center;
  font-weight: bold; }
  @media (max-width: 667px) {
  .overlay-message {
    margin-left: 0; } }
  @media (max-width: 1023px) {
  .overlay-message {
    padding: 44px 0 0 0; } }
  .overlay-message h4 {
    margin: 20px 0 0 0; }

.select-container {
  position: relative;
  /* IE 10,11 */ }
  .select-container select::-ms-expand {
    visibility: hidden;
    width: 0; }
  .select-container select {
    display: block;
    outline: 0;
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    cursor: pointer;
    z-index: 10;
    padding: 2px 25px;
    background: transparent; }
  .select-container select.rs-select-showtime {
    color: #fff;
    padding-left: 10px; }
  .select-container .select-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 36px;
    height: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    z-index: 10; }
  .select-container .select-arrow svg {
    margin: auto;
    width: 17px; }
    .select-container .select-arrow svg polyline {
      stroke: rgba(63, 61, 61, 0.7); }
  .select-container .select-arrow:before {
    content: '';
    display: block;
    top: 8px;
    bottom: 8px;
    position: absolute;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.5);
    left: 0px; }
/** Stripe **/
#stripe-inputs .row {
  position: relative;
  width: 100%;
  height: 40px;
  margin: 0;
  display: flex; }
  #stripe-inputs .row.col {
    margin-top: 20px; }
  #stripe-inputs .row .field-group {
    margin: 0 0 0 10px;
    width: 100%; }
    #stripe-inputs .row .field-group:first-child {
      margin-left: 0; }
  #stripe-inputs label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    color: rgba(244, 244, 244, 0.7);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: 0 50%;
    cursor: text;
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    padding-left: 0;
    font-size: 14px; }
  #stripe-inputs .stripe-input, #stripe-inputs .input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 7px;
    color: #fff;
    background-color: transparent; }
  #stripe-inputs .stripe-input::placeholder, #stripe-inputs .input::placeholder {
    color: transparent !important;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }
  #stripe-inputs .stripe-input.StripeElement, #stripe-inputs .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity; }
  #stripe-inputs .stripe-input.focused, #stripe-inputs .input.focused, #stripe-inputs .stripe-input:not(.empty), #stripe-inputs .input:not(.empty) {
    opacity: 1; }
    #stripe-inputs .stripe-input.focused::placeholder, #stripe-inputs .input.focused::placeholder, #stripe-inputs .stripe-input:not(.empty)::placeholder, #stripe-inputs .input:not(.empty)::placeholder {
      color: #dbdbdb !important; }
    #stripe-inputs .stripe-input.focused + label, #stripe-inputs .input.focused + label, #stripe-inputs .stripe-input:not(.empty) + label, #stripe-inputs .input:not(.empty) + label {
      color: #dbdbdb;
      transform: scale(0.95) translateY(-25px);
      cursor: default; }
  #stripe-inputs .stripe-input.focused + label, #stripe-inputs .input.focused + label {
    color: #dbdbdb; }
    #stripe-inputs .stripe-input.focused + label + .baseline, #stripe-inputs .input.focused + label + .baseline {
      background-color: #dbdbdb; }
  #stripe-inputs .stripe-input.invalid + label, #stripe-inputs .input.invalid + label {
    color: #e01; }
    #stripe-inputs .stripe-input.invalid + label + .baseline, #stripe-inputs .input.invalid + label + .baseline {
      background-color: #e01; }
  #stripe-inputs .stripe-input .ElementsApp .InputElement.is-invalid, #stripe-inputs .input .ElementsApp .InputElement.is-invalid {
    color: #e01; }
  #stripe-inputs .stripe-input:focus, #stripe-inputs .input:focus, #stripe-inputs .stripe-input:focus-visible, #stripe-inputs .input:focus-visible, #stripe-inputs .stripe-input.focus-visible, #stripe-inputs .input.focus-visible {
    outline: none !important; }
  #stripe-inputs .baseline {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #cfd7df;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1); }

.error-message ul {
  list-style: disc !important;
  padding: 0 0 0 1rem !important; }

.page-template-location-splash-template header#sidebar .sidebar-top {
  flex-grow: 0;
  position: relative;
  z-index: 2; }
  .page-template-location-splash-template header#sidebar .location-dropdown, .page-template-location-splash-template header#sidebar .location-info, .page-template-location-splash-template header#sidebar #primary-nav, .page-template-location-splash-template header#sidebar #footer-container {
    display: none !important; }
  .page-template-location-splash-template #mobile-nav, .page-template-location-splash-template .nav-button-toggle {
    display: none !important; }
  .page-template-location-splash-template.admin-bar {
    margin-top: -32px; }
  .page-template-location-splash-template #main {
    padding: 0; }
  .page-template-location-splash-template .location-splash-grid {
    display: flex;
    height: 100vh; }
  @media (max-width: 1024px) {
    .page-template-location-splash-template .location-splash-grid {
      flex-direction: column;
      height: calc(100vh - 44px); } }
  .page-template-location-splash-template .location-splash-grid a {
    color: #3f3d3d;
    text-decoration: none; }
  @media (min-width: 1024px) {
    .page-template-location-splash-template .location-splash-grid.grid-1 .location-splash-item {
      width: calc(100% / 1); }
      .page-template-location-splash-template .location-splash-grid.grid-2 .location-splash-item {
        width: calc(100% / 2); }
      .page-template-location-splash-template .location-splash-grid.grid-3 .location-splash-item {
        width: calc(100% / 3); }
      .page-template-location-splash-template .location-splash-grid.grid-4 .location-splash-item {
        width: calc(100% / 4); }
      .page-template-location-splash-template .location-splash-grid.grid-5 .location-splash-item {
        width: calc(100% / 5); }
      .page-template-location-splash-template .location-splash-grid.grid-6 .location-splash-item {
        width: calc(100% / 6); }
      .page-template-location-splash-template .location-splash-grid.grid-7 .location-splash-item {
        width: calc(100% / 7); }
      .page-template-location-splash-template .location-splash-grid.grid-8 .location-splash-item {
        width: calc(100% / 8); }
      .page-template-location-splash-template .location-splash-grid.grid-9 .location-splash-item {
        width: calc(100% / 9); } }
  @media (max-width: 1024px) {
    .page-template-location-splash-template .location-splash-grid {
      width: 100%;
      flex-grow: 1; } }
  .page-template-location-splash-template .location-splash-grid .location-splash-item {
    background-size: cover; }
    @media (max-width: 1024px) {
    .page-template-location-splash-template .location-splash-grid .location-splash-item {
      display: flex;
      flex-direction: column;
      flex-grow: 1; } }
    .page-template-location-splash-template .location-splash-grid .location-splash-item a {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      height: 100vh;
      flex-direction: column; }
    @media (max-width: 1024px) {
      .page-template-location-splash-template .location-splash-grid .location-splash-item a {
        height: 100%;
        flex-grow: 1; } }
    .page-template-location-splash-template .location-splash-grid .location-splash-item a:hover {
      background: rgba(0, 163, 84, 0.8); }
    .page-template-location-splash-template .location-splash-grid .location-splash-item .location-name {
      text-transform: uppercase;
      font-size: 40px;
      margin-bottom: 20px;
      letter-spacing: 0.05em;
      line-height: 1em; }
    @media (max-width: 1024px) {
      .page-template-location-splash-template .location-splash-grid .location-splash-item .location-name {
        font-size: 30px;
        margin-bottom: 20px; } }
    .page-template-location-splash-template .location-splash-grid .location-splash-item .location-address {
      margin-top: 20px;
      font-size: 27px;
      letter-spacing: 0.1em;
      line-height: 1.25em; }
    @media (max-width: 1024px) {
      .page-template-location-splash-template .location-splash-grid .location-splash-item .location-address {
        font-size: 18px; } }
  .page-template-location-splash-template .select-location {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.2em; }
  @media (min-width: 1025px) {
    .page-template-location-splash-template .select-location {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; } }
  @media (max-width: 1024px) {
    .page-template-location-splash-template .select-location {
      display: none; } }

#blog .entry-header {
  padding: 15px 0; }
  @media (max-width: 667px) {
    #blog .entry-header {
      padding: 0; } }
  #blog .entry-header .entry-meta p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: center;
    padding-bottom: 15px; }
    @media (max-width: 667px) {
    #blog .entry-header .entry-meta p {
      font-size: 13px; } }
  #blog .entry-content:after {
    display: block;
    content: '';
    clear: both; }
  #blog .entry-content p a:not(.more-link):not(.button) {
    font-weight: bold; }
  #blog .entry-content span {
    color: #000 !important; }
    #blog .entry-content span a:not(.more-link):not(.button), #blog .entry-content span a:not(.more-link):not(.button) span {
      color: #000 !important;
      font-weight: bold;
      border-bottom: 2px solid transparent; }
    #blog .entry-content span a:not(.more-link):not(.button):hover, #blog .entry-content span a:not(.more-link):not(.button) span:hover {
      border-bottom: 2px solid #000; }
  #blog .entry-content iframe, #blog .entry-content img {
    display: block;
    margin-bottom: 20px; }
  #blog .post-navigation {
    margin: 20px 0 0;
    border-top: 1px solid #00a354;
    padding: 30px 0 0;
    text-align: center;
    width: auto;
    max-width: 100%;
    float: none; }
  @media (max-width: 667px) {
    #blog .post-navigation {
      margin: 20px 10px 0; } }
  #blog .post-navigation > div {
    display: inline-block;
    margin: 0 20px; }
    #blog .post-navigation > div a {
      color: #000;
      font-size: 14px;
      line-height: 1em;
      letter-spacing: 0.05em;
      font-weight: 400;
      opacity: 0.42;
      position: relative; }
    #blog .post-navigation > div.older a {
      padding: 0 17px 0 0; }
    #blog .post-navigation > div.older a:after {
      content: '';
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      top: 0;
      right: 0px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
      border-width: 6px 0 6px 8px;
      margin: 4px 0 0 0; }
    #blog .post-navigation > div.older a:hover, #blog .post-navigation > div.older a:focus-visible, #blog .post-navigation > div.older a.focus-visible {
      opacity: 1; }
    #blog .post-navigation > div.newer a {
      padding: 0 0 0 17px; }
    #blog .post-navigation > div.newer a:after {
      content: '';
      height: 0;
      width: 0;
      display: block;
      position: absolute;
      top: 0;
      left: 0px;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
      border-width: 6px 8px 6px 0;
      margin: 4px 0 0 0; }
    #blog .post-navigation > div.newer a:hover, #blog .post-navigation > div.newer a:focus-visible, #blog .post-navigation > div.newer a.focus-visible {
      opacity: 1; }
  #blog article.blog-list-item {
    border-top: 1px solid #00a354;
    padding: 30px 0 20px;
    text-align: left; }
  #blog article.blog-list-item:first-child {
    border: none; }
  #blog article.blog-list-item a.underline-link, #blog article.blog-list-item a.more-link {
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2em;
    text-transform: uppercase;
    font-style: normal;
    border-bottom: 1px solid #000; }
  #blog article.blog-list-item .entry-content > :last-child {
    margin: 0; }
  #blog #search-form {
    margin: 20px 0;
    position: relative; }
  @media (max-width: 667px) {
    #blog #search-form {
      margin: 10px 0; } }
  #blog #search-form input[type='search'] {
    border: 1px solid #000;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 1);
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 40px;
    height: 40px;
    padding: 0;
    box-sizing: border-box; }
    @media (max-width: 667px) {
    #blog #search-form input[type='search'] {
      font-size: 14px; } }
    #blog #search-form input[type='search']:focus-visible, #blog #search-form input[type='search'].focus-visible {
      outline: none;
      border-color: #00a354; }
  #blog #search-form input[type='search']:-webkit-autofill {
    background: #fff; }
  #blog #search-form input[type='submit'], #blog #search-form input[type='submit']:focus {
    background: #fff url('../images/search-icon.svg') center center no-repeat;
    background-size: 23px 23px;
    border: none;
    width: 30px;
    height: 38px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9;
    padding: 0;
    margin: 0;
    outline: none;
    text-indent: -9999px; }
    #blog #search-form input[type='submit']:hover, #blog #search-form input[type='submit']:focus:hover, #blog #search-form input[type='submit']:focus-visible, #blog #search-form input[type='submit']:focus:focus-visible, #blog #search-form input[type='submit'].focus-visible, #blog #search-form input[type='submit']:focus.focus-visible {
      opacity: 0.6; }
  @media (max-width: 667px) {
    #blog #blog-subheader {
      margin: 0 10px; } }
  #blog #blog-subheader .blog-categories ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -20px; }
    #blog #blog-subheader .blog-categories ul li {
      margin: 4px 20px 3px 0;
      line-height: 1em; }
    @media (max-width: 667px) {
      #blog #blog-subheader .blog-categories ul li {
        margin: 0 25px 9px 0; } }
    #blog #blog-subheader .blog-categories ul li a {
      font-weight: bold;
      font-size: 9px;
      letter-spacing: 0.15em;
      line-height: 1.4em;
      padding-bottom: 2px;
      border-bottom: 3px solid rgba(0, 0, 0, 0);
      text-transform: uppercase; }
    #blog #blog-subheader .blog-categories ul li a:hover {
      border-bottom-color: #000; }
    @media (max-width: 667px) {
        #blog #blog-subheader .blog-categories ul li a {
          font-size: 13px;
          padding-bottom: 0; } }
    #blog #blog-subheader .blog-categories ul li.current-cat a {
      border-bottom-color: #000; }

body.single-post h1 {
  font-size: 27px;
  margin: 0; }
  body.single-post .entry-meta {
    text-align: center; }

body.blog h1 {
  margin: 0; }
  body.blog h2 {
    text-align: center; }
  body.blog article {
    text-align: center;
    padding: 30px 0; }
  body.blog article:not(:last-child) {
    border-bottom: 1px solid #00a354; }

.search-results {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.125em;
  line-height: 1.3em;
  padding: 20px 0 0; }

@media (max-width: 667px) {
  .blog-list, .single-post-content {
    margin: 0 10px; } }

.food-drink-menu {
  text-align: center; }

#food-drink-menu-header.filter-container {
  margin: 22px 0; }

#food-drink-menu-container {
  text-align: center; }

.food-drink-menu-download {
  color: #3f3d3d !important;
  display: block;
  font-size: 0.85em;
  font-weight: bold;
  margin: 0 0 22px 0; }

body.home.page-top-menu .wrapper-top-menu {
  height: 176px; }
  body.home.page-top-menu .promo-block {
    display: flex;
    height: 176px;
    margin-top: 44px;
    width: 100%; }
  body.home.page-top-menu .promo-section {
    align-items: center;
    display: flex;
    width: 100%; }
  body.home.page-top-menu .promo-item {
    height: 176px;
    position: relative;
    width: 100%;
    z-index: 0; }
  body.home.page-top-menu .promo-item + .promo-item {
    border-left: 1px solid #979797; }
  body.home.page-top-menu .promo-item a {
    text-decoration: none; }
    body.home.page-top-menu .promo-item a:hover .promo-image, body.home.page-top-menu .promo-item a:focus .promo-image, body.home.page-top-menu .promo-item a:active .promo-image {
      filter: none;
      -webkit-filter: none; }
    body.home.page-top-menu .promo-item a:hover .promo-image.colorize-hover, body.home.page-top-menu .promo-item a:focus .promo-image.colorize-hover, body.home.page-top-menu .promo-item a:active .promo-image.colorize-hover {
      filter: grayscale(100%) sepia(1) hue-rotate(0deg);
      -webkit-filter: grayscale(100%) sepia(1) hue-rotate(0deg); }
  body.home.page-top-menu .promo-item:nth-of-type(2n), body.home.page-top-menu .promo-item:nth-of-type(3n), body.home.page-top-menu .promo-item:nth-of-type(4n) {
    display: none; }
  body.home.page-top-menu .promo-content-inner {
    display: flex;
    flex-direction: column;
    height: 176px;
    justify-content: space-between;
    list-style: none;
    padding: 25px 18px 16px 18px; }
  body.home.page-top-menu .promo-image {
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(100%);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    -webkit-filter: grayscale(100%); }
  body.home.page-top-menu .promo-image.colorize {
    filter: grayscale(100%) sepia(1) hue-rotate(0deg);
    -webkit-filter: grayscale(100%) sepia(1) hue-rotate(0deg); }
  body.home.page-top-menu .promo-image:after {
    background-color: rgba(0, 0, 0, 0.44);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  body.home.page-top-menu .promo-date {
    color: #5ad4ff;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.07px; }
  body.home.page-top-menu .promo-description span {
    color: #5ad4ff;
    font-family: 'Helvetica Neue', 'Helvetica', sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.07px;
    line-height: 29px; }
  @media (min-width: 500px) {
  body.home.page-top-menu .promo-item {
    width: 50%; }
    body.home.page-top-menu .promo-item:nth-of-type(2n) {
      display: flex; }

    body.home.page-top-menu .promo-item:nth-of-type(4n) {
      display: none; } }
  @media (min-width: 768px) {
  body.home.page-top-menu .wrapper-top-menu {
    height: 100%; }
  body.home.page-top-menu .promo-block {
    display: flex; }
  body.home.page-top-menu .promo-item {
    width: calc(100% / 3); }
    body.home.page-top-menu .promo-item:nth-of-type(3n) {
      display: flex; } }
  @media (min-width: 1025px) {
  body.home.page-top-menu .promo-block {
    margin-top: 0; }
  body.home.page-top-menu .promo-item {
    width: 25%; }
    body.home.page-top-menu .promo-item:nth-of-type(4n) {
      display: flex; } }

#membership-signup, #ticket-pack-purchase {
  --field-border-color: rgba(63, 61, 61, 0.5);
  --field-text-color: #3f3d3d;
  line-height: 2; }
  @media (max-width: 667px) {
    #membership-signup h1, #ticket-pack-purchase h1 {
      margin-bottom: 15px; } }
  #membership-signup h2, #ticket-pack-purchase h2 {
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase; }
  #membership-signup ul, #ticket-pack-purchase ul {
    list-style-type: none; }
  #membership-signup input, #ticket-pack-purchase input {
    height: 40px; }
  #membership-signup select, #ticket-pack-purchase select {
    -webkit-appearance: none;
    background-color: transparent;
    border-bottom-color: var(--field-border-color);
    border-radius: 0;
    border-width: 0 0 2px 0;
    color: var(--field-text-color);
    cursor: pointer;
    display: block;
    height: 40px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
    margin: 0;
    outline: 0;
    padding: 0;
    width: 100%;
    z-index: 10; }
  #membership-signup label, #ticket-pack-purchase label {
    font-size: inherit; }
  #membership-signup fieldset, #ticket-pack-purchase fieldset {
    border: 0;
    outline: 0; }
  #membership-signup a, #ticket-pack-purchase a {
    text-decoration: underline; }
  #membership-signup p.required-description, #ticket-pack-purchase p.required-description {
    margin-top: 1em; }
  #membership-signup .column, #ticket-pack-purchase .column {
    column-gap: 46px;
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
  @media (max-width: 667px) {
    #membership-signup .column, #ticket-pack-purchase .column {
      display: block; } }
  #membership-signup .column .double, #ticket-pack-purchase .column .double {
    width: 50%; }
    @media (max-width: 667px) {
    #membership-signup .column .double, #ticket-pack-purchase .column .double {
      width: 100%; } }
  #membership-signup .column .triple, #ticket-pack-purchase .column .triple {
    width: 33.3333%; }
    @media (max-width: 667px) {
    #membership-signup .column .triple, #ticket-pack-purchase .column .triple {
      width: 100%; } }
  #membership-signup .column-half, #ticket-pack-purchase .column-half {
    flex: 1;
    width: 50%; }
  @media (max-width: 667px) {
    #membership-signup .column-half, #ticket-pack-purchase .column-half {
      width: 100%; } }
  #membership-signup #payment-details, #ticket-pack-purchase #payment-details {
    display: flex; }
  #membership-signup .membership-signup-container, #ticket-pack-purchase .membership-signup-container, #membership-signup .membership-update-header, #ticket-pack-purchase .membership-update-header, #membership-signup .ticket-pack-purchase-container, #ticket-pack-purchase .ticket-pack-purchase-container {
    text-align: left; }
  #membership-signup .membership-signup-container h3, #ticket-pack-purchase .membership-signup-container h3, #membership-signup .membership-update-header h3, #ticket-pack-purchase .membership-update-header h3, #membership-signup .ticket-pack-purchase-container h3, #ticket-pack-purchase .ticket-pack-purchase-container h3 {
    color: #3f3d3d;
    font-family: Rubik;
    font-size: 27px;
    letter-spacing: 0.1em;
    margin: 0 0 20px; }
  #membership-signup .membership-signup-container .content, #ticket-pack-purchase .membership-signup-container .content, #membership-signup .membership-update-header .content, #ticket-pack-purchase .membership-update-header .content, #membership-signup .ticket-pack-purchase-container .content, #ticket-pack-purchase .ticket-pack-purchase-container .content {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    padding-bottom: 40px; }
    #membership-signup .membership-signup-container .content ul, #ticket-pack-purchase .membership-signup-container .content ul, #membership-signup .membership-update-header .content ul, #ticket-pack-purchase .membership-update-header .content ul, #membership-signup .ticket-pack-purchase-container .content ul, #ticket-pack-purchase .ticket-pack-purchase-container .content ul, #membership-signup .membership-signup-container .content ol, #ticket-pack-purchase .membership-signup-container .content ol, #membership-signup .membership-update-header .content ol, #ticket-pack-purchase .membership-update-header .content ol, #membership-signup .ticket-pack-purchase-container .content ol, #ticket-pack-purchase .ticket-pack-purchase-container .content ol {
      list-style-type: disc;
      margin-left: 15px; }
  #membership-signup .ticket-pack-purchase-container .customer-info h3, #ticket-pack-purchase .ticket-pack-purchase-container .customer-info h3 {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.16em; }
  #membership-signup .user-info-fields, #ticket-pack-purchase .user-info-fields {
    flex-wrap: wrap; }
  #membership-signup .user-info-fields .row, #ticket-pack-purchase .user-info-fields .row {
    position: relative;
    width: 100%; }
    #membership-signup .user-info-fields .row input, #ticket-pack-purchase .user-info-fields .row input {
      box-shadow: none;
      margin: 0; }
    @media (max-width $tablet-portrait) {
      #membership-signup .user-info-fields .row input, #ticket-pack-purchase .user-info-fields .row input {
        font-size: 12px; } }
  #membership-signup .user-info-fields .row.col, #ticket-pack-purchase .user-info-fields .row.col {
    column-gap: 10px;
    display: flex; }
  #membership-signup .user-info-fields .field-group, #ticket-pack-purchase .user-info-fields .field-group {
    flex: 1 auto;
    position: relative;
    width: 100%; }
    @media (min-width: 667px) {
    #membership-signup .user-info-fields .field-group, #ticket-pack-purchase .user-info-fields .field-group {
      width: calc(50% - 10px); } }
  #membership-signup .user-info-fields .field-group__cvv, #ticket-pack-purchase .user-info-fields .field-group__cvv {
    width: 21%; }
  #membership-signup .user-info-fields .field-group__postal-code, #ticket-pack-purchase .user-info-fields .field-group__postal-code {
    width: 37%; }
  #membership-signup #customer-fields, #ticket-pack-purchase #customer-fields {
    margin-bottom: 60px; }
  #membership-signup #membership-gift-toggle, #ticket-pack-purchase #membership-gift-toggle {
    margin-top: 30px; }
  #membership-signup #member-2-fields, #ticket-pack-purchase #member-2-fields {
    padding-top: 20px; }
  #membership-signup #member-gift-fields .row, #ticket-pack-purchase #member-gift-fields .row {
    margin-bottom: 0; }
  #membership-signup .step-user-info input[type='text'], #ticket-pack-purchase .step-user-info input[type='text'], #membership-signup .step-user-info input[type='email'], #ticket-pack-purchase .step-user-info input[type='email'] {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0;
    width: 100%; }
  #membership-signup .step-user-info .double, #ticket-pack-purchase .step-user-info .double, #membership-signup .step-user-info .triple, #ticket-pack-purchase .step-user-info .triple {
    margin-right: 16px; }
    #membership-signup .step-user-info .double:last-of-type, #ticket-pack-purchase .step-user-info .double:last-of-type, #membership-signup .step-user-info .triple:last-of-type, #ticket-pack-purchase .step-user-info .triple:last-of-type {
      margin-right: 0; }
  #membership-signup .membership-signup-questions, #ticket-pack-purchase .membership-signup-questions, #membership-signup .ticket-pack-purchase-questions, #ticket-pack-purchase .ticket-pack-purchase-questions {
    display: flex;
    flex-direction: column; }
  #membership-signup .membership-signup-questions .membership-signup-step > label, #ticket-pack-purchase .membership-signup-questions .membership-signup-step > label, #membership-signup .ticket-pack-purchase-questions .membership-signup-step > label, #ticket-pack-purchase .ticket-pack-purchase-questions .membership-signup-step > label, #membership-signup .membership-signup-questions .ticket-pack-purchase-step > label, #ticket-pack-purchase .membership-signup-questions .ticket-pack-purchase-step > label, #membership-signup .ticket-pack-purchase-questions .ticket-pack-purchase-step > label, #ticket-pack-purchase .ticket-pack-purchase-questions .ticket-pack-purchase-step > label {
    font-size: 14px; }
  #membership-signup .step-user-interests, #ticket-pack-purchase .step-user-interests {
    margin-top: 6px;
    padding: 0; }
  #membership-signup .step-user-interests legend, #ticket-pack-purchase .step-user-interests legend {
    width: 100%; }
  #membership-signup .step-user-interests .interests, #ticket-pack-purchase .step-user-interests .interests {
    margin-top: 0.55em; }
  #membership-signup .step-user-interests li, #ticket-pack-purchase .step-user-interests li {
    height: 30px; }
  #membership-signup .step-user-interests > label, #ticket-pack-purchase .step-user-interests > label {
    padding-left: 0; }
  #membership-signup .step-user-where, #ticket-pack-purchase .step-user-where {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 20px; }
  #membership-signup .step-user-where label, #ticket-pack-purchase .step-user-where label {
    padding-left: 0px; }
  #membership-signup .user-interests label, #ticket-pack-purchase .user-interests label {
    align-items: center;
    display: flex;
    height: 34px;
    line-height: initial;
    padding-left: 34px;
    position: relative; }
    #membership-signup .user-interests label .checkbox-indicator, #ticket-pack-purchase .user-interests label .checkbox-indicator {
      border-width: 1px;
      height: 24px;
      width: 24px; }
    #membership-signup .user-interests label .checkbox-indicator:after, #ticket-pack-purchase .user-interests label .checkbox-indicator:after {
      height: 12px;
      left: 7px;
      top: 3px;
      width: 7px; }
  #membership-signup .user-interests .column, #ticket-pack-purchase .user-interests .column {
    flex-wrap: wrap; }
  #membership-signup #checkout .step-payment, #ticket-pack-purchase #checkout .step-payment {
    min-width: 100%; }
    #membership-signup #checkout .step-payment .payment-info, #ticket-pack-purchase #checkout .step-payment .payment-info {
      margin: 0 auto 2em; }
  #membership-signup #checkout .checkout-step, #ticket-pack-purchase #checkout .checkout-step {
    padding: 0; }
    #membership-signup #checkout .checkout-step .payment-address, #ticket-pack-purchase #checkout .checkout-step .payment-address {
      margin-top: 0; }
    @media (max-width: 667px) {
      #membership-signup #checkout .checkout-step .payment-address, #ticket-pack-purchase #checkout .checkout-step .payment-address {
        margin-top: 20px; } }
  #membership-signup label[for='birthday'] ~ svg, #ticket-pack-purchase label[for='birthday'] ~ svg, #membership-signup label[for='birthday_2'] ~ svg, #ticket-pack-purchase label[for='birthday_2'] ~ svg, #membership-signup #membership_gift_send_date ~ svg, #ticket-pack-purchase #membership_gift_send_date ~ svg {
    bottom: 0;
    fill: currentColor;
    height: 100%;
    left: auto;
    max-width: 36px;
    padding: 6px 0 8px 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
    #membership-signup label[for='birthday'] ~ svg path, #ticket-pack-purchase label[for='birthday'] ~ svg path, #membership-signup label[for='birthday_2'] ~ svg path, #ticket-pack-purchase label[for='birthday_2'] ~ svg path, #membership-signup #membership_gift_send_date ~ svg path, #ticket-pack-purchase #membership_gift_send_date ~ svg path {
      fill: currentColor; }
  #membership-signup [name='member_gift_message'], #ticket-pack-purchase [name='member_gift_message'] {
    border: 2px solid var(--field-border-color);
    padding: 1ch; }

#membership-signup form[name='membership-signup'][data-membership-type='single'] [data-dual-only='true'] {
  display: flex; }
  #membership-signup form[name='membership-signup'][data-membership-type='single'] [data-dual-only='true'] {
    display: none; }
  #membership-signup form[name='membership-signup'][data-membership-type='dual'] [data-dual-only='true'] {
    display: flex; }
  #membership-signup form[name='membership-signup'][data-gift-membership='false'] [data-self-only='true'] {
    display: flex; }
  #membership-signup form[name='membership-signup'][data-gift-membership='false'] [data-gift-only='true'] {
    display: none; }
  #membership-signup form[name='membership-signup'][data-gift-membership='true'] [data-self-only='true'] {
    display: none; }
  #membership-signup form[name='membership-signup'][data-gift-membership='true'] [data-gift-only='true'] {
    display: flex; }

#membership-gift-send-toggle {
  --time-field-width: 90px;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: var(--gap);
  position: relative;
  flex-flow: row wrap;
  width: 100%; }
  @media (max-width: 1024px) {
  #membership-gift-send-toggle .field__inner {
    flex-flow: column nowrap;
    place-items: flex-start; }
  #membership-gift-send-toggle .field__options {
    width: 100%; }
  #membership-gift-send-toggle .field__option {
    padding-left: 0; } }
  #membership-gift-send-toggle .field__label {
    flex: 1 fit-content; }
  #membership-gift-send-toggle .field__options {
    flex: 1 100%;
    flex-flow: column nowrap;
    place-items: flex-end;
    max-width: fit-content;
    gap: 0; }
  #membership-gift-send-toggle .field__option {
    width: 100%; }
  #membership-gift-send-toggle .field__option-name {
    display: flex;
    gap: calc(2 * var(--gap));
    flex: 1;
    flex-flow: row nowrap;
    place-content: space-between;
    width: 100%; }
  #membership-gift-send-toggle .field__option-name > div {
    flex-grow: 0;
    flex-shrink: 1;
    position: relative; }
    #membership-gift-send-toggle .field__option-name > div:first-of-type {
      flex-basis: 100%;
      max-width: calc(8ch + 40px);
      border-bottom: 2px solid var(--field-border-color); }
    #membership-gift-send-toggle .field__option-name > div:first-of-type input#membership_gift_send_date {
      max-height: var(--outer-circle-size);
      border: none; }
    #membership-gift-send-toggle .field__option-name > div:first-of-type input#membership_gift_send_date ~ svg {
      padding: 4px 0 4px 4px; }
    #membership-gift-send-toggle .field__option-name > div:last-of-type {
      flex-basis: var(--time-field-width);
      border-bottom: 2px solid var(--field-border-color); }
    #membership-gift-send-toggle .field__option-name > div:last-of-type select {
      max-height: var(--outer-circle-size);
      border: none; }
    #membership-gift-send-toggle .field__option-name > div:last-of-type.select-container {
      min-width: calc(6ch + 40px); }
    #membership-gift-send-toggle .field__option-name > div:last-of-type.select-container .select-arrow {
      margin: 0;
      max-width: 12px;
      width: 100%; }
    #membership-gift-send-toggle .field__option-name > div:last-of-type.select-container .select-arrow:before {
      background-color: transparent; }
  #membership-gift-send-toggle .field__option-name svg {
    height: 100%;
    padding: 2px 0 4px 0; }
  @media (min-width: 667px) {
    #membership-gift-send-toggle .field__option-name {
      gap: calc(4 * var(--gap)); } }

.membership-signup-type + .content > * {
  margin-bottom: 0;
  padding-bottom: 0; }

body.single-membership_plan:not(.membership-update):not(.membership-renew) #membership-signup #payment-details {
  flex-flow: column wrap; }
  body.single-membership_plan:not(.membership-update):not(.membership-renew) #membership-signup #payment-details .column-half {
    flex: 1;
    width: 100%; }

body.membership-update #primary {
  position: relative; }
  body.membership-update #membership-update-validation-container {
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 52px;
    z-index: 100; }
  body.membership-update #membership-update-validation-container form {
    margin: 0 auto;
    max-width: 400px;
    padding: 3em 0 2em; }
    body.membership-update #membership-update-validation-container form .submit {
      display: flex;
      flex-direction: column;
      padding-top: 20px;
      position: relative; }
    body.membership-update #membership-update-validation-container form .submit input[type=submit] {
      margin: 0 auto; }
    body.membership-update #membership-update-validation-container form .error-message {
      text-align: center;
      width: 100%; }
    body.membership-update #membership-update-validation-container form .error-message.visible {
      visibility: visible; }
  body.membership-update #membership-update-submit-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top: 20px;
    position: relative; }
  body.membership-update #membership-update-submit-container #submit-membership-update.processing {
    padding-right: 40px; }
    body.membership-update #membership-update-submit-container #submit-membership-update.success {
      padding-right: 40px;
      position: relative; }
    body.membership-update #membership-update-submit-container #submit-membership-update.success:before {
      content: " ";
      display: block;
      border: solid 10px #32cd32;
      border-radius: 10px;
      height: 0;
      width: 0;
      position: absolute;
      left: initial;
      top: 13px;
      right: 10px; }
    body.membership-update #membership-update-submit-container #submit-membership-update.success:after {
      content: " ";
      display: block;
      width: 5px;
      height: 9px;
      border: solid white;
      border-width: 0 2px 2px 0;
      position: absolute;
      left: initial;
      top: 17px;
      right: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }

body.membership-renew #membership-signup .page-header h1 {
  margin-bottom: 0.3em; }
  body.membership-renew .page-subheader {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    max-width: 80ch; }
  @media (min-width: 667px) {
  body.membership-renew #membership-signup .page-header h1 {
    margin-bottom: 0.55em; } }

body.single-program .show-list {
  border-top: 1px solid rgba(0, 163, 84, 0.4);
  margin-top: 35px;
  padding-top: 45px; }
  body.single-program .single-show-showtimes .date-selector {
    justify-content: center; }
  body.single-program .single-show-showtimes .date-selector:not(.single-date) {
    margin-left: -48px; }
  body.single-program .single-show-showtimes .showtimes-container {
    justify-content: center; }

body.page-template-donate-template .terms {
  min-height: 40px;
  overflow: hidden; }
  body.page-template-donate-template .h-captcha {
    margin-left: -1em;
    margin-top: 1em; }
  body.page-template-donate-template #checkout .checkout-container .checkout-step.step-payment .submit .submit-error {
    margin-top: -1em !important;
    padding-bottom: 2em !important; }
  body.page-template-donate-template #checkout .checkout-container .checkout-step.step-payment .submit input[type="submit"] {
    margin-top: 0.5em !important; }
/*
 * Page Template: Memberships Listing
 */
.membership-plans {
  column-gap: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto;
  padding: 0 1rem;
  row-gap: 3rem;
  width: calc(100% - 4rem); }

.membership-plan {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  justify-content: space-between;
  overflow: hidden;
  padding: 0;
  position: relative; }

.membership-plan__info {
  display: flex;
  flex-flow: column nowrap;
  gap: 1rem;
  margin-bottom: 2px;
  padding: 0.25rem 0; }

.membership-plan__image {
  display: flex;
  flex-flow: row nowrap;
  place-content: center; }
  .membership-plan__image img {
    max-width: 30ch;
    width: 100%; }

.membership-plan__header {
  text-align: center; }
  .membership-plan__header h2 {
    text-align: center; }

.membership-plan__cost {
  color: #3f3d3d;
  font-size: 27px; }

.membership-plan__benefits-summary {
  color: #3f3d3d;
  margin: 0 auto;
  max-width: 30ch;
  text-align: left; }

a.button.membership-plan__button {
  max-width: 34ch;
  text-align: center;
  width: 100%; }
/**
 * Size: 667px and Up
 */
@media (min-width: 667px) {
  .membership-plans {
    column-gap: 1.5rem;
    grid-template-columns: 1fr 1fr; } }
/**
 * Size: 768px and Up
 */
@media (min-width: 768px) {
  .membership-plans {
    grid-template-columns: 1fr 1fr 1fr; } }
