/*!
Theme Name: Downtown Palmerston North
Theme URI: http://blacksheepdesign.co.nz
Author: Blacksheepdesign 
Author URI: http://www.blacksheepdesign.co.nz/
Author Design: Nathan Ram - nathan@blacksheepdesign.co.nz
Author Front-end and Integration: Abbey Kroll - abbey@blacksheepdesign.co.nz
Description: Blacksheepdesign creates custom websites based on Wordpress using some really cool plugins. 
Version: 1.0
*/
/*---------------*/
/* MEDIA QEURIES */
/*---------------*/
.grid {
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 2%;
  margin-left: 2%;
}
@media (max-width: 766px) {
  .grid {
    display: block;
    flex: none;
  }
}

.grid_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.grid {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.grid__item, .grid__item_span-1, .grid__item_span-2, .grid__item_span-3, .grid__item_span-4, .grid__item_span-5, .grid__item_span-6, .grid__item_span-7, .grid__item_span-8, .grid__item_span-9, .grid__item_span-10, .grid__item_span-11, .grid__item_span-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 2%;
  padding-left: 2%;
}
@media (max-width: 766px) {
  .grid__item, .grid__item_span-1, .grid__item_span-2, .grid__item_span-3, .grid__item_span-4, .grid__item_span-5, .grid__item_span-6, .grid__item_span-7, .grid__item_span-8, .grid__item_span-9, .grid__item_span-10, .grid__item_span-11, .grid__item_span-12 {
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

.grid__item_span-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.grid__item_span-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.grid__item_span-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.grid__item_span-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.grid__item_span-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.grid__item_span-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.grid__item_span-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.grid__item_span-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.grid__item_span-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.grid__item_span-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.grid__item_span-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.grid__item_span-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.grid_end {
  justify-content: flex-end;
}

.grid_center {
  margin: 0 auto;
}

.grid_space-around {
  justify-content: space-around;
}

.grid_space-between {
  justify-content: space-between;
}

.grid__item_space-around {
  justify-content: space-around;
}

.grid__item_space-between {
  justify-content: space-between;
}

.grid__item_end {
  justify-content: flex-end;
}

.grid__item_center {
  margin: 0 auto;
}

@font-face {
  font-family: Juri;
  src: url("fonts/Juri_Zaech_Realtime_DEMO.otf");
}
@font-face {
  font-family: Overpass_Bold;
  src: url("fonts/OverpassMono-Bold.ttf");
}
@font-face {
  font-family: Overpass_light;
  src: url("fonts/OverpassMono-Light.ttf");
}
@font-face {
  font-family: Overpass_semibold;
  src: url("fonts/OverpassMono-SemiBold.ttf");
}
@font-face {
  font-family: Overpass_regular;
  src: url("fonts/OverpassMono-Regular.ttf");
}
body {
  color: #FFF;
  font-family: "Overpass_semibold", sans-serif;
  letter-spacing: 0.125rem;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-family: "Overpass_Bold", serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 32px;
  color: #00130B;
  letter-spacing: 0.125rem;
  line-height: 2.5rem;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 766px) {
  h1 {
    font-size: 21px;
  }
}

h2 {
  /* H2: Subtitle: */
  font-family: "Overpass_Bold", serif;
  font-size: 30px;
  letter-spacing: 0.51px;
  line-height: 40px;
  margin-bottom: 40px;
  font-weight: 400 !important;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 766px) {
  h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

h3 {
  /* H3: Section title: */
  font-family: "Overpass_Bold", serif;
  font-weight: 800;
  font-size: 35px;
  color: #2D2E2F;
  letter-spacing: 1.11px;
  line-height: 35px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}

p {
  /* This is a paragraph Copy 4: */
  font-family: "Overpass_semibold", sans-serif;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.125rem;
  -webkit-font-smoothing: antialiased;
}
p.title {
  font-family: "Overpass_Bold", serif;
}
p.lead {
  font-size: 20px;
  font-family: Overpass_semibold;
  -webkit-font-smoothing: antialiased;
  line-height: 28px;
}
p.tiny {
  font-size: 15px;
}
p.opacity {
  opacity: 0.65;
}
p a {
  padding-bottom: 3px;
}
p a:hover {
  padding-bottom: 2px;
  border-image: url(./img/hover-dash.svg);
  border: 0px 0px 1px 0px solid transparent;
}

.lowercase {
  text-transform: initial;
}

.uppercase {
  text-transform: uppercase;
}

a {
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.125rem;
}
a p {
  line-height: 17px;
}
a:hover > p {
  border-bottom: 10px solid transparent;
  border-image: url(./img/hover-dash2-black.svg) 25% 30 repeat;
  padding-bottom: 0px;
}

table {
  font-family: "Overpass_Bold", serif;
}

.textLeft {
  text-align: left;
}

.textCenter {
  text-align: center;
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  initial-letter: 1.5;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  min-width: 1024px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  body {
    min-width: 600px;
  }
}
@media (max-width: 766px) {
  body {
    min-width: 300px;
  }
}

img {
  display: inline-block;
  vertical-align: middle;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 3.125rem;
  border-radius: 10px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 10px;
}

.inline {
  display: inline-block;
  vertical-align: top;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center_vert {
  top: 50%;
  transform: translateY(-50%);
}

.center_hor {
  left: 50%;
  transform: translateX(-50%);
}

.center_all {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.center {
  text-align: center;
}

a {
  /* LINK: */
  font-family: "Overpass_semibold", sans-serif;
  letter-spacing: 0.93px;
  line-height: 18px;
  text-decoration: none;
  display: inline-block;
}

.interactiveDiv {
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.interactiveDiv p {
  margin: 0;
  line-height: 20px;
}

/*
  padding / margins
*/
.margin80 {
  margin: 80px 0;
}

.padding80 {
  padding: 80px 0;
}

.p0 {
  padding: 0;
}

.m0 {
  margin: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

/*
  colors
*/
.white {
  color: #FFF;
}

.black {
  color: #000;
}

.yellow {
  color: #FFC417;
}

.grey {
  color: #D8D8D8;
}

.medGrey {
  color: #9B9B9B;
}

.darkGrey {
  color: #4A4A4A;
}

.bk-yellow {
  background: #FFC417;
}

.bk-black {
  background: #000;
}

.bk-grey {
  background: #D8D8D8;
}

.bk-darkGrey {
  background: #4A4A4A;
}

.bk-none {
  background: none;
}

.bk-black {
  background: #000;
}

.gridlayoutmonthwrapper {
  position: absolute;
  width: 100%;
}

button {
  border-radius: 0px;
  text-transform: uppercase;
  border: none;
  font-family: "Overpass_Bold", serif;
  font-size: 15px;
  margin-top: 20px;
  padding: 0;
  letter-spacing: 2px;
  max-width: 30%;
  min-width: 300px;
}
button.box {
  padding: 25px 40px;
  min-width: 300px;
}

@media (max-width: 766px) {
  max-width: 100%;
  width: 100%;
}
/**
 * Header
 **/
#logo {
  flex-basis: 15.5%;
  min-width: 140px;
  width: 10%;
  max-width: 169px;
  text-align: center;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 89px;
}
#logo a {
  width: 100%;
}
#logo img {
  width: 100%;
  transition: width 0.5s ease;
}

header {
  background: black;
  height: auto;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
  max-height: 125px;
}
header .header__logo.center_all {
  top: 40%;
}
header .header__logo img {
  width: 100%;
  max-width: 242px;
  min-width: 140px;
  margin: 0 auto 14%;
  display: block;
}
header #mobileMenu {
  display: none;
}
header #menu {
  flex-basis: 88.66667%;
  margin-left: -1px;
  max-width: 1500px;
  float: left;
}
header #menu ul {
  list-style-type: none;
  margin: 0;
  padding: 4vh 0 4vh 0;
  background: #000;
  transition: padding 0.3s ease;
  max-width: 100%;
  letter-spacing: 0.125rem;
}
header #menu ul li {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  flex-basis: auto;
  max-width: 20%;
}
header #menu ul li a {
  letter-spacing: 0.125rem;
  padding-bottom: 5px;
  font-family: "Overpass_Bold", serif;
  min-height: 26px;
  border-bottom: 3px solid transparent;
}
header #menu ul li a:hover {
  border-image: url(./img/hover-dash2.svg) 10% 5 repeat;
}
header #menu ul li a.active {
  color: #FFC417;
}
header #menu ul li a.active:hover {
  cursor: default;
  border: none;
}
header #menu ul li span {
  opacity: 1;
  font-size: 15px;
  margin-top: 6px;
  display: block;
  color: #9B9B9B;
  font-family: "Overpass_Bold", serif;
  transition: opacity 0.3s ease;
}
header #menu.fixed ul {
  padding: 4vh 0 0 0;
  transition: padding 0.3s ease;
}
header #menu.fixed ul li span {
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (min-width: 767px) and (max-width: 1023px) {
  #bodyWrap {
    overflow: hidden;
  }

  #logo {
    top: 0;
    width: 122px;
    position: absolute;
  }

  header {
    position: relative;
    height: 100px;
  }
  header #mobileMenu {
    color: #FFF;
    font-family: "Overpass_Bold", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 19%;
    right: 0;
    text-align: center;
  }
  header #mobileMenu p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  header #menu {
    position: absolute;
    top: 100px;
    right: -100%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    transition: right 0.7s ease;
  }
  header #menu ul {
    padding: 20px 40px 20px 20px;
    flex-basis: 100%;
    max-width: 100%;
  }
  header #menu ul li {
    display: block;
    margin-bottom: 50px;
    text-align: right;
    flex-basis: 30%;
    max-width: 30%;
  }
  header #menu.openme {
    right: 0;
    transition: right 0.5s ease;
  }
}
@media (max-width: 766px) {
  #bodyWrap {
    overflow: hidden;
  }

  #logo {
    top: 0;
    width: 122px;
    position: absolute;
  }

  header {
    position: relative;
    height: 103px;
  }
  header #mobileMenu {
    color: #FFF;
    font-family: "Overpass_Bold", serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 30%;
    right: 0;
    text-align: center;
  }
  header #mobileMenu p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
  }
  header #menu {
    position: absolute;
    top: 100px;
    right: -80%;
    width: 70%;
    display: inline-block;
    vertical-align: top;
    transition: right 0.7s ease;
  }
  header #menu ul {
    padding: 20px 50px;
  }
  header #menu ul li {
    display: block;
    margin-bottom: 20px;
    text-align: right;
  }
  header #menu.openme {
    right: -11px;
    transition: right 0.5s ease;
  }
}
/**
 * Slider
 **/
