/*
Theme Name: ShalomTheme
Author: Shalomsoft
Description: Shalom Theme
Version: 1.0
Template: oceanwp

This is the child theme for OceanWP theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

@font-face {
  font-family: 'mark-pro';
  src: url("/staging/wp-content/uploads/Fonts/mark-pro/MARKPRO.OTF");
}

@font-face {
  font-family: 'mark-pro-bold';
  src: url("/staging/wp-content/uploads/Fonts/mark-pro/MARKPRO-BOLD.OTF");
}

@font-face {
  font-family: 'mark-pro-black';
  src: url("/staging/wp-content/uploads/Fonts/mark-pro/MARKPRO-BLACK.OTF");
}

@font-face {
  font-family: 'inter';
  src: url("/staging/wp-content/uploads/Fonts/inter/Inter-VariableFont.ttf");
}

@font-face {
  font-family: 'bai-jamjuree';
  src: url("/staging/wp-content/uploads/Fonts/bai-jamjuree/BaiJamjuree-Regular.ttf");
}

.header-menu .elementor-container{
    box-shadow: 5px 5px 0 0 #000000;
    border-radius:10px;
    height: 50px;
}

.hfe-search-form__input{
    font-family: mark-pro !important;
    font-size: 0.8em !important;
}

.elementor-button span {
    font-family: 'mark-pro-black';
    border:3px !important;
}

.home-button .elementor-button span {
    line-height:1.8em;
}

.banner-page-title, .nextend-arrow img {
    margin-top: 2em !important;
}

.banner-page-title .n2-ss-text{
    font-size: 5em !important;
    line-height: 1.2em !important;
    color: #FFFFFFD4 !important;
    font-weight: 700 !important;
    font-family: "Inter" !important;
    text-transform: uppercase !important;
}

.banner-page-button{
    border-style: none;
    border-radius: 13px 13px 13px 13px;
    box-shadow: 7px 7px 0px 0px #000000;
    padding: 10px 30px 5px 20px !important;
    margin-top: 12em !important;
    border: 3px solid black;
}

.banner-page-button .n2-ss-button-container a{
    font-size: 1.5em !important;
    font-weight: 900 !important;
    line-height: 1.2em !important;
    margin-right: 1em;
}

.banner-page-button .n2-ss-button-container a:hover, .banner-page-button .n2-ss-button-container a:focus{
    color: #fff !important;
}

.banner-page-button .n2-ss-button-container a div div::before{
    content: url("/staging/wp-content/uploads/2023/09/back-button-img.png");
    margin-right: 1em;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}

.shop-button{
    background-color: #EB8AB8;
}

.stay-button{
    background-color: #8FC0FA;
}

.play-button{
    background-color: #BEA8E5;
}

.eat-button{
    background-color: #70B4A2;
}

.local-button{
    background-color: #F1A29E;
}

.hub-button{
    background-color: #F3B087;
}


.logo-col{
    width: 30% !important;
}

.home-button {
     min-width: 250px;
}

.elementor-button{
    height: 60px;
    padding: 10px 20px !important;
}

.elementor-button-text{
    white-space: nowrap;
    line-height: 1.5em;
}

.home-button .elementor-button:hover, .home-button .elementor-button:focus {
    box-shadow: 5px 5px 0 0 #fff !important;
    border-radius:10px;
}

.website-button .elementor-button:hover, .website-button .elementor-button:focus {
    box-shadow: 5px 5px 0 0 #ddd !important;
    border-radius:10px;
}

.booknow-button .elementor-button:hover, .booknow-button .elementor-button:focus {
    box-shadow: 5px 5px 0 0 #ddd !important;
    border-radius:10px;
}

.menu-button{
    font-size: 24px;
    Font-weight: 700;
    letter-spacing: 0.05em;
}

.menu-button .elementor-button:hover, .menu-button .elementor-button:focus{
    z-index: 99;
    position: relative;
}

html,
body {
      position: relative;
      height: 100%;
    }

body {
      font-family: mark-pro !important;
    }
    
h1 {
    font-family: "League Gothic" !important;
}    
    
h2 {
     font-family: inter !important;
    }
    
h3 {
    font-family: mark-pro !important;
}

h4 {
    font-family: mark-pro-bold !important;
}

.hfe-menu-item{
    font-family: mark-pro !important;
    font-size: 0.8em !important;
    text-transform: uppercase;
}

.copyright-text {
     font-family: inter !important;
    }

.section-title{
    font-family: inter !important;
    font-size: 1em !important;
    font-weight: 700;
    line-height: 1.2em;
}  

.buzz-animate .elementor-image-box-img img{
    animation-duration: 0.5s;
}

.swiper {
      width: 100%;
      height: 100%;
    }

.swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
}

.swiper-slide {
      text-align: center;
      font-family: inter !important;
      font-size: 5.5em;
      font-weight: 800;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      cursor:grab;
    }

.swiper-slide {
      width: 80%;
    }

.swiper-slide:nth-child(2n) {
      width: 60%;
    }

.swiper-slide:nth-child(3n) {
      width: 40%;
    }

.tickerwrapper {
  /* the outer div */
  position: relative;
  top: 30px;
  left:0%;
  width: 99.9%;
  overflow: hidden;
}

ul.list {
  position: relative;
  display: inline-block;
  list-style: none;
  padding:0;
  margin:0;
}

ul.list.cloned {
  position: absolute;
  top: 0px;
  left: 0px;
}

ul.list li {
  float: left;
  padding-left: 20px;
}

ul.list li span {
  font-family: inter !important;
  font-size: 5.5em;
  font-weight: 600;
}

ol ol ol {
    list-style: lower-alpha !important;
}
    
.shop{
    color: #E55F9D;
}

.stay{
    color: #458FF7;
}  

.play{
    color: #9574D3;
}  

.eat{
    color: #5CAD9C;
}  

.local{
    color: #DC5037;
}  

.hub{
    color: #ED7336;
}


.circle-button .elementor-button-content-wrapper{
    min-height: 25px;
}

.welcome-text {
  transform: rotate(-8deg);
  top: 25px;
  color: #fff;
  display: inline-block;
  padding: 0% 1%;
  line-height: 1em;
  word-break: keep-all !important;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  border-radius: 5px;
}

.welcome-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(356, 85%, 75%, 0.9);
    left: -100%; /* Start position off the button */
    animation: slide-background 2s forwards; /* Animation on page load */
    animation-delay: 3s;
    z-index: -1; /* Send the pseudo-element to the back */
    top: 0px;
}

.playground-text {
  transform: rotate(0deg);
  color: #fff;
  display: inline-block;
  padding: 0% 1%;
  line-height: 1em;
  word-break: keep-all !important;
  min-width: 320px;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  top: 15px;
  border-radius: 5px;
}

.playground-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(209, 77%, 61%, 1);
    left: -100%; /* Start position off the button */
    animation: slide-background 2s forwards; /* Animation on page load */
    animation-delay: 4s;
    z-index: -1; /* Send the pseudo-element to the back */
    top: 0px;
}


/*.playground-text{*/
/*  color: #fff;*/
/*  display: inline-block;*/
/*  padding: 0% 1%;*/
/*  line-height: 1em;*/
/*  word-break: keep-all !important;*/
/*  min-width: 425px;*/
/*  position: relative;*/
/*  overflow: hidden;*/
/*  background-color: transparent;*/
/*}*/

/*.playground-text::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: hsla(209, 77%, 61%, 1);*/
/*    left: -100%; */
/*    animation: slide-background 10s forwards;*/
/*    animation-delay: 2s;*/
/*    z-index: -1;*/
/*    top: 0px;*/
/*}*/

.play-text {
    transform: rotate(-4deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 180px;
    background-color: transparent; /* Set the background to transparent */
    border-radius: 5px;
}

.play-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(209, 77%, 61%, 1);
    left: -100%; /* Start position off the button */
    animation: slide-background 2s forwards; /* Animation on page load */
    animation-delay: 2s;
    z-index: -1; /* Send the pseudo-element to the back */
    top: 0px;
}

.all-text {
    top: -20px;
    position: relative;
}

@keyframes slide-background {
    0% {
        width: 0;
        left: 0;
    }
    100% {
        width: 100%;
        left: 0;
    }
}


.reset-text {
    color: #fff;
    background-color: hsla(209, 77%, 61%, 1);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    transform: rotate(6deg);
    word-break: keep-all !important;
    min-width: 180px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-radius: 5px;
}

.reset-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(209, 77%, 61%, 1);
    right: -100%; /* Start position off the button */
    animation: slide-background 2s forwards; /* Animation on page load */
    animation-delay: 2s;
    z-index: -1; /* Send the pseudo-element to the back */
    top: 0px;
}

.star:before {
    content: url('/staging/wp-content/uploads/2023/07/Group-9332.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: 150px;
    right: -235px;
    position: relative;
}

.star {
    top: -30px;
    position: relative;
}

.star2:before {
    content: url('/staging/wp-content/uploads/2023/07/Group-9332.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: -215px;
    position: relative;
}

.moon:before {
    content: url('/staging/wp-content/uploads/2023/07/Vector.png');
    margin-right: 0.25em;
    zoom: 60%;
    top: -77px;
    right: -63px;
    padding-right: 2%;
    position: relative;
}

#welcome-section .arrow:before {
    content: url('/staging/wp-content/uploads/2023/07/arrow.png');
    margin-right: 0.25em;
    zoom: 77%;
    top: -6px;
    left: 35px;
    position: relative;
}

#welcome-section .arrow-up:before {
    content: url('/staging/wp-content/uploads/2023/07/arrow-up.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: -25px;
    position: relative;
}

#welcome-section .arrow-down:before {
    content: unset;
    zoom: 50%;
    top: 300px;
    position: relative;
    left: -70%;
}

