:root, .light {
  --radIt: 6px;
}

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
  /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}

.outerWrap.menu-open {
  cursor: pointer;
}

.desktop-hide,
a.desktop-hide {
  display: block !important;
}

.mobile-hide,
a.mobile-hide,
#banner #viewCart {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar,
#outerSidebar {
  display: none;
}

/* ---------------------------------- */
/* -------- VIEW CART BUTTON -------- */
/* ---------------------------------- */
#viewCart {
  position: static;
  border: 0px solid transparent;
}
#viewCart .itemCount, #viewCart .total {
  display: inline-block;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */

/* #navToggleWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  transition: 0.4s;
}

.siteTop {
  padding-top: 59px;
}

.mobileScroll.scrollStart #navToggleWrap {
  transform: translatey(-100%);
} */



#menu {
  display: none;
}

#navToggleWrap {
  /* width: 100%; */
  background: transparent;
  color: var(--white);
  display: -ms-flexbox;
  display: flex;
  position:absolute;
  top: 0;
  right: 0;
  z-index: 200;
}
#navToggleWrap > #navToggle, #navToggleWrap > a {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 10px 0;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: none;
  color: var(--white);
}

body:not(.link0) #navToggleWrap > #navToggle {
  color: var(--primaryDark);
}

#navToggleWrap > a {
  display: none;
}

#navToggleWrap > #navToggle {
  flex-grow: 0;
    padding: 10px 14px;
}


#navToggleWrap > #navToggle:after, #navToggleWrap > a:after {
  text-align: center;
}
#navToggleWrap > #navToggle:before, #navToggleWrap > a:before {
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
  margin: 0px 0 2px;
}
#navToggleWrap > #navToggle:after, #navToggleWrap > #navToggle span, #navToggleWrap > a:after, #navToggleWrap > a span {
  font-size: .7em;
  text-transform: uppercase;
  margin: 8px 0 2px;
  display: block;
}
#navToggleWrap #navToggle:before {
  content: "\f0c9";
}
/* #navToggleWrap #navToggle:after {
  content: "Menu";
} */
#navToggleWrap .blank:before {
  content: "\f067";
}
#navToggleWrap a[href="#"], 
#navToggleWrap a[href*="$"],
#navToggleWrap .enquire-trigger {
  display: none;
}
/* #navToggleWrap .address:after {
  content: "address";
}
#navToggleWrap .facebook:after {
  content: "facebook";
}
#navToggleWrap .twitter:after {
  content: "twitter";
}
#navToggleWrap .instagram:after {
  content: "instagram";
}
#navToggleWrap .googlePlus:after {
  content: "googlePlus";
}
#navToggleWrap .pinterest:after {
  content: "pinterest";
}
#navToggleWrap .linkedIn:after {
  content: "linkedIn";
}
#navToggleWrap .blank:after {
  content: "blank";
}
#navToggleWrap .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}
#navToggleWrap .phone:after {
  content: "phone";
} */

#mobileMenu {
  display: inline-block;
  background: rgba(22,20,20,.93);
  backdrop-filter: blur(10px);
}
#mobileMenu nav {
  display: none;
}
#mobileMenu nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu li {
  list-style-type: none;
}
#mobileMenu li a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
#mobileMenu li span {
  padding: 10px;
  display: block;
  color: var(--white);
}
#mobileMenu .parent > span:after {
  content: "\f107";
  font-family: 'fontAwesome';
  margin-left: 10px;
  transition: .3s;
  transform: rotate(0deg);
  display: inline-block;
}
#mobileMenu .parent.open > span:after {
  transform: rotate(180deg);
}
#mobileMenu .current > span, #mobileMenu .current > a {
  opacity: 0.5;
}

#mobileMenu nav {
  display: inline-block;
  width: 100%;
}

#mobileMenu {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  z-index: 10000;
  overflow: scroll;
  transition: .5s ease-out;
}
#mobileMenu.menu-open {
  left: 0;
  box-shadow: 5px 0 10px var(--opacity20);
}