#slider {
  height: 76vh;
}
#slider.swiper-container {
  margin: 0;
}
#slider .swiper-wrapper {
  height: 67vh;
}
#slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 5px;
  display: inline-block;
  border-radius: 0px;
  background: white;
  margin: 1px 9px;
}
#slider .slide {
  flex-basis: 100%;
  max-width: 100%;
  position: relative;
  height: 100%;
}
#slider .slide .imageWrap {
  height: 100%;
  overflow: hidden;
}
#slider .slide .imageWrap img {
  width: 132%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#slider .slide .overlay {
  min-width: 218px;
  width: 27%;
  max-width: 350px;
  height: 250px;
  padding: 6vh 4vw 6vh 3vw;
  position: absolute;
  right: 0%;
  bottom: -10%;
}
#slider .slide .overlay p {
  font-family: "Overpass_Bold", serif;
  text-transform: uppercase;
}
@media (max-width: 766px) {
  #slider .slide .overlay {
    padding: 2vh 4vw 8vh;
  }
}

@media (min-width: 767px) and (max-width: 1023px) {
  #slider {
    height: 50vh;
  }
  #slider .slide {
    height: 75%;
  }
  #slider .slide .imageWrap img {
    top: 0;
    left: 0;
    transform: none;
  }
  #slider .slide .overlay {
    right: 5%;
    width: 25vw;
    bottom: 43px;
    padding: 3vw;
    height: auto;
  }
  #slider .slide .overlay h1 {
    font-size: 25px;
  }
}
@media (max-width: 766px) {
  #slider {
    height: 75vh;
  }
  #slider .slide {
    height: 100%;
  }
  #slider .slide .imageWrap {
    height: 60vh;
    margin: 0 auto;
  }
  #slider .slide .imageWrap img {
    width: auto;
    max-width: auto;
    height: 100%;
    top: 8px;
    transform: translateX(-50%);
  }
  #slider .slide .overlay {
    width: 43vw;
    max-width: 100%;
    padding: 2vh 4vw;
    right: 30px;
    bottom: -3%;
    height: auto;
  }
  #slider .slide .overlay h1 {
    font-size: 18px;
    line-height: 30px;
  }
}
/**
 * Footer
 **/