#welcome-section .three-lines:after{
    content: url('/staging/wp-content/uploads/2023/07/three-lines.png');
    margin-right: -2em;
    zoom: 50%;
    float:right;
    top: 150px;
    position: relative;
    right: 8%;
}

#welcome-section .flash-on{
    display: block;
    right: -60%;
    bottom: 20%;
    position: relative;
}

.arrow-o:before {
    content: url(/staging/wp-content/uploads/2023/07/Arrow-up-o.png);
    left: 10em;
    zoom: 50%;
    top: 12em;
    position: relative;
    transform: rotate(10deg);
}

lord-icon {
    margin: 0 auto;
    display: block;
}

.exploreslider .swiper-wrapper .swiper-slide{
    background-size: cover; 
    /*min-height: 3.5em;*/
    height: 17vw;
    margin-right: 1.65vw;
    min-width: 17vw;
    max-width: 17vw;
    cursor: pointer;
}

.explore-text {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 10px;
      color: #000;
      margin-top: 12em;
      letter-spacing: 0.25em;
      font-weight: 300;
    }
  
.zoom-in-image .elementor-widget-container:hover img {
    transform: translateZ(0) scale(1.2);
}

.zoom-in-image .elementor-widget-container img {
    transform-origin: 50% 100%;
    transition: transform 2s, filter 3s ease-in-out;
}

.zoom-in-image .elementor-widget-container {
    overflow: hidden;
}

.elementor-column.hover-section-buttons:hover {
    z-index: 10;
}

.email:before {
    content: url(/staging/wp-content/uploads/2023/09/newsletter-image.png);
    margin-right: 0.25em;
    zoom: 58%;
    top: -48px;
    right: 75px;
    position: relative;
    z-index: 9;
}

.subscribe {
    margin-right: 0.25em;
    zoom: 50%;
    top: -175px;
    right: 0px;
    position: relative;
    font-size: 46px;
    line-height: 42.39px;
}

.subscribe-section {
    height: 120px;
}

.subscribe-form form {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}


#wpforms-form-831 .wpforms-submit-container  {
    margin-top: unset; 
    padding: unset; 
    position: absolute;
    right: 7px; 
}

.email-bar{
    height: 120px;
}

#wpforms-form-831 .wpforms-field-container {
    width: 100%;
}

#wpforms-form-831 .wpforms-field-container input {
    height: 55px;
    border-radius: 10px;
    border: 3px solid black;
}

#wpforms-form-831 .wpforms-submit-container button {
    background-color: #000;
    border-radius: 10px;
}

#wpforms-form-831 .wpforms-field-container input::placeholder {
    color: black;
    opacity: 1;
}

.down-arrow:after {
    content: url('/staging/wp-content/uploads/2023/07/Vector-2.png');
    margin-right: 0.25em;
    zoom: 70%;
    top: -10px;
    position: relative;
    left: 14%;
}

/*.retail-text {*/
/*    color: #fff;*/
/*    background-color: hsla(332, 72%, 64%, 1);*/
    /*display: inline-block;*/
/*    padding: 0% 2.5%;*/
/*    line-height: 1em;*/
/*    margin-right: -0.7em;*/
/*}*/

/*.retail-text {*/
/*    transform: rotate(0deg);*/
/*    display: inline-block;*/
/*    line-height: 1em;*/
/*    padding: 0% 1%;*/
/*    margin-right: -0.9em;*/
/*    position: relative;*/
/*    overflow: hidden;*/
/*    color: #fff;*/
/*    word-break: keep-all !important;*/
/*    min-width: 180px;*/
/*    background-color: transparent;*/
/*    border-radius: 5px;*/
/*}*/

/*.retail-text::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: hsla(332, 72%, 64%, 1);*/
/*    left: -100%;*/
/*    animation: slide-background 2s forwards;*/
/*    animation-delay: 2s;*/
/*    z-index: -1;*/
/*    top: 0px;*/
/*}*/

.retail-text {
    color: #fff;
    background-color: hsla(332, 72%, 64%, 1);
    display: inline-block;
    padding: 0% 1%;
    margin-right: -0.9em;
    line-height: 1em;
    transform: rotate(0deg);
    word-break: keep-all !important;
    min-width: 180px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    border-radius: 5px;
}

.retail-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(332, 72%, 64%, 1);
    right: -100%; /* Start position off the button */
    animation: slide-background 2s forwards; /* Animation on page load */
    animation-delay: 2s;
    z-index: -1; /* Send the pseudo-element to the back */
    top: 0px;
}

.shop-welcome-text{
    display:block;
    line-height: 0.8em;
}

.shop-star:before {
    content: url('/staging/wp-content/uploads/2023/07/Group-9332.png');
    margin-right: -0.50em;
    zoom: 50%;
    top: -205px;
    position: relative;
    right: 5.5%;
}

.bag-shop {
    margin-right: 0.25em;
    zoom: 60%;
    top: -50px;
    right: 180px;
    position: relative;
}

.elementor-1094 .elementor-element.elementor-element-835be0e img {
    background: white;
}

.elementor-1094 .elementor-element.elementor-element-dff26de img {
    background: white;
}

.elementor-1094 .elementor-element.elementor-element-6356253 img {
    background: white;
}

.elementor-1094 .elementor-element.elementor-element-54bb016 img {
    background: white;
}

.elementor-1094 .elementor-element.elementor-element-ac42e22 img {
    background: white;
}

