/* Theme Name: Queenstown Central Theme 
URI: https://queenstowncentral.co.nz 
Author: Established Group 
Author URI: http://establishedgroup.com 
Version: 1.0.0 */

@font-face {
  font-family: Graphik-Bold;
  src: url(../qc/assets/fonts/graphik/Graphik-Bold.woff);
}

@font-face {
  font-family: Graphik-SemiBold;
  src: url(../qc/assets/fonts/graphik/Graphik-Semibold.woff);
}

@font-face {
  font-family: Graphik-Regular;
  src: url(../qc/assets/fonts/graphik/Graphik-Regular.woff);
}

@font-face {
  font-family: 'Font Awesome 5 Pro Light';
  font-style: normal;
  font-weight: 300;
  src: url("../qc/assets/fonts/fontawesomepro/fa-light-300.eot");
  src: url("../qc/assets/fonts/fontawesomepro/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../qc/assets/fonts/fontawesomepro/fa-light-300.woff2") format("woff2"), url("../qc/assets/fonts/fontawesomepro/fa-light-300.woff") format("woff"), url("../qc/assets/fonts/fontawesomepro/fa-light-300.ttf") format("truetype"), url("../qc/assets/fonts/fontawesomepro/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro Light';
  font-weight: 300;
}

@font-face {
  font-family: 'Font Awesome 5 Pro Solid';
  font-style: normal;
  font-weight: 300;
  src: url("../qc/assets/fonts/fontawesomepro/fa-solid-900.eot");
  src: url("../qc/assets/fonts/fontawesomepro/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../qc/assets/fonts/fontawesomepro/fa-solid-900.woff2") format("woff2"), url("../qc/assets/fonts/fontawesomepro/fa-solid-900.woff") format("woff"), url("../qc/assets/fonts/fontawesomepro/fa-solid-900.ttf") format("truetype"), url("../qc/assets/fonts/fontawesomepro/fa-solid-900.svg#fontawesome") format("svg");
}

.fas {
  font-family: 'Font Awesome 5 Pro Solid';
  font-weight: 900;
}


/* CSS RESETS */

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,img,ins,kbd,q,s,samp,small,strike,strong,sub,
sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,
tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

html,body {
  scroll-behavior: smooth;
  background-color: rgba(17, 9, 0, 1);
}

body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  color: #fff;
  background-color: rgba(17, 9, 0, 1);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  font-family: Graphik-Regular, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Page fade transition */



/*body {
    opacity: 1;
    transition: 2s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}*/


/****/


ol {
  list-style: none;
}

ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,blockquote:after,
q:before,q:after {
  content: '';
  content: none;
}

blockquote {
  margin: 20px 30px;
  border-left: solid 1px rgba(123, 180, 65, 1);
  padding: 10px 30px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

*:focus {
  outline: 0;
}

blockquote p {
  font-size: 22px;
  color: rgba(123, 180, 65, 1);
  margin-bottom: 0px;
}

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

h1,h2,h3,h4,h5,h6 {
  line-height: 1.2;
}

p,a,ol,ul,li {
  font-size: 18px;
  line-height: 1.5;
}

.light p,
.light a,
.light ol,
.light ul,
.light li,
.light h1,
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light .intro-text {
  color: rgba(17, 9, 0, 1);
}

header.intro p,
header.intro a,
header.intro ol,
header.intro ul,
header.intro li header.intro h1,
header.intro h2,
header.intro h3,
header.intro h4,
header.intro h5,
header.intro h6 {
  max-width: 800px;
}

a {
  text-decoration: none;
  color: inherit;
  font-size: inherit;
}

article a {
  text-decoration: underline;
}

p {
  margin: 0 0 15px 0;
  width: 100%;
}

hr {
  height: 1px;
  border: 0;
  color: #ccc;
  background: #ccc;
  color: rgba(200, 172, 134, 1);
  background: rgba(200, 172, 134, 1);
  margin: 30px 0 40px 0;
}

img {
  max-width: 100%;
  height: auto;
}

em,
i {
  font-style: italic;
}

p strong,
strong {
  font-family: Graphik-Bold;
}

main ol,
main ul {
  font-size: 17px;
  margin: 10px 10px 15px 15px;
  padding: 0 10px;
}

main ul {
  list-style: disc;
}

main ol {
  list-style: decimal;
}

main ol li,
main ul li {
  margin-bottom: 5px;
}

h1 {
  font-family: Graphik-Regular;
  font-weight: normal;
  font-size: 72px;
  font-size: 4vw;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  margin: 0 0 40px 0;
  position: relative;
  z-index: 10;
}

#light h1 {
  color: rgba(17, 9, 0, 1);
}

h2 {
  font-family: Graphik-Bold;
  font-weight: normal;
  font-size: 43px;
  line-height: 1.2;
  margin: 0 0 20px 0;
  width: 100%;
  color: rgba(17, 9, 0, 1);
}

h3 {
  font-family: Graphik-Bold;
  font-weight: normal;
  font-size: 38px;
  line-height: 1;
  margin: 0 0 20px 0;
  width: 100%;
  color: rgba(17, 9, 0, 1);
}

h4 {
  font-size: 32px;
  font-weight: normal;
  font-family: Graphik-Bold;
  margin-bottom: 10px;
  color: rgba(17, 9, 0, 1);
}

h5 {
  font-size: 28px;
  font-weight: normal;
  font-family: Graphik-SemiBold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: rgba(17, 9, 0, 1);
}

.container {
  /* width: calc(100% - 200px);
     max-width: 1200px;
    */
  width: calc(100% - 200px);
  padding: 50px 100px;
  margin: auto;
  max-width: 1500px;
}

.container.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


/* Flex Sticky Footer */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

header,
footer {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  z-index: 99;
}

header {
  z-index: 999;
}


/*section {
     -webkit-box-flex: 1;
     -ms-flex: 1 0 auto;
     flex: 1 0 auto;
     padding: 0;
     width: 100%;
}
*/


/*section::after {
     content: '\00a0';
     display: block;
     height: 0px;
     visibility: hidden;
}
*/


/* section {
     padding: 0;
}
 */


/*section::after {
     content: none;
}
*/

.alignright,
img.alignright,
a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft,
img.alignleft,
a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

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

.wp-caption {
  max-width: 100%;
}


/* * * PreLoader * * * * * * * * * * * * * * * * */

svg.preloader {
  width: 100%;
  height: 200px;
  display: inline-block;
  padding: 0px;
  margin: auto;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

svg.preloader path.circle {
  fill: transparent;
  stroke: rgba(17, 9, 0, 1);
  stroke-width: 3px;
  -webkit-animation: 1.5s circle infinite ease-in;
  animation: 1.5s circle infinite ease-in;
}

@-webkit-keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 400 400;
    stroke-dashoffset: -400;
  }
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 400;
    stroke-dashoffset: 0;
  }
  25% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 400 400;
    stroke-dashoffset: -400;
  }
}