footer {
  margin-top: 70px !important;
  padding: 180px 0 100px 0;
}
footer p {
  margin-top: 0;
}
footer a {
  font-size: 15px;
  color: #9B9B9B;
  font-family: "Overpass_Bold", serif;
  height: 23px;
}
footer a:hover {
  border-bottom: 10px solid transparent;
  border-image: url(./img/hover-dash2-grey.svg) 25% 30 repeat;
  padding-bottom: 0px;
}
footer span.phone, footer span.email {
  margin-right: 20px;
  display: inline-block;
}
footer #copy {
  margin-top: 50px;
}
footer #copy p {
  font-size: 12px;
}
footer #copy a {
  font-size: 12px;
}
footer .grid_center {
  position: relative;
}
footer #opportunities {
  position: absolute;
  right: 0;
  top: -80px;
  width: 33.33333%;
  padding-right: 2%;
  padding-left: 1.5%;
}
footer #opportunities a:hover {
  border: none;
}
footer #opportunities a:hover p {
  border-bottom: 10px solid transparent;
  border-image: url(./img/hover-dash2.svg) 25% 30 repeat;
  padding-bottom: 0px;
}

@media (min-width: 767px) and (max-width: 1023px) {
  footer {
    padding-top: 69px;
    padding-bottom: 50px;
  }
  footer .medGrey .heading {
    width: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  footer #opportunities {
    top: 0;
    z-index: 2;
  }
}
@media (max-width: 766px) {
  footer #copy {
    margin: 50px 25px;
  }
  footer #opportunities {
    position: static;
    width: 100%;
    padding-left: 14px;
    margin-bottom: 30px;
  }
}
#intro {
  margin-bottom: 9vh;
}

.promote {
  position: relative;
  margin-left: 12vw;
  margin-top: 50px;
  margin-bottom: 50px;
}
.promote .titleBox {
  height: auto;
  max-height: 400px;
  min-height: 330px;
  padding: 37px 50px 8%;
  position: relative;
  flex-basis: 81%;
  top: 0;
}
.promote .titleBox p {
  width: 70%;
}
.promote .titleBox button {
  position: absolute;
  right: -185px;
  top: 58px;
  z-index: 2;
}
.promote .titleBox button .hover-bkgd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./img/button_hover.png") 0 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.promote .titleBox button:hover {
  cursor: pointer;
}
.promote .titleBox button:hover .hover-bkgd {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.promote .zagIcon {
  position: absolute;
  top: 0;
  right: 9.1%;
  width: 19%;
  z-index: 1;
  display: none;
}
.promote .items {
  position: relative;
  z-index: 2;
  bottom: 17%;
  padding-right: 0;
}
.promote .items > div {
  margin: 0 2%;
  margin-bottom: 25px;
}
.promote .items img {
  width: 100%;
}
.promote .items .vendorItem {
  position: relative;
  overflow: hidden;
}
.promote .items .vendorItem .hover {
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0%;
  z-index: 1;
  opacity: 0;
}
.promote .items .vendorItem .hover p {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 25px;
  transform: translateY(-50%);
  font-family: "Overpass_semibold", sans-serif;
  font-size: 14px;
}
.promote .items .vendorItem .hover span {
  display: block;
  margin-top: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Overpass_semibold", sans-serif;
  letter-spacing: 1.11px;
}
.promote .items .vendorItem .hover.active {
  height: 100%;
  transition: all 0.3s ease;
}
.promote .items .vendorItem:hover {
  cursor: pointer;
}
.promote#retailer {
  flex-basis: 87%;
  max-width: 87%;
  margin-right: 0;
  padding-right: 63px;
}
.promote#retailer .zagIcon {
  position: relative;
  right: 7.6%;
  top: -7%;
  z-index: 1;
}
.promote#healthHub {
  margin-right: 8%;
  margin-bottom: 250px;
  position: relative;
}
.promote#healthHub .zagIcon {
  top: 0;
  left: 6%;
  height: auto;
  z-index: -1;
  right: auto;
  width: 25%;
}
.promote#healthHub .titleBox {
  padding-bottom: 7%;
}
.promote#healthHub .titleBox button {
  left: 50px;
  top: 86%;
}
.promote#healthHub .titleBox p {
  width: 61%;
}
.promote#healthHub .items {
  position: absolute;
  bottom: -15%;
  right: 5%;
  height: auto;
  width: 25%;
  max-width: 330px;
}
.promote#healthHub .items img {
  width: 100%;
}
.promote#parking {
  position: relative;
  margin-bottom: 150px;
}
.promote#parking .titleBox {
  height: 49vh;
}
.promote#parking .titleBox p {
  width: 61%;
}
.promote#parking button {
  left: 50px;
  top: 91%;
  padding: 25px 40px;
  position: absolute;
  margin-top: 0;
}
.promote#parking .items {
  position: absolute;
  bottom: -15%;
  right: 24%;
  height: auto;
  width: 20%;
  min-width: 250px;
  padding: 65px 45px;
}
.promote#parking .items img {
  width: 100%;
}

#home .promote .items .vendorItem {
  position: relative;
  margin: 10vh 2%;
}