/* ----------- SUB MENU ----------- */
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--opacity20);
}
#mobileMenu li ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu li ul a {
  padding-left: 30px;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
#footerBottom {
  padding: 0 0 4em 0;
}
#footerBottom .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
#footerBottom nav {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
#footerBottom nav li {
  width: 100%;
}


/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
.enquiryForm, 
.enquiryForm .enqLeft, 
.enquiryForm .enqRight,
.enquiryForm .enqRow.half {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.enquiryForm .enqRow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.enquiryForm .enqLeft {
  padding: 1px 5px 0px 0;
}

.enquiryForm .checkbox .enqLeft:empty {
  display: none;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.enqRow {
  display: block;
}

.enquiryForm .enqRow {
  padding: .1em 7px;
}

/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-small, .cartThumb.category, 
.blog-widget .blog-widget-article,
section[class*="_imgC"] .col-4,
section[class*="_imgC"] .col-6 {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-small, .contentImgRow .item, .cartThumb.item {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

/*.col-1,
.col-2,
.col-3,
.col-3x2,
.col-4,
.col-4x3,
.col-5,
.col-5x2,
.col-5x3,
.col-5x4,
.col-6,
.col-6x5 {
    width: 100%;
    width: calc(100% - var(--gridSpacing));
}*/
/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */
/* ---------------------------------- */

.fixedTopWrap {position: static;}

.siteTop {padding-top: 0;}

.logo {margin: auto;}

#subBanner .container {
  padding-bottom: 150px;
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */


#enquire-dropdown .enquiry {
    max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */


/* #footerTop .container [class*="col-"] {
  text-align: center;
} */

footer .logo {
  margin: 5px 0 0;
}

.footerRight {
  text-align: left;
  flex-direction: column;
}

footer nav {
  margin-top: 2px;
}

/* footer nav {
  width: 100%;
}
 
#footerTop .socials > * {
  margin: 0 10px 0 0;
}

#footerTop .socials  {
  margin-top: 1em;
}*/

footer hr {
  margin: 1.5em 0;
}

footer {
  padding: 10px 0;
}

footer .container {
  padding-left: calc(7vw - var(--gridSpacing) / 2);
  padding-right: calc(7vw - var(--gridSpacing) / 2);
}

@media all and (max-width:680px) {
  footer nav, #footerTop .deets {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

body:not(.link0) .contentPagesWrap > section:first-child:not([class*="M_"]) .textSection .siteContent {
  padding-top: calc(2vw / 1.5 + 0px);
}

p.spacer {
  font-size: .5em;
  line-height: 0em;
}

.twoColumn>tbody>tr>td:last-child .growToFrame,
.sidebarRight>tbody>tr>td:last-child .growToFrame,
.sidebarLeft>tbody>tr>td:last-child .growToFrame{
  margin-top: 2em;
  margin-bottom: .5em;
}

.twoColumn>tbody>tr>td:first-child .growToFrame,
.sidebarRight>tbody>tr>td:first-child .growToFrame,
.sidebarLeft>tbody>tr>td:first-child .growToFrame{
  margin-bottom: 1.5em;
  margin-top: .5em;
}

.siteBottom a[role="region"] {
  top: -50px;
}

#banner .container {
  padding: 1px;
}

#banner .logo {
  width: 134px;
  margin: 0;
  padding: 12px;
}

#banner .logo path{
  stroke: var(--black);
  stroke-width: 2px;
}

.link0 #banner .logo path{
  stroke: white;
  stroke-width: 4px;
}

.link0 #banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.photoSection:has(.basicFrame) .container {
  padding: 1px 2px;
}

.basicFrame:before {
  width: 20px;
  height: 20px;
}

.basicFrame .butTextWrap {
  padding: 1.1em 1.3em .8em;
}

.basicFrame .textWrap {
  transform: translateY(0px);
  opacity: 1;
  transition: ease all .5s;
  transition-delay: .5s;
}

.basicFrame .imageFrame:after{
  background: linear-gradient(180deg,rgba(16, 19, 46, 0.5) 0%, rgba(16, 19, 46, 0.7) 100%);
}

