@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,300,400,600");
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700&display=swap');

@charset "UTF-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:root {
  font-size: calc(1.2vw + 1vh + 1vmin);
}

body {
	background: #F8F4DE;
    font-family: 'Raleway', sans-serif;
}
#header {
	position: fixed;
	z-index: 800;
	width: 100%;
	background: #2F292B;
	top: 0;
    height: auto;
    max-height: 356px;
    -moz-transition: max-height .5s ease-in-out;
    -webkit-transition: max-height .5s ease-in-out;
    -o-transition: max-height .5s ease-in-out;
    -ms-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
}
div#header img {
    width: 270px;
    margin: .6rem auto 0;
    display: block;
    left: 0;
    -moz-transition: left .5s, top .5s, width .5s ease-in-out;
    -webkit-transition: left .5s, top .5s, width .5s ease-in-out;
    -o-transition: left .5s, top .5s, width .5s ease-in-out;
    -ms-transition: left .5s, top .5s, width .5s ease-in-out;
    transition: left .5s, top .5s, width .5s ease-in-out;
    top: 0;
    position: relative;
}
.vanish #header {
    max-height: 186px;
}
.vanish div#header img {
    width: 130px;
    left: -460px;
    top: -.3rem;
    position: relative;
    z-index: 999999;
}
#nav {
    top: 0;
    -moz-transition: left .5s, top .5s, width .5s ease-in-out;
    -webkit-transition: left .5s, top .5s, width .5s ease-in-out;
    -o-transition: left .5s, top .5s, width .5s ease-in-out;
    -ms-transition: left .5s, top .5s, width .5s ease-in-out;
    transition: left .5s, top .5s, width .5s ease-in-out;
    position: relative;
}
div#header nav#nav a {
    -moz-transition: font-size .5s ease-in-out;
    -webkit-transition: font-size .5s ease-in-out;
    -o-transition: font-size .5s ease-in-out;
    -ms-transition: font-size .5s ease-in-out;
    transition: font-size .5s ease-in-out;
}
.vanish #nav {
    top: -62px;
}
.vanish div#header nav#nav a {
    font-size: 16px;
}
nav#nav > ul > li:first-child {
    display: none;
}
#hero {
    position: fixed;
    top: 5.6rem;
    width: 100%
}
h1.referral {
    display: none !important;
}
#locationList img {
    float: left;
    width: 40%;
    height: auto;
    margin: 0 40px 40px 0;
}
#locationList h3 {
    clear: both;
}
#locationList p {
    text-align: left !important;
}
#main.homePage {
	margin-top: 16rem;
}
div#main {
    margin-top: 206px;
}
#mobNav {
    display: none;
}
#mobNav a {
    color: #fff;
    text-decoration: none;
}
.nav ul {
    flex-direction: column;
    list-style: none;
    display: none;
}
#social .snipcart-cart a {
    width: auto;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px   
}
.snipcart-cart a span {
    margin: 0 10px !important;
}
.nav > li:hover ul {
    display: flex;
}
nav#nav ul.nav ul a {
    padding: 0 !important;
    margin: 1px 20px !important;
}
nav#nav ul.nav ul {
    padding: 0 0 20px !important;
}
nav#nav a:hover {
    color: orange
}
nav#nav ul.nav ul a {
    padding: 0 !important;
    margin: 1px 20px !important;
}
nav#nav a:hover, a.nav-selected, a.nav-path-selected {
    color: #ff8452 !important;
}
.nav > li {
    display: flex;
    flex-direction: column;
}
ul.nav > li.nav-dropdown > a {
    pointer-events: none;
}
#mobNav a:hover {
    color: #CBB655;
}
#header.showZ #mobNav .nav, #header.showZ #mobNav {
    display: block !important;
    background: #042a33 !important;
    font-size: 1.8rem;
    box-sizing: border-box;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
}
#articleContent {
    width: 80%;
    margin: 0 auto;
    color: #2f292b;
    box-sizing: border-box;
    min-height: 1200px;
    padding: 40px 0;
}
#main .snipcart-cart a {
    color: #2f292b !important;
}
.snipcart-summary.snipcart-summary-empty {
    color: #2f292b !important;
}
.snipcart-product-name, .snipcart-product-price, .snipcart-product-description {
    color: #2f292b;
}
#main .snipcart-add-item {
    color: #ff8452 !important;
}
    #articleContent h1{
        color: #2F292B;
        font-size: 1.5rem;
        padding-bottom: 1rem;
        font-weight: bold;
        text-align: center;
    }