/* * * * Global * * * * * * * * * * * * * * * * */


/* Brand colours Warm Black (Nav & Footer) = rgba(17,9,0,1);
 Dark Brown = rgba(52,44,30,1);
 Light Brown = rgba(124,96,76,1);
 Green = rgba(101,123,76,1);
 Dark Blue = rgba(41,67,99,1);
 Aqua = rgba(99,192,203,1);
 Pale Green = rgba(197,202,175,1);
 Orange = rgba(224,122,62,1);
 Yellow = rgba(240,184,37,1);
 Pale Yellow = rgba(235,223,203,1);
 Cream = rgba(241,233,220,1);
 Light Blue = rgba(159,205,227,1);
 */

.bg-yellow {
  background-color: rgba(240, 184, 37, 1);
}

.bg-yellow-fill {
  fill: rgba(240, 184, 37, 1);
}

.bg-light-yellow {
  background-color: rgba(235, 223, 203, 1);
}

.bg-light-yellow-fill {
  fill: rgba(235, 223, 203, 1);
}

.bg-dark-blue {
  background-color: rgba(41,67,99,1)
}

.bg-dark-brown {
  background-color: rgba(52, 44, 30, 1);
}

.bg-dark-brown-fill {
  fill: rgba(52, 44, 30, 1);
}

.bg-orange {
  background-color: rgba(224, 122, 62, 1);
}

.bg-orange-fill {
  fill: rgba(224, 122, 62, 1);
}

.bg-light-blue {
  background-color: rgba(159, 205, 227, 1);
}

.bg-light-blue-fill {
  fill: rgba(159, 205, 227, 1);
}

.bg-green {
  background-color: rgba(101, 123, 76, 1);
}

.bg-green-fill {
  fill: rgba(101, 123, 76, 1);
}

.bg-light-blue p,
.bg-light-blue a,
.bg-light-blue h2,
.bg-light-blue h3,
.bg-light-blue h4,
.bg-light-blue .arrow-link,
.bg-light-yellow p,
.bg-light-yellow a,
.bg-light-yellow h2,
.bg-light-yellow h3,
.bg-light-yellow h4,
.bg-light-yellow .arrow-link,
.bg-yellow p,
.bg-yellow a,
.bg-yellow h2,
.bg-yellow h3,
.bg-yellow h4,
.bg-yellow .arrow-link {
  color: rgba(17, 9, 0, 1)!important;
}

.img-bg {
  background-size: cover;
  background-position: center center;
}


.lSAction > a {
  margin-top: -5% !important;
  background-image: none!important;
}

a.lSNext {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
  padding: 70px 20px;
  color: #fff !important;
  margin-right: -15px;
}

a.lSNext i {
  font-size: 40px;
  margin-left: 5px;
}

.intro-text p,
.intro-text {
  font-size: 24px;
  line-height: 1.3;
  width: 100%;
}

.intro-text p {
  margin-bottom: 20px;
}

.flip-H {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-filter: FlipH;
  filter: FlipH;
  -ms-filter: "FlipH";
}

.section-overlap {
  z-index: 0;
  height: 60px;
  width: 100%;
  position: relative;
  bottom: 0;
  right: 0;
}

.section-overlap svg {
  width: 100%;
  height: 100%;
}

.section-overlap.nudge-down svg {
  margin-bottom: -1px;
}

.section-overlap.nudge-up svg {
  margin-top: -1px;
}

.section-overlap svg polygon {
  fill: pink;
}

.section-overlap.svg-orange svg polygon {
  fill: rgba(224, 122, 62, 1);
}

.section-overlap.svg-yellow svg polygon {
  fill: rgba(240, 184, 37, 1);
}

.section-overlap.svg-light-blue svg polygon {
  fill: rgba(159, 205, 227, 1);
}

.section-overlap.svg-green svg polygon {
  fill: rgba(101, 123, 76, 1);
}

.section-overlap.svg-light-yellow svg polygon {
  fill: rgba(235, 223, 203, 1);
}

.section-overlap.svg-dark-brown svg polygon {
  fill: rgba(52, 44, 30, 1);
}

.parallax {
  min-height: 800px;
  height: 80vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax .container {
  padding: 0px;
}

svg#icon_home {
    width: 40px;
    cursor: pointer;
    position: fixed;
    right: 175px;
    top: 65px;
    z-index: 99;
}

.light svg#icon_home polygon {
  stroke:rgb(52, 44, 30)!important;
}

a.home_icon {
  font-family: Graphik-SemiBold;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  margin-top:  70px;
  margin-left:70px;
  cursor: pointer;
}

a.home_icon:before {
  font-family: 'Font Awesome 5 Pro Light';
  content: '\f060';
  font-weight: 300;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 15px;
  top: -1px;
  left: -17px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a.home_icon:hover:before {
  left: -21px;
}
a.home_icon:hover {
  opacity: 0.6;
}





.arrow-link,
.editor-arrow-link a {
  font-family: Graphik-Bold;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  margin: 20px 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.arrow-link:before,
.editor-arrow-link a:before {
  font-family: 'Font Awesome 5 Pro Solid';
  content: '\f054';
  font-weight: 900;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 15px;
  top: -1px;
  right: -5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.arrow-link:hover,
.editor-arrow-link a:hover {
  opacity: 0.6;
}

.arrow-link:hover:before,
.editor-arrow-link a:hover:before {
  right: -10px;
}

.arrow-link,
.arrow-link.dark {
  color: #111;
}

#default .arrow-link {
  color: #fff;
}

.intro .arrow-link {
  font-size: 22px;
  line-height: 21px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
}

.short-dash {
  width: 30px;
  height: 1px;
  margin: 10px 2px 15px 2px;
}

#default .short-dash {
  border-bottom: 1px solid #fff;
}

#light .short-dash {
  border-bottom: 1px solid #111;
}


.grecaptcha-badge {
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
  z-index: -1;
}

#home .grecaptcha-badge {
  z-index: -1;
}



.remove-underline, 
span.remove-underline a,
article .remove-underline a {
  text-decoration: none!important;
}


/* Directory Layout */

/*#stores {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/

main ul.store_columns {
    margin: 70px 0 50px 0;
    padding: 0;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
}


ul.store_columns h4 {
  text-transform: none;
  font-size: 21px;
  margin-bottom: 5px;
}

ul.store_columns li {
  list-style: none;
  margin:0 0 40px 0;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
  page-break-inside: avoid;
}

ul.store_columns li i {
  font-size: 15px;
}

ul.store_columns li:after {
  display: block;
  content: '';
  background: #fff;
  height: 2px;
  width: 20px;
  margin-top: 20px;
  margin-bottom: 12px;
}







/* * * * /\/\/ MAD DASHES /\/\ * * * * * * * * * * * * * * * * */