#home .promote .titleBox {
  height: auto;
  max-height: 400px;
  padding: 37px 50px 10%;
}

@media (min-width: 767px) and (max-width: 1023px) {
  .contentWrapper {
    overflow: hidden;
  }

  #intro {
    margin-bottom: 10px;
  }

  .promote {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 8vw;
    flex-basis: 84% !important;
    max-width: 90% !important;
  }
  .promote .titleBox button {
    right: -141px;
    top: 55px;
  }
  .promote .zagIcon {
    right: 0;
  }
  .promote .items {
    margin: 0;
    padding: 0;
    position: static;
    margin-top: -20%;
  }
  .promote .items .vendorItem {
    flex-basis: 45% !Important;
    max-width: 45% !important;
  }
  .promote .items .vendorItem:last-child {
    display: none;
  }
  .promote#retailer {
    padding-right: 0;
    flex-basis: 90% !Important;
    max-width: 90% !important;
  }
  .promote#retailer .zagIcon {
    right: 39px;
  }
  .promote#retailer .items {
    flex-basis: 90%;
    max-width: 95%;
  }
  .promote#cinema .items {
    margin-top: -10%;
  }
  .promote#cinema .grid__item_span-3 {
    flex-basis: 45% !Important;
    max-width: 45% !important;
  }
  .promote#cinema .grid__item_span-3:last-child {
    display: none;
  }
  .promote#healthHub {
    margin-bottom: 250px;
  }
  .promote#healthHub .titleBox {
    height: 60vh;
  }
  .promote#healthHub .titleBox p {
    width: 100%;
  }
  .promote#healthHub .titleBox button {
    top: 58%;
    position: relative;
    left: -40%;
  }
  .promote#healthHub .zagIcon {
    top: 0;
    left: -54px;
    height: auto;
    z-index: -1;
    width: 50%;
  }
  .promote#healthHub .items {
    position: absolute;
    bottom: -38%;
    right: 5%;
    height: auto;
    width: 29%;
    display: none;
  }
  .promote#parking {
    margin-bottom: 60px;
  }
  .promote#parking .titleBox {
    max-height: 500px;
    /* padding-bottom: 150px; */
    height: 433px;
  }
  .promote#parking .titleBox p {
    width: 69%;
  }
  .promote#parking .titleBox button {
    top: 91%;
  }
  .promote#parking .items {
    width: auto;
    right: 6%;
    bottom: 50%;
  }
  .promote#parking .items > div {
    margin: 3vh 0;
  }
}
@media (max-width: 766px) {
  .contentWrapper {
    overflow: hidden;
  }

  #intro {
    margin-left: 8vw;
    margin-right: 5vw;
    margin-top: 0;
  }

  .promote {
    margin: 50px 5vw;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
  .promote .titleBox p {
    width: 100%;
  }
  .promote .titleBox a {
    width: 100%;
  }
  .promote .titleBox button {
    top: 90%;
    left: 22px;
    position: static;
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
    max-width: 300px;
  }
  .promote .items {
    margin: 60px 0 0 0;
    padding: 0;
    width: 100%;
    position: static;
  }
  .promote .items > div {
    margin: 11vh 0;
  }
  .promote .items .vendorItem {
    max-width: 400px !important;
  }
  .promote .zagIcon {
    height: auto;
    right: -84px;
    top: 0%;
    opacity: 1;
    width: 72%;
    z-index: -1;
  }
  .promote .titleBox {
    padding: 10vw;
    width: 100%;
    height: 56vh;
  }
  .promote .titleBox button {
    position: static;
    z-index: 1;
    min-width: 228px;
    top: 60%;
    right: -18%;
  }
  .promote#retailer {
    padding-right: 0;
    margin-right: 7vw;
  }
  .promote#retailer .zagIcon {
    right: -76px;
    top: 0;
    z-index: -1;
  }
  .promote#healthHub {
    margin-bottom: 0;
  }
  .promote#healthHub .zagIcon {
    top: -5%;
    left: 67%;
  }
  .promote#healthHub .titleBox {
    height: auto;
    max-height: 571px;
    padding-bottom: 150px;
  }
  .promote#healthHub .titleBox p {
    width: 100%;
  }
  .promote#healthHub .titleBox button {
    left: 22px;
    top: 75%;
  }
  .promote#healthHub .items {
    margin-top: 60px;
    position: static;
    width: 100%;
  }
  .promote#parking {
    margin-bottom: 0;
  }
  .promote#parking .titleBox {
    height: auto;
    max-height: 570px;
  }
  .promote#parking .titleBox p {
    width: 100%;
  }
  .promote#parking .titleBox button {
    top: 90%;
    left: 22px;
    position: static;
  }
  .promote#parking .items {
    position: static;
    margin-top: 40px;
    width: 100%;
    padding: 10vw;
  }
  .promote#parking .items h1 {
    font-size: 30px;
  }
  .promote#parking .items > div {
    margin: 3vh 0;
  }

  #home .promote .titleBox {
    padding: 10vw;
    padding-bottom: 30%;
    margin-bottom: 80px;
    max-height: 580px;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #logo img {
    border: 0px solid black;
  }

  .promote .items {
    bottom: 9%;
  }
  .promote .zagIcon {
    width: 30%;
  }
  .promote#retailer .zagIcon {
    right: 30px;
  }
  .promote#healthHub button {
    width: 28%;
  }
  .promote#parking button {
    width: 28%;
  }
}
#offerings .promote {
  margin-top: 15px;
}
#offerings .promote .titleBox {
  margin-bottom: 15vh;
  height: auto;
  max-height: 5000px;
  padding-bottom: 81px;
}
#offerings .promote .zagIcon {
  z-index: 1;
  right: 13.7%;
}
#offerings .promote .openingHours {
  position: absolute;
  right: -317px;
  top: 19px;
  z-index: 2;
  flex-basis: 280px;
  max-width: 280px;
}
#offerings .promote .openingHours p {
  width: 100%;
}
#offerings .promote .openingHours span {
  width: 100px;
  display: inline-block;
  font-size: 15px;
}
#offerings .promote .openingHours span:last-child {
  width: 130px;
  text-align: right;
  font-size: 15px;
}
#offerings .promote .openingHours span.darkGrey {
  display: inline-block;
  margin-left: 30px;
  width: auto;
}
#offerings .promote p.width50 {
  width: 75%;
}
#offerings #vendors {
  margin-left: 8%;
  position: static;
}
#offerings #vendors .vendorItem {
  position: relative;
  			/*.hover{
  				content: '';
  			    width: 100%;
  			    height: 100%;
  			    background: url(./img/box_hover.svg) no-repeat 0 0/100%;
  			   	position: absolute;
  			   	left: -15%;
  			   	z-index: 1;
  			    opacity: 0;
  
  			    span{
  			    	color: $white;
  			    	position: absolute;
  			    	top: 64%;
  			    	transform: translateY(-50%);
  			    	left: 20px;
  			    	text-transform: uppercase;
  			    	font-family: $body-typeface;
  			    	 letter-spacing: 1.11px;
  			    }
  			}*/
}
#offerings #vendors .vendorItem:hover {
  cursor: pointer;
}
#offerings #vendors .vendorItem img {
  width: 100%;
}
#offerings #vendors.movieTitles .vendorItem .hover {
  bottom: 0;
}
#offerings .menu {
  margin-bottom: 20px;
}
#offerings button#cinema {
  margin-top: 0px;
  position: static;
  background: #4A4A4A;
  color: #FFF;
  width: auto;
  height: auto;
  padding: 25px 45px;
  position: relative;
  top: 40px;
  left: 0px;
}
#offerings button#cinema .hover-bkgd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./img/button_hover.png") 0 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#offerings button#cinema:hover {
  cursor: pointer;
}
#offerings button#cinema:hover .hover-bkgd {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.popup {
  display: none;
  width: 100vw;
  height: 100vh;
  background: black;
  position: fixed;
  z-index: 4;
  top: 50vh;
  left: 50vw;
  transform: translateX(-50%) translateY(-50%);
  content: "";
  clear: both;
}
.popup .wrap {
  width: 100vw;
  height: 90vh;
  position: fixed;
  z-index: 5;
  top: 50vh;
  left: 50vw;
  transform: translateX(-50%) translateY(-50%);
  overflow-y: scroll;
}
.popup .inner {
  width: 48vw;
  height: auto;
  margin: 0 auto;
  background: #9B9B9B;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-height: 768px) {
  .popup .inner {
    top: 0;
    transform: none;
  }
}
.popup #close {
  background: url("./img/close_popup.png") no-repeat 0 0/85%;
  width: 100px;
  height: 88px;
  position: absolute;
  right: -99px;
  top: 0;
  z-index: 10;
}
.popup #close:hover {
  cursor: pointer;
}
.popup .row {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.popup .row .left, .popup .row .right {
  display: inline-block;
  vertical-align: top;
}
.popup .row .left.pokeOut {
  position: relative;
  top: -37px;
  left: -4%;
}
.popup .row .left.pokeOut img {
  width: 100% !important;
}
.popup .row .left.rest {
  padding: 0 7% 20px;
  margin-top: -20px;
}
.popup .row .left.backgroundImage {
  background: url("./img/zags_popup.svg") no-repeat 0 100%/100%;
  width: 30%;
  height: 253px;
  position: relative;
}
.popup .row .left.backgroundImage img {
  width: 80% !important;
  position: absolute;
  bottom: 0;
}
.popup .row .right.rest {
  padding: 24px 56px 0 0;
  width: 66%;
}
.popup .row .right.pokeOut {
  position: absolute;
  top: -43px;
  right: -7%;
  z-index: 6;
}
.popup .row .right.pokeOut img {
  width: 88% !important;
}
.popup .row .right.pokeOut .zag {
  position: absolute;
  right: -57%;
  top: -47.3%;
}
.popup .row .right.hours {
  padding: 20px 0 0 11%;
}
.popup .row .right.hours .row {
  margin: 30px 0;
}
.popup .row .right.hours .row span {
  width: 125px;
  display: inline-block;
}
.popup .row .right.hours .row span.darkGrey {
  display: inline-block;
  margin-left: 30px;
  width: auto;
}
.popup .row .rest {
  width: 69%;
}
.popup .row .third {
  width: 30%;
}
.popup a {
  position: absolute;
  bottom: -68px;
  right: -1px;
}
.popup #button {
  background: #306097;
  width: auto;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding: 25px 30px;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  position: relative;
}
.popup #button .hover-bkgd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./img/button_hover.png") 0 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.popup #button:hover {
  cursor: pointer;
}
.popup #button:hover .hover-bkgd {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.popup .row a {
  position: static;
  display: inline-block;
  vertical-align: top;
  width: auto;
  line-height: 24px;
}
.popup .row a #button {
  padding: 20px 30px;
}
.popup .row #button {
  padding: 20px 30px;
  font-family: "Overpass_semibold", sans-serif;
}
.popup .row #button:hover {
  cursor: default;
}