.bell:before {
    content: url('/staging/wp-content/uploads/2023/07/icons8-service-bell-100-1.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: 150px;
    position: relative;
}

.category-buttons .elementor-widget-button {
    padding: 10px 20px 10px 20px;
    color: #000 !important;
}

.category-buttons .elementor-widget-button .elementor-button {
    background-color: #fff;
    color: #000;
    border-radius: 40px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #A0A2A666;
    box-shadow: 3px 3px 1px 0px #FFFFFF inset;
}

.elementor-9584 .elementor-element.elementor-element-3af2425 > .elementor-widget-container {
    margin: 3% 0% 0% -3%;
}

.category-buttons .elementor-widget-button .elementor-button:hover, .category-buttons .elementor-widget-button .elementor-button:focus {
    color: white;
    background-color: #333333;
}

/*Back-to-top*/

.back-to-top:after {
    content: url('/staging/wp-content/uploads/2023/10/Backtotop.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: 23px;
    position: relative;
    left: 0em;
}

.arrow-top {
  bottom: 50%;
  left: 50%;
  margin-left:-20px;
}

.arrow-top:before,
.arrow-top:after{
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  width: 30px;
  height: 7px;
  border-radius: 10px;
  display: block;
  transform:rotate(45deg);
  -webkit-transform:rotate(45deg); 
}

.arrow-top:after{
  right: inherit;
  left: -24px;
  transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg); 
}
 
.animated-back-to-top{
 -webkit-animation: bounce 3s infinite;
  animation: bounce 3s both infinite;
}

.animated-back-to-top a {
    color: #000 !important;
}
 
 
@-webkit-keyframes bounce {
  0% {-webkit-transform: translateY(0); opacity: 0;}
  60% { opacity: 1;}
  100% {-webkit-transform: translateY(-60px); opacity: 0}
}
 
@-moz-keyframes bounce {
  0% {-webkit-transform: translateY(0); opacity: 0;}
  60% { opacity: 1;}
  100% {-webkit-transform: translateY(-60px); opacity: 0}
}
 
@-o-keyframes bounce {
  0% {-webkit-transform: translateY(0); opacity: 0;}
  60% { opacity: 1;}
  100% {-webkit-transform: translateY(-60px); opacity: 0}
}
@keyframes bounce {
  0% {-webkit-transform: translateY(0); opacity: 0;}
  60% { opacity: 1;}
  100% {-webkit-transform: translateY(-60px); opacity: 0}
}


/*#scroll-top {*/
/*    display: none;*/
/*    opacity: 0;*/
/*    position: fixed;*/
/*    right: 20px;*/
/*    bottom: 20px;*/
/*    width: 85px !important;*/
/*    height: 120px !important;*/
/*    line-height: 120px !important;*/
/*    background-color: transparent !important;*/
/*    color: #fff;*/
/*    font-size: 18px;*/
/*    cursor: pointer;*/
/*    -webkit-border-radius: 2px;*/
/*    -moz-border-radius: 2px;*/
/*    -ms-border-radius: 2px;*/
/*    border-radius: 2px;*/
/*    text-align: center;*/
/*    z-index: 100;*/
/*    -webkit-box-sizing: content-box;*/
/*    -moz-box-sizing: content-box;*/
/*    box-sizing: content-box;*/
/*    content: url(https://tdd.ss1.au/staging/wp-content/uploads/2023/07/Back-top-top.png);*/
/*     -webkit-animation: bounce 3s infinite;*/
/*    animation: bounce 3s both infinite;*/
/*}*/

/*.collaborate-text{*/
/*  transform: rotate(-3deg);*/
/*  color: #fff;*/
/*  background-color: #F0915A;*/
/*  display: inline-block;*/
/*  padding: 0% 0%;*/
/*  line-height: 1em;*/
/*  word-break: keep-all !important;*/
/*  min-width: 365px*/
/*}*/

.collaborate-text {
    transform: rotate(-3deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 0%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 365px;
    background-color: transparent;
    border-radius: 5px;
}

.collaborate-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F0915A;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

/*.create-text{*/
/*  transform: rotate(355deg);*/
/*  color: #fff;*/
/*  background-color: #F0915A;*/
/*  display: inline-block;*/
/*  padding: 0% 1%;*/
/*  line-height: 1em;*/
/*  word-break: keep-all !important;*/
/*  min-width: 265px;*/
/*}*/

.create-text {
    transform: rotate(355deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 265px;
    background-color: transparent;
    border-radius: 5px;
}

.create-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F0915A;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}


/*.learn-text{*/
/*  transform: rotate(3deg);*/
/*  color: #fff;*/
/*  background-color: #F0915A;*/
/*  display: inline-block;*/
/*  padding: 0% 1%;*/
/*  line-height: 1em;*/
/*  min-width: 220px*/
/*}*/

.learn-text {
    transform: rotate(3deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 220px;
    background-color: transparent;
    border-radius: 5px;
}

.learn-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F0915A;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

/*.work-text{*/
/*  transform: rotate(6deg);*/
/*  color: #fff;*/
/*  background-color: #F0915A;*/
/*  display: inline-block;*/
/*  padding: 0% 1%;*/
/*  line-height: 1em; */
/*  word-break: keep-all !important;*/
/*  min-width: 200px*/
/*}*/

.work-text {
    transform: rotate(-6deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 200px;
    background-color: transparent;
    border-radius: 5px;
}

.work-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F0915A;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.paint-brush:after {
    content: url('/staging/wp-content/uploads/2023/08/Paint-Brush.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: 23px;
    position: relative;
    left: 0%;
}

.building:after {
    content: url('/staging/wp-content/uploads/2023/08/Group-9430.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: 23px;
    position: relative;
    left: 2%;
}

.brifcase:after {
    content: url('/staging/wp-content/uploads/2023/09/Group-9403.png');
    margin-right: 0.25em;
    zoom: 130%;
    top: 8px;
    position: relative;
    left: 2%;
}

/*.book:after {*/
/*    content: url('/staging/wp-content/uploads/2023/08/Layer_2.png');*/
/*    margin-right: 0.25em;*/
/*    zoom: 40%;*/
/*    top: -170px;*/
/*    position: relative;*/
/*    left: 5em;*/
/*}*/

/*.spec:after {*/
/*    content: url('/staging/wp-content/uploads/2023/08/Group.png');*/
/*    margin-right: 0.25em;*/
/*    zoom: 50%;*/
/*    top: 6em;*/
/*    position: relative;*/
/*    left: 2em;*/
/*    z-index: 9;*/
/*}*/

.elementor-widget-container a:focus {
    outline: solid 0px !important;
}

.page-template{
    background: #F7EFDB;
}

.page-template .scroll-top-right {
    display: none !important;
}

.milk-shake:after {
    content: url('/staging/wp-content/uploads/2023/07/milkshake.png');
    margin-right: 0.25em;
    zoom: 80%;
    top: 250px;
    position: relative;
    left: 0%;
}

/*copied from plugin css*/

.snip0047 {
  font-family: 'Inter';
    border: none;
    background-color: #fff;
    border-radius: 40px;
    color: #000;
    cursor: pointer;
    padding: 10px 35px;
    display: inline-block;
    margin: 5px 3px 5px 3px;
    text-transform: uppercase;
    line-height: 1.4em;
    font-weight: 400;
    font-size: 1em;
    position: relative;
    transition: all 0.3s;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #A0A2A666;
}

.snip0047:hover {
    color: white;
    background-color: #333333;
    box-shadow: inset 5px 5px 1px 0px #fff
}

/**********************************************************/

.snip0047:hover {
    background-color: #333333 !important;
}

.snip0047:before {
    background: none !important;
}

.copyright-text a {
    color: #fff;
    text-decoration: underline;
}

.copyright-text a:hover {
    color: #fff;
}

.blog_filter_main .search:after {
    content: '+++++++++++++++++++++++++++++++++++++++++++++++';
    display: block;
    font-family: 'Inter';
    font-weight: 900;
    margin-top: 3em;
    margin-bottom: 3em;
    color: black;
}

/*.bag-uniqlo:after {*/
/*    content: url('/staging/wp-content/uploads/2023/08/Group-9218-1.png');*/
/*    margin-right: 0.25em;*/
/*    zoom: 70%;*/
/*    top: 16em;*/
/*    position: relative;*/
/*    left: 2em;*/
/*}*/

.elementor-3595 .elementor-element.elementor-element-c31c6cc {
    height: 10%;
}

.hfe-nav-menu__layout-horizontal {
    display: block;
}

.hfe-nav-menu {
     float: right;   
}

.findushere b{
    font-weight: 900;
}

.readmore .elementor-button-text{
    border-bottom: 0px !important;
    font-family: mark-pro-bold !important;
}

.clicktotoggle{
    z-index: 999 !important;
} 

/*** Shop Vendor Page CSS ***/

.shop-vendor-icon {
    margin-right: 0.25em;
    zoom: 60%;
    top: -6em;
    position: relative;
    left: 0em;
    margin-bottom: -2em !important;
}

.shop-vendor-arrow:before {
    content: url('/staging/wp-content/uploads/2023/08/Vector-3.png');
    margin-right: 0.25em;
    zoom: 80%;
    top: -20px;
    position: relative;
    left: 0em;
}

.shop-vendor-animate-heading {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #000;
    word-break: keep-all !important;
    min-width: 85px;
    background-color: transparent;
    border-radius: 5px;
    top: 0em;
}

.shop-vendor-animate-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(332, 100%, 93%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.shop-vendor-animate-heading-2 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #000;
    word-break: keep-all !important;
    min-width: 85px;
    background-color: transparent;
    border-radius: 5px;
    top: -0.14em;
}

.shop-vendor-animate-heading-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(332, 100%, 93%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.shop-vendor-arrowtop:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: 0.25em;
    zoom: 55%;
    top: -20px;
    position: relative;
    left: 0em;
}

.shop-vendor-animate-heading-3 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #000;
    word-break: keep-all !important;
    min-width: 85px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.14em;
}

.shop-vendor-animate-heading-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(332, 100%, 93%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.shop-vendor-arrowdown:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: -1em;
    zoom: 30%;
    top: -65px;
    position: relative;
    left: -0.8em;
    transform: rotate(90deg);
    display: inline-block;
}

.shop-vendor-heading-text{
    top:-0.3em;
    position: relative;
}

.shop-vendor-heading-text-2{
    top:-0.15em;
    position: relative;
}

.elementor-3595 .elementor-element.elementor-element-3de102ce .elementskit-btn{
    min-width: 200px !important;
}

.creator-uniqlo{  
    content: url('/staging/wp-content/uploads/2023/08/Group-9211.png');
    margin-right: 0.25em;
    zoom: 60%;
    top: -345px;
    position: relative;
    left: -15em;
    display: none;
}

.uniqloslider .swiper-slide {
    width: 100%;
}

#uniqlo-number .elementor-widget-container a:hover{
     color: rgb(226, 61, 130);
 }

.elementor .elementor-background-overlay, .elementor .elementor-background-slideshow{

    border-radius: 0 0 12px 12px;
}
.elementor-element.elementor-element-3d125c1.elementor-widget.elementor-widget-text-editor{
    height:0;
}

#shop-search .blog_filter_main .search:before {
    content: url('/staging/wp-content/uploads/2023/07/Group-9218.png');
    display: block;
    zoom: 50%;
    margin-left: -160em;
    position: relative;
    top: 4em;
    height: 0em;
}

.elementor-element.elementor-element-6d9d304.elementor-widget.elementor-widget-text-editor {
    height: 0em;
}

.elementor-element.elementor-element-4432dd4.elementor-widget.elementor-widget-text-editor {
    height: 0em;
}

.swiper.ExploreSwiper.exploreslider.swiper-container-initialized.swiper-container-horizontal {
    zoom: 140%;
}

.shop-cart:before {
    content: url('/staging/wp-content/uploads/2023/07/Fast-Cart.png');
    margin-right: 0.25em;
    zoom: 50%;
    top: -25em;
    position: relative;
    left: -12em;
}

.filtr-item .post-box  {
    border-color: black !important;
    box-shadow: 6px 6px 0px 0px #000 !important;
    border-radius: 7.9px;
    background-color: #fff;
    height: 25em;
}

/*.cashier:after {*/
/*    content: url('/staging/wp-content/uploads/2023/07/Cash-Counter.png');*/
/*    margin-right: 0.25em;*/
/*    zoom: 50%;*/
/*    top: -30em;*/
/*    position: relative;*/
/*    right: -100em;*/
/*}*/

.no-more-posts.active {
   display: none;
} 

section.elementor-section.elementor-top-section.elementor-element.elementor-element-1ea779d.elementor-reverse-mobile_extra.elementor-reverse-mobile.elementor-hidden-mobile_extra.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    height: 0em;
}

/*.hungry-text {*/
/*    transform: rotate(-5deg);*/
/*    color: #fff;*/
/*    background-color: hsla(170, 43%, 39%, 1);*/
/*    display: inline-block;*/
/*    padding: 0% 1%;*/
/*    line-height: 1em;*/
/*}*/

.hungry-text {
    transform: rotate(-5deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 180px;
    background-color: transparent;
    border-radius: 5px;
}

.hungry-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(170, 43%, 39%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

#hungry-section .three-lines:before {
    content: url('/staging/wp-content/uploads/2023/08/icon-6.png');
    margin-right: -20.95em;
    zoom: 50%;
    top: -1.6em;
    position: relative;
    right: -9.3em;
}

#hungry-section .two-drops:before {
    content: url('/staging/wp-content/uploads/2023/08/icon-5.png');
    margin-left: 19.6em;
    zoom: 50%;
    top: 0.25em;
    position: relative;
}

#hungry-search .blog_filter_main .search:before {
    content: url(/staging/wp-content/uploads/2023/08/pizza.png);
    display: block;
    zoom: 60%;
    margin-left: -150em;
    position: relative;
    top: 8em;
    height: 0em;
}


.ice-cream:after {
    content: url(/staging/wp-content/uploads/2023/08/ice-cream.png);
    margin-right: 0.25em;
    zoom: 50%;
    top: -15em;
    position: relative;
    left: -10em;
}

/*.pizza:after {*/
/*    content: url(/staging/wp-content/uploads/2023/08/Слой_2-1.png);*/
/*    margin-right: 0.25em;*/
/*    zoom: 50%;*/
/*    top: -50em;*/
/*    position: relative;*/
/*    left: -20em;*/
/*}*/

.icon-cross {
    content: url(/staging/wp-content/uploads/2023/08/close-icon.png);
}

/*.play-welcome-text{*/
/*    color: #fff;*/
/*    background-color: hsla(261, 53%, 54%, 1);*/
/*    padding: 2% 0.5%;*/
/*    line-height: 0.5em;*/
/*    margin-right: -4.45em;*/
/*    display: inline-block;*/
/*}*/

.play-welcome-text {
    transform: rotate(0deg);
    display: inline-block;
    line-height: 0.5em;
    padding: 1.5% 0.5%;
    margin-right: -4.45em;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 180px;
    background-color: transparent;
    border-radius: 5px;
    top: -0.1em;
}

.play-welcome-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(261, 53%, 54%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.play-spark:before{
    content: url(/staging/wp-content/uploads/2023/08/play_spark.png);
    margin-right: 0em;
    zoom: 60%;
    top: -95px;
    position: relative;
    right: -0.5%;
}

.play-scribble:after{
    content: url(/staging/wp-content/uploads/2023/08/play_scribble.png);
    margin-right: 0.25em;
    zoom: 73%;
    top: 50px;
    position: relative;
    left: 20%;
}

.elementor-7121 .elementor-element.elementor-element-58722d1b {
    line-height: 0.9em;
}

.play-puzzle:before {
    content: url(/staging/wp-content/uploads/2023/08/play-puzzle.png);
    margin-right: 0.25em;
    zoom: 50%;
    top: -25em;
    position: relative;
    left: -15em;
}

/*.play-ferris-wheel:before {*/
/*    content: url(/staging/wp-content/uploads/2023/08/play-ferris-wheel.png);*/
/*    margin-right: 0.25em;*/
/*    zoom: 53%;*/
/*    top: -50em;*/
/*    position: relative;*/
/*    left: 89em;*/
/*}*/

.elementor-3595 .elementor-element.elementor-element-16d00cc .elementor-image-carousel-caption {
    text-align: left;
    color: #fff;
    margin-top: -20%;
    padding-left: 5%;
    padding-bottom: 5%;
}

.help-section .elementor-widget-container a, .help-section .elementor-widget-container a:focus, .help-section .elementor-widget-container a:active{
    color: #fff !important;
}

.help-section .elementor-widget-container a:hover{
  color: rgb(250, 209, 3) !important;  
}

/*Local page css*/
/*.local-welcome-text {*/
/*    transform: rotate(-4deg);*/
/*    color: #fff;*/
/*    background-color: hsla(9, 70%, 54%, 1);*/
/*    display: inline-block;*/
/*    padding: 0% 1%;*/
/*    line-height: 1em;*/
/*    margin-left: -52px;*/
/*}*/

.local-welcome-text {
    transform: rotate(-4deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    margin-left: -52px;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 180px;
    background-color: transparent;
    border-radius: 5px;
}

.local-welcome-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(9, 70%, 54%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.local-star:before {
    content: url(/staging/wp-content/uploads/2023/08/local-star.png);
    margin-right: 0.25em;
    zoom: 80%;
    top: -0.6em;
    position: relative;
    left: -1.2%;
    z-index: 9;
}

.local-exclamation-mark:after {
    content: url(/staging/wp-content/uploads/2023/08/local-exclamation.png);
    margin-right: 0.25em;
    zoom: 80%;
    top: 0em;
    position: relative;
    left: 1.22%;
    z-index: 9;
}

.local-wine-bottle:before {
    content: url(/staging/wp-content/uploads/2023/08/Wine-Bottle.png);
    margin-right: 0.25em;
    zoom: 65%;
    top: -13em;
    position: relative;
    left: 2em;
}

#controller-search .blog_filter_main .search:before {
    content: url(/staging/wp-content/uploads/2023/08/play_remote_control.png);
    display: block;
    zoom: 50%;
    margin-left: -160em;
    position: relative;
    top: 4em;
    height: 0em;
}

#grocery-bag-search .blog_filter_main .search:before {
    content: url(/staging/wp-content/uploads/2023/08/local-shop-bag.png);
    display: block;
    zoom: 50%;
    margin-left: -165em;
    position: relative;
    top: 4em;
    height: 0em;
    transform: rotate(-4deg);
}

.elementor-1016 .elementor-element.elementor-element-ddf1555 > .elementor-widget-container {
    line-height: 0em;
}

.elementor-6696 .elementor-element.elementor-element-10eb7ae3 {
    line-height: 1em;
}    

.elementor-6696 .elementor-element.elementor-element-3dbd1eeb {
    height: 0em;
}    

.elementor-1094 .elementor-element.elementor-element-1ea779d {
    height: 0em;
}

.local-buttons .simplefilter {
    margin: 20px 115px 20px 115px;    
}

.eat-buttons .simplefilter {
    margin: 20px 90px 20px 90px;
}

.play-buttons .simplefilter {
    margin: 20px 180px 20px 180px;
}

.shop-buttons .snip0047 {
    padding: 10px 30px !important;
}
    
    
/*Play template page css*/    
.play-vendor-signpost:before {
    content: url(/staging/wp-content/uploads/2023/10/play-vendor-signpost.png);
    margin-right: -5em;
    zoom: 60%;
    top: 2.8em;
    position: relative;
    left: -4.7em;
}

.play-vendor-arrowtop:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -20px;
    position: relative;
    left: 0.15em;
}

.play-vendor-icon {
    margin-right: 0.25em;
    zoom: 60%;
    top: -8em;
    position: relative;
    left: 0em;
    margin-bottom: -2em !important;
}

.play-vendor-animated-heading {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: 0em;
}

.play-vendor-animated-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(260, 51%, 85%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.play-vendor-animated-heading-2 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.14em;
}

.play-vendor-animated-heading-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(260, 51%, 85%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.play-vendor-animate-heading-3 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #000;
    word-break: keep-all !important;
    min-width: 85px;
    background-color: transparent;
    border-radius: 5px;
    top: 0em;
}

.play-vendor-animate-heading-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(260, 51%, 85%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.play-vendor-booknow .elementor-button-text {
    line-height: 1.9em;
    font-weight :300 !important;
}
    
/*  Stay Vendor Page CSS */  

.stay-vendor-arrow:before {
    content: url(/staging/wp-content/uploads/2023/09/straight-arrow.png);
    margin-right: 0.25em;
    zoom: 60%;
    top: 20px;
    position: absolute;
    left: -3em;
}

.stay-vendor-animated-heading {
    transform: rotate(-2.54deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 150px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.1em;
}

.stay-vendor-animated-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(212, 89%, 86%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}


.nesuto-sign-post:after {
    content: url(/staging/wp-content/uploads/2023/09/Signpost-nesuto.png);
    margin-right: 0.25em;
    zoom: 60%;
    top: 12em;
    position: relative;
    left: -12em;
} 

.stay-vendor-icon {
    /**zoom: 60%;
    top: 8.5em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;**/
    margin-right: 0.25em;
    zoom: 60%;
    top: -8em;
    position: relative;
    left: 0em;
    margin-bottom: -4em !important;
}
    
/*.elementor-widget-text-editor a:hover {*/
/*    color: #000;*/
/*} */
    
.elementor-3595 .elementor-element.elementor-element-4df681c > .elementor-element-populated {
   height: 12em;
} 

.elementor-8353 .elementor-element.elementor-element-2cd8c80a img {
    background-color: white;
}

.scroll-top-right {
    display: none !important;
}

/*  HUB Vendor Page CSS */  

/*.highlighted-australias {*/
/*    background-color: hsla(23, 80%, 84%, 1);*/
/*    display: inline-block;*/
/*    padding: 0% 1%;*/
/*    line-height: 1em;*/
/*    min-width: 215px;*/
/*}*/

.hub-vendor-animated-heading {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.14em;
}

.hub-vendor-animated-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(23, 80%, 84%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.hub-vendor-animated-heading-3 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: 0em;
}

.hub-vendor-animated-heading-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(23, 80%, 84%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.hub-vendor-arrowdown:before {
    content: url(/staging/wp-content/uploads/2023/09/endota-title-arrow.png);
    margin-right: 0.25em;
    zoom: 42%;
    top: -3px;
    position: relative;
    left: 0em;
}

/*.highlighted-largest {*/
/*    background-color: hsla(23, 80%, 84%, 1);*/
/*    display: inline-block;*/
/*    padding: 0% 1%;*/
/*    line-height: 1em;*/
/*    min-width: 200px;*/
/*}*/

.hub-vendor-animated-heading-2 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 200px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.14em;
}

.hub-vendor-animated-heading-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(23, 80%, 84%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.hub-vendor-icon {
    margin-right: 0.25em;
    zoom: 60%;
    top: -6em;
    position: relative;
    left: 0em;
    margin-bottom: -2em !important;
}

.signpost-entota:after {
    content: url(/staging/wp-content/uploads/2023/09/Signpost-1.png);
    margin-right: 0.25em;
    zoom: 60%;
    top: -1em;
    position: relative;
    left: -11em;
}

#endota-number .elementor-widget-container a:hover{
    color: rgba(237, 115, 54, 1);
}






/*  Local Vendor Page CSS */


.local-vendor-arrowtop:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: 0.25em;
    zoom: 55%;
    top: -20px;
    position: relative;
    left: 0em;
}

.local-vendor-icon {
    margin-right: 0.25em;
    zoom: 60%;
    top: -6em;
    position: relative;
    left: 0em;
    margin-bottom: -2em !important;
}

.signpost-dan-murphy:after {
    content: url(/staging/wp-content/uploads/2023/09/Signpost.png);
    margin-right: 0.25em;
    zoom: 60%;
    top: -1em;
    position: relative;
    left: -11em;
}

.local-vendor-animated-heading {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: 0em;
}

.local-vendor-animated-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FEC8C5;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.local-vendor-animated-heading-2 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.14em;
}

.local-vendor-animated-heading-2::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FEC8C5;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.local-vendor-animated-heading-3 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: -0.14em;
}

