/* ===============================
    Openaire Style
    Author: Bradley D Rumball
   ==================================*/

/* ----------------------------
Fonts provided by adobe cc
-----------------------------*/
@import url("https://use.typekit.net/mpe3rit.css");
/* Brand Colors */
:root {
  --primary-blue: #2f3e74;
  --secondary-blue: #6886c5;
  --primary-red: #d8345f;
  --secondary-red: #ffacb7;
  /* --primary-yellow: #f9f9f9; */
  --secondary-yellow: #ffe0ac;
  --neutral: #f9f9f9;
  --neutral-dark: #3e3e3e;
}

html,
body {
  height: 100%;
  font-family: azo-sans-uber, sans-serif;
  scroll-snap-type: y proximity;
  scroll-padding-top: 5vh;
  color: var(--primary-blue);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-family: azo-sans-uber, sans-serif;
  color: var(--primary-blue);
}

h1 {
  font-size: 3rem; /*was 60*/
  margin-bottom: 2.5rem;
}

h2 {
  font-size: 2.25rem; /*was 48*/
}

h3 {
  font-size: 2rem; /*was 30*/
}

h4 {
  font-size: 1.75rem; /*was 16*/
}

h5 {
  font-size: 1.5rem; /*was 14*/
}

h6 {
  font-size: 1.25rem;
}

li {
  font-size: 1.2rem; 
}

p {
  font-family: azo-sans-web, sans-serif;
  font-size: 1.2rem; /*was 14.2*/
  line-height: 2.2;
}

img {
  max-width: 100%;
}

.ordinal {
  vertical-align: text-top;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
  outline: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--primary-blue);
}



a {
  color: var(--secondary-blue);
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
  text-shadow: 0 0 20px var(--neutral);
  transition: 1s;
}

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

ul,
li {
  text-align: left;
}

/*---------------------
	Helper CSS
-----------------------*/
.proximity {
  scroll-snap-align: start;
}

section:first-of-type {
  padding-top: 30px;
}
.spad {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sp-sub-title {
  /* font-size: 12px; */
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: uppercase;
  /* color: var(--neutral) !important; */
  font-family: azo-sans-web;
  font-weight: bold;
}

.sp-title {
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 45px;
  letter-spacing: 6px;
}

.center {
  text-align: center;
}

.set-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}

/* Custome Div Layout */
.outer {
  overflow: hidden;
  margin: 2rem 0;
}

.inner {
  border-style: solid;
  border-color: var(--primary-blue);
}

.inner .img {
  height: 17rem;
}

.inner i {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border-style: solid;
  border-color: var(--primary-blue);
}
.inner .top {
  margin-top: -20px;
}
.inner .bottom {
  margin-top: -20px;
  margin-bottom: -22px;
}
.inner .left {
  float: left;
  margin-left: -20px;
}
.inner .right {
  float: right;
  margin-right: -20px;
}

.food span {
  font-weight: bold;
}

.content {
  min-height: 80px;
  padding: 0px;
  background-color: var(--neutral);
}

.content ul li {
  font-family: azo-sans-web;
  margin-left: 30px;
}

.text .content {
  padding: 40px;
  text-align: center;
}

.food .content {
  padding: 40px;
  text-align: left;
}

.food .content p {
  line-height: 2rem;
  margin: 0;
}

.ice-cream {
  transition: transform .6s;
  z-index: 20;
}

.ice-cream:hover {
  transform: scale(1.5);
}

/* .food-one {
  border-top: medium;
  border-bottom: medium;
} */

.large .inner i {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-style: solid;
  border-color: var(--primary-blue);
}
.large .inner .top {
  margin-top: -40px;
}
.large .inner .bottom {
  margin-top: -40px;
  margin-bottom: -44px;
}
.large .inner .left {
  float: left;
  margin-left: -40px;
}
.large .inner .right {
  float: right;
  margin-right: -40px;
}

.vert-c {
  margin-top: auto;
  margin-bottom: auto;
}

.button {
  margin: auto;
  max-width: 400px;
}