#pokeOut {
  position: absolute;
  right: -175px;
  top: 81px;
  width: 233px;
}

#cinemaExtras {
  margin-top: -50px;
}
#cinemaExtras #food .items .vendorItem .hover, #cinemaExtras #retailer .items .vendorItem .hover {
  content: '';
  width: 100%;
  height: 0%;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  bottom: 9%;
  z-index: 1;
  opacity: 0;
}
#cinemaExtras #food .items .vendorItem .hover p, #cinemaExtras #retailer .items .vendorItem .hover p {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 25px;
  transform: translateY(-50%);
  font-family: "Overpass_semibold", sans-serif;
}
#cinemaExtras #food .items .vendorItem .hover span, #cinemaExtras #retailer .items .vendorItem .hover span {
  display: block;
  margin-top: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Overpass_semibold", sans-serif;
  letter-spacing: 1.11px;
}
#cinemaExtras #food .items .vendorItem .hover.active, #cinemaExtras #retailer .items .vendorItem .hover.active {
  height: 100%;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) and (max-width: 1300px) {
  .popup .inner {
    width: 68vw;
  }
}
@media (min-width: 767px) and (max-width: 1023px) {
  #offerings .promote {
    margin-bottom: 0;
    margin-left: 8vw;
  }
  #offerings .promote p.width50 {
    width: 75%;
  }
  #offerings .promote .titleBox {
    height: auto;
    margin-bottom: 10vh;
    flex-basis: 100%;
    max-width: 100%;
    max-height: 1000px;
  }
  #offerings .promote .titleBox p.width50 {
    width: 100%;
  }
  #offerings .promote .openingHours {
    flex-basis: 32vw;
    max-width: 32vw;
    right: -72%;
    position: static;
    padding-left: 0;
    margin-left: 0;
  }
  #offerings .promote .openingHours span:last-child {
    width: 121px;
  }
  #offerings .promote .zagIcon {
    opacity: 0.7;
  }
  #offerings #vendors {
    position: static;
    margin-top: 0;
  }
  #offerings #vendors .vendorItem {
    flex-basis: 29%;
    max-width: 29%;
  }

  #cinemaExtras {
    margin-top: 0;
  }

  .popup .wrap {
    width: 90vw;
  }
  .popup .wrap .inner {
    width: 75vw;
    top: 0;
    transform: none;
    padding: 0 25px;
  }
  .popup .wrap .inner .left.third.pokeOut {
    display: none;
  }
  .popup .wrap .inner .right.rest {
    padding: 15px 0;
    width: 70%;
  }
  .popup .wrap .inner .left.rest {
    padding-left: 0;
    width: 80%;
  }
  .popup .wrap .inner .right.third.pokeOut {
    top: 0;
    right: -25%;
    width: 45%;
    margin-top: 20px;
  }
  .popup .wrap .inner .left.third.backgroundImage {
    width: 35%;
    vertical-align: bottom;
    margin-bottom: 63px;
  }
  .popup .wrap .inner .left.third.backgroundImage img {
    width: 88% !important;
  }
  .popup .wrap .inner .right.rest.hours {
    width: 100%;
  }
  .popup .wrap .inner .right.rest.hours span {
    vertical-align: top;
  }
  .popup .wrap .inner .right.rest.hours span.darkGrey {
    width: auto;
  }
  .popup .wrap .inner #button {
    width: 100%;
  }
  .popup .wrap .inner #button.phone {
    margin-bottom: 20px;
  }
  .popup .wrap .inner .row a {
    width: 100%;
  }
  .popup #close {
    right: -35px;
  }
  .popup #pokeOut {
    display: none;
  }
}
@media (max-width: 766px) {
  #offerings .promote p.width50 {
    width: 100%;
  }
  #offerings .promote .titleBox {
    margin-bottom: 0;
    height: auto;
    max-height: 1500px;
    padding: 10vw;
  }
  #offerings .promote .openingHours {
    position: static;
    margin-top: 30px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #offerings .promote .openingHours span:last-child {
    width: auto;
    margin-left: 15px;
  }
  #offerings .promote .zagIcon {
    height: auto;
    right: -105px;
    top: 0%;
    opacity: 0.7;
    width: 259px;
    z-index: -1;
  }
  #offerings #vendors {
    margin-top: 0;
    margin-left: 0;
  }
  #offerings #vendors.movieTitles {
    display: none;
  }
  #offerings button#cinema {
    top: 0;
  }

  #cinemaExtras .promote#parking button {
    position: static;
  }

  .popup .wrap {
    width: 90vw;
  }
  .popup .wrap .inner {
    width: 85vw;
    top: 0;
    transform: none;
    padding: 0 25px;
  }
  .popup .wrap .inner .left.third.pokeOut {
    display: none;
  }
  .popup .wrap .inner .right.rest {
    padding: 15px 0;
    width: 70%;
  }
  .popup .wrap .inner .left.rest {
    padding-left: 0;
    width: 100%;
  }
  .popup .wrap .inner .right.third.pokeOut {
    top: 0;
    right: 0;
    width: 100%;
    position: static;
    margin-top: 20px;
  }
  .popup .wrap .inner .left.third.backgroundImage {
    width: 100%;
  }
  .popup .wrap .inner .left.third.backgroundImage img {
    width: 88% !important;
  }
  .popup .wrap .inner .right.rest.hours {
    width: 100%;
  }
  .popup .wrap .inner .right.rest.hours span.darkGrey {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .popup .wrap .inner #button {
    margin-bottom: 20px;
    width: 100%;
  }
  .popup .wrap .inner .row a {
    width: 100%;
  }
  .popup #close {
    right: -15px;
  }
  .popup #pokeOut {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #offerings .promote .zagIcon {
    right: 16%;
  }
}
#parking .promote, #general .promote {
  margin-top: 20px;
}
#parking .promote .titleBox, #general .promote .titleBox {
  height: auto;
  max-height: 1200px;
  padding: 30px 50px 100px;
}
#parking .promote .zagIcon, #general .promote .zagIcon {
  z-index: 1;
  right: 19.15%;
  width: 25%;
}
#parking .promote .openingHours, #general .promote .openingHours {
  position: absolute;
  right: -317px;
  top: 19px;
  z-index: 2;
  flex-basis: 300px;
  max-width: 300px;
  right: -366px;
  flex-basis: 326px;
  max-width: 326px;
}
#parking .promote .openingHours p, #general .promote .openingHours p {
  width: 100%;
}
#parking .promote .openingHours span, #general .promote .openingHours span {
  width: 100px;
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
}
#parking .promote .openingHours span:last-child, #general .promote .openingHours span:last-child {
  width: 150px;
  text-align: right;
  font-size: 15px;
  width: 161px;
}
#parking .promote .openingHours span.darkGrey, #general .promote .openingHours span.darkGrey {
  display: inline-block;
  margin-left: 30px;
  width: auto;
}
#parking .promote .openingHours > div:nth-child(2n) span:first-child, #parking .promote .openingHours > div:nth-child(3n) span:first-child, #general .promote .openingHours > div:nth-child(2n) span:first-child, #general .promote .openingHours > div:nth-child(3n) span:first-child {
  display: none;
  height: 0;
}
#parking .promote .openingHours > div:nth-child(2n) span.medGrey, #parking .promote .openingHours > div:nth-child(3n) span.medGrey, #general .promote .openingHours > div:nth-child(2n) span.medGrey, #general .promote .openingHours > div:nth-child(3n) span.medGrey {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
}
#parking .promote p.width50, #general .promote p.width50 {
  width: 61%;
}
#parking table, #general table {
  width: 50%;
  margin-top: 5vh;
}
#parking table p, #general table p {
  width: 100%;
}
#parking table tr th, #general table tr th {
  text-align: left;
}
#parking table tr td, #general table tr td {
  padding: 7px 8px;
  font-size: 14px;
  color: #4A4A4A;
  border-bottom: 1px solid #979797;
}
#parking table tr td:nth-child(2n + 2), #general table tr td:nth-child(2n + 2) {
  text-align: right;
}
#parking table#secure, #general table#secure {
  width: 63%;
}
#parking .parkingPromo, #general .parkingPromo {
  position: absolute;
  top: 25%;
  right: -8%;
  height: auto;
  width: 40%;
  max-width: 280px;
  z-index: 2;
  padding: 65px 45px;
  top: 36%;
  right: -4%;
}
#parking .promoImage, #general .promoImage {
  position: absolute;
  top: 55%;
  right: -4%;
  width: 40%;
  max-width: 280px;
  z-index: 2;
  top: 62%;
}
#parking .promoImage img, #general .promoImage img {
  width: 100%;
}
#parking button, #general button {
  margin-top: 0;
  position: static;
  background: #4A4A4A;
  color: #FFF;
  width: auto;
  height: auto;
  padding: 25px 45px;
  position: relative;
  top: 40px;
  left: 0px;
}
#parking button .hover-bkgd, #general button .hover-bkgd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./img/button_hover.png") 0 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#parking button:hover, #general button:hover {
  cursor: pointer;
}
#parking button:hover .hover-bkgd, #general button:hover .hover-bkgd {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