.local-vendor-animated-heading-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FEC8C5;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.local-vendor-heading-text-2 {
    top: -0.25em;
    position: relative;
}

.local-vendor-heading-text-3 {
    top: -0.14em;
    position: relative;
}

#dan-number .elementor-widget-container a:hover{
     color: rgb(251, 94, 82);
}

.white-background .elementor-widget-container img {
    background-color: white;
}






/*Eat Vendor Page CSS*/

.eat-vendor-arrowtop:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: 0.25em;
    zoom: 52%;
    top: -50px;
    position: relative;
    left: 0em;
}

.eat-vendor-animated-heading {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 215px;
    background-color: transparent;
    border-radius: 5px;
    top: -0.05em;
}

.eat-vendor-animated-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(177, 29%, 74%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.eat-vendor-icon {;
    margin-right: 0.25em;
    zoom: 60%;
    top: -6em;
    position: relative;
    left: 0em;
    margin-bottom: -2em !important;
}

.eat-vendor-signpost:before {
    content: url(/staging/wp-content/uploads/2023/10/eat-vendor-signpost.png);
    margin-right: -5em;
    zoom: 60%;
    top: 2.8em;
    position: relative;
    left: -4.7em;
}

.urban-alley-plant:before {
    content: url(/staging/wp-content/uploads/2023/09/icons8-healthy-food-100-1.png);
    margin-right: 0.25em;
    zoom: 60%;
    top: -15em;
    position: relative;
    left: -22em;
    z-index: 9;
}

.eat-vendor-website .elementor-button-text {
    line-height: 1.9em;
    font-weight :300 !important;
}

#urban-alley-number  .elementor-widget-container a:hover {
    color: hsla(170, 43%, 39%, 1);
}