.basicFrame:hover .imageFrame:after{
  opacity: 1;
}

.basicFrame:hover .imageFrame:before{
  opacity: .5;
  transition: ease all .5s;
}

.basicFrame .butImage {
  padding-bottom: 70vw;
}

.basicFrame:hover:before {
  transition-delay: 0s;
}

.basicFrame p.style-one {
  border-color: var(--cta);
  background: var(--cta);
  color: var(--primaryDark);
}

.siteBottom .container {
  padding: 0 7vw;
}

h1, h2.style-two {
  font-size: 2.2em;
  margin: .3em 0;
}

h2 {
  font-size:1.8em;
  margin: .3em 0;
}

h3 {
  font-size: 1.1em;
  margin: .7em 0;
}

h3.style-two {
  font-size: 1.2em;
  margin: .7em 0;
}

.enquiryForm .enqHeader {
  font-size: 1.2em;
}

p.style-one {
  font-size: .8em;
}

p.style-two {
  font-size: clamp(2.5em, 14vw, 5em);
}

h1.xl {
  font-size: clamp(2.2em, 8vw, 3.5em);
  line-height: 1em;
  margin: .2em 0;
}

.button,
.blog-widget-article-content-button,
.paraBtn a,
p.style-one a{
  font-size: 1em;
}

.basicFrame .butHeading {
  font-size: 1.2em;
}





  .accordion:not(.readMoreAccordian) {
    width: calc(100vw);
    margin-left: calc(0px - 7vw);
  }

.accordion > tbody > tr > td {
  display: block;
  width: 100%;
}

.accordion > tbody > tr > td:last-child {
  overflow: hidden;
  padding-top: 0;
}

.accordion > tbody > tr >td >.expand {
  display: block;
  margin-top: -200%;
  transition: var(--transition);
}



.accordion > tbody > tr.on >td >.expand {
  transition: var(--transition);
  margin-top: 0;
  padding: 0 calc(9vw + 25px) 5px 7vw;
  /* background: rgba(var(--opacityColor),.03);
  padding:20px 30px;
  border-radius: var(--borderRadius); */
}

.accordion:not(.readMoreAccordian) > tbody > tr:before {
  font-size: 2.2em;
  right: calc(6.25vw - 4px);
  right: calc(6.25vw - 9px);
}
.accordion:not(.readMoreAccordian) > tbody > tr.on:before {
  transform: translateY(-50%) rotate(45deg) scale(1.1);
 right: calc(6.25vw - 5px);
   right: calc(6.25vw - 11px);
}

.accordion:not(.readMoreAccordian) > tbody > tr:after {
  width: 12.5vw;
}

.accordion:not(.readMoreAccordian) > tbody > tr > td:first-child > *:first-child {
  display: block;
}

/* .leftIt>tbody>tr>td {
  display: block !important;
  width: 100% !important;
} */


.leftIt>tbody>tr>:first-child {
  width: 7vw !important;
  text-align: center;
}
.accordion .leftIt>tbody>tr>td:first-child > p {
  font-size: .75em;
  margin-top: 3.5px;
 }

.accordion .leftIt>tbody>tr>td:last-child {
  padding-right: calc(9vw + 25px);
}

 .accordion:not(.readMoreAccordian) > tbody > tr  {
   padding: 13px 0 10px;
}

p.spacer:not(.xl) {
  display: none;
}

p.spacer.xl {
  height: 2vw;
}

.siteBottom [style*="text-align: right;"] {
  text-align: left !important;
}

   .carousel tr:has(.aos-animate):first-child {
        -webkit-animation: carousel 15s linear infinite;
        animation: carousel 15s linear infinite;
    }

    .carousel tr:has(.aos-animate):last-child {
        -webkit-animation: carouseltwo 15s linear infinite;
        animation: carouseltwo 15s linear infinite;
    }

    .carouselWrap {
        margin: 10px auto 25px;
        height: 60px;
    }

.spacer:not(.xl) + .moduleTable:not(.monoDrop, .accordion) {
  margin-top: -17px;
}