#general p:not(.darkGrey) {
  color: #4A4A4A;
  width: 70%;
  text-transform: inherit;
}
#general a {
  color: #4A4A4A;
}
#general #intro.promote .titleBox {
  max-height: 1200px;
}
#general #intro .parkingPromo {
  padding: 0;
}

@media (min-width: 767px) and (max-width: 1023px) {
  #parking .promote {
    margin-left: 8vw;
  }
  #parking .promote p.width50 {
    width: 100%;
  }
  #parking .promote .titleBox {
    height: auto;
    margin-bottom: 10vh;
    flex-basis: 100%;
    max-width: 100%;
    max-height: 5000px;
    /* height: auto;
    
    margin-bottom:10vh; */
  }
  #parking .promote .titleBox .parkingPromo {
    width: 58%;
    right: -36%;
    top: 40%;
    display: none;
  }
  #parking .promote .titleBox .promoImage {
    width: 58%;
    right: -36%;
    top: 64%;
    display: none;
  }
  #parking .promote .titleBox table {
    width: 70%;
  }
  #parking .promote .titleBox table#secure {
    width: 70%;
  }
  #parking .promote .openingHours {
    flex-basis: 50vw;
    max-width: 50vw;
    right: -61%;
    margin-top: 90px;
    position: static;
    display: block;
    margin-left: 0;
    padding-left: 0;
  }
  #parking .promote .openingHours span.medGrey {
    width: 139px;
  }
  #parking .promote .zagIcon {
    opacity: 0.7;
  }

  #offerings #vendors {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
  }
  #offerings #vendors .vendorItem {
    flex-basis: 45% !important;
    max-width: 45% !Important;
  }

  #general .promote {
    margin-left: 8vw;
  }
  #general .promote .titleBox {
    height: auto;
    margin-bottom: 10vh;
    flex-basis: 100%;
    max-width: 100%;
    max-height: 1000px;
  }
}
@media (max-width: 766px) {
  #parking .promote p.width50, #general .promote p.width50 {
    width: 100%;
  }
  #parking .promote .titleBox, #general .promote .titleBox {
    margin-bottom: 0;
    max-height: 5000px;
    padding: 10vw;
  }
  #parking .promote .titleBox a, #general .promote .titleBox a {
    width: 100%;
  }
  #parking .promote .titleBox button, #general .promote .titleBox button {
    margin-top: 30px;
    top: 90%;
    left: 22px;
    position: static;
    padding: 20px 10px;
    width: 100%;
    display: inline-block;
    max-width: 300px;
  }
  #parking .promote .titleBox table, #general .promote .titleBox table {
    width: 100%;
  }
  #parking .promote .titleBox table#secure, #general .promote .titleBox table#secure {
    width: 100%;
  }
  #parking .promote .titleBox .parkingPromo, #general .promote .titleBox .parkingPromo {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
  #parking .promote .titleBox .promoImage, #general .promote .titleBox .promoImage {
    position: static;
    margin-top: 30px;
    width: 100%;
  }
  #parking .promote .openingHours, #general .promote .openingHours {
    position: static;
    margin-top: 30px;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  #parking .promote .openingHours p.medGrey, #general .promote .openingHours p.medGrey {
    margin-bottom: 20px;
  }
  #parking .promote .openingHours span:last-child, #general .promote .openingHours span:last-child {
    width: 100%;
    text-align: left;
  }
  #parking .promote .zagIcon, #general .promote .zagIcon {
    height: auto;
    right: -105px;
    top: 0%;
    opacity: 0.7;
    width: 259px;
    z-index: -1;
  }
  #parking #vendors, #general #vendors {
    margin-top: 0;
  }

  .popup .wrap {
    width: 90vw;
  }
  .popup .wrap .inner {
    width: 70vw;
  }

  #general p:not(.darkGrey) {
    width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #parking .promote .zagIcon, #general .promote .zagIcon {
    right: 16%;
  }
}
#whatsOn #food {
  margin-bottom: 0;
}
#whatsOn #food.promote {
  margin-top: 20px;
}
#whatsOn #food.promote .titleBox {
  height: auto;
  padding-bottom: 40px;
  margin-bottom: 15vh;
}
#whatsOn #food.promote .titleBox p:not(.white) {
  color: #4A4A4A;
  width: 70%;
  font-weight: normal;
  font-family: "Overpass_semibold", sans-serif;
}
#whatsOn #food.promote .zagIcon {
  z-index: 1;
  right: 22.7%;
}
#whatsOn #cinema {
  margin-top: 0px;
  margin-bottom: 0;
}
#whatsOn #cinema.promote .titleBox {
  margin-bottom: 0;
}
#whatsOn .promote p:not(.white) {
  color: #9B9B9B;
  width: 70%;
}
#whatsOn #vendors {
  position: static;
}
#whatsOn #vendors .vendorItem {
  margin-bottom: 40px;
}
#whatsOn #vendors {
  margin-left: 8%;
}
#whatsOn #vendors .vendorItem {
  position: relative;
  			/*.hover{
  				content: '';
  			    width: 100%;
  			    height: 100%;
  			    background: url(./img/box_hover.svg) no-repeat 0 0/100%;
  			   	position: absolute;
  			   	left: -15%;
  			   	z-index: 1;
  			    opacity: 0;
  
  			    span{
  			    	color: $white;
  			    	position: absolute;
  			    	top: 64%;
  			    	transform: translateY(-50%);
  			    	left: 20px;
  			    	text-transform: uppercase;
  			    	font-family: $body-typeface;
  			    	 letter-spacing: 1.11px;
  			    }
  			}*/
}
#whatsOn #vendors .vendorItem:hover {
  cursor: pointer;
}
#whatsOn #vendors .vendorItem img {
  width: 100%;
}
#whatsOn .popup #button {
  background: #FFC417;
  color: #4A4A4A;
  padding: 25px 45px;
}
#whatsOn .popup #button .hover-bkgd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url("./img/button_hover.png") 0 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#whatsOn .popup #button:hover {
  cursor: pointer;
}
#whatsOn .popup #button:hover .hover-bkgd {
  opacity: 1;
  transition: opacity 0.3s ease;
}
#whatsOn .popup p:not(.white) {
  color: #4A4A4A;
  text-transform: initial;
}