/*-----------------HUB-VENDOR-POST-SLIDER-----------------*/

.hub-post-slider .wb_ps_content {
    display:none;
}

.hub-post-slider .wb_ps_thumbnail img{
    border: 2px solid #E7905C;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px #f7cfb7 !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    transition: transform .2s;
    background-color:white;
}

.hub-post-slider .wb_ps_single_item{
    box-shadow:none !important;
    background:none !important;
}

.hub-post-slider .wb_ps_thumbnail img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
.hub-post-slider .wbel-arrow {
    background: unset !important;
    /*display:none !important;*/
}

.hub-post-slider .wb-arrow-prev {
    left: -5%;
}

.hub-post-slider .wb-arrow-next {
    right: -5%;
}

.hub-post-slider .wb_ps_item {
    padding: 25px !important;
}

.hub-post-slider .wbel_post_slider_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

/*-----------------SHOP-VENDOR-POST-SLIDER-----------------*/

.shop-post-slider .wb_ps_content {
    display:none;
}

.shop-post-slider .wb_ps_thumbnail img{
    border: 2px solid #FF017E;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px #F5C3DA !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    transition: transform .2s;
    background-color: white;
}

.shop-post-slider .wb_ps_single_item{
    box-shadow:none !important;
    background:none !important;
}

.shop-post-slider .wb_ps_thumbnail img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
.shop-post-slider .wbel-arrow {
    background: unset !important;
    /*display:none !important;*/
}

.shop-post-slider .wb-arrow-prev {
    left: -5%;
    top: 45%;
}

.shop-post-slider .wb-arrow-next {
    right: -5%;
    top: 45%;
}


.shop-post-slider .wb_ps_item {
    padding: 25px !important;
}

.shop-post-slider .wbel_post_slider_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

/*-----------------STAY-VENDOR-POST-SLIDER-----------------*/

.stay-post-slider .wb_ps_content {
    display:none;
}

.stay-post-slider .wb_ps_thumbnail img{
    border: 2px solid #66A7F8;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px #BBD9FB !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    transition: transform .2s;
    background-color: white;
}

.stay-post-slider .wb_ps_single_item{
    box-shadow:none !important;
    background:none !important;
}

.stay-post-slider .wb_ps_thumbnail img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
.stay-post-slider .wbel-arrow {
    background: unset !important;
    display:block !important;
}

.stay-post-slider .wb-arrow-prev {
    left: -5%;
    top: 45%;
}

.stay-post-slider .wb-arrow-next {
    right: -5%;
    top: 45%;
}

.stay-post-slider .wb_ps_item {
    padding: 25px !important;
}

.stay-post-slider .wbel_post_slider_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

/*-----------------PLAY-VENDOR-POST-SLIDER-----------------*/

.play-post-slider .wb_ps_content {
    display:none;
}

.play-post-slider .wb_ps_thumbnail img{
    border: 2px solid #9574D3;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px #DFD2FC !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    transition: transform .2s;
    background-color: white;
}

.play-post-slider .wb_ps_single_item{
    box-shadow:none !important;
    background:none !important;
}

.play-post-slider .wb_ps_thumbnail img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
.play-post-slider .wbel-arrow {
     background: unset !important;
    /*display:none !important;*/
}

.play-post-slider .wb-arrow-prev {
    left: -5%;
    top: 45%;
}

.play-post-slider .wb-arrow-next {
    right: -5%;
    top: 45%;
}

.play-post-slider .wb_ps_item {
    padding: 25px !important;
}

.play-post-slider .wbel_post_slider_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

/*-----------------EAT-VENDOR-POST-SLIDER-----------------*/

.eat-post-slider .wb_ps_content {
    display:none;
}

.eat-post-slider .wb_ps_thumbnail img{
    border: 2px solid #408076;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px #A9D0CE !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    transition: transform .2s;
    background-color: white;
}

.eat-post-slider .wb_ps_single_item{
    box-shadow:none !important;
    background:none !important;
}

.eat-post-slider .wb_ps_thumbnail img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
.eat-post-slider .wbel-arrow {
    background: unset !important;
    /*display:none !important;*/
}

.eat-post-slider .wb-arrow-prev {
    left: -5%;
    top: 45%;
}

.eat-post-slider .wb-arrow-next {
    right: -5%;
    top: 45%;
}

.eat-post-slider .wb_ps_item {
    padding: 25px !important;
}

.eat-post-slider .wbel_post_slider_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.eat-vendor-animate-heading-3 {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #000;
    word-break: keep-all !important;
    min-width: 68px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.14em;
}

.eat-vendor-animate-heading-3::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(177, 29%, 74%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}



/*-----------------LOCAL-VENDOR-POST-SLIDER-----------------*/

.local-post-slider .wb_ps_content {
    display:none;
}

.local-post-slider .wb_ps_thumbnail img{
    border: 2px solid #D74E3B;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px #FEC8C5 !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    transition: transform .2s;
    background-color: white;
}

.local-post-slider .wb_ps_single_item{
    box-shadow:none !important;
    background:none !important;
}

.local-post-slider .wb_ps_thumbnail img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
.local-post-slider .wbel-arrow {
    background: unset !important;
    /*display:none !important;*/
}

.local-post-slider .wb-arrow-prev {
    left: -5%;
    top: 45%;
}

.local-post-slider .wb-arrow-next {
    right: -5%;
    top: 45%;
}

.local-post-slider .wb_ps_item {
    padding: 25px !important;
}

.local-post-slider .wbel_post_slider_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}



/*-----------------HUB-LANDING-POST-SLIDER-----------------*/

.hub-slider .wb_ps_content {
    display:none;
}

.hub-slider .wb_ps_thumbnail img{
    border: 2px solid #000;
    border-radius: 5px;
    box-shadow: 5px 5px 0px 0px #000 !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
    transition: transform .2s;
    background-color: white;
}

.hub-slider .wb_ps_single_item{
    box-shadow:none !important;
    background:none !important;
    padding: 10% !important;
}

