:root, .light {
  --radIt: 35px;
}

/* ---------------------------------- */
/* ------ 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;
}


.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: var(--white);
  color: var(--navy);
  display: -ms-flexbox;
  display: flex;
}
#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(--navy);
}
#navToggleWrap > #navToggle:after, #navToggleWrap > a:after {
  text-align: center;
}
#navToggleWrap > #navToggle:before, #navToggleWrap > a:before {
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
  margin: 2px 0;
}
#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";
  display: none;
}

#navToggleWrap .blank {
  order: 2;
  max-width: 130px;
  padding: .2em 5px .2em 0;
  font-weight: 500;
  margin-left: 5vw;
}

#navToggleWrap .blank:after {
  content: "Client Portal";
  border: solid 1px rgba(var(--opacityColor),1);
  border-radius: var(--buttonBorderRadius);
  padding: .5em .6em;
  margin-top: 3px;
}


#navToggleWrap .blank:hover:after,
#navToggleWrap .blank:focus:after{
  background: var(--navy);
  color: var(--white);
}

#navToggleWrap a[href="#"], 
#navToggleWrap a[href*="$"],
#navToggleWrap .toContactPage {
  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 .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}
#navToggleWrap .phone:after {
  content: "phone";
} */

#mobileMenu {
  display: inline-block;
  background: var(--navy);
}
#mobileMenu nav {
  display: none;
}
#mobileMenu nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu nav #link-mobile5 {
  display: none;
}

#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: rgba(255,255,255,.05);
}
#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: left;
}
#footerBottom nav li {
  width: 100%;
}
#footerBottom .footerRight {
  text-align: left;
  width: 100%;
  margin: 1em 0 3em 7px;
}

footer nav li a {
  padding: 5px 7px;
}

/*----------------------------------------------*/
/*--------------- 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: 3px 5px 2px 0;
}

.enquiryForm .checkbox .enqLeft:empty {
  display: none;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.enqRow {
  display: block;
}

/* ---------------------------------- */
/* ------------- 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, .table-to-div:has(img[src*="-icon"]) .item.col-4 {
  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;
} */

#subBanner {
  padding-top: 0;
}

#subBanner .container.hasImage {
 width: 100%;
  border-radius: 0;
  padding: 110px 25px 18px;
}

#subBanner .container .subBannerName {
  font-size: 1.4em;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */


#enquire-dropdown .enquiry {
    max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */


#footerTop .container [class*="col-"] {
  text-align: center;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

p.spacer:not(.xl) {
  display: none;
}

p.spacer.xl {
  height: 22px;
}


.twoColumn>tbody>tr>td:last-child .growToFrame:not([class*="col-"]) {
  margin-top: 2em;
  margin-bottom: .5em;
}

.twoColumn>tbody>tr>td:first-child .growToFrame:not([class*="col-"]) {
  margin-bottom: 2em;
  margin-top: .5em;
}

.siteBottom a[role="region"] {
  top: -50px;
}

#subBannerHome, #subBanner:has(.hasImage) {
    padding-top: 0;
}

#subBanner:has(.hasImage) {
  padding-bottom: 0;
}

#banner .container {
  padding: 20px;
}

#banner .logo {
  width: 170px;
}


#subBannerHome:before {
  content: '';
  position: absolute;
  display: block;
  top:0;
  left: 0;
  bottom: revert;
  width: 141dvw;
  height: 141dvw;
  background: url('/files/logomark-white.svg') top left no-repeat;
  background-size: contain;
  transform: translateX(-44%);
}



.textSection .siteContent, 
.categorySection .siteContent, 
.viewCart .siteContent,
body[class*="_item"] .siteContent,
body[class*="checkout"] .siteContent{
  padding: 3.5em 0;
}
.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 3.5em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:3.5em;
}

section:has(.buttonSection) .textSection .siteContent {
  padding-bottom: 0em;
}


.siteBottom .container {
  padding: 0 25px;
}

h1, h2 {
  font-size: 2.6em;
  margin: .3em 0;
  line-height: 1em;
}

h2.style-two {
  font-size: 2em;
  margin: .3em 0;
  line-height: 1.1em;
}

h2.style-three {
  font-size: 1.6em;
  margin: .55em 0;
  line-height: 1.2em;
}

h3, h1 + h2 {
  font-size: 1.4em;
  margin: .55em 0;
}


p.style-one {
  font-size: .9em;
    padding-left: 0px;
}




p.style-three {
  font-size: .7em;
}

.table-to-div .item {
  padding: 3px 0 9px;
}