.button .content {
  background-color: var(--primary-red) !important;
  padding: 0 !important;
}

.button .content:hover {
  background-color: var(--secondary-red) !important;
  color: var(--primary-red) !important;
  transition-duration: 1s;
}

.button .inner i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-style: solid;
  border-color: var(--primary-blue);
  background-color: var(--neutral) !important;
}

.button .inner .top {
  margin-top: -15px;
}
.button .inner .bottom {
  margin-top: -15px;
  margin-bottom: -15px;
}
.button .inner .left {
  float: left;
  margin-left: -15px;
}
.button .inner .right {
  float: right;
  margin-right: -15px;
}

.button .inner .content {
  margin: auto;
  text-align: center;
  color: var(--neutral);
  font-size: 2.5rem;
  line-height: 3em;
  white-space: nowrap;
  height: 3em;
}

.buy .inner .content {
  margin: auto;
  text-align: center;
  color: var(--neutral);
  font-size: 1.5rem;
  line-height: 2.1em;
  white-space: nowrap;
  height: 2em;
}

/* Img Modals */
.img-modal:hover {
  opacity: 0.7;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 2; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 75%;
  max-width: 75%;
  /* transform: scale(1); */
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: var(--neutral);
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: var(--neutral);
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/*---------------------
	Navbar
-----------------------*/
.navbar {
  background-color: var(--neutral);
  z-index: 2;
}

.navbar-font .navbar-nav .nav-link {
  color: var(--primary-blue);
}

.navbar-font .navbar-nav .nav-logo {
  padding-top: 0;
}

.navbar-font .navbar-nav .nav-logo img {
  height: 40px;
  width: auto;
}

.icon-bar {
  width: 22px;
  height: 3px;
  background-color: var(--primary-blue);
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
  margin-bottom: 4px;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

/*-------------------
Hero
---------------------*/
.hero-section {
  height: 100vh;
  background-color: var(--secondary-red);
  /* padding-bottom: 30px; */
}

.hero-section .outer {
  position: relative;
  top: 10vh;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  /* height: 80vh; */
}

.hero-section .inner {
  /* background: url("https://lumcdn.ams3.cdn.digitaloceanspaces.com/openaire/img/hero-hd.jpg"); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.hero-section .content {
  height: 80vh;
  background-color: transparent;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-text h6 {
  -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 3s; /* Firefox < 16 */
  -ms-animation: fadein 3s; /* Internet Explorer */
  -o-animation: fadein 3s; /* Opera < 12.1 */
  animation: fadein 3s;
  margin-top: 3rem;
  color: var(--neutral);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.hero-text img {
  max-width: 70vw;
  min-width: 60vw;
}

/* .ticket-stub {
  width: 240px;
  height: 120px;
  background: var(--primary-red);
  background-image: radial-gradient(
    30px circle,
    var(--secondary-red) 99%,
    transparent
  );
  background-position: 120px 60px;
  padding: 40px 10px;
} */


/*--------------------------------
Header for video
----------------------------------*/
#headerVid {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

#headerVid .outer {
border-top: 70px solid var(--secondary-red);
border-bottom: 160px solid var(--secondary-red);
border-left: 40px solid var(--secondary-red);
border-right: 40px solid var(--secondary-red);
margin-top: 10px;
min-width: 100%;
/* min-height: 100%; */
top: 0;

}

#headerVid video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* #headerVid .container {
  position: relative;
  z-index: 2;
} */

#headerVid .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

#headerVid .outer {
  /* position: absolute; */
  /* background-color: black; */
  /* opacity: 0.1; */
  z-index: 1;
}

.faqlist {
  /* max-width: 500px; */
  /* margin: 0 auto; */
  box-shadow: 0 0 1px var(--neutral-dark);
  margin-bottom: 30px;
  
}

.faqlist .card,
.faqlist .card:last-child .card-header {
  border: none;
}

.faqlist .card-header {
  border-bottom-color: var(--neutral);
  background: transparent;
}

.faqlist .card-body {
  font-family: azo-sans-web;
}