.hub-slider .wb_ps_thumbnail img:hover {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
  
.hub-slider .wbel-arrow {
    background: unset !important;
    /*display: none !important;*/
}

.hub-slider .wb_ps_item {
    padding: 25px !important;
}

.hub-slider .wbel_post_slider_wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

/*** Events Manager ***/

.event_listing-template-default{
    background: #F7EFD9;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper {
    border: 4px solid #000000 !important;
    border-radius: 10px !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper:hover, .wpem-main-vmenu-dashboard-wrapper .wpem-main-vmenu-dashboard-content-wrap .wpem-dashboard-events-block-wrap .wpem-dashboard-event-list-wrapper .wpem-dashboard-event-list:hover {
    box-shadow: 5px 5px 0px 2px #FF519C;
}

.event_listing-template-default #primary{
    width:100%;
}

.event_listing-template-default #right-sidebar, .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content::after{
    display:none;
}

.event_listing-template-default .single-post-title{
    display:none;
}

.wpem-single-event-page .event-manager-info, .wpem-single-event-page .wpem-single-event-wrapper{
    border: 0px !important;
}

/*form#event_filters {*/
/*    display: none;*/
/*}*/

.whats-new-grid .wpem-heading-text {
    display: none;
}

.whats-new-grid .wpem-event-layout-action {
    display: none !important;
}

.wpem-event-listings-header .wpem-event-layout-action-wrapper .wpem-event-layout-action .wpem-event-layout-icon.wpem-active-layout {
    background-color: #fad103 !important;
    color: #fff !important;
}

.wpem-event-infomation{
    background-color: #fff;
}

.wpem-event-description {
    margin: 5px;
    min-height: 23px;
    color: var(--wpem-gray-color);
    line-height: 1.42;
}

.wpem-event-parking {
    margin: 5px;
    min-height: 23px;
    color: var(--wpem-gray-color);
    line-height: 1.42;
}

.wpem-event-listings .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details .wpem-event-parking::before {
    content: url("https://tdd.ss1.au/staging/wp-content/uploads/2023/09/car-icon.png");
    font-size: 15px;
    float: left;
    margin-right: 10px;
}

.wpem-event-date-time-text, .wpem-event-location-text{
    margin-left: 5px;
}

.wpem-event-listings .wpem-event-layout-wrapper .event_listing{
    background: #fff;
}

.wpem-theme-button, a.wpem-theme-button, button.wpem-theme-button, input.wpem-theme-button{
    background: #000 !important;
}

div#load_more_events_loader {
    display: none;
}

.events .arrow-o:after {
    content: url(/staging/wp-content/uploads/2023/07/Arrow-up-o.png);
    left: 35em;
    zoom: 50%;
    top: -5em;
    position: relative;
    transform: scaleX(-1) rotate(10deg);
}

.events .arrow-o:before {
    display:none;
}

.wpem-form-group .comiseo-daterangepicker-triggerbutton.ui-button{
    width: 100% !important;
    font-size: 13px !important;
}

.single-post:not(.elementor-page) .entry-content a:not(.wp-block-button__link):not(.wp-block-file__button), .page:not(.elementor-page):not(.woocommerce-page) .entry a:not(.wp-block-button__link):not(.wp-block-file__button){
    text-decoration: none !important;
}

.animation-hover img.elementor-animation-buzz {
    animation-duration: .5s;
}

/*Leasing-Page css*/

.leasing-arrows:before {
    content: url(/staging/wp-content/uploads/2023/09/Left-Arrow.png);
    margin-right: 0.5em;
    zoom: 55%;
    top: -20px;
    position: relative;
    left: 0em;
}

.leasing-arrows:after {
    content: url(/staging/wp-content/uploads/2023/09/Right-Arrow.png);
    margin-left: 0.5em;
    zoom: 55%;
    top: -20px;
    position: relative;
    left: 0em;
}

/*.success-story {*/
/*    background-color: #509FE8;*/
/*    display: inline-block;*/
/*    padding: 0% 1%;*/
/*    line-height: 1em;*/
/*    min-width: 215px;*/
/*    color:white;*/
/*}*/

.success-story-text {
    transform: rotate(0deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 180px;
    background-color: transparent;
    border-radius: 5px;
}

.success-story-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #509FE8;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.privacy-animated-text {
    transform: rotate(0deg);
    display: inline-block;
    line-height: 0.5em;
    padding: 1.5% 0.5%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 180px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.1em;
}

.privacy-animated-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(261, 53%, 54%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

/*.contact {*/
/*    background-color: #F0915A;*/
/*    color:white;*/
/*    display: inline-block;*/
/*    padding: 0% 1%;*/
/*    line-height: 1em;*/
/*    min-width: 100px;*/
/*}*/

.contact-animated-heading {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: white;
    word-break: keep-all !important;
    min-width: 80px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.14em;
}

.contact-animated-heading::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F0915A;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

.contact-us:after {
    content: url(/staging/wp-content/uploads/2023/09/chat.png);
    margin-left: 0.5em;
    zoom: 60%;
    top: 15px;
    position: relative;
    left: 5.6em;
}

.elementor-26426 .elementor-element.elementor-element-00eb8df > .elementor-widget-container {
        height: 0.5em;
}

/*.chat {*/
/*    background-color: #F0915A;*/
/*    color:white;*/
/*    display: inline-block;*/
/*    padding: 0% 1%;*/
/*    line-height: 1em;*/
/*    min-width: 155px;*/
/*}*/

.chat-text {
    transform: rotate(0deg);
    display: inline-block;
    line-height: 1em;
    padding: 0% 1%;
    position: relative;
    overflow: hidden;
    color: #fff;
    word-break: keep-all !important;
    min-width: 155px;
    background-color: transparent;
    border-radius: 5px;
}

.chat-text::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #F0915A;
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}

span.lets {
    top: -0.12em;
    position: relative;
}

.lets-chat:after {
    content: url(/staging/wp-content/uploads/2023/09/chat.png);
    margin-left: 0.5em;
    zoom: 60%;
    top: -110px;
    position: relative;
    left: 2.9em;
}

.page-id-15287 #masthead {
    background: #FCF2BA;
}

/*Leasing form*/

.page-id-14585 .subscribe-section{
    display: none;
}

.wpforms-container .wpforms-field {
    padding: 20px 0 !important;
}

#leasing-form-parent .wpforms-image-choices-label{
    display: none;
}

#leasing-form-parent .wpforms-image-choices-image:after{
    background-color: #000000;
    top: 100%;
}


#leasing-form-parent .wpforms-field-label-inline {
	border: unset;
   	box-shadow: unset;
   	width: 100%;
    margin: unset;
}

#leasing-form-parent label.wpforms-field-label-inline:hover {
    zoom: 1.1;
}

#leasing-form-parent input {
    border: unset;
    box-shadow: unset;
    background-color: unset;
    border-bottom: 2px solid black;
    border-radius: unset;
    text-align: center;
    font-size: 16px;
    min-height: 1.5em;
    height: 1em;
    margin-right: 10px;
}


#leasing-form-parent .wpforms-container .wpforms-field.wpforms-one-half {
    width: 50%;
    margin: unset;
}

#leasing-form-parent label {
    margin: unset;
    font-size: 26px;
    font-weight: 550;
}

#leasing-form-parent .wpforms-field-container div {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

#leasing-form-parent #wpforms-14776-field_4-container {
    display: block;
}

#leasing-form-parent .wpforms-field-container div.wpforms-field-radio fieldset {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

#leasing-form-parent .wpforms-field-container div.wpforms-field-radio fieldset legend.wpforms-field-label {
    float: left;
    margin: unset;
    margin-right: 3%;
    font-size: 26px;
    font-weight: 550;
}

#leasing-form-parent .wpforms-field-container div.wpforms-field-radio fieldset ul {
    zoom: 40%;
}

#leasing-form-parent #wpforms-14776-field_1-container{
}
#leasing-form-parent #wpforms-14776-field_1{
    min-width: calc(100% - 164px);
    max-width: calc(100% - 160px);
}

#leasing-form-parent #wpforms-14776-field_2-container{
}
#leasing-form-parent #wpforms-14776-field_2{
    min-width: calc( 100% - 80px);
    max-width: calc( 100% - 80px);
}

#leasing-form-parent #wpforms-14776-field_6-container{
    width: 58%;
    
}
#leasing-form-parent #wpforms-14776-field_6{
    min-width: calc(100% - 105px);
    max-width: calc(100% - 110px);
}

#leasing-form-parent #wpforms-14776-field_12{
    visibility: hidden;
}

#leasing-form-parent #wpforms-14776-field_12-container{
    width: 42%;
}
#leasing-form-parent #wpforms-14776-field_12-container label {
    min-width: 100%;
    max-width: 100%;
}

#leasing-form-parent #wpforms-14776-field_7-container{
    width: 58%;
}

#leasing-form-parent #wpforms-14776-field_7{
    max-width: calc(100% - 275px);
    min-width: calc(100% - 290px);
}

#leasing-form-parent #wpforms-14776-field_8-container{
    width: 42%;
}

#leasing-form-parent #wpforms-14776-field_8{
    min-width: calc( 100% - 65px);
    max-width: calc( 100% - 70px);
}

#leasing-form-parent #wpforms-14776-field_9{
    min-width: calc( 100% - 254px);
    max-width: calc( 100% - 254px);
}

#leasing-form-parent .wpforms-submit-container {
    display: flex;
    justify-content: center;
}

#leasing-form-parent .leasing-form-button {
    color: black;
    background-color: #F1B8D5;
    border-radius: 10px;
    border: 2px solid #000;
    box-shadow: 3px 3px 0px 0px #0D0D0D;
    width: 20%;
}

#leasing-form-parent .leasing-form-button:hover {
    background: unset;
}

/** Leasing Email **/



/*Gift Card page Css*/
.arrowtop-gift-card:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: -1.07em;
    zoom: 48%;
    top: -20px;
    position: relative;
    left: -1.4em;
    margin-right: -1em;
}