.brand-line,
.brand-line-header,
.brand-line-footer,
.brand-line-footer-right,
.brand-line-footer-dash,
.brand-line-header-left,
.brand-line-header-right,
.brand-line-header-centre {
  position: absolute;
  z-index: 9;
  pointer-events: none;
}


/* Random Header */

.brand-line-header-left {
  width: 53vw;
  max-width: 800px;
  height: auto;
  left: -1vw;
  margin-top: -4vh;
}

.brand-line-header-right {
  width: 53vw;
  max-width: 800px;
  height: auto;
  right: 10vw;
  margin-top: -120px;
}

.brand-line-header-centre {
  width: 53vw;
  max-width: 620px;
  height: auto;
  right: 10vw;
  margin-top: -40px;
}


/* Random Footer */


/* Make Room */

#blog section,
#filter section {
  padding-bottom: 330px;
}

  #default main, #contact main  {
  padding-top: 200px;
  padding-bottom: 330px;
}

#default main.align_bottom, 
#contact main.align_bottom {
    padding-bottom: 0;
}

.brand-line-footer {
  width: 90vw;
  max-width: 1500px;
  height: auto;
  margin-top: 0;
  left: 0;
  overflow: hidden;
}

.brand-line-footer svg {
  margin-left: -20px;
}

.brand-line-footer-right {
  width: 90vw;
  max-width: 1500px;
  height: auto;
  margin-top: 0;
  right: 0;
  overflow: hidden;
}

.brand-line-footer-right svg {
  margin-right: -20px;
}

.brand-line-footer-dash {
  width: 45vw;
  max-width: 650px;
  height: auto;
  margin-top: 0;
  right: 10vw;
  overflow: hidden;
}


/* .brand-line svg {
     stroke-width: 37px!important;
}
 */

.home-eat .brand-line {
  width: 90vw;
  height: auto;
  margin-top: -30vh;
  right: 0;
  overflow: hidden;
  text-align: right;
}

.home-eat .brand-line svg {
    margin-right: -20px;
    width: 101%;
    height: 100%;
}

.home-shop .brand-line {
  width: 55vw;
  height: auto;
  margin-top: -30vh;
  left: -2vw;
}

.home-play .brand-line {
  width: 100%;
  height: auto;
  margin-top: -40vh;
  text-align: right;
}

.home-play .brand-line svg {
  width: 40vw;
  height: auto;
}

.home-play .brand-line.low-line {
  width: 50vw;
  height: auto;
  margin-top: -20vh;
  left: -2vw;
}

.home-play .brand-line.low-line svg {
  width: 50vw;
}

.home-gift .brand-line {
  width: 100%;
  margin-top: -15vw;
  overflow: hidden;
}

.home-gift .brand-line svg {
  width: 103%;
  margin-left: -1%;
}


/*
#intro_line,
#gift_line,
#low_line,
#play_line,
#shop_line,
#eat_line {
  display: none;
}*/


/* * * * DEFAULT PAGE * * * * * * * * * * * * * * * * */


/* Annoying Social Pug bug. Adds a span to the top of our content */

#dpsp-post-content-markup {
  display: none;
}

#default {
  background-color: rgba(52, 44, 30, 1);
}

#default .container {
  text-align: left;
  max-width: 1500px;
  position: relative;
}

#default article {
  max-width: 900px;
}

#default h1,
#default h2,
#default h3,
#default h4,
#default h5 {
  color: #fff;
  width: 100%;
}

#default h2 {
  font-size: 1.4em;
}

#default h3 {
  font-size: 1.3em;
  margin: 6px 0 8px 0;
}

#default h4 {
  font-size: 1.2em;
  margin: 5px 0 7px 0;
}

#default h5 {
  font-size: 1.1em;
  margin: 4px 0 6px 0;
}

.footer-image {
  height: 60vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 60px 0 -60px 0px;
}

#tenant .footer-image {
  margin: 60px 0 0 0;
}

.footer-image.double-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer-image.double-img div {
  width: 50%;
}

ul#page-slider li {
  display: inline-block;
  height: 60vh;
  width: 75vh;
  cursor: pointer;
}

#default main.no-footer-lines {
  padding-bottom: 0;
}

#default main.no-footer-lines .footer-image {
  margin-bottom: 0;
}

.g-links {
  margin: 20px 0;
}

.g-links a {
  display: block;
  padding: 5px 19px;
  background-color: rgba(101, 123, 76, 1);
  border-radius: 15px;
  margin-bottom: 15px;
  text-decoration: none;
  font-family: Graphik-SemiBold;
  font-size: 15px;
}

.g-links a i {
  width: 25px;
}

.g-links a:hover {
  background-color: rgba(224, 122, 62, 1);
}



/* * * * Home Page * * * * * * * * * * * * * * * * */

.bg_container {
  position: absolute;
  width: 100%;
  height: 120%;
  top: -10%;
  bottom: -10%;
}

.bg_container svg {
  width: 100%;
  height: 100%;
}


/* Section ~ Intro */

.home-intro,
.home-intro .container {
  height: 90vh;
  min-height: 700px;
  position: relative;
}

.home-intro .container {
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding: 0px 100px;
}


/*#home h1 span {
     opacity:0;
}
 #home h1 span:nth-child(1) {
     animation-duration: 4s;
     animation-delay: 2s;
     opacity:1;
}
 */

@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#home h1 {
  width: 40%;
}

#home .visited h1 span,
#home .visited #intro-logo {
  opacity: 1!important;
  -webkit-animation-delay: 0s!important;
          animation-delay: 0s!important;
}

#home h1 span,
#home #intro-logo {
  opacity: 0;
  -webkit-animation: FadeIn 1s linear;
  animation: FadeIn 1s linear;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#home h1 span:nth-child(1) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

#home h1 span:nth-child(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}

#home h1 span:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}

#home h1 span:nth-child(4) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

#home h1 span:nth-child(5) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}

#home h1 span:nth-child(6) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s
}

#home h1 span:nth-child(7) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s
}

#home #intro-logo {
  -webkit-animation-delay: 4s;
  animation-delay: 4s
}



/* animated underline */

   #home h1 a,  #home h1 span {
    display: inline-block;
    position: relative;
    text-decoration: none;
    line-height: 1;
  }

  #home h1 a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 3px;
  left: 0;
  background-color: rgba(255,255,255,1);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#home h1 a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}


.home-intro .brand-line {
  width: 55vw;
  height: 75vh;
  bottom: -3vh;
  left: 40vw;
}

/*#intro_line {
  display: none;
}*/


/*#intro_line {
     stroke-dasharray: 1000;
     stroke-dashoffset: 1000;
     animation: dash 0.3s ease forwards;
}
 @keyframes dash {
     to {
         stroke-dashoffset: 0;
    }
}
 */


