﻿/*
    //navbar.less
    #4c4c4c
    #888
    #fafafa
    #c4c4c4
    #808080
    #999999

    //pageTitle.less
    #4c4c4c
    #fafafa

    //slider.less
    #D9DCE5

    //tabbedNavigation.less
    #4c4c4c
    #fafafa
    #ddd
    #8E8E93

    //confirmation.less
    #1A1A1A
    #959595
    #fafafa
    #404040

    //connections.less
    #e4e4e4
    #eaeae9
    #4c4c4c

    //movierewards.less
    #e4e4e4
    #eaeae9
    #4c4c4c
    #F2F2F2
    #E6E6E6

    //movierewardsinfo.less
    #F9F9F9

    //myCinemark.less
    #4c4c4c

    //search.less
    #4c4c4c

    //seatmap.less
    #47643c
    #4c77c0
    #7f7f7f
    #47643c
    #E0E0E0
    #eee
    #cc1f2f
    #F0F0F0
    background: -webkit-gradient( linear, left top, right top, color-stop(8%, #F0F0F0), color-stop(18%, #DDDDDD), color-stop(33%, #F0F0F0) );
    background: -webkit-linear-gradient( left, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33% );
    background: linear-gradient(to right, #F0F0F0 8%, #DDDDDD 18%, #F0F0F0 33%);

    //seatSwapConfirmation.less
    #ececec

    //subscriptions.less
    #E4E4E4
    #1A1A1A
    #eaeae9
    #4c4c4c
    #373737
    #c8c8c8
    #B22025

    //theater.less
    #4c4c4c

    //concessions.less
    #cecece
    #333
    #707070
    #b4b4b4
    #404040

    //showtimes.less
    #4c4c4c
    #454545
    #B8B8B8

    //cinemark.less
    #F9F9F9
    #eaeae9
    #4c4c4c
    #333
    #8E8E93
    #d9d9d9
    #0758bc
    #ddd
    #2d2d2d
    #AEAEAE
    #CECECE
    #4c4c4c
    #398293
    #555
    #66afe9
    #FAFAFA
    #FCFCFC
    #DEDEDE
    #eee
    #efefef
    #666
    #595959
    #b1b1b3
    #279D5B
    rgba(102, 175, 233, .6)
    rgba(102, 175, 233, .6)

    //MCP gradient
    background: linear-gradient(48.81deg, #A9A9A9 13.96%, #DBDBDB 40.33%, #DBDBDB 57.52%, #A9A9A9 87.79%);

    // line:5084 some array of colors
    #65B042
    #E28964
    #AEAEAE
    #608de2
    #3387CC
    #608de2
    #666
    #608de2
    #bdb76b
    #65B042
    #3387CC

    #060
    #006
    #600
    #404
    #044
    #440
    #000
    #006

*/
:root {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #1A1A1A;
  --secondary-lighter: #2F2F2F;
  --secondary-darker: #000000;
  --on-secondary: #FAFAFA;
  --on-secondary-subtle: #FAFAFA;
  --background: #FAFAFA;
  --on-background: #1A1A1A;
  --surface: #FFFFFF;
  --on-surface: #1A1A1A;
  --error: #FFECEC;
  --on-error: #dd0000;
  --input-error-background: #FFECEC;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --grey-50: #FEFEFE;
  --grey-100: #F2F2F2;
  --grey-200: #E6E6E6;
  --grey-300: #CCCCCC;
  --grey-400: #B3B3B3;
  --grey-500: #999999;
  --grey-600: #808080;
  --grey-700: #666666;
  --grey-800: #4D4D4D;
  --grey-900: #424242;
  --grey-950: #252525;
  --movie-fan: #2FA1A2;
  --movie-club: #8171B3;
  --pill-bg: #FFFFFF;
  --pill-border-color: #CCCCCC;
  --tag-bg: #CCCCCC;
  --tag-color: #1A1A1A;
  --seat-available: #47762E;
  --divider: #E6E6E6;
}
[data-theme="dark"] {
  --primary: #dd0000;
  --primary-lighter: #FF3C3C;
  --primary-darker: #6B0D0D;
  --on-primary: #FAFAFA;
  --secondary: #FAFAFA;
  --secondary-lighter: #FFFFFF;
  --secondary-darker: #F2F2F2;
  --on-secondary: #1A1A1A;
  --on-secondary-subtle: #B3B3B3;
  --background: #1A1A1A;
  --on-background: #FAFAFA;
  --surface: #1A1A1A;
  --on-surface: #FAFAFA;
  --error: #FAFAFA;
  --on-error: #1A1A1A;
  --input-error-background: #6B0D0D;
  --warning: #F19A18;
  --on-warning: #1A1A1A;
  --pill-bg: #2F2F2F;
  --pill-border-color: #4D4D4D;
}
/* Variables for Import */
/* Mixins for Import */
/* Typography */
.fontstd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontcnd {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fontsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fontbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.fxxxl {
  font-size: 4em;
}
.fxxl {
  font-size: 3em;
}
.fxl {
  font-size: 2.6em;
}
.flg {
  font-size: 2em;
}
.fmd {
  font-size: 1.6em;
}
.fstd {
  font-size: 1.4em;
}
.fsm {
  font-size: 1.1em;
}
.fxs {
  font-size: 0.9em;
}
.fxxs {
  font-size: 0.75em;
}
.flight {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fnormal {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.fsemibold {
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
}
.fbold {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
/* Colors */
.primary {
  color: var(--primary);
}
.primary-hover {
  color: var(--primary-darker);
}
.brand-mf {
  color: var(--movie-fan);
}
.brand-mf-background {
  background: var(--movie-fan);
}
.brand-mc {
  color: var(--movie-club);
}
.brand-mc-background {
  background: var(--movie-club);
}
.seat-available-background {
  background: var(--seat-available);
}
.red {
  color: var(--primary);
}
.redhov {
  color: var(--primary-darker);
}
.blu20 {
  color: rgba(0, 61, 165, 0.2);
}
.blu50 {
  color: rgba(0, 61, 165, 0.5);
}
.blu70 {
  color: rgba(0, 61, 165, 0.7);
}
.blu100 {
  color: #003da5;
}
.grn50 {
  color: rgba(44, 104, 22, 0.5);
}
.grn70 {
  color: rgba(44, 104, 22, 0.7);
}
.grn100 {
  color: #2c6816;
}
.blk8 {
  color: rgba(0, 0, 0, 0.08);
}
.blk12 {
  color: rgba(0, 0, 0, 0.12);
}
.blk20 {
  color: rgba(0, 0, 0, 0.2);
}
.blk30 {
  color: rgba(0, 0, 0, 0.3);
}
.blk50 {
  color: rgba(0, 0, 0, 0.5);
}
.blk70 {
  color: #1a1a1a;
}
.blk70s {
  color: #444444;
}
.blk100 {
  color: #000000;
}
.wht1 {
  color: rgba(255, 255, 255, 0.1);
}
.wht50 {
  color: rgba(255, 255, 255, 0.5);
}
.wht100 {
  color: #ffffff;
}
.grey-700 {
  color: #666666;
}
.bgred {
  background: var(--primary);
}
.bgredhov {
  background: var(--primary-darker);
}
.bgblu20 {
  background: rgba(0, 61, 165, 0.2);
}
.bgblu50 {
  background: rgba(0, 61, 165, 0.5);
}
.bgblu70 {
  background: rgba(0, 61, 165, 0.7);
}
.bgblu100 {
  background: #003da5;
}
.bggrn50 {
  background: rgba(44, 104, 22, 0.5);
}
.bggrn70 {
  background: rgba(44, 104, 22, 0.7);
}
.bggrn100 {
  background: #2c6816;
}
.bgdbox {
  background: #f5891d;
}
.bgdboxhov {
  background: #d36700;
}
.special {
  background: #2da59c;
}
.specialhov {
  background: #0b837a;
}
.bgblk2 {
  background: rgba(0, 0, 0, 0.02);
}
.bgblk2s {
  background: #fafafa;
}
.bgblk5 {
  background: rgba(0, 0, 0, 0.05);
}
.bgblk5s {
  background: #f3f3f3;
}
.bgblk8 {
  background: rgba(0, 0, 0, 0.08);
}
.bgblk8s {
  background: #eaeae9;
}
.bgblk12 {
  background: rgba(0, 0, 0, 0.12);
}
.bgblk20 {
  background: rgba(0, 0, 0, 0.2);
}
.bgblk30 {
  background: rgba(0, 0, 0, 0.3);
}
.bgblk50 {
  background: rgba(0, 0, 0, 0.5);
}
.bgblk70 {
  background: #1a1a1a;
}
.bgblk100 {
  background: #000000;
}
.bggry {
  background: #8E8E93;
}
.bgwht1 {
  background: rgba(255, 255, 255, 0.1);
}
.bgwht50 {
  background: rgba(255, 255, 255, 0.5);
}
.bgwht70 {
  background: rgba(255, 255, 255, 0.7);
}
.bgwht70s {
  background: #444444;
}
.bgwht100 {
  background: #ffffff;
}
.bg-none {
  background: none;
}
/* Border */
.brdred {
  border: 2px solid var(--primary);
}
.brdredhov {
  border: 2px solid var(--primary-darker);
}
.brdDis {
  border: 2px solid #8E8E93;
}
.border-none {
  border: none;
}
/* Bootstrap label */
.label-primary {
  background: var(--primary);
}
/* Dropshadows */
.module-shadow {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.08);
}
.module-shadow-hover {
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
.no-shadow {
  box-shadow: none !important;
}
/* Icons */
.fill-red {
  fill: var(--primary);
}
.fill-red-hov {
  fill: var(--primary-darker);
}
.stroke-red {
  stroke: var(--primary);
}
.stroke-red-hov {
  stroke: var(--primary-darker);
}
.svg-btn {
  padding: 0;
  background: none;
}
/* Vertical Alignment */
.valign-top {
  vertical-align: top;
}
.valign-middle {
  vertical-align: middle;
}
.valign-bottom {
  vertical-align: bottom;
}
/* Flexbox Alignment */
.flex-align-center {
  align-items: center;
}
/* Hide the increment/decrement spinner on numerical inputs */
.hide-number-spinner[type="number"] {
  -moz-appearance: textfield;
}
.hide-number-spinner[type="number"]::-webkit-outer-spin-button,
.hide-number-spinner[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Layout */
.top {
  margin-top: 0;
  padding-top: 0;
}
.bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width:767.98px) {
  .bottom {
    margin-bottom: 15px;
  }
}
.bottom:not(img):not(input):empty {
  display: none !important;
}
.left {
  float: left;
  margin-left: 0;
}
.tight > * {
  margin: 0.5em 0;
}
.right {
  float: right;
  margin-right: 0;
}
.center {
  margin: auto;
}
.labelMargin {
  margin-top: calc(1em + 10px);
}
.uline {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.ulinepad {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.ulinepad:first-of-type {
  padding-top: 0;
}
.ulinepad.extra {
  padding: 1.5em 0;
}
.noline {
  padding-bottom: 0px;
  border-bottom: none;
}
.oline {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.olinepad {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1em;
  margin-top: 0.5em;
}
.olinepad.extra {
  padding-top: 1.5em;
  margin-top: 1em;
}
.strike {
  text-decoration: line-through;
}
.full-width {
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.breaks {
  white-space: pre-line;
}
.text-wrap {
  white-space: normal;
}
.trunc {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.success {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: rgba(44, 104, 22, 0.7);
}
.success.svgIcon {
  fill: rgba(44, 104, 22, 0.7);
}
.clearfix:before {
  display: table;
  content: "";
}
.clearfix:after {
  display: table;
  content: "";
  clear: both;
}
.print {
  display: none;
}
@media print {
  .print {
    display: initial;
  }
}
.finit {
  font-size: 10px;
}
.px0 {
  padding-left: 0;
  padding-right: 0;
}
.p0 {
  padding: 0 !important;
}
.p5 {
  padding: 5px;
}
.p20 {
  padding: 20px;
}
.p40 {
  padding: 40px;
}
.p15 {
  padding: 15px;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb30 {
  padding-bottom: 30px;
}
.m0 {
  margin: 0 !important;
}
.b0 {
  margin-bottom: 0;
  padding-bottom: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb0 {
  margin-bottom: 0!important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.t15 {
  margin-top: 15px;
}
.t30 {
  margin-top: 30px;
}
@media only screen and (max-width:767.98px) {
  .tempFixTopMargin {
    margin-top: 15px;
  }
}
.radius {
  border-radius: 4px;
}
.txtc {
  text-align: center;
}
.txtl {
  text-align: left;
}
.grow {
  flex-grow: 1;
}
.max-300 {
  max-width: 300px;
}
.cursPoint {
  cursor: pointer;
}
/* Responsive */
@media only screen and (max-width:369.98px) {
  .hidden-mobile-sm {
    display: none;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .hidden-mobile-md {
    display: none;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .hidden-mobile-lg {
    display: none;
  }
}
/* CSS Line Clamp */
/* Single line truncate */
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: 100%;
}
/* Standard Drop Shadow */
.filter-drop-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
/* List utility classes*/
.lsp-outside {
  list-style-position: outside;
}
/* Showtime Block */
@media only screen and (max-width:767.98px) {
  #showTimes.stick {
    margin-top: 80px;
  }
}
@media only screen and (min-width:768px) {
  #showTimes.stick {
    margin-top: 72px;
  }
}
#showtimesByMovie.stick {
  /*
        @media @mobile {
            margin-top:70px;
        }*/
}
@media only screen and (min-width:768px) {
  #showtimesByMovie.stick {
    margin-top: 140px;
  }
}
.showtimeColumn {
  position: initial;
  min-height: 340px;
}
@media only screen and (max-width:767.98px) {
  .showtimeColumn {
    margin-top: 10px;
  }
}
@media only screen and (min-width:768px) {
}
.showtimeBlockTabs .nav-tabs > li,
.showtimeBlockTabs .nav-tabs > li a {
  position: initial;
  /* fix for movie slider drop-downs */
  cursor: pointer;
}
.contentMain .showtimeBlockHeader {
  margin: 0 0 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.contentMain .showtimeBlockHeader .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width:767.98px) {
  .contentMain .showtimeBlockHeader h1 {
    font-size: 2em;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
}
.contentMain .movieDateSelector .showtimeBlockHeader.stick {
  position: fixed;
  background: #ffffff;
  z-index: 800;
  box-shadow: 0 -5px 15px #4c4c4c;
}
@media only screen and (max-width:767.98px) {
  .contentMain .movieDateSelector .showtimeBlockHeader.stick {
    background: #eaeae9;
    /*top:95px;*/
    width: 100%;
    margin-left: -15px;
    padding: 0 15px 0;
  }
}
@media only screen and (min-width:768px) {
  .contentMain .movieDateSelector .showtimeBlockHeader.stick {
    /*top:185px;*/
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .contentMain .movieDateSelector .showtimeBlockHeader.stick {
    /*top:180px;*/
    left: 0;
    padding: 20px 0 0 30px;
    width: 100%;
    padding-right: 30px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .contentMain .movieDateSelector .showtimeBlockHeader.stick {
    left: 0;
    padding: 20px 0 0 30px;
    width: 100%;
    padding-left: calc(1/3 * 100% - 50px);
    padding-right: 30px;
  }
}
@media only screen and (min-width:1200px) {
  .contentMain .movieDateSelector .showtimeBlockHeader.stick {
    padding: 20px 30px 0 336px;
    margin-left: -336.66666667px;
    width: 1160px;
  }
}
#mobileNavBar.stick {
  box-shadow: none;
}
@media only screen and (max-width:767.98px) {
  .contentMain .theatreDateSelector {
    padding: 0 0 0 15px;
  }
}
.contentMain .theatreDateSelector .showtimeBlockHeader.stick {
  position: fixed;
  background: #ffffff;
  z-index: 800;
  box-shadow: 0 -5px 20px #4c4c4c;
}
@media only screen and (max-width:767.98px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick {
    background: #eaeae9;
    width: 100%;
    margin-left: -15px;
    padding: 0 15px;
  }
}
@media only screen and (max-width:369.98px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick {
    /*top:85px;*/
    /*padding:15px 15px 0 15px;*/
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick {
    /*top:95px;*/
    /*padding:15px 15px 0;*/
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick {
    /*top:95px;*/
    /*padding:15px 15px 0 15px;*/
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick {
    /*top:170px;*/
    padding: 20px 0 0 30px;
    margin-left: -30px;
    width: 100%;
    padding-right: calc(1/3 * 100% + 15px);
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick {
    /*top:180px;*/
    padding: 20px 0 0 30px;
    margin-left: -30px;
    width: 100%;
    padding-right: calc(1/3 * 100% - 50px);
  }
}
@media only screen and (min-width:1200px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick {
    padding: 20px 0 0;
    margin-left: -30px;
    width: 1160px;
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick .container {
    width: 1160px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width:768px) {
  .contentMain .theatreDateSelector .showtimeBlockHeader.stick .container {
    display: flex;
  }
}
.contentMain .theatreDateSelector .showtimeBlockHeader.stick .container h2 {
  margin-right: 14px;
}
.contentMain .theatreDateSelector .showtimeBlockHeader .container {
  width: auto;
  padding: 0;
}
.contentMain #SearchResults {
  margin-top: 20px;
}
.showtimeBlockHeader h2 {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  margin-bottom: 20px;
}
.contentMain h1,
.theatreListHeader h2 {
  display: inline-block;
  padding: 15px 0 6px;
  margin: 0;
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .contentMain h1,
  .theatreListHeader h2 {
    display: none;
  }
  .contentMain h1.filteredShowtimes,
  .theatreListHeader h2.filteredShowtimes {
    display: block;
    padding: 0.25em 0 0.75em;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .contentMain h1.filteredShowtimes,
  .theatreListHeader h2.filteredShowtimes {
    padding-right: 1em;
  }
}
@media only screen and (min-width:768px) {
  .contentMain h1,
  .theatreListHeader h2 {
    padding: 0;
    margin-top: -6px;
  }
}
.contentMain h1.print,
.theatreListHeader h2.print {
  display: none;
}
@media print {
  .contentMain h1.print,
  .theatreListHeader h2.print {
    display: initial;
  }
}
@media only screen and (max-width:767.98px) {
  .contentMain .theatreListHeader:first-of-type {
    padding-top: 30px;
  }
  .contentMain .theatreListHeader:first-of-type h2 {
    padding-top: 0;
  }
}
.contentMain .showtimeBlockTabs {
  float: right;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.showtimeBlockTabs ul.nav-tabs {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
}
.showtimeBlockTabs ul.nav-tabs li.active a {
  color: var(--primary);
  border-color: #dd0000;
}
.contentMain .layout-a .showtimeBlockTabs ul li {
  font-size: 14px;
}
#theatreSelectFixed .showtimeBlockTabs {
  float: right;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
}
.moreDatesHead {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding-bottom: 10px;
}
.moreDatesHead .arrowLeft {
  float: left;
}
.moreDatesHead .arrowRight {
  float: right;
}
.moreDatesCalendar {
  margin-top: 10px;
  width: 210px;
}
.moreDatesCalendar div {
  height: 29px;
  width: 29px;
  margin: 0 1px 1px 0;
  float: left;
  display: table;
}
.moreDatesCalendar div > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: default;
}
.moreDatesCalendar div > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: rgba(0, 0, 0, 0.12);
}
.moreDatesCalendar div > a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #000000;
}
@media only screen and (max-width:767.98px), only screen and (min-width:768px) and (max-width:991.98px) {
  .showtimeBlockTabs .calendarDate li {
    display: none;
  }
  .showtimeBlockTabs .calendarDate li.dateDisplay,
  .showtimeBlockTabs .calendarDate li.more {
    display: block;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .showtimeBlockTabs .calendarDate li.dateDisplay {
    display: none;
  }
}
.showtimeBlockTabs .nav-tabs li.dateDisplay,
.showtimeBlockTabs .nav-tabs li.filteredDateDisplay {
  cursor: default;
}
@media only screen and (max-width:369.98px) {
  #theatreSelectFixed .showtimeColumn {
    padding: 5px 5px 0 15px;
    background: #ffffff;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  #theatreSelectFixed .showtimeColumn {
    padding: 5px 20px 0 30px;
    background: #ffffff;
  }
}
@media only screen and (min-width:768px) {
  #theatreSelectFixed .showtimeColumn {
    padding: 20px 20px 0 30px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px), only screen and (min-width:451px) and (max-width:767.98px) {
  .showtimeBlockTabs .nav-tabs li:last-child a {
    margin-right: 0;
  }
}
@media only screen and (max-width:369.98px), only screen and (min-width:370px) and (max-width:450.98px) {
  .contentMain .showtimeBlockTabs,
  #theatreSelectFixed .showtimeBlockTabs {
    float: none;
  }
  .showtimeBlockTabs .nav-tabs li {
    width: 18.75%;
    text-align: center;
  }
  .showtimeBlockTabs .nav-tabs li:first-of-type {
    padding-left: 0;
  }
  .showtimeBlockTabs .nav-tabs li:last-of-type {
    width: 25%;
    text-align: right;
    padding-right: 0;
  }
  .showtimeBlockTabs .nav-tabs li a {
    padding: 0 0 8px 0;
    width: 100%;
  }
}
.showtimeBlockTabs li.dateDisplay:empty {
  display: none;
}
@media only screen and (max-width:767.98px) {
  .showtimeBlockTabs li {
    padding: 0 10px;
  }
  .showtimeBlockTabs li.dateDisplay,
  .showtimeBlockTabs li.filteredDateDisplay {
    width: auto;
    padding: 0 0 8px 0;
  }
  .showtimeBlockTabs li.more {
    float: right;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .showtimeBlockTabs li {
    padding-bottom: 0;
  }
  .showtimeBlockTabs li.dateDisplay,
  .showtimeBlockTabs li.filteredDateDisplay {
    padding: 0 10px 0 0;
  }
}
@media only screen and (min-width:768px) {
  .showtimeBlockTabs li {
    padding-bottom: 0;
  }
  .showtimeBlockTabs li.dateDisplay,
  .showtimeBlockTabs li.filteredDateDisplay {
    padding-bottom: 2px;
  }
}
@media only screen and (min-width:1200px) {
  .showtimeBlockTabs .showtimesMonday:after,
  .showtimeBlockTabs .showtimesSunday:after,
  .showtimeBlockTabs .showtimesTuesday:after,
  .showtimeBlockTabs .showtimesThursday:after,
  .showtimeBlockTabs .showtimesFriday:after {
    content: "day";
  }
  .showtimeBlockTabs .showtimesWednesday:after {
    content: "nesday";
  }
  .showtimeBlockTabs .showtimesSaturday:after {
    content: "urday";
  }
}
.showtimeMessages {
  margin-top: -10px;
  font-size: 1.4em;
}
.showtimeMessages > div {
  margin-bottom: 5px;
}
.showtimeMessages > div:last-child {
  margin-bottom: 0;
}
.showtimeMessages svg {
  margin-right: 15px;
}
.showtimeMessages a {
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
}
.showtimeMessages a:hover {
  color: var(--primary-darker);
}
.theatreHomeContent .showtimeMessages {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.showtimeMovieBlock {
  border-bottom: 1px solid var(---grey-200);
  margin-bottom: 20px;
}
.showtimeMovieBlock:last-child {
  border: 0;
}
@media only screen and (max-width:369.98px) {
  .showtimeMovieBlock:last-child {
    margin-bottom: 0;
  }
}
.showtimeMovieBlock .showtimeMovie {
  margin-bottom: 20px;
}
@media only screen and (min-width:768px) {
  .showtimeMovieBlock .showtimeMovie > .col-sm-2 {
    padding-left: 0;
  }
}
@media only screen and (max-width:767.98px) {
}
.showtimeMovieBlock .showtimeMovie h3 {
  padding: 0;
  margin: 0 0 0.5em;
  display: inline-block;
  font-size: 2.6em;
  font-family: 'Work Sans Semi-bold', sans-serif;
  font-weight: 600;
  /*  This improves positioning when a "tickets" link is clicked in the movie slider, but it breaks showtime buttons, so have to disable for now
    &:before { 
      display: block; 
      content: " "; 
      margin-top: -140px; 
      height: 140px; 
      visibility: hidden; 
    }
    */
}
.showtimeMovieBlock .showtimeMovieTrailerLink,
.showtimeMovieBlock .showtimeMovieDetailsLink {
  font-size: 1.4em;
  color: var(--tag-color);
  background: var(--tag-bg);
  display: inline-block;
  padding: 0.125em 0.5em;
  border-radius: 4px;
  margin-right: 1em;
}
.showtimeMovieBlock .showtimeMovieTrailerLink:hover,
.showtimeMovieBlock .showtimeMovieDetailsLink:hover {
  background: rgba(0, 0, 0, 0.3);
}
.showtimeMovieBlock .showtimeMovieTrailerLink:focus,
.showtimeMovieBlock .showtimeMovieDetailsLink:focus {
  background: rgba(0, 0, 0, 0.3);
}
.showtimeMovieBlock .showtimeMovieRating,
.showtimeMovieBlock .showtimeMovieRuntime {
  display: inline-block;
  margin: 0.5em 1em 0.5em 0;
  font-size: 1.4em;
}
.theatreBlock .showtimeTheatreTimes,
.showtimeMovieBlock .showtimeMovieTimes {
  margin: 20px 0;
  font-size: 1.54em;
}
.theatreBlock .showtimeTheatreTimes .row,
.showtimeMovieBlock .showtimeMovieTimes .row {
  margin-left: 0;
  margin-right: -10px;
}
.theatreBlock .showtimeTheatreTimes .showtime {
  float: left;
}
@media only screen and (max-width:369.98px) {
  .theatreBlock .showtimeTheatreTimes .showtime {
    width: calc(1/3 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .theatreBlock .showtimeTheatreTimes .showtime {
    width: calc(1/3 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .theatreBlock .showtimeTheatreTimes .showtime {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .theatreBlock .showtimeTheatreTimes .showtime {
    width: calc(20% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .theatreBlock .showtimeTheatreTimes .showtime {
    width: calc(1/3 * 100% - 10px);
    margin-right: 10px;
  }
}
.theatreBlock .showtimeTheatreTimes .vr-showtime,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime {
  float: left;
}
@media only screen and (max-width:369.98px) {
  .theatreBlock .showtimeTheatreTimes .vr-showtime,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime {
    width: calc(1/3 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .theatreBlock .showtimeTheatreTimes .vr-showtime,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime {
    width: calc(1/3 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .theatreBlock .showtimeTheatreTimes .vr-showtime,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime {
    width: calc(1/4 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .theatreBlock .showtimeTheatreTimes .vr-showtime,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime {
    width: calc(1/4 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px) {
  .theatreBlock .showtimeTheatreTimes .vr-showtime,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime {
    width: calc(20% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:1200px) {
  .theatreBlock .showtimeTheatreTimes .vr-showtime,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime {
    width: calc(1/6 * 100% - 10px);
    margin-right: 10px;
  }
}
.theatreBlock .showtimeTheatreTimes .vr-showtime a,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime a,
.theatreBlock .showtimeTheatreTimes .vr-showtime > div,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div {
  width: 100%;
  text-align: center;
}
.showtimeMovieBlock .showtimeMovieTimes .showtime {
  float: left;
  min-width: 90px;
}
@media only screen and (max-width:369.98px) {
  .showtimeMovieBlock .showtimeMovieTimes .showtime {
    width: calc(1/3 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:370px) and (max-width:450.98px) {
  .showtimeMovieBlock .showtimeMovieTimes .showtime {
    width: calc(1/3 * 100% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:451px) and (max-width:767.98px) {
  .showtimeMovieBlock .showtimeMovieTimes .showtime {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:768px) and (max-width:991.98px) {
  .showtimeMovieBlock .showtimeMovieTimes .showtime {
    width: calc(25% - 10px);
    margin-right: 10px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .showtimeMovieBlock .showtimeMovieTimes .showtime {
    width: calc(1/6 * 100% - 10px);
    margin-right: 10px;
  }
}
.theatreBlock .showtimeTheatreTimes .vr-showtime > div,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div,
.theatreBlock .showtimeTheatreTimes .vr-showtime > a,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a {
  display: inline-block;
  padding: 0.6em 0.75em;
  margin: 0 0.5em 0.65em 0;
  border-radius: 0.35em;
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.12);
}
.theatreBlock .showtimeTheatreTimes .vr-showtime > div:hover,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div:hover,
.theatreBlock .showtimeTheatreTimes .vr-showtime > a:hover,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a:hover {
  background: rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
}
.theatreBlock .showtimeTheatreTimes .vr-showtime > div:active:not(.off),
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div:active:not(.off),
.theatreBlock .showtimeTheatreTimes .vr-showtime > a:active:not(.off),
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a:active:not(.off) {
  background: #1a1a1a;
  color: #ffffff;
}
@media only screen and (max-width:369.98px) {
  .theatreBlock .showtimeTheatreTimes .vr-showtime > div,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div,
  .theatreBlock .showtimeTheatreTimes .vr-showtime > a,
  .showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a {
    min-width: 30%;
    padding: 0.6em 0.75em;
    margin: 0.75em 0 0;
    text-align: center;
  }
}
.theatreBlock .showtimeTheatreTimes .vr-showtime > div.off,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div.off,
.theatreBlock .showtimeTheatreTimes .vr-showtime > a.off,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a.off {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
}
.theatreBlock .showtimeTheatreTimes .vr-showtime > div.off:hover:not(.vr-off),
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div.off:hover:not(.vr-off),
.theatreBlock .showtimeTheatreTimes .vr-showtime > a.off:hover:not(.vr-off),
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a.off:hover:not(.vr-off) {
  color: transparent;
}
.theatreBlock .showtimeTheatreTimes .vr-showtime > div.off.soldOut,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div.off.soldOut,
.theatreBlock .showtimeTheatreTimes .vr-showtime > a.off.soldOut,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a.off.soldOut,
.theatreBlock .showtimeTheatreTimes .vr-showtime > div.off.canceled,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > div.off.canceled,
.theatreBlock .showtimeTheatreTimes .vr-showtime > a.off.canceled,
.showtimeMovieBlock .showtimeMovieTimes .vr-showtime > a.off.canceled {
  text-decoration: line-through;
}
.theatreBlock .showtimeTheatreTimes p,
.theatreBlock .showtimeTheatreTimes p span,
.showtimeMovieBlock .showtimeMovieTimes p,
.showtimeMovieBlock .showtimeMovieTimes p span {
  font-size: inherit;
  transition: background 0.2s, color 0.2s, fill 0.2s;
}
.theatreBlock .showtimeTheatreTimes .past,
.showtimeMovieBlock .showtimeMovieTimes .past {
  text-decoration: none;
}
.theatreBlock .showtimeTheatreTimes .off:hover span,
.showtimeMovieBlock .showtimeMovieTimes .off:hover span {
  display: block;
  position: relative;
  height: 1.35em;
  margin-top: -1.35em;
  color: #000000;
  text-align: center;
}
.theatreBlock .showtimeTheatreTimes .past:hover span:after,
.showtimeMovieBlock .showtimeMovieTimes .past:hover span:after {
  content: "Past";
}
.theatreBlock .showtimeTheatreTimes .soldOut:hover span:after,
.showtimeMovieBlock .showtimeMovieTimes .soldOut:hover span:after {
  content: "Sold Out";
}
.theatreBlock .showtimeTheatreTimes .canceled:hover span:after,
.showtimeMovieBlock .showtimeMovieTimes .canceled:hover span:after {
  content: "Canceled";
}
/* Showtimes by Movie */
/* theatreShowtimeBlock */
#showtimesByMovie {
  margin-left: -15px;
  margin-right: -15px;
  /*@media @mobile-lg, @desktop {
        column-count:2;
        -moz-column-count:2;
        -webkit-column-count:2;
        column-gap:30px;
        -moz-column-gap:30px;
        -webkit-column-gap:30px;
    }*/
}
.theatreBlock {
  padding: 0 15px 30px;
  /*&.theatreBlockShowtimes {
        .theatreBlockLower {
            @media @desktop {
                min-height: 120px;
            }
        }
    }*/
}
.theatreBlock .theatreBlockLower {
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: var(--pill-bg);
  color: var(--on-surface);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.theatreBlock .theatreBlockLower a {
  color: inherit;
}
.theatreBlock .theatreBlockLower a .arrowRight {
  border-color: inherit;
}
.theatreBlock .theatreBlockInfo {
  padding: 20px;
  margin-top: -1px;
}
.theatreBlock .theatreBlockInfo h3 {
  margin: 0;
  white-space: nowrap;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
}
.theatreBlock .theatreBlockInfo > span {
  font-size: 1.4em;
  display: inline-block;
  margin: 0.5em 1em 0 0;
}
.theatreBlock .theatreBlockInfo .trunc {
  width: auto;
  max-width: calc(100% - 30px);
  display: inline-block;
  vertical-align: middle;
}
.theatreBlock .theatreBlockInfo .theaterSoldOut {
  width: 80px;
  height: 30px;
  background-color: #454545;
  border-radius: 500px;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
  padding-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0.8;
  top: 36px;
  margin: auto;
}
.theatreBlock .theatreBlockTimes {
  padding: 20px;
  background: var(--pill-bg);
  color: var(--on-surface);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0;
}
.theatreBlock .theatreBlockTimes p:not(.off) {
  margin: 0;
}
.theatreBlock .showtimeTheatreTimes {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.theatreBlock .showtimeTheatreTimes:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.vr-policies {
  display: inline-block;
  margin-bottom: 5px;
}
.vr-border {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin: 30px 0;
  border-radius: 4px;
}
@media only screen and (max-width:767.98px) {
  .vr-border {
    margin: 30px 15px;
    padding: 15px 0;
  }
}
.vr-border .showtimeMovie {
  margin-bottom: 0;
}
.vr-lbl-height {
  margin-right: 0;
}
.vr-subtitle {
  margin-top: -8px;
  display: block;
  font-size: 1.4em;
  margin-bottom: 10px;
}
.vr-showtime {
  display: inline-block;
}
.vr-showtime .progress {
  background-color: rgba(0, 0, 0, 0.08);
  height: 4px;
  margin: 5px -11px 7px -11px;
}
.vr-showtime .progress-bar {
  background-color: #6b955b;
}
.vr-showtime-availability {
  font-size: 9px;
}
.showtimeMovieBlock .showtimeMovie .vr-showtime a,
.theatreBlock .showtimeTheatreTimes .vr-showtime a,
.showtimeMovieBlock .showtimeMovie .vr-showtime > div,
.theatreBlock .showtimeTheatreTimes .vr-showtime > div {
  padding: 0.4em 0.75em;
}
.vr-lbl-policy {
  font-size: 1em;
  display: inline-block;
  margin: 0.5em 1.2em 0 0;
}
.vr-lbl-publisher {
  font-size: 1.6em;
  display: block;
  margin: 0.5em 2em 0 0;
}
@media only screen and (min-width:1200px) {
  .vr-lbl-publisher {
    display: inline-block;
  }
}
.vr-print-type {
  margin-right: 2em;
}
.vr-banner-background {
  background: rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.vr-banner-divider {
  padding: 2em;
}
.vr-banner-divider h2 {
  padding: 0;
  margin: 0 0 0.5em;
}
.vr-banner-image img {
  width: 100%;
  z-index: 0;
}
.vr-banner-flexbox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width:768px) and (max-width:991.98px), only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:370px) and (max-width:450.98px), only screen and (max-width:369.98px) {
  .vr-banner-flexbox {
    flex-direction: column;
  }
}
@media only screen and (max-width:767.98px) {
  .vrBtnHome {
    width: 100%;
    margin-top: 18px;
  }
}
.vr-banner-button {
  margin-top: 10px;
  width: 100%;
}
@media only screen and (max-width:767.98px) {
  .vr-banner-mobile-spacing {
    padding: 0 15px;
  }
}
.vr-banner-bxgy hr {
  border-top: 1px solid #B8B8B8;
}
.showtimeMovieBlock .showtimeMovie .bxgy-callout {
  margin: 1em 0;
  padding: 15px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.showtimeMovieBlock .showtimeMovie .bxgy-callout h3 {
  margin-top: 0;
  padding-top: 0;
  font-size: initial;
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 2em;
  font-family: 'Work Sans Bold', sans-serif !important;
  font-weight: 700 !important;
  color: var(--primary);
}
.showtimeMovieBlock .showtimeMovie .bxgy-callout a.btn {
  margin-right: 0;
}
.presaleMessage {
  display: inline-block;
}
.screeningsSoldOut {
  position: relative;
}
.allParticipatingTheaters {
  padding: 0 15px;
}
@media only screen and (min-width:451px) and (max-width:767.98px), only screen and (min-width:992px) and (max-width:1199.98px), only screen and (min-width:1200px) {
  .allParticipatingTheaters {
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
.allParticipatingTheaters .stateGroup {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.theaterStatusMessage {
  font-family: 'Work Sans', sans-serif;
  font-weight: 400;
  font-size: 1.8em;
  padding: 23px 30px 0px;
}
.theaterStatusMessage:empty {
  display: none;
}
.theater-status {
  padding-top: 6px;
}
.theatre-status-image {
  fill: var(--primary);
}
.theatre-status-image.opening-soon {
  height: 18px;
  width: 19px;
}
.theatre-status-label {
  margin-left: 7px;
  margin-top: 2px;
}
/* Showtime button */
.showtime a,
.showtime p {
  display: inline-block;
  width: 100%;
  padding: 0.6em 0.75em;
  margin: 0 0.5em 0.65em 0;
  text-align: center;
  background: var(--pill-bg);
  color: var(--on-surface);
  border: 1px var(--pill-border-color) solid;
  border-radius: 0.35em;
  box-shadow: 0px 3px 6px var(--grey-200);
  white-space: nowrap;
}
.showtime a:hover,
.showtime p:hover {
  background-color: var(--grey-100);
}
.showtime a.off,
.showtime p.off,
.showtime a.past,
.showtime p.past {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.3);
  background: var(--pill-bg);
  color: var(--pill-border-color);
  border: 1px var(--grey-200) solid;
  box-shadow: 0px 3px 6px var(--grey-200);
}
.showtime a.off:hover:not(.vr-off),
.showtime p.off:hover:not(.vr-off),
.showtime a.past:hover:not(.vr-off),
.showtime p.past:hover:not(.vr-off) {
  color: transparent;
}
.showtime a.presale,
.showtime p.presale {
  background: none;
  box-shadow: none;
  text-decoration: none;
  border: 1px solid transparent;
}
.showtime a.presale:hover,
.showtime p.presale:hover,
.showtime a.presale:active,
.showtime p.presale:active {
  background: none;
  box-shadow: none;
  text-decoration: none;
  border: 1px solid transparent;
  color: var(--on-surface);
}