.elementor-element-94354eb .of-choice:{
    margin-left: -9.3% !important;
}

/*.gift {*/
/*    background-color: hsla(49, 90%, 64%, 1);*/
/*    display: inline-block;*/
/*    padding: 0% 2%;*/
/*    line-height: 1em;*/
/*}*/

.gift {
    transform: rotate(0deg);
    display: inline-block;
    padding: 0% 1%;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    color: #000000;
    word-break: keep-all !important;
    min-width: 100px;
    background-color: transparent;
    border-radius: 5px;
    top: 0.1em;
}

.gift::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsla(49, 90%, 64%, 1);
    left: -100%;
    animation: slide-background 2s forwards;
    animation-delay: 2s;
    z-index: -1;
    top: 0px;
}



.gift-spark-1:before {
    content: url(/staging/wp-content/uploads/2023/09/gift-spark-2.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -196px;
    position: relative;
    left: 5.5em;
}

.gift-popcorn:before {
    content: url(/staging/wp-content/uploads/2023/09/popcorn.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: 71px;
    position: relative;
    left: -1em;
}

.gift-star-1:before {
    content: url(/staging/wp-content/uploads/2023/09/gift-star-1.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -99px;
    position: relative;
    left: -4.2em;
}

.gift-spark:before {
    content: url(/staging/wp-content/uploads/2023/09/gift-spark.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -12px;
    position: relative;
    left: -1.6em;
}

.gift-headphone:before {
    content: url(/staging/wp-content/uploads/2023/09/headphone.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: 30px;
    position: relative;
    left: -2.6em;
}
.gift-star-2:after {
    content: url(/staging/wp-content/uploads/2023/09/gift-star-2.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -120px;
    position: relative;
    left: -2.85em;
}
.gift-shoe:before {
    content: url(/staging/wp-content/uploads/2023/09/shoe-gift.png);
    margin-right: 0.25em;
    zoom: 68%;
    top: 2px;
    position: relative;
    left: -2.85em;
}
.gift-star-3:after {
    content: url(/staging/wp-content/uploads/2023/09/gift-star-3.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -88px;
    position: relative;
    left: -3.1em;
}

.gift-game:before {
    content: url(/staging/wp-content/uploads/2023/09/ball-gift.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: 2px;
    position: relative;
    left: -2.4em;
}

.gift-star-4:after {
    content: url(/staging/wp-content/uploads/2023/09/gift-star-4.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -132px;
    position: relative;
    left: -1.85em;
}

.gift-wine-food:before {
    content: url(/staging/wp-content/uploads/2023/09/food-wine-4.png);
    margin-right: 0.25em;
    zoom: 70%;
    top: -214px;
    position: relative;
    left: 31.49em;
}

.elementor-tab-title .elementor-toggle-icon-closed i:before {
    content: url(/staging/wp-content/uploads/2023/09/plus.png);
}

.elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    content: url(/staging/wp-content/uploads/2023/09/minus.png);
}

.elementor-element-12e38f6 .elementor-button {
    padding: 16px 21px !important;
    height:57px !important;
}

.elementor-element-8163e22 .elementor-button {
    padding: 16px 21px !important;
    height:57px !important;
}
   
.play-buttons .searchTerm {
    width: 52%;
} 

.eat-buttons .searchTerm {
    width: 55%;
}

.local-buttons .searchTerm {
    width: 52%;
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.elementor-container .img-hover-zoom {
    position: relative;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
}
.elementor-container .img-hover-zoom img {
    max-width: 100%;
    transition: all 0.5s;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.1);
}

.elementor-container .img-hover-zoom:hover img {
    transform: scale(1.2);
}

.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1dd2d141.stay-image {
    margin-top: -30%;
    margin-left: 20%;
    margin-right: -10%;
}

.elementor-element.elementor-element-d5b5b69.elementor-widget-mobile_extra__width-initial.elementor-widget.elementor-widget-text-editor.animated.zoomIn {
    line-height: 0em;
}

/*Getting Here page Css*/

.giant-cartwheel{
    background-color: hsla(49, 90%, 64%, 1);
    display: inline-block;
    padding: 0% 2%;
    line-height: 1em;
}

.arrowtop-getting-here:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: 0.25em;
    zoom: 53%;
    top: -21px;
    position: relative;
    left: -1.48em;
}

.find-us {
    margin-left: -60px;
}

#e-n-tab-content-9441 #parking{
   background:#FCF2BA !important;
}

#e-n-tab-content-9442{
   background:#F1B8D5 !important;
}

#e-n-tab-content-9443{
   background:#F7CFB7  !important;
}

#e-n-tab-content-9444{
   background:#D1C4EC !important;
}
 
#e-n-tab-content-9445{
   background:#BBD9FB !important;
}

.e-n-tabs-heading{
   z-index: 9;
   padding: 0 6% 0 6%;
}

.elementor-element-10c6ab20 .e-n-tabs-heading{
   z-index: 9;
   padding: 0 6% 0 6%;
}

.elementor-element-1ed5336 .elementor-button{
    height: 50px !important;
    padding: 11px!important;
}

.elementor-element-ff09373 .elementor-button{
    height: 50px !important;
    padding: 12px!important;
}

.elementor-element-e3b37f7 .elementor-button{
    height: 50px !important;
    padding: 12px 21px !important;
}

.elementor-element-5bb2af7 .elementor-button {
    padding: 16px 20px !important;
}

.scroll-text{
    padding: 0 0px 0 50px;
    height: 597px; 
    overflow-y: auto;
    overflow-x: hidden;
    direction: rtl;
    margin-left: -40px;
}

.scroll-text .elementor-widget-container{
    direction: ltr;
}

.team-scroll-text .elementor-widget-container{
    direction: ltr;
}

.elementor-14587 .elementor-element.elementor-element-12df5cc {
    width: 43.5%;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #FAD103;
    border-radius: 5px;
    height: 100px;
}

.getting-here-logo:before {
    content: url(/staging/wp-content/uploads/2023/10/Group-9298.png);
    margin-right: 0.25em;
    zoom: 54%;
    top: -515px;
    position: relative;
    left: 17.8em;
}

.elementor-element-0885229 .elementor-button{
    height: 50px !important;
    padding: 11px!important;
}

.elementor-element-44b15d7 .elementor-button{
    height: 50px !important;
    padding: 11px!important;
}

/*Getting Here page 2 Css */
.elementor-element-1b5eb750 .e-n-tabs-heading{
   z-index: 9;
   padding: 0 6% 0 6%;
}

#e-n-tab-content-4591 #parking{
   background:#FCF2BA !important;
}

#e-n-tab-content-4592{
   background:#F1B8D5 !important;
}

#e-n-tab-content-4593{
   background:#D1C4EC !important;
}

#e-n-tab-content-4594{
   background:#F7CFB7 !important;
}
 
#e-n-tab-content-4595{
   background:#BBD9FB !important;
}

.elementor-element-68819b2 .elementor-button {
    padding: 17px 20px !important;
}

.get-here-title{
    font-family: 'mark-pro' !important;
}

/*parking calc*/
.elementor-element-d26eae6 .e-con-inner{
    padding: 4% 0 14% 0;
}

.calc-title {
    font-size: 1.5em;
    color: black;
    font-weight: 900;
}

.p-calculator-code{
    background-color: white;
    border-top: 4px solid black;
    padding-left: 11%;
    border-radius: 0px 0px 7px 7px;
}

#entryDate {
    background-color: white;
    width: 78%;
    border-radius: 50px;
    border: 2px solid #a6a6a6;
    margin: 0 0 1.3% -3.5%;
    border-width: 1.6px;
    font: 500 1.22em 'Inter', sans-serif !important;
    color: black;
    margin-top: -6%;
}

#exitDate{
    background-color: white;
    width: 78%;
    border-radius: 50px;
    border: 2px solid #a6a6a6;
    margin: 0 0 1.3% -3.5%;
    border-width: 1.6px;
    font: 500 1.22em 'Inter', sans-serif !important;
    color: black;
    margin-top: -6%;
}

.calculate-btn{
    background: white;
    width: 45%;
    padding: 1% 0% 1% 0%;
    font-size: 1.5em;
    color: black;
    font-weight: 900;
    border-radius: 12px;
    box-shadow: 6px 7px 0px rgb(0 0 0);
    margin: -3% 19% 11% 21%;
}

.calculate-btn:focus{
    background-color: #FAD103;
    color: white;
}

#cost{
    font-size: 3em;
}

.calc-time{
    font-size: 1.5em;
    color: black;
    margin-left: 19%;
}

.calc-times {
    font-size: 2em !important;
    font-weight: 700;
    color: black!important;
    border: none !important;
    margin-left: -5%;
    margin-top: -10%;
}

input::selection{
    background-color: #FAD103 !important;
}

input::-moz-selection{
    background-color: #FAD103 !important;
}


.elementor-element-3b991ab .e-con-inner{
    padding: 4% 0 14% 0;
}

#calc-buttons-colored {
    background-color: #FAEA8F;
    width: 27%;
    border-radius: 50px;
    border: 2px solid #a6a6a6;
    margin: 0 6% 6% -3.5%;
    padding: 2% 0% 2% 0%;
    font: 400 1.22em 'Inter', sans-serif !important;
    color: black;
}



#calc-buttons {
    background-color: white;
    width: 27%;
    border-radius: 50px;
    border: 2px solid #a6a6a6;
    margin: 0 6% 6% -3.5%;
    padding: 2% 0% 2% 0%;
    font: 400 1.22em 'Inter', sans-serif !important;
    color: black;
}
#calc-buttons:focus {
    background-color: #FAEA8F;
    color: black;
}