@media all and (max-width:420px) {
  .table-to-div:has(img[src*="-icon"]) .item.col-4 {
    width: 100%;
  width: calc(100% - var(--gridSpacing));
  }
}


.photoSection.buttonSection .container {
padding: 3em 25px;
}

.butFrame:not(:last-child) {
  margin-bottom: 2.5em;
}

td:has(.growToFrame + .growToFrame) {
  min-height: 80vw;
   margin: 1.8em 0;
}

td:has(.growToFrame + .growToFrame):last-child {
  margin-top: 3em;
}

td:has(.growToFrame + .growToFrame):first-child {
  margin-bottom: 3em;
}


  td:has(.growToFrame + .growToFrame) .growToFrame:last-child {
  left: revert;
  right: calc(0px - var(--gridSpacing));
transform: translateY(-20px);
}


td:has(.growToFrame + .growToFrame) .growToFrame:first-child {
  right: revert;
  left: calc(0px - var(--gridSpacing)) !important;
transform: translateY(20px);px
}

.growToFrame[class*="col-"] {
 width: calc(50% - var(--gridSpacing) / 2);
}

td:first-child .paraBtn:last-child {
  margin-bottom: 1.5em;
}

.siteBottom p:has(img:not([src*="-icon"])) {
  line-height: 0;
}

.moduleTable.borderTable>tbody>tr>td,
.moduleTable.twoColumn.image-bg-table >tbody>tr>td{
  padding: 2.5em 7% !important;
}

.topFoot {
  padding: 20px 0;
}


footer .deets {
  padding: 3.5em 30px 2.5em;
  width: 100%;
}

#footerBottom .container {
  padding-top: 3em;
  padding-bottom: 3em;
}


.testimonialWrap.slick-slide {
  padding: 25px;
}



.siteBottom [style*="text-align: right;"] {
  text-align: left !important;
}

.slick-slider {
  padding-top: 20px;
}

#enquire-dropdown .contact {
  margin-top: 1em;
}

#enquire-dropdown .dropContact .-ctaBtn- {
  margin: .5em 0;
}

.moduleTable.iconTable >tbody>tr>td{
  width: 100% !important;
  display: block !important;
}

.siteTop:before,
.siteTop:after{
  min-height: 450px;
}


section:not([class*="M_"]) + section:not([class*="M_"]) .photoSection.buttonSection .container,
section[class*="M_full"].M_full_img-light2.light + section:not([class*="M_"]) .photoSection.buttonSection .container{
padding-top: 0;
}

section:not([class*="M_"]):has(.butFrame) + section:not([class*="M_"]),
section:not([class*="M_"]):has(.butFrame) + section[class*="M_full"].M_full_img-light2.light {
margin-top: -3em;
}

.siteBottom section[class*="M_"]:first-child {
  margin-top: 0em;
}


h3.style-two {
font-size: 1.5em;
  line-height: 1.2em;
  margin: .5em 0;
}


.table-to-div:has(.image-bg-table) .item:not(:has(.image-bg-table)):last-child{
  padding: 1em 0 0;
  margin-bottom: -1em;
}


.table-to-div:has(.image-bg-table) .item:not(:has(.image-bg-table)):first-child{
  padding: 0em 0 1em;
  margin-top: -1em;
}

.enquiryForm .enqHeader {
  font-size: 1.8em;
  padding: .8em 0.1em .5em;
}

.enquiryForm .subHead .enqLeft{
  font-size: 1.4em;
  margin-top: 30px;
  padding: 40px 0 10px;
}

.link1 .siteBottom .enquiryForm textarea {
  height: 120px;
}

.button.extraLarge {
  font-size: 1.2em;
  padding: .8em;
}

.enquiryForm input[type="submit"].extraLarge {
  max-width: 200px;
}

#footerTop .container [class*="col-"].addy {
  text-align: left;
  width: 100%;
}

#footerTop .container [class*="col-"].addy:not(:last-child) {
  margin-bottom: 2.5em;
}

#footerTop h5 {
  margin-bottom: .7em;
}

.textSection:has(.siteContent > .twoColumn.pullUpSection:last-child) .twoColumn.pullUpSection>tbody>tr>td .pullUp {
text-align: center !important;
}

.textSection:has(.siteContent > .twoColumn.pullUpSection:last-child) .twoColumn.pullUpSection>tbody>tr>td> .pullUp {
  transform: scale(1);
  transform-origin: bottom center;
}


.textSection:has(.siteContent > .twoColumn.pullUpSection:last-child) .twoColumn.pullUpSection>tbody>tr>td:not(:has(.pullUp)) {
  padding-bottom: 2em;
}

.pullUp img {
  width: 85% !important;
}