/*@keyframes IntroLine {
     0% {
         height: 0;
    }
     100% {
         height: 75vh;
    }
}
 .home-intro .brand-line {
     animation: IntroLine 0.3s linear;
     animation-fill-mode: both;
}
*/

#home h2 {
  font-size: 76px;
  font-family: Graphik-Regular;
  font-weight: normal;
}

.home-intro h1 {
  margin-top: 10%;
  line-height: 1.3;
}

#intro-logo {
  width: 14vw;
  min-width: 230px;
  max-width: 300px;
  height: auto;
  min-height: 68px;
  margin: auto 0 5vh 0;
  position: relative;
  z-index: 10;
}

.lSSlideOuter {
    min-width: 100%!important;
}



/* Section ~ Experience */

.home-experience,
.home-experience .container {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 70px 0;
}

.home-experience p {
  color: rgba(17, 9, 0, 1);
}

ul#blog-slider a li {
  display: inline-block;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-experience .slider-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-experience .lSAction>a {
  top: 50%;
}

.slider-wrapper {
  opacity: 0!important;
}

.slider-wrapper.showslider {
  opacity: 1!important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-image {
  height: 50vh;
  width: 60vh;
  max-width: 600px;
  max-height: 500px;
  display: inline-block;
}

.blog-text {
  display: inline-block;
  margin: 0 80px 0 40px;
  width: 60vh;
  max-width: 500px;
}

.post_nav {
  margin:50px 0 20px 0;
  color: #000;
  font-family: Graphik-Bold;
  font-size: 21px;
}

.post_nav div {
  display: inline-block;
}

.post_nav div:nth-child(2) {
  float: right;
}


/* Section ~ Eat */

.home-eat,
.home-eat .container {
  height: auto;
  position: relative;
}


/* Section ~ Shop */

.home-shop,
.home-shop .container {
  height: auto;
  position: relative;
}


/* Section ~ Play */

.home-play,
.home-play .container {
  height: auto;
  position: relative;
}


/* Section ~ Gift Card */

.home-gift,
.home-gift .container {
  height: auto;
  position: relative;
}

.home-gift .container {
  height: 649px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#gift-text-holder {
  width: 35%;
}

#gift-card-img {
  width: auto;
  height: 90%;
  margin: 20px 10% 20px auto;
}

#gift-text-holder.intro p {
  font-size: 22px;
  width: 100%;
  max-width: 700px;
}


/* Section ~ Sign-up */

.home-sign-up,
.home-sign-up .container {
  height: auto;
  padding: 30px 0 20px 0;
}

.sign-up-form {
  margin-top: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.form-intro {
    width: 70%;
    max-width: 900px;
    margin-right: 30px;
    position: relative;
    z-index: 10;
}

.form-intro p {
  font-family: Graphik-SemiBold;
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.sign-up-form h2 {
  color: #fff;
  width: 30%;
}

.sign-up-form form {
  position: relative;
  margin-top: 20px;
}

.sign-up-form input[type="email"] {
  width: 90%;
  background-color: transparent;
  border: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  color: #fff;
  font-size: 32px;
  padding-bottom: 10px;
}

.sign-up-form input:focus {
  outline: 0;
}

.sign-up-form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

.sign-up-form input:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

.sign-up-form input::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

.sign-up-form input::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

.sign-up-form input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

.sign-up-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 0.5;
  /* Firefox */
}

.sign-up-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.sign-up-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

.sign-up-form button {
  position: absolute;
  right: 10%;
  top: 0;
  background-color: transparent;
  padding: 7px 15px;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  margin-right: 40px;
}

.sign-up-form button:focus {
  outline: 0;
}

.sign-up-form button::before {
  font-family: 'Font Awesome 5 Pro Light';
  content: '\f061';
  font-weight: 300;
  position: absolute;
  width: 0;
  height: 0;
  font-size: 35px;
  top: -1px;
  right: -5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.sign-up-form button:hover:before {
  right: -10px;
}

.wpcf7-form-control.wpcf7-checkbox {
  margin-top: 10px;
  display: block;
}

.wpcf7-checkbox .wpcf7-list-item-label {
 font-family: Graphik-Regular!important;
}

.wpcf7-checkbox span.wpcf7-list-item {
  margin: 0;
  width:100%;
}

.wpcf7-checkbox input[type="checkbox"] {
  width:auto!important;
  margin: 5px!important;
}


/* Section ~ Instagram */

.home-instagram,
.home-instagram .container {
  padding: 40px 0;
}

#instafeed {
  max-width: 1080px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#instafeed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 25%;
  background: white;
}

#instafeed img {
  display: block;
  width: 100%;
}

#home .home-instagram h2 {
  font-family: Graphik-Bold;
  font-size: 34px;
  text-align: center;
  color: #fff;
  margin: 30px auto;
}


/* Section ~ Sliders */

.slider {
  width: 100%;
  padding: 0px;
}

.slider .container {
  width: 100%;
  max-width: 100%;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

.slider-intro {
    width: 70%;
    margin-left: 30%;
    padding-bottom: 50px;
}

.slider-title {
  padding-left: 100px;
}

.slider-wrapper {
  width: 70%;
}

ul.section-slider a li {
  display: inline-block;
  cursor: pointer;
}

ul.section-slider a:hover .slider-text .arrow-link {
  opacity: 1;
}
/*ul.section-slider a:hover .slider-text p {
  text-decoration: underline;
}
*/

ul.section-slider .slider-image {
   position:relative;
}

ul.section-slider .slider-image:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgb(0,0,0);
    opacity:0;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
ul.section-slider a:hover .slider-image:after {
    opacity:0.3;
}



.slider-intro p {
  font-size: 22px;
  margin-bottom: 10px;
  max-width: 700px;
}

.slider-intro .arrow-link {
  font-size: 22px;
  line-height: 21px;
  color: #fff;
}

.slider-image {
  height: 50vh;
  /*width: 60vh;*/
  width: 100%;
  max-width: 500px;
  max-height: 400px;
  margin-bottom: 30px;
}

.slider h2 {
  font-size: 80px;
  font-family: Graphik-Regular;
  font-weight: normal;
  color: #fff;
}

.slider-text {
  /*width: 60vh;*/
  width: 100%;
  max-width: 500px;
}

.slider-text p {
  font-size: 17px;
}

.slider-text h4 {
  font-family: Graphik-Bold;
  font-size: 21px;
  margin-bottom: 10px;
  color: #fff;
}

.slider-text .arrow-link {
  margin: 0;
  color: #fff;
  opacity: 0;
}

.slider .lSAction>a {
  top: 30%!important;
}

.bg-light-yellow .lSAction>a {
  color: #fff !important;
}


/* * * * Tenant Page * * * * * * * * * * * * * * * * */

#tenant p {
  max-width: 800px;
}

#tenant hr {
  max-width: 800px;
}