.faqlist .card-body ul {
  padding-left: 2rem;
}

.faqlist .fa-stack {
  font-size: 18px;
}

.faqlist .btn {
  width: 100%;
  color: var(--primary-blue);
  padding: 0;
  text-align: left;
  font-family: azo-sans-web !important;
  font-weight: bold;
}

.faqlist .btn-link:hover,
.faqlist .btn-link:focus {
  text-decoration: none;
}

.faqlist li + li {
  margin-top: 10px;
}

/* ------------
Sections
--------------*/
/* intro section */
.intro-section {
  background-color: var(--secondary-red);
}

/* corona section */
.corona-section {
  background-color: var(--primary-red);
}

.corona-section h2{
  color: var(--neutral);
}

.corona-section .inner i{
  background-color: var(--primary-red);
}

.hero-section .inner i,
.intro-section .inner i {
  background-color: var(--secondary-red);
}

/* .intro-section .content {
  background-color: var(--neutral);
} */

.yellow-section {
  background-color: var(--secondary-yellow);
}

.yellow-section .inner i {
  background-color: var(--secondary-yellow);
}

.clippings {
  background: url(https://lumcdn.ams3.cdn.digitaloceanspaces.com/openaire/img/openaireClippings.png);
  background-position:top;
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.clipping-section .inner i {
  background: url(https://lumcdn.ams3.cdn.digitaloceanspaces.com/openaire/img/openaireClippings.png);
  background-position:center;
}

/* whats on */
.whats-on-section {
  background-color: var(--secondary-yellow);
}

.whats-on-section .inner i {
  background-color: var(--secondary-yellow);
}

/* .whats-on-section .content {
  background-color: var(--neutral);
} */

.blue-section h1,
.blue-section h2,
.blue-section h3,
.blue-section h4,
.blue-section h5,
.blue-section h6,
.blue-section p,
.blue-section body {
  color: var(--primary-blue);
}
.blue-section {
  background-color: var(--secondary-blue);
}

.blue-section .inner i {
  background-color: var(--secondary-blue);
}

/* food and drink */

.food-and-drink-section h1,
.food-and-drink-section h2,
.food-and-drink-section h3,
.food-and-drink-section h4,
.food-and-drink-section h5,
.food-and-drink-section h6,
.food-and-drink-section p,
.food-and-drink-section body {
  color: var(--primary-blue);
}
.food-and-drink-section {
  background-color: var(--secondary-blue);
}

.food-and-drink-section .inner i {
  background-color: var(--secondary-blue);
}


/* .food-and-drink-section .content {
  background-color: var(--primary-blue);
} */

.food-and-drink-section .card-body {
  background-color: transparent;
  border: none;
  display: block;
}

/* location */
.our-location-section {
  background-color: var(--neutral);
}

.our-location-section .inner i {
  background-color: var(--neutral);
}

.our-location-section .map-area {
  height: 30rem;
}

/* FAQ */
.faq-section {
  background-color: var(--neutral);
}

.faq-section .inner i {
  background-color: var(--neutral);
}

.faq-section .content {
  background-color: var(--neutral);
}

/* FAQ */
.neutral-section {
  background-color: var(--neutral);
}

.neutral-section .inner i {
  background-color: var(--neutral);
}

.neutral-section .content {
  background-color: var(--neutral);
}

/*--------------------
 Film Listing
 ------------------- */

.l-pad {
  text-align: center;
  padding: 6% 5%;
}

.listing {
  background-color: transparent;
  border: none;
}

.listing-detail {
  min-height: 100%;
  max-width: 100%;
  margin: 0;
}

.listing-img {
  min-height: 100%;
}

.listing-rating {
  position: absolute;
  height: 4rem;
  width: auto;
  bottom: -5%;
  right: 0%;
}

.listing .listing-date .date-num {
  font-size: 3rem;
}

.listing .listing-date .date-num .ordinal {
  font-size: 1rem;
}

.listing p{
  font-weight: bold;
  font-size: 2rem;
}

.listing-date {
  /* border-left: 6px solid var(--primary-blue); */
  border-right: solid var(--primary-blue);
}

.listing .tagline::before {
  content: open-quote;
}

.listing .tagline::after {
  content: close-quote;
}

.flex-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: auto;
  padding: 0 3px;
}

/*-------------------- 
Footer Section
----------------------*/
.footer-section {
  font-family: azo-sans-web, sans-serif;
  background-color: #000;
  color: var(--neutral);
}

.pre-footer {
  background-color: #3e3e3e;
  color: var(--neutral);
}

.pre-footer .row {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pre-footer h4 {
  text-align: center;
  color: var(--neutral);
}

.pre-footer i {
  padding-left: 20px;
  padding-right: 20px;
}

.pre-footer a {
  color: var(--neutral);
}

.ribbon {
  margin: 0;
  padding: 0;
  background: var(--primary-red);
  color:white;
  padding:1em 0;
  position: absolute;
  top:0;
  left:0;
  transform: translateX(-10%) translateY(-10%) rotate(-30deg);
  transform-origin: top right;
  text-align: center;
}

.ribbon:before,
.ribbon:after {
  content: '';
  position: absolute;
  top:0;
  margin: 0 -1px; /* tweak */
  width: 100%;
  height: 100%;
  background: var(--primary-red);
  
}
.ribbon:before {
  left:100%;
}

.ribbon:after {
  right:100%;
}


@media (min-width: 0px) {
  html {
    font-size: 10px;
  }
  header {
    margin-bottom: 2rem;
  }
}


@media (min-width: 380px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 480px) {
  html {
    font-size: 13px;
  }
  .inner i {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--primary-blue);
  }
  .inner .top {
    margin-top: -40px;
  }
  .inner .bottom {
    margin-top: -40px;
    margin-bottom: -44px;
  }
  .inner .left {
    float: left;
    margin-left: -40px;
  }
  .inner .right {
    float: right;
    margin-right: -40px;
  }

  .large .inner i {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border-style: solid;
    border-color: var(--primary-blue);
  }
  .large .inner .top {
    margin-top: -80px;
  }
  .large .inner .bottom {
    margin-top: -80px;
    margin-bottom: -88px;
  }
  .large .inner .left {
    float: left;
    margin-left: -80px;
  }
  .large .inner .right {
    float: right;
    margin-right: -80px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 14px;
  }

  .sp-title {
    padding-top: inherit;
  }

  .modal-content {
    width: 80%;
  }

  /* .listing-date {
    border-left: solid var(--primary-blue);
  } */

  .buylink {
    padding-left: 30px;
  }
  .buy .inner .content {
    line-height: 1.5em;
  }

  .hero-text img {
    max-width: 60vw;
    min-width: 50vw;
  }


}

@media (min-width: 992px) {
  html {
    font-size: 15px;
  }

  section:first-of-type {
    padding-top: 130px;
  }

  .spad {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .sp-pad {
    padding-left: 150px;
    padding-right: 150px;
  }

  /*---------------------
	Navbar
-----------------------*/
  .navbar {
    height: 5rem;
  }

  .navbar .nav-link {
    margin: 0rem 1.5rem;
  }

  .navbar.scrolled {
    background-color: var(--primary-blue) !important;
    transition: background-color 600ms linear;
  }

  .navbar.scrolled .nav-link {
    color: var(--neutral) !important;
    transition: color 600ms linear;
  }

  .navbar.scrolled .nav-logo {
    filter: brightness(0) invert(1);
    transition: filter 300ms linear;
  }

  /*--------------------
 Film Listing
 ------------------- */

  .l-pad {
    text-align: center;
    padding: 3% 5% 3% 0%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }

  .food-one {
    border-left: solid var(--primary-blue);
    border-right: solid var(--primary-blue);
  }

  /* .trio .food .content  {
    min-height: 400px;
  } */
}

/* @media (min-width: 1300px) {

} */
@media (max-width: 768px) {

  [class*="col-"] {
      margin-bottom: 15px;
  }