.monoDrop>tbody>tr>td,
.monoDrop.grey>tbody>tr>td,
.monoDrop.grey>tbody>tr>td:has(.moduleTable>tbody>tr>td:first-child .growToFrame){
  padding: calc(30px + 4%) 8.5%;
}

  .monoDrop.grey>tbody>tr>td {
    padding-bottom: 0;
  }

    .monoDrop.grey>tbody>tr>td:has(.moduleTable>tbody>tr>td:first-child .growToFrame){
      padding-top: 0;
      padding-bottom: calc(30px + 4%);
}



#toTop {
  bottom: 50px;
    width: 30px;
  height: 30px;
}

.table-to-div.outline:not(:first-child) {
  margin-top: 1em;
}

.table-to-div.outline:not(:last-child) {
  margin-bottom: 1em;
}


.table-to-div.outline:not(.timeline, .packages) .item {
  margin: calc(var(--gridSpacing) / 1.5) calc(var(--gridSpacing) / 2);
}



.table-to-div.outline.timeline .item {
  margin: calc(var(--gridSpacing) / 2);
}

.table-to-div.outline.timeline .item:nth-child(2) {
  margin: calc(var(--gridSpacing) * 3) calc(var(--gridSpacing) / 2);
}

  .table-to-div.outline.timeline .item:nth-child(2):before,
.table-to-div.outline.timeline .item:nth-child(3):before{
  content: '';
  position: absolute;
  height: 0;
  top: calc(0px - var(--gridSpacing) * 3.5);
  border-left: dotted 2px var(--cta);
  left: 50%;
  z-index: -5;
}


.table-to-div.outline.timeline .item.aos-animate:nth-child(2):before,
.table-to-div.outline.timeline .item.aos-animate:nth-child(3):before {
  animation: timeDown .4s ease-out forwards;
  animation-delay: .3s;
}

.table-to-div.outline.timeline .item.aos-animate:nth-child(3):before {
  animation-delay: .6s;
}

@keyframes timeDown {
  0% {
    height: 0;
  }

    100% {
    height: calc(var(--gridSpacing) * 3.5);
  }
}


  .table-to-div.outline .item h4.style-two:first-child:has(span[style*="background-color"]) {
    position: absolute;
    top: 2px;
    transform: translateY(-50%);
    margin: 0;
}

.table-to-div.outline.notFirst .item:first-child {
  padding-top: 40px;
  padding-bottom: 35px;
}


.butFrame .butText {
  opacity: 1;
   transition: var(--transition);
}

  .slick-slide {
  padding: 10px 25px;
}

.slick-slide .twoColumn p.style-one {
  margin-top: -.4em;
  margin-bottom: 1.1em;
}

.slick-initialized .slick-slide.testimonialWrap > p:has(+ .twoColumn) {
  margin-bottom: .4em;
}

.testimonialWrap.slick-current:before {
  color: var(--cta);
}

  .testimonialWrap:before {
  left: 25px;
}

 section[class*="M_full"] + section .textSection .siteContent:has(.packages:first-child) .packages:first-child {
  margin-top: calc(0px - 10vw - 60px);
}


.link1 #section9 .container {
    padding: 7vw;
  }

@media all and (max-width: 600px) {
    .grid .butFrame {
      width: 100%;
      margin: calc(var(--gridSpacing) / 2) 0;
  }

  .grid .butFrame:last-child {
    margin-bottom: var(--gridSpacing);
  }

  .butFrame .butImage {
  padding-bottom: 68%;
}
}



@media all and (max-width:420px) {
  .basicFrame .butImage {
  padding-bottom: 96%;
}

.accordion .leftIt>tbody>tr>td:first-child > p {
  display: none;
}

  h3.style-two {
  font-size: 1.15em;
  margin: .7em 0;
}

    .slick-slide {
  padding: 10px 20px;
}

  
}

.footerMenu a[href="/start"],
.footerMenu a[href="/smart"],
.footerMenu a[href="/360"],
.footerMenu a[href="/rentals"],
.footerMenu a[href="/rental"]{
  display: none;
}

footer #footerTop .container {
  padding-bottom: 10px;
}