#tenant {
  background-color: rgba(241, 233, 220, 1);
}

.social-links.circles.tenant ul {
  margin: 0;
  padding: 0;
}

.social-links.circles.tenant li a {
  width: 35px;
  height: 35px;
  background: rgba(17, 9, 0, 1);
}

.social-links.tenant ul li a i {
  font-size: 18px;
  line-height: 2;
  color: rgba(235, 223, 203, 1);
}

header.intro,
article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

header.intro {
  margin-top: 200px;
}

header.intro h1,
article h1 {
  width: 100%;
}

.description,
.introduction {
  width: 50%;
  padding: 0 5% 0 0;
}

.subnav,
.contact-details {
  width: 35%;
  border-left: solid 1px rgba(17, 9, 0, 1);
  padding: 0 0 0 5%;
}

.contact-details .fa,
.contact-details .far, 
.contact-details .fas {
    width: 25px;
}

.contact-details h5 {
  font-family: Graphik-Bold;
  font-size: 19px;
  line-height: 1.2;
  margin: 20px 0 10px 0;
  text-transform: none;
}

.contact-details p {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 7px 0;
}

.contact-details a {
  font-size: 17px;
}

.contact-details h5:first-of-type {
  margin-top: 0;
}

#tenant .slider-wrapper {
  margin-top: 50px;
  width: 100%;
}


ul#tenant-slider li {
  display: inline-block;
  height: 600px;
  width: 800px;
  cursor: pointer;
}

#brand_logo {
    text-align: right;
   /* min-height: 150px;*/
}

#brand_logo img {
    max-width: 250px;
    margin: 80px 25% 100px auto;
}



/* * * * Filter Pages * * * * * * * * * * * * * * * * */

#filter {
  background-color: rgba(241, 233, 220, 1);
}

.category_subnav li span,
.taxonomy_subnav li span {
  font-size: 22px;
  font-family: Graphik-SemiBold;
  line-height: 1.7;
  position: relative;
  cursor: pointer;
}

.category_subnav li span.active:before,
.taxonomy_subnav li span.active:before,
.category_subnav li.active span:before,
.taxonomy_subnav li.active span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: rgba(17, 9, 0, 1);
}

#blog main,
.masonry-container {
  margin: 80px auto 0 auto;
  display: block;
    width: 100%;
}



/* clear fix */

.masonry-container:after {
  content: '';
  display: block;
  clear: both;
}

.masonry-item {
  width: calc(30% - 40px);
  display: block;
}

#tenants_loaded article {
  margin: 0 0 60px 0;
  display: block;
  width: 100%;
}

#tenants_loaded article img {
  margin-bottom: 30px;
  display: block;
  width: 100%;
}

#tenants_loaded article h3 {
  font-size: 21px;
  font-family: Graphik-SemiBold;
  margin-bottom: 15px;
}

#tenants_loaded article p {
  font-size: 16px;
}

.read-more {
  font-size: 13px;
  font-family: Graphik-Bold;
  text-transform: uppercase;
}


/* * * * Blog * * * * * * * * * * * * * * * * */

#blog {
  background-color: rgba(159, 205, 227, 1);
}

#blog .story_image {
  height: 30vw;
  width: 55%;
  background-size: cover;
  background-position: center center;
}

#blog .story_deets {
  width: 40%;
}

#blog .story_deets h3 {
  font-size: 40px;
  width: 80%;
  line-height: 1.2;
  font-family: Graphik-SemiBold;
  font-family: Graphik-Regular;
}

#blog article {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

#blog .read-more {
  margin-top: 30px;
}

#blog main.single {
  width: 60%;
  margin-left: 0;
}

.post-date {
  color: rgba(17, 9, 0, 1);
  font-size: 16px;
  text-transform: uppercase;
}

.event-deets {
  color: rgba(17, 9, 0, 1);
  border-top: solid 1px rgba(17, 9, 0, 1);
  border-bottom: solid 1px rgba(17, 9, 0, 1);
  padding: 40px 0;
  margin: -10px 0 40px 0;
}

.event-deets p {
  font-size: 23px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.event-deets p span {
  font-family: Graphik-SemiBold;
  font-size: 21px;
  line-height: 1.1;
  width: 100px;
  display: inline-block;
}


/* Photo Gallery */

.thumb_container {
  margin: 30px 0;
}

.thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.gallery_Thumbs {
  height: 180px;
  width: calc(33% - 10px);
  margin: 5px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  cursor: pointer;
  border: none;
}


/* Share Footer */

.social_wrap {
  border-bottom: solid 1.5px rgba(17, 9, 0, 1);
  padding-bottom: 15px;
  margin: 40px 0 20px 0;
}

.share-txt {
  margin: 0 20px 0 5px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  color: rgba(17, 9, 0, 1);
}

.dpsp-shortcode-wrapper {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.dpsp-networks-btns-wrapper li {
  margin-right: 5px;
}

.dpsp-icon-total-share:before,
.dpsp-network-btn .dpsp-network-icon:before,
.dpsp-network-btn .dpsp-network-icon:after {
  color: rgba(159, 205, 227, 1);
}



/* Tags */

ul.post_tags {
  margin: 0;
}

ul.post_tags li {
  list-style: none;
  padding: 0;
  margin: 0 20px 0 0;
  display: inline-block;
}

ul.post_tags li a {
  text-transform: uppercase;
  font-family: Graphik-SemiBold;
  font-size: 14px;
}


/* MAGNIFIC POP UP */

a.gallery-item {
  display: block;
  height: 100%;
  width: 100%;
}


/* * * * SECTION LANDING PAGE * * * * * * * * * * * * * */


section.landing {
  position: relative;
}

section.landing p {
  position: relative;
    z-index: 10;
}

/*.landing .brand-line {
  width: 90vw;
  height: auto;
  margin-top: -30vh;
  right: 0;
  overflow: hidden;
}*/

.landing .brand-line {
    width: 55vw;
    height: auto;
    margin-top: -30vh;
    left: -2vw;
}

.bottom-footer .brand-line {
    width: 100%;
    height: auto;
    margin-top: -40vh;
    text-align: right;
}

.bottom-footer .brand-line svg {
    width: 40vw;
    height: auto;
}

/*.landing .brand-line svg {
  margin-right: -20px;
}*/

.landing .slider .container {
    width: 80%;
    padding: 80px 10% 50px 10%;
}

.landing .slider-wrapper {
  margin-bottom: 30px;
  width: 90%;
  position: relative;
  left: 10%;
}

.parallax.double {
  height: 70vh;
}

.parallax.double .container {
  height: calc(70vh - 120px);
}

section.bottom-footer {
  position: relative;
}

.bottom-footer article {
  padding: 60px 0;
}

#default .bottom-footer article h1,
#default .bottom-footer article h2 {
  font-family: Graphik-Regular;
  font-size: 72px;
}








/* * * * GETTING HERE PAGE * * * * * * * * * * */


#default main.getting-here section {
  position: relative;
}