#articleContent p {
    font-size: 18px;
    text-align: center;
    padding-bottom: 6px;
}
    #articleContent h2{
        font-size: 1rem;
        font-weight: bold;
        padding-top: 1rem;
        padding-bottom: .3rem;

    }
    #articleContent ol{
        margin-left:2rem;
    }
#articleContent ul {
}
#articleContent ul li {
    margin-bottom: .4rem;
}
.homePage #articleContent .row {
    width: 100%;
}
.homePage #articleContent {
    padding: 1rem;
}
.homePage #articleContent h1 {
    color: #CBB655;
    font-size: 1rem;
    padding: 0;
    padding-bottom: 0rem;
    font-weight: bold;
    background: none;
}
div#social {
    position: absolute;
    top: 0;
    left: 10%;
    display: flex;
    width: 80%;
    justify-content: flex-end;
}
#social a {
    font-size: .8rem;
    margin: .5rem .1rem;
    width: .9rem;
    text-align: center;
    border-radius: .1rem;
    height: .9rem;
    padding: .1rem,
    line-height: .9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-transition: background .5s ease-in-out;
    -webkit-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    position: relative;
    z-index: 99999;
}
#social a i {
    color: #f8f4de !important;
    display: block;
    position: relative;
    font-size: inherit;
    text-decoration: none;
    right: unset;
    -moz-transition: color .5s ease-in-out;
    -webkit-transition: color .5s ease-in-out;
    -o-transition: color .5s ease-in-out;
    -ms-transition: color .5s ease-in-out;
    transition: color .5s ease-in-out;
}
#social a:hover {
    background: #ff8452;
}
#social a:hover i {
    color: #2f292b !important;
}
footer {
    display: flex;
    background: #2f292b;
    color: #fff;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}
footer .top a {
    color: #fc8450;
    text-decoration: none;
}
footer .bottom a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
mousetype {
    font-size: 12px;
    padding: 40px 0 20px 0;
}

/* Inline #10 | https://arenascreen.com/bookings */

footer span {
  font-size: 14px;
  font-weight: bold;
}

footer span::after {
  content: '-';
  margin: 0 10px;
}
footer span:last-child::after {
    content: '';
}
@media (min-width: 900px){
#header.showZ #mobNav {
    display: none !important;
}
}

#header i {
    display: none;
    position: absolute;
    right: 3%;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
}
div#header nav#nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin: 10px 20px;
    display: block;
}
div#header ul.nav {
    display: flex;
    list-style: none;
    justify-content: center;
}
#filmList {
    display: flex;
    width: 100000px;
    overflow: hidden;
    margin: 0 auto;
    background: #CBB655;
    border: .5rem solid #CBB655;
}
img.filmPoster {
    width: 5rem;
    margin: 0 .3rem 0 0;
    height: auto;
    align-self: center;
}
div#carousel {
    width: 80%;
    margin: 0 auto;
    position: relative;
    overflow:hidden;
}
#carousel i.fa.fa-chevron-right, #carousel i.fa.fa-chevron-left {
    position: absolute;
    top: 6rem;
    font-size: 1rem;
}
#carousel i.fa.fa-chevron-right {
	right: 0
}

div#blondie {
    position: absolute;
    right: 0;
    width: .5rem;
    height: 9rem;
    background: #CBB655;
}