@media (min-width: 767px) and (max-width: 1023px) {
  #whatsOn #food.promote {
    margin-left: 8vw;
  }
  #whatsOn #food.promote .titleBox {
    margin-bottom: 10vh;
    flex-basis: 100%;
    max-width: 100%;
    max-height: 1000px;
  }
  #whatsOn #food.promote .titleBox .parkingPromo {
    width: 58%;
    right: -36%;
  }
  #whatsOn #food.promote .titleBox table {
    width: 70%;
  }
  #whatsOn #food.promote .openingHours {
    flex-basis: 30vw;
    max-width: 30vw;
    right: -34vw;
  }
  #whatsOn #food.promote .zagIcon {
    opacity: 0.7;
  }
  #whatsOn #food.promote > #vendors {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    bottom: 0;
  }
  #whatsOn #food.promote > #vendors .vendorItem {
    flex-basis: 45% !important;
    max-width: 45% !Important;
  }
  #whatsOn #cinema {
    margin-top: 150px;
  }

  .popup .wrap {
    width: 90vw;
  }
  .popup .wrap .inner {
    width: 70vw;
  }
  .popup .wrap .inner .left.third.backgroundImage {
    display: none;
  }
}
@media (max-width: 766px) {
  #whatsOn #food.promote p.width50 {
    width: 100%;
  }
  #whatsOn #food.promote .titleBox {
    margin-bottom: 0;
    height: auto;
    max-height: 1000px;
    padding: 10vw;
  }
  #whatsOn #food.promote .titleBox p:not(.white) {
    width: 100%;
  }
  #whatsOn #food.promote .openingHours {
    position: static;
    margin-top: 30px;
    padding: 0;
  }
  #whatsOn #food.promote .zagIcon {
    height: auto;
    right: -105px;
    top: 0%;
    opacity: 0.7;
    width: 259px;
    z-index: -1;
  }
  #whatsOn #vendors {
    margin-top: 0;
    margin-left: 0;
  }
  #whatsOn #cinema {
    margin-top: 30px;
  }

  .popup .wrap {
    width: 90vw;
  }
  .popup .wrap .inner {
    width: 85vw;
  }
  .popup .wrap .inner .left.third.backgroundImage {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #whatsOn .promote#food .zagIcon {
    right: 16%;
  }
}
body {
  background: #000;
}

*::selection {
  background: #FFC417;
  color: #FFF;
}

img::selection {
  background: #D8D8D8;
}

#bodyWrap {
  padding-top: 115px;
}
@media (min-width: 767px) and (max-width: 1023px) {
  #bodyWrap {
    padding-top: 0;
  }
}
@media (max-width: 766px) {
  #bodyWrap {
    padding-top: 0;
  }
}

.contentWrapper {
  margin: 25px 0 50px;
}

.grid__item_span-3 {
  flex-basis: 27%;
  max-width: 27%;
}

#internet-explorer-error {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("./img/ie-overlay.png") repeat 0 0;
  color: white;
  padding-top: 5%;
  padding-bottom: 5%;
  z-index: 2000;
}

.IEWrapper {
  height: auto;
  width: 100%;
}

#internet-explorer-error h2 {
  text-align: center;
  margin-bottom: 20px;
}

#internet-explorer-error p {
  max-width: 650px;
  margin: auto auto;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
#internet-explorer-error p a {
  color: #fff;
}
#internet-explorer-error p a:hover {
  color: grey;
  border: none;
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