#default main.getting-here {
  padding-bottom: 0;
}

#default main.getting-here .container {
  z-index: 8;
}

#default main.getting-here .bg_container {
    position: absolute;
    width: 100%;
    height: 110%;
     top:0; 
    z-index: 7;
    bottom: -10%;
}

#g-map {
  height: 70vh;
}




/* * * * CONTACT PAGE * * * * * * * * * * * * * * * * */

#contact main {
  padding-top: 200px;
  padding-bottom: 330px;
}

#contact {
  background-color: rgba(224, 122, 62, 1);
}

#contact main .container {
  text-align: left;
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

#contact article {
  width: 47%;
  min-width: 650px;
  margin-bottom: 50px;
}

#contact .section-overlap {
  z-index: 1;
}

.contact-deets {
  width: 47%;
  min-width: 550px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
  padding-bottom: 50px;
}

#contact h1 {
  width: 100%;
}

#contact h2,
#contact h3,
#contact h4,
#contact h5,
#default h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #fff;
  font-family: Graphik-Regular;
}

.contact-deets div {
  width: 25%;
  min-width: 250px;
  margin: 10px 10px 30px 0;
}


#contact main.no-footer-lines {
  padding-bottom: 40px;
}


#contact main label,
#default main label {
  font-family: Graphik-Bold;
}

#contact main input,
#contact main textarea,
#default main input,
#default main textarea  {
  width: calc(100% - 30px);
  background-color: rgba(255, 255, 255, 0.3);
  border: none;
  color: rgba(0, 0, 0, 0.7);
  font-size: 22px;
  padding: 15px;
  border-radius: 5px;
  margin: 3px 0 7px 0;
}

#contact main input:focus,
#default main input:focus {
  outline: 0;
}

#contact main input[type="submit"],
#default main input[type="submit"] {
  background-color: #342C1E;
  padding: 18px 63px;
  margin: 20px 0;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  font-family: Graphik-Bold;
  text-transform: uppercase;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
}

#default main input[type="submit"] {
  background-color: rgba(224, 122, 62, 1);
}

#contact main input[type="submit"]:hover,
#default main input[type="submit"]:hover {
  background-color: rgba(240, 184, 37, 1);
}

#contact main input[type="radio"],
#default main input[type="radio"] {
  /*display: inline-block;
    */
  width: auto;
  margin: 0 7px 0 4px;
}

#contact article div.wpcf7,
#default article div.wpcf7 {
    width:90%;
  }

span.wpcf7-list-item {
    margin: 0 0 0 1em;
}

#contact main .wpcf7-radio,
#default main .wpcf7-radio {
  margin: 10px 0 0 0;
  display: block;
}

#contact main .wpcf7-radio label ,
#default main .wpcf7-radio label {
  font-family: Graphik-Regular;
}

#contact.sign-up {
  background-color: rgba(101, 123, 76, 1);
}

#contact.sign-up input[type="submit"] {
  background-color: rgba(224, 122, 62, 1);
}

#contact.sign-up input[type="submit"]:hover {
  background-color: rgba(240, 184, 37, 1);
}




div.wpcf7-response-output, 
.wpcf7-not-valid-tip, 
span.wpcf7-not-valid-tip {
    margin: 15px 0 25px 0;
    background: rgb(240, 184, 37);
    color: #000;
    font-size: 16px!important;
    border:none!important;
    border-radius: 5px;
    padding: 30px;
    font-family: Graphik-Regular;

}

span.wpcf7-not-valid-tip {
    display: block;
    position:relative;
  }  

span.wpcf7-not-valid-tip:after {
    content: '';
    position: absolute;
    top: -20px;
    left: 50px;
    width: 0;
    height: 0;
    border-bottom: solid 20px rgb(240, 184, 37);
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}


.g-recaptcha-response {
  display: none;
}


/* Custom CF7 Loader */
div.wpcf7 .ajax-loader {
  background-image: url('assets/img/ajax_loader.svg');
  width: 70px;
  height: 70px;
  margin-left: 10px;
  float: right;
}




/* * * * CENTRE MAP * * * * * * * * * * * * * * * * */

#section-map .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#section-map article {
  width: 100%;
}

#site-map {
  width: 48%;
  max-width: 800px;
}

#section-map #tenants_listed {
  width: 47%;
}

#section-map #tenants_listed ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}

#section-map #tenants_listed ul li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
  max-width: 200px;
}

#level_menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 20px;
  margin-bottom: 30px;
}

#level_menu h3 {
  font-size: 1.4em;
  opacity: 0.5;
  cursor: pointer;
}

#level_menu h3:nth-child(2) {
  opacity: 1;
}

ul.list-of-features {
  margin: 0;
  padding: 0;
}

ul.list-of-features li {
  list-style: none;
  margin-bottom: 10px;
  cursor: pointer;
}

#default ul.list-of-features h4 {
  font-size: 16px;
  font-family: Graphik-Regular;
}

#default ul.list-of-features h5 {
  margin-top: 30px;
}

ul.list-of-features .mobile_location {
  display: none;
  font-size: 0.9em;
}

.rollovers * {
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#background {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#background.fade {
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#basement,
#level_1,
#ground {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#level_1.hideLayer,
#basement.hideLayer,
#ground.hideLayer {
  opacity: 0;
  display: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.rollovers *.on,
.rollovers *.on * {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.list-of-features li.on h4,
.list-of-features li.on a,
.list-of-features li a:hover {
  color: rgba(240, 184, 37, 1)!important;
  text-decoration: underline!important;
  font-family: Graphik-SemiBold!important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}





#parking-map {
  width: 100%;
  height: auto;
  margin-top: 40px;
}



/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *                                 * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *          MEDIA QUERIES          * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * *                                 * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */



@media only screen and (min-width: 1900px) {

  #home h1 {
    font-size: 78px;
        width: 50%;
  }

  h1 {
    font-size: 72px;
  }

}



@media only screen and (max-width: 1600px) {


  .home-intro {
    min-height: 600px;
  }
  .home-intro .container {
    min-height: 400px;
  }
  #gift-card-img {
    width: 60%;
    height: auto;
    margin: 0;
  }
  .form-intro p {
    font-size: 1.8vw;
  }
  .parallax {
    height: 70vh;
  }
  #blog .story_deets h3 {
    font-size: 30px;
    width: 80%;
    font-family: Graphik-SemiBold;
  }


}


@media screen and (max-width: 1400px) {


  .description {
    width: 50%;
    padding: 0 5% 0 0;
  }
  .details {
    width: 24%;
  }
  .details h5,
  .details p {
    font-size: 16px;
  }
  #home h2 {
    font-size: 60px;
    margin-left: -5px;
  }
  
  #blog .story_deets p {
    font-size: 17px;
  }

  #default ul.list-of-features h4 {
    font-size: 14px;
  }


}