#carousel .forward, #carousel .backward, .noImage .rslides_nav {
    position: absolute;
    top: 4rem;
    width: 2rem;
    height: 12em;
    margin-top: -6em;
    cursor: pointer;
    z-index: 99;
}
#carousel .forward, .noImage .rslides_nav.next {
    right: 0;
}
#carousel .backward, .noImage .rslides_nav.prev {
    left: 0;
}
#carousel .forward:before, #carousel .backward:before, .noImage .rslides_nav:before {
    content: '';
    display: block;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: rgba(4, 42, 51, 0.5);
    position: absolute;
    top: 6.5rem;
    margin-top: -3em;
    -moz-transition: background-color 0.35s ease-in-out;
    -webkit-transition: background-color 0.35s ease-in-out;
    -o-transition: background-color 0.35s ease-in-out;
    -ms-transition: background-color 0.35s ease-in-out;
    transition: background-color 0.35s ease-in-out;
    -webkit-backface-visibility: hidden;
}
#carousel .forward:before, .noImage .rslides_nav.next:before {
    right: -3em;
}
#carousel .backward:before, .noImage .rslides_nav.prev:before {
    left: -3em;
}
#carousel .forward:after, #carousel .backward:after, .noImage .rslides_nav:after {
    content: '';
    width: 3em;
    height: 3em;
    position: absolute;
    top: 50%;
    margin: -1.5em 0 0 0;
    background: url(../../images/arrow.svg) no-repeat center center;
}
hr {
    background-image: url(../../images/stripes_small.png);
    width: 100%;
    height: 40px;
    background-size: cover;
    border: none;
    margin: 20px 0;
    background-color: #f8f4de;
    clear: both;
}
#carousel .backward:after, .noImage .rslides_nav.prev:after {
    left: -0.25em;
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}
#carousel .forward:after, .noImage .rslides_nav.next:after {
    right: -0.25em;
}
#carousel .forward:hover:before, #carousel .backward:hover:before, .noImage .rslides_nav:hover:before {
    background-color: rgba(1, 57, 74, 0.9);
}
.subTitle {
    width: 80%;
    margin: 0 auto;
    padding: .1rem .5rem;
    box-sizing: border-box;
    font-family: source sans pro, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: .7rem;
    border-bottom: 2px solid #01394a;
    color: #fff;
    text-align: center;
}
div#showNow {
    position: relative;
    z-index: 999;
}
.rslides_nav {
    /*display: none;*/
}
div#jawBone {
    background: #CBB655;
}
.fillerBlock {
    display: flex;
    padding: 0 .5rem;
}
div.showTimer {
    font-family: source sans pro;
    font-size: .6rem;
    font-weight: 600;
    padding: .2rem 1rem;
    display: flex;
    align-items: center;
}
.filmDetailElement h2 {
    padding: 0 1rem;
}
a.ticketBuy {
    background: teal;
    color: #fff;
    text-decoration: none;
    padding: .1rem .4rem;
    font-size: .6rem;
    border-radius: 0;
}
#videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.filmDetailElement {
    width: 50%;
    display: block;
    margin-bottom: .5rem
}
#videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#main .row {
    width: 80%;
    margin: 0 auto;
    display: flex;
}
.col-sm-8 {
    width: 64%;
    margin-right: 1rem;
    padding: 0;
    box-sizing: border-box;
}
.col-sm-4 {
	width: 33%;
    margin: 1%;
    padding: 0;
    box-sizing: border-box;
}
.row h1 {
    background: #000;
    color: #CBB655;
    padding: 2px 10px;
    font-weight: 800;
    text-transform: uppercase;
}
#nav > div {
    position: absolute;
    top: 0;
    right: 0;
}
.dateStamp {
    width: 100% !important;
    background: url(../../images/stripes_small.png) !important;
    color: #2F292B !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 27px 10px 10px !important;
    box-sizing: border-box !important;
    font-size: 30px !important;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
}
.showMeta {
    background: #2f292b !important;
}
.timeStamp, .movieTitle {
    color: #ff8452 !important;
}
#showTimes p {
    padding: .2rem 1rem;
    font-size: .7rem;
}
.ctct-custom-form.Form {
    display: flex;
    margin-top: .5rem;
}
.ctct-embed-signup button {
    display: ;
    height: 36px;
    background: #CBB655;
    border: none;
    font-size: .6rem;
    line-height: .6rem;
}
#homeMap {
    display: flex;
    flex-wrap: wrap;
}
#videoWrap {
    width: 60%;
    margin: 0 auto;
}
#homeMap iframe {
    width: 66% !important;
    height: 17.5vw !important;
}
#homeMap img {
    width: 33%;
}
@media (max-width: 900px) {
    div#social {
    position: absolute;
    bottom: 0;
    right: 2%;
    display: flex;
    width: 80%;
    justify-content: flex-end;
    top: unset;
    left: unset;
}
.vanish div#header img {
    left: 0;
}
#articleContent p {
    width: 96% !important;
    margin: 0 auto;
    min-width: 0px !important;
}
.nav ul {
    position: relative;
    left: 20px;
    display: block;
}
    #articleContent {
    width: 100%;
}
#main .row {
    flex-direction: column;
}

.col-sm-8, .col-sm-4 {
    width: 100% !important;
    margin: 0 0 1rem !important;
}
.movieBox {
    width: 96% !important;
    height: 100vw !important;
    margin: 0 auto 20px !important;
}
img.filmPoster {
    width: 10rem;
}
#mobTrigger {
    display: block !important;
}
#header.showZ #mobTrigger {
    display: none !important;
}
#header.showZ #mobCloser {
    display: block !important;
}
div#header ul.nav {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    flex-direction: column;
    background: #333;
    width: 80%;
    padding: 2%;
    box-sizing: border-box;
    height: 100%;
    justify-content: start;
}
div#header.showZ ul.nav {
    display: block;
    padding-top: 20vw;
}
div#header {
    padding: .8rem 0 1.5rem;
}
div#header ul.nav.showMob {
    display: flex;
}
#main.homePage {
    margin-top: 10rem;
}
}