#calc-buttons:hover{
    background-color: #FAEA8F;
    color: black;
}


#total {
    padding: 0 0% 0 41%;
    margin: -8% 0 -5% 0;
    font-size: 2.8em;
    font-weight: 900;
}



/* parking calc css ends*/

/*----Getting Here page 2 Css ends here-------*/


#e-n-tab-content-3241{
   background:#F1B8D5 !important;
}

#e-n-tab-content-3243{
   background: #F7CFB7 !important;
}

#e-n-tab-content-3244{
   background:#D1C4EC!important;
}
 
#e-n-tab-content-3245{
   background:#BBD9FB !important;
}

/*Getting Here page Css ends here*/


.elementor-7127 .elementor-element.elementor-element-4228a666:not(.elementor-motion-effects-element-type-background), .elementor-7127 .elementor-element.elementor-element-4228a666 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    height: 8em;
}

/*.home-button .elementor-size-xl{ */
/*    padding:0.75% 3% !important; */
/*}*/


.shop-vendor-signpost:before {
    content: url(/staging/wp-content/uploads/2023/10/shop-vendor-signpost.png);
    margin-right: -5em;
    zoom: 60%;
    top: 2.8em;
    position: relative;
    left: -4.7em;
}

.stay-vendor-signpost:before {
    content: url(/staging/wp-content/uploads/2023/10/stay-vendor-signpost.png);
    margin-right: -5em;
    zoom: 60%;
    top: 2.8em;
    position: relative;
    left: -4.7em;
}

.local-vendor-signpost:before {
    content: url(/staging/wp-content/uploads/2023/10/local-vendor-signpost.png);
    margin-right: -5em;
    zoom: 60%;
    top: 2.8em;
    position: relative;
    left: -4.7em;
}

.hub-vendor-signpost:before {
    content: url(/staging/wp-content/uploads/2023/10/hub-vendor-signpost.png);
    margin-right: -5em;
    zoom: 60%;
    top: 2.8em;
    position: relative;
    left: -4.7em;
}



/**Vendor Opening Hours**/

.calltoaction .elementor-widget-icon-list .elementor-icon-list-text, .calltoaction .contact-number{
    font-family: 'mark-pro-bold' !important;
}

.calltoaction h2 {
    font-family: 'mark-pro-bold' !important;
}

.calltoaction h3 {
    font-family: mark-pro !important;
}

.calltoaction .contact-number a {
    color: #000 !important;
}

.calltoaction .elementor-widget-container .elementor-button-text:hover{
    color: #fff !important;
}

.calltoaction .elementor-button-text{
    line-height: 1.8em !important;
}

.stay-vendor-booknow .elementor-button {
    width: 12em !important;
    /*height: 2.5em;*/
}

.stay-vendor-booknow span.elementor-button-text {
    line-height: 1.9em;
}

.local-vendor-website .elementor-button-text {
    line-height: 1.9em;
}

.hub-vendor-website .elementor-button-text {
    line-height: 1.9em;
}

.shop-vendor-website .elementor-button-text {
    line-height: 1.9em;
}


.inclusions .e-con>.e-con-inner {
    float: left;
    display: inline-block;
}

.inclusions .e-con.e-con>.e-con-inner>.elementor-widget:nth-child(3n+1), .inclusions .elementor.elementor .e-con>.elementor-widget:nth-child(3n+1) {
    width: 33%;
    float: left;
    display: inline;
    padding: 1%;
}

.inclusions .e-con.e-con>.e-con-inner>.elementor-widget:nth-child(3n-1), .inclusions .elementor.elementor .e-con>.elementor-widget:nth-child(3n-1){
    width: 33%;
    float: left;
    display: inline;
    padding: 1%;
}

.inclusions .e-con.e-con>.e-con-inner>.elementor-widget:nth-child(3n), .inclusions .elementor.elementor .e-con>.elementor-widget:nth-child(3n){
    width: 33%;
    float: left;
    display: inline;
    padding: 1%;
}

.inclusions .elementor-image-box-img{
    width: 40px !important;
}

/** Search Results Page **/

.search-results #top-bar-wrap, .search-results #site-header, .search-results .site-breadcrumbs{
    display: none;
}

.search-results .elementor, .error404 .elementor{
    background-color: #FCF2BA !important;
}

.search-results .site-main, .error404 .site-main{
    background-color: #F7EFD9 !important;
}

.search-results .site-main .page-header{
    background-color: #FCF2BA !important;
    background-image: url(https://tdd.ss1.au/staging/wp-content/uploads/2023/07/Element-star-1@2x.png);
    background-position: 10em 2em;
    background-repeat: no-repeat;
    background-size: 5% auto;
    padding: 3% 0% 3% 0%;
}

/*.search-results .site-main .page-header:after{*/
/*    content: url(/staging/wp-content/uploads/2023/07/Arrow-up-o.png);*/
/*    left: 20em;*/
/*    zoom: 50%;*/
/*    top: 0em;*/
/*    position: relative;*/
/*    transform: scaleX(-1);*/
/*}*/

.search-results .page-header-title, .error404-content .error-title{
    font-family: "mark-pro-bold" !important;
    color: #000 !important;
}

.search-results .page-subheading{
   font-family: "mark-pro" !important;
   color: #000 !important;
}

.search-results #main #content-wrap, .error404 #main #content-wrap{
    padding-bottom: 100px;
}

.search-results article{
    border-bottom: 0px !important;
}

.error404-content .searchform{
    background-color: #fff !important;
    border-radius: 30px !important;
}

.error404-content .searchform input:focus, .error404-content .searchform input:active, .error404-content .searchform input{
    border: 0px !important;
}

.error-btn{
    line-height: 2em !important;
    font-size: 1.5em !important;
    text-transform: uppercase !important;
    font-family: 'mark-pro-black' !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: #000000 !important;
    border-radius: 10px 10px 10px 10px !important;
    box-shadow: 5px 5px 0px 0px #000000 !important;
    color: #000 !important;
    background-color: #fff !important;
    height: 60px !important;
    padding: 10px 20px !important;
    letter-spacing: 0 !important;
}

.error-btn:hover, .error-btn:focus{
    box-shadow: 5px 5px 0px 0px #fff !important;
    color: #fff !important;
    background-color: #000 !important;
}


#templateBody .mcnTextContent img{
    display: none !important;
	}
		
.stay-slider .swiper {
   zoom: 120%;
}

.contact-us-number a:hover {
    color: black;
}

.filtr-item .post-box .snip1550 {
    margin-top: -12px !important;
}


/*** Whats on around ***/

div#n2-ss-201 .n2-ss-slide{
    background-color: transparent !important;
}

/**map page **/

.map-arrowdown:before {
    content: url(/staging/wp-content/uploads/2023/08/Vector-3.png);
    margin-right: -1em;
    zoom: 20%;
    top: -65px;
    position: relative;
    left: -0.8em;
    transform: rotate(90deg);
    display: inline-block;
}

iframe{
  border-radius: 12px;
}

.map-spark:before {
    content: url(/staging/wp-content/uploads/2023/09/gift-spark-2.png);
    zoom: 70%;
    top: -139px;
    position: relative;
    left: 0em;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    height: 17em;
}







/******************MAC******************/
/** for Safari Browser **/
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
      
    #controller-search .blog_filter_main .search:before {
      margin-left: -125em;
    }

    #play-arrow .back-to-top:after {
      left: 4em;
    }

    #hungry-search .blog_filter_main .search:before {
      zoom: 50%;
      margin-left: -130em;
      top: 3em;
    }

    #shop-search .blog_filter_main .search:before {
      margin-left: -130em;
    }

    #grocery-bag-search .blog_filter_main .search:before {
      margin-left: -130em;
    }

    .elementor-3595
      .elementor-element.elementor-element-3de102ce
      .elementskit-btn {
      width: 200px !important;
    }

    .shop-vendor-animate-heading {
      min-width: 228px !important;
    }

    .local-wine-bottle:before {
      left: 0em;
    }
    
    .swiper.ExploreSwiper.exploreslider.swiper-container-initialized.swiper-container-horizontal {
    zoom: unset !important;
    }
    
    .calltoaction .elementor-widget-icon-list .elementor-icon-list-text, .calltoaction .contact-number {
    /*font-family: 'mark-pro' !important;*/
    font-weight: 300 !important;
    }
    
    .readmore .elementor-button-text{
    font-weight:300 !important;
    }

    .stay-vendor-booknow .elementor-button {
    font-weight :300 !important;
}

.local-vendor-website .elementor-button-text {
    font-weight :300 !important;
}

.hub-vendor-website .elementor-button-text {
    font-weight :300 !important;
}

.shop-vendor-website .elementor-button-text {
    font-weight :300 !important;
}

.home-button .elementor-button span {
    line-height:1.8em;
}

.elementor-3595 .elementor-element.elementor-element-a67dca7 > .elementor-widget-container {
    margin: 5% 0% 0% 0%;
}

.mac-space.elementor-widget.elementor-widget-text-editor {
    margin-top: 2% !important;
}

.mac-space-2.elementor-widget.elementor-widget-text-editor {
    margin-top: -3% !important;
}

.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper .wpem-event-infomation .wpem-event-details {
    height: 20em;
}




  }
}




@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {
    
/*#wpforms-form-831 .wpforms-submit-container {*/
/*     width: 29.5%;*/
/*}*/



    
}}



