@media screen and (max-width: 1200px) {


  #intro-logo {
    width: 14vw;
    min-width: 200px;
    max-width: 230px;
    margin: auto 0 3vh 0;
  }

  #home h1 {
    width: 50%;
}
  h1 {
    font-size: 4.5vw;
  }
  .home-intro h1 {
    margin-top: 12%;
  }
  .parallax {
    height: 60vh;
    min-height: 500px;
  }

  .intro-text p, 
  .intro-text {
    font-size: 22px;
  }
  .category_subnav li span, 
  .taxonomy_subnav li span {
    font-size: 20px;
  }

  #tenants_loaded article {
    margin: 0 0 30px 0;
}
  #tenants_loaded article img {
    margin-bottom: 20px;
  }
  #tenants_loaded article h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #tenants_loaded article p {
    font-size: 15px;
  }

  .lSAction > a {
    top: calc(50% - 30px)!important;
  }

  #blog .story_deets h3 {
    font-size: 28px;
  }

  #blog .story_deets p {
    font-size: 16px;
  }

  #blog .story_image {
    min-height: 350px;
  }

  .home-experience,
  .home-experience .container {
    padding: 50px 0;
  }

  #site-map {
    margin-bottom: 40px;
  }
  #site-map, #section-map #tenants_listed {
    width: 60%;
  }


} /* max-width:1200px */



@media screen and (max-width: 1024px) {


  .parallax, .footer-image {
    background-attachment: scroll;
  }

  h1, #home h1 a {
    font-size: 52px;
  }
  p, a, ol, ul, li {
    font-size: 16px;
    line-height: 1.4;
  }
  p {
    margin: 0 0 10px 0
  }

.contact-details p {
    font-size: 15px;
    }
  #home h1 {
    width: 60%;
  }
  .blog-text {
    max-width: 400px;
  }
  h4 {
    font-size: 28px;
  }
  .slider-image {
    max-width: 400px;
    max-height: 300px;
  }
  .slider-text {
    max-width: 400px;
  }
  .slider .lSAction>a {
    top: 115px!important;
  }
  .slider-right-col .intro p,
  #gift-text-holder.intro p {
    font-size: 19px;
    max-width: 550px;
    margin-bottom: 7px;
  }
  .intro .arrow-link {
    font-size: 18px;
  }
  .slider-text p {
    font-size: 16px;
  }
  .slider-text h4 {
    font-size: 20px;
  }
  .arrow-link,
  .editor-arrow-link a {
    font-size: 13px;
  }
  .form-intro {
    width: 55%;
  }
  .sign-up-form h2 {
    width: 40%;
  }
  #contact main label {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

  .masonry-item {
    width: calc(50% - 40px);
  }

  header.intro {
    margin-top: 150px;
  }

    #default main, 
    #contact main, 
    #blog section, 
    #filter section   {
    padding-top: 140px;
    padding-bottom: 260px;
}

  #contact article {
      width: 100%;
      min-width: 100%;
      max-width: 550px;
  }

  header.intro {
    margin-top: 50px;
}

  


} /* max-width:1023px */



@media screen and (max-width: 992px) {


  h1, #home h1 a {
    font-size: 52px;
  }
  #home h1 {
    width: 450px;
  }
  .home-experience .lSAction>a {
    top: 15vw;
  }
  a.lSNext {
    padding: 50px 10px;
  }
  ul#blog-slider a li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 0 30px;
  }
  .blog-image {
    height: 40vw;
    max-height: 40vw;
    width: 60vw;
    max-width: 60vw;
    margin-bottom: 30px;
  }
  .blog-text {
    max-width: 60vw;
    width: 60vw;
    margin: 0;
  }
  h4 {
    font-size: 24px;
  }
  .home-experience p {
    font-size: 17px;
  }
  .slider .container {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc(100% - 100px);
    padding: 50px 0 50px 100px;
  }
  .slider-wrapper {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .slider-intro {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .slider-title {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .slider .lSAction>a {
    top: 115px!important;
  }
  .sign-up-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .sign-up-form h2,
  .form-intro {
    width: 100%;
  }
  .form-intro p {
    font-size: 24px;
  }
  main ul.store_columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  #site-map, #section-map #tenants_listed {
    width: 100%;
  }

  #blog article {
      -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  #blog main.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  }

  #blog main.landing a {
    width: 48%;
  }

  #blog .story_image,
  #blog .story_deets {
    width: 100%;
  }

  #blog .story_image {
    min-height: 250px;
    margin-bottom: 30px;
  }

  #blog .story_deets h3 {
      font-size: 22px;
  }

  #blog main.single {
    width: 80%;
  }

  .gallery_Thumbs {
    height: 20vw;
    width: calc(50% - 10px);
  }



} /* max-width:992px */



@media screen and (max-width: 750px) {


  .container {
    width: calc(100% - 100px);
    padding: 50px 50px 80px 50px;
  }
  .home-intro .container {
    padding: 0px 50px;
  }

  #home h1 {
    width: 320px;
  }

  h1 {
  margin: 0 0 20px 0;
  }

  .home-intro h1, #home h1 span, #home h1 a {
        font-size: 40px;
        line-height: 1.3;
  }

  .home-intro h1 {
    margin-top: 100px;
  }

  .slider .container {
    width: calc(100% - 50px);
    padding: 0px 0 30px 50px;
  }
  .slider h2,
  #gift-text-holder h2 {
    margin: 50px 0 10px 0;
  }
  .slider-intro p,
  #gift-text-holder.intro p {
    font-size: 18px;
    width: 90%;
  }
  .slider-text p {
    font-size: 15px;
  }
  .home-gift .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  #gift-text-holder {
    width: 100%;
  }
  #gift-card-img {
    width: 70%;
    height: auto;
    margin: -60px auto 20px 10%;
}
  .home-instagram,
  .home-instagram .container {
    padding: 20px 0 40px 0;
  }
  .home-instagram .container {
    width: calc(100% - 60px);
  }
  #home .home-instagram h2 {
    font-size: 26px;
    margin: 10px auto;
  }


  header.intro, article {
    -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  }

  .description, .introduction {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }

    .subnav, .contact-details {
    width: 100%;
  }



    .masonry-item {
    width: 100%;
  }
    .intro-text p, .intro-text {
    font-size: 20px;
  }

  header.intro {
    margin-top: 100px;
}

