/* ---------------------------------- */
/* ------ 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:not(:has(.sideNav)),
#outerSidebar {
  display: none;
}

.siteBottom .textSection:has(.sideNav) .container {
  display: flex;
  flex-direction: column;
}

.sidebar {
  width: 100%;
  max-width: 320px;
}

.sidebar:has(.sideNav) {
  padding-bottom: 0em;
  padding-top: 2.5em;
}

.sidebar .sideNav ul li a {
  margin: 6px 0;
}

.sidebar.sideMenu .sideNav h3 {
  margin-top: 1.5em;
  font-size: 1.2em;
}

.sidebar .sideNav ul {
  margin-top: .5em;
  margin-bottom: .5em;
}

/* ---------------------------------- */
/* -------- 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: max-content;
  background: var(--white);
  color: var(--primaryDark);
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 16px;
  right: 15px;
  z-index: 200;
}
#navToggleWrap > #navToggle, #navToggleWrap > a {
  -ms-flex-positive: 1;
      flex-grow: 0;
  padding: 10px 0;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: none;
  color: var(--primaryDark);
  font-size: 1.1em;
  width: 35px;
}

#navToggleWrap > #navToggle:before {
  transform: scale(1.2) translateY(1px);
}

#navToggleWrap > #navToggle {
  margin-left: 5px;
  order: 2;
}

#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";
}
#navToggleWrap a[href="#"], 
#navToggleWrap a[href*="$"],
#navToggleWrap .toContactPage {
  display: none;
}


#navToggleWrap > a:not(.email) {
  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(--primaryDark);
}
#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 6em 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: left;
}

#toTop {
  bottom: 20px;
}

/*----------------------------------------------*/
/*--------------- 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: 5px 5px 5px 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.productTable .item[class*="col-"] {
  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: 40px 20px 40px;
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */


#enquire-dropdown .enquiry {
    max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
footer .container {
   padding: 0 25px;
  }


  footer #footerTop .container {
    padding: 3.2em 14px .2em;
  }

#footerTop .container [class*="col-"] {
  text-align: left;
}

#footerTop .container [class*="col-"]:last-child,
#footerTop .container [class*="col-"]:first-child{
  order: -1;
}

#footerTop .container [class*="col-"]:last-child {
  text-align: left;
}

#footerTop .contactContainer {
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#footerTop .container [class*="col-"]:last-child .contactContainer {
  margin-top:1em;
}

.footerRight {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  font-size: .9em;
  flex-direction: column;
}

  .footerMenu li {
    width: 100%;
  }

.footerMenu ul {
  width: 100% !important;
  align-content: f;
}
  
  .footerMenu {
    height: auto;
    padding-top: 1em;
    border-top: solid 1px rgba(255,255,255,.5);
   margin-top: 1.3em !important;
  }



.footerMenu li a {
   padding: 2px 0px;
  max-width: 100%;
}

footer .logo {
  margin-bottom: 1em;
}

.footerMenu > li {
    align-self: flex-start;
  align-items: flex-start;
  margin-top: .8em;
}

.footerMenu > li > a {
  margin-bottom: 0px;
}

footer .deets {
  padding-top: 0;
}

.footerRight:after {
    bottom: revert;
  height: 300px;
}

footer .-ctaBtn- {
  width: 100%;
  margin: 2em auto 2.8em;
  display: block;
}

#footerTop .socials {
  border-top: none;
  margin-top: 0;
  padding-top: .7em;
}

#footerTop h5 {
  border-bottom: none;
  margin-bottom: 12px;
  margin-top: 15px;
  padding-bottom: 0em;
}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

p.spacer {
  display: none;
}

.twoColumn>tbody>tr>td:last-child .growToFrame {
  margin-top: 2em;
  margin-bottom: .5em;
}

.twoColumn>tbody>tr>td:first-child .growToFrame {
  margin-bottom: 2em;
  margin-top: .5em;
}

.siteBottom a[role="region"] {
  top: -50px;
}


#banner .container {
  padding:15px;
}

#banner .logo {
  margin: 0;
  width: 180px;
}

h1, h2.style-two {
  font-size: 2.1em;
  margin: .1em 0 .2em;
}

h2 {
  font-size: 1.6em;
  margin: .3em 0 .4em;
}

.siteContent :is(h1,h2) + .spacer + hr {
  margin-top:2.2em;
}

h3 {
  font-size: 1.3em;
  margin: .7em 0;
}

h4 {
  font-size: 1.05em;
}

.table-to-div.productTable .item{
  font-size: .9em;
}

.productTable :is(h3,h4,h5) + p.style-one {
  margin-top: -.7em;
}

#subBanner .container .subBannerName {
  font-size: 1.6em;
}

.siteBottom .container {
  padding: 0 20px;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 3em 0;
}
.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 3em;
}
.textSection + .photoSection .siteContent {
  padding-bottom:3em;
}


.butFrame .butText {
  font-size: .9em;
  line-height: 1.4em;
}

.button-section {
    --gridSpacing: 1.2em;
}

.grid .butFrame {
  margin: var(--gridSpacing) calc(var(--gridSpacing) / 2) var(--gridSpacing);
}

.butFrame .butTextWrap {
  padding: 1em 0 2.7em;
}


.butFrame .butHeading {
  padding-top: .5em;
}

.butFrame .butReadmore {
  font-size: .9em;
  width: 100%;
}

@media all and (max-width:500px) {
  .grid .butFrame {
    width: calc(100% - var(--gridSpacing));
  }

  .butFrame .butReadmore {
  font-size: .95em;
}

  .butFrame .butText {
  font-size: .95em;
  line-height: 1.4em;
}
}


@media all and (max-width:340px) {
  .table-to-div.productTable .item[class*="col-"] {
    width: calc(100% - var(--gridSpacing));
  }
}

td:last-child .enquiryForm.enqEmbed {
  border-left: none;
  border-top: dotted 1px var(--headingColor);
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 2.2em;
}

.enquiryForm.enqEmbed {
  padding: 2.2em 3% 0;
}

.enquiryForm .enqHeader {
  font-size: 1.4em;
  padding: .65em 0.35em 1.1em;
}