:root, .light {
  --radIt: 5px;
}

/* ---------------------------------- */
/* ------ 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;
}

body {
  font: 17px/1.4em var(--bodyFont);
}

.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 ----------- */
/* ---------------------------------- */
.siteTop {
  padding-top:83px;
}

/* #navToggleWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  transition: 0.4s;
}



.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: 22px;
  right: 15px;
  z-index: 200;
  width: calc(100% - 145px);
  justify-content: flex-end;
}



#navToggleWrap > #navToggle, #navToggleWrap > a {
  /* -ms-flex-positive: 1;
      flex-grow: 1; */
  padding: 10px 9px;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: none;
  color: var(--white);
  margin-left: 4px;
}

#navToggleWrap > #navToggle {
  order: 2;
}

#navToggleWrap > a.blank {
  order: 1;}


#navToggleWrap > a.phone {
  display: none;
}

#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: "\f003";
}
#navToggleWrap a[href="#"], 
#navToggleWrap a[href*="$"],
#navToggleWrap .toContactPage,
#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: var(--primary);
}
#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 15px;
  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(--primaryDark);
}
#mobileMenu li ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu li ul a {
  padding-left: 10px;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
#footerBottom {
  padding: 0 0 5em 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%;
}
#footerBottom .footerRight {
  text-align: center;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
.enquiryForm, 
.enquiryForm .enqLeft, 
.enquiryForm .enqRight,
.enquiryForm .enqRow.half {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.enquiryForm .enqRow.half {
  display: block;
}

.enquiryForm .enqRow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.enquiryForm .enqLeft {
  padding: 5px 5px 0px 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,
.smallTwo .col-1-small{
  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: absolute;
      width: calc(100% - 16px);
  margin: 8px auto 0;
  background: transparent;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;

}



.logo {margin: auto;}

#subBanner .container {
  padding-bottom: 90px;
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */


#enquire-dropdown .enquiry {
    max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */


#footerTop .container [class*="col-"] {
  text-align: center;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

td:has(>.colorIt),
.item.col-2:has(>.colorIt),
body:not([class*="link_"]) .item.col-1:has(>.colorIt),
.table-to-div .item{
  padding:15px 25px !important;
}


td:first-child > .moduleTable.centreColumn:has(>tbody>tr>td >.colorIt) {
  margin-bottom: 25px !important;
}

td:last-child > .moduleTable.centreColumn:has(>tbody>tr>td >.colorIt) {
  margin-top: 20px !important;
}


p.spacer {
 display: none;
}

.twoColumn>tbody>tr>td:last-child .growToFrame {
  margin-top: 1.5em;
  margin-bottom: .8em;
}

.twoColumn>tbody>tr>td:first-child .growToFrame {
  margin-bottom: 2em;
  margin-top: .5em;
}

.siteBottom a[role="region"] {
  top: -50px;
}

h1, h2 {
  font-size: 1.9em;
  margin: .3em 0;
}

h1 + h1 {
  margin-top: -.3em;
}

h2.style-two {
  font-size: 1.7em;
  margin: .4em 0;
}

h3, h2.style-three{
  font-size: 1.3em;
  margin: .7em 0;
   line-height: 1.3em;
}

h4.style-two {
  font-size: 1.15em;
  margin: .7em 0;
  line-height: 1.3em;
}


#banner .container {
  padding: 12px 15px 15px;
      backdrop-filter: blur(16px);
background: rgba(11, 16, 33, .6);
  border-radius: var(--radIt);
    background: var(--primaryDark);
  border-radius: 0;
}

#banner .logo {
  width: 90px;
  margin: 0;
}


.siteBottom .container {
  padding: 0 20px;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 2.5em 0;
}
.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 2.5em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:2.5em;
}

section:has(.buttonSection) .textSection .siteContent {
  padding-bottom: .8em;
}

.table-to-div.buttonTable .item {
  min-height: 70px;
}

.customContentGallery [class*="col-"] {
  flex-grow: 1;
}

.button-section {
  padding-top: 15px;
}

.grid .butFrame {
  margin-bottom: 1em;
}


.grid:has(.butText:empty) .butFrame {
  margin-bottom: 0em;
}

footer nav {
  width: 100%;
  max-width: 300px;
  margin: 1.8em auto 0;
  display: flex;
  flex-direction: column;
  height: 139px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
}

footer nav li {
  justify-content: center;
  align-items: center;
}

.footerRight {
  flex-direction: column;
}

#footerBottom .container {
  padding-top: 0;
}

#footerTop .container {
  padding-top: 50px;
  padding-bottom: 12px;
}

#toTop {
  bottom: 55px;
}

 footer nav li a {
   margin: 2px 0;
 }

footer .logo {
 width: 200px;
  transform: translateX(5px);
}

.siteBottom [style*="text-align: right;"] {
  text-align: left !important;
}

.enquiryForm.enqEmbed {
  padding: 20px 15px 30px;
}
.enquiryForm .enqHeader {
  font-size: 1.3em;
  padding: 1em 0.35em 1em;
}


.moduleTable.leaderTable>tbody>tr>td:first-child img{
 max-width: 160px !important;
  min-width: 160px !important;
}


@media all and (max-width:460px) {
  .grid .butFrame, .table-to-div.buttonTable .item {
    width: 100%;
    margin: var(--gridSpacing) calc(var(--gridSpacing) / 2);
  }

    .grid:has(.butText:empty) .butFrame {
  margin-bottom: -.4em;
}

  .grid:has(.butText:empty) .butFrame:last-child {
  margin-bottom: 0.5em;
}

  .table-to-div.buttonTable .item {
  min-height: 70px;
}

  .smallTwo .item {
      width: 100%;
  width: calc(100% - var(--gridSpacing));
  }

}

@media all and (max-width:380px) {
footer nav {
  height: auto;
}

  footer nav li a {
 padding: 3px 10px;
    margin: 2px 0;
}

}



.siteBottom td:has(ul:last-child) + td:has(ul:first-child) ul:first-child {
  margin-top: -.8em !important;
}

hr.spaceIt {
  margin: 2.1em 0;
}

.table-to-div.cardTable .item:before {
 padding-bottom: calc(58% + 1.95em + 25px);
}

.textSection + .photoSection:has(.item:only-child .overlayImg[href*="world-map.png"]) {
  margin-top: -1.5em;
}