.brand-line-header-left,
.brand-line-header-right {
    width: 75vw;
    margin-top: -40px;
    }

  .brand-line-header-right {
    margin-top: -80px;
  }

 #tenant .social-links {
    margin: 20px 0;
  }

  ul#tenant-slider li {
    height: 80vw;
    width: 100vw;
  }

  #brand_logo {
      text-align: center;
  }

  #brand_logo img {
      max-width: 55%;
      margin: 50px auto 100px auto;
  }

  .footer-image.double-img {
    -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  }

  .footer-image.double-img div {
    width: 100vw;
    height: 75vw;
  }

  .footer-image {
    height: auto;
    min-height: 40vh;
    margin: 0 0 20px 0;
}


      #default main, 
      #contact main,
      #blog section, 
      #filter section  {
    padding-top: 100px;
    padding-bottom: 210px;
  }

  #blog main, .masonry-container {
  margin: 30px auto 0 auto;
}

  .brand-line-footer-right {
    width: 94vw;
  }
    main ul.store_columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  #default ul.store_columns h4 {
    font-size: 1em;
   }
   #default ul.store_columns p {
    font-size: 15px;
   }

   #default ul.list-of-features h4 {
    font-size: 15px;
  }

  #contact main input[type="submit"] {
    padding: 15px 60px;
    font-size: 18px;
  }

  .contact-deets, .contact-deets div {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

    #blog main.landing a {
    width: 100%;
  }

  #blog .story_image {
    min-height: 0;
    height: 80vw;
  }

  #blog main.single {
    width: 100%;
    margin-top: 0;
  }

  #blog .subnav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 30px 0;
  }

  #blog .introduction {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .event-deets {
    padding: 20px 0;
    margin: -10px 0 30px 0;
  }

  .event-deets p {
  font-size: 14px;
  }

  .event-deets p span {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
  }

  .single-post .subnav {
    display: none;
  }

  header.intro {
     margin-top: 0; 
  }

  .gallery_Thumbs {
    height: 30vw;
    width: calc(50% - 10px);
  }

  .post-date {
    font-size: 13px;
}

  .landing .slider .container {
    width:calc(80vw);
    padding: 80px 10vw 50px 10vw;
  }


} /* max-width:750px */

@media screen and (max-width: 450px) {

  .container {
    width: calc(100% - 60px);
    padding: 80px 30px;
  }
  .home-intro {
    height: 100vh;
    min-height: 0;
  }
  .home-intro .container {
    padding: 0px 30px;
    height: 90vh;
  }
  #home h1 {
    width: 85%;
  }
  #home h1 a, #home h1 span {
    font-size: 38px;
  }

  #home h1 span,
#home #intro-logo {
  opacity: 1!important;
  -webkit-animation-delay: 0s!important;
          animation-delay: 0s!important;
}

  #intro-logo {
    width: 150px;
    min-width: 150px;
    margin: auto 0 3vh 0;
  }
  .home-intro .brand-line {
    width: 65vw;
    height: 75vh;
    top: 12vh;
    left: 25vw;
  }
  #intro_line {
    stroke-width: 50px!important;
  }
  .home-experience {
    padding: 30px 0;
  }
  .home-experience .container {
    padding: 0;
  }
  .slider .container {
    width: calc(100% - 30px);
    padding: 0px 0 30px 30px;
  }
  .blog-image,
  .slider-image {
    height: 60vw;
    max-height: 100%;
    width: calc(100vw - 60px);
    max-width: 100%;
    min-height: 250px;
  }
  .blog-text,
  .slider-text {
    width: calc(100vw - 60px);
    max-width: 100%;
  }
  .slider .lSAction>a,
  .home-experience .lSAction>a {
    top: 80px!important;
  }
  a.lSNext i {
    font-size: 36px!important;
    margin-left: 5px!important;
    margin-top: -3px!important;
  }

  .form-intro p {
    font-size: 18px;
}

#gift-card-img {
    width: 100%;
    height: auto;
    margin: -50px auto 20px auto;
  }

  .home-play .brand-line.low-line {
      width: 80vw;
      margin-top: 0vh;
      left: -2vw;
  }
  .home-play .brand-line.low-line svg {
    width: 80vw;
  }

  .home-gift .brand-line {
    margin-top: 0;
  }

  #eat_line, #gift_line {
       stroke-width:90px!important;
  }

  #shop_line,#low_line {
    stroke-width:70px!important;
  }
  #play_line {
    stroke-width:50px!important;
  }

  .home-shop .brand-line {
    width: 85vw;
    margin-top: -10vh;
    left: -8vw;
}

  .home-play .brand-line {
    margin-top: -20vh;
  }
  .home-play .brand-line svg {
    width: 70vw;
  }


  h1 {
    font-size: 40px;
}
#default .bottom-footer article h1, 
#default .bottom-footer article h2 {
    font-size: 40px;
}

#contact h2, #contact h3, #contact h4, #contact h5 {
font-size: 24px;
}

.landing .slider .container {
    padding: 40px 10vw 30px 10vw;
}

  .intro-text p, .intro-text {
    font-size: 20px;
  }

  .brand-line-header-left {
    width: 80vw;
    margin-top: 0px;
  }

  .brand-line-header-right {
      width: 80vw;
      margin-top: -40px;
  }

  .brand-line-header-centre {
    width: 60vw;
    right: 30vw;
    margin-top: -15px;
  }

  .lSAction > a {
    top: calc(50% - 50px)!important;
  }

  #default main, #contact main {
    padding-top: 0px;
    padding-bottom: 140px;
  }

  #blog section, #filter section {
  padding-top: 0px;
  padding-bottom: 40px;
  }

  .share-txt {
    margin: 0 20px 10px 0px;
    display: block;
    }

    ul.post_tags {
      padding: 0;
    }


  main ul.store_columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

  #section-map #tenants_listed ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  #contact article div.wpcf7 {
      width: 100%;
  }

  #contact main input[type="submit"] {
    width: 100%;
  }

  .gallery_Thumbs {
    height: 60vw;
    width: 100%;
  }

  .post_nav {
  font-size: 16px;
  }

  /* Hide all brand lines */
  .brand-line-header-centre,
  .brand-line-header-left,
  .brand-line-header-right,
  .brand-line-footer,
  .brand-line-footer-right,
  .brand-line-footer-dash,
  .brand-line {
    display: none!important;
  }


} /* max-width:450px */



@media screen and (max-width: 350px) {

  h1 {
    font-size: 30px;
  }

  #section-map #tenants_listed ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

} /* max-width:350px */







/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
* * * * * * * * * * * Browser Targeted  * * * * * * * * * *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* IE10 and IE11 */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (min-width:0\0) {


  .brand-line-header-centre,
    .brand-line-header-left,
    .brand-line-header-right,
    .brand-line-footer,
    .brand-line-footer-right,
    .brand-line-footer-dash,
    .brand-line {
      display: none!important;
    }


    #parking-map {
        max-width: 100%;
        width: 990px;
        height: 880px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #site-map {
        max-width: 50%;
        width: 730px;
        height: 660px;
        margin-top: 40px;
        margin-bottom: 40px;
    }


}


