/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bgColor);
  font: 16px/1.5em var(--bodyFont);
  color: var(--fontColor);
  font-weight: 300;
}

a {
  color: var(--headingColor);
}

a:hover {
  color: var(--cta);
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont);
  line-height: 1.2em;
  color: var(--headingColor);
}

h1, h2.style-two {
  font-size: 2.8em;
  margin: .2em 0 .3em;
font-weight: 500;
}

h1 + h2 {
  margin-top: .9em;
}

h2 {
  font-size: 2em;
  margin: .3em 0 .4em;
font-weight: 500;
}

h3{
  font-size: 1.4em;
  margin: .7em 0;
}

h4 {
  font-size: 1.1em;
  margin: .9em 0;
  line-height: 1.3em;
}

h5 {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.3em;
}

h6 {
  font-size: .85em;
  margin: 1.1em 0;
}

.paraBtn a {
  margin-bottom: 0.2em;
}

.paraBtn {
  margin: 1.5em 0;
}

.paraBtn:last-child {
  margin-bottom: 1em;
}

p.style-one {
  font-size: .9em;
  line-height: 1.4em;
}

:is(h3,h4,h5) + p.style-one {
  margin-top: -.8em;
}

p.style-two {
  font-size: 1.25em;
}

section {
  width: 100%;
}

.container {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 4em 0;
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 4em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:4em;
}

section:not([class*="M_"]) + section:not([class*="M_"]) .textSection .siteContent {
  padding-top: 0;
}

section:has(.buttonSection) .textSection .siteContent {
  padding-bottom: 0em;
  margin-bottom: -.4em;
}
section:has(.buttonSection) .textSection .siteContent:empty {
  padding-bottom: 0;
}


/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

*[data-token=""], *[data-token*="$"],
a[href=""], a[href*="$"], a[href="tel:"] {
  display: none;
}

.contentPagesWrap { overflow: hidden;}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 0 40px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}


.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 250px;
  padding: 1.85em 0em 15px;
  margin: 0px 25px 0 0;
  line-height: 1.5em;
  background: transparent;
}

.sidebar.sideMenu .sideNav{
 /* background: var(--white);
  padding: 20px;
  border-radius: 5px; */
    font-size: 1.1em;
  width: 100%;
  font-weight: 500;
}

.sidebar:has(.sideNav) {
  padding-bottom: 5em;
}

.sidebar.sideMenu .sideNav h3 {
  font-size: 1.25em;
  margin-top: 2.5em;
}




.sidebar .sideNav ul li a {
  display: block;
  width: auto;
  padding: 1px 0;
  margin: 12px 0;
  text-decoration: none;
  color: var(--fontColor);
  transition: var(--transition);
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  position: relative;
}

.sidebar .sideNav ul li a:after {
  content: '\2197';
  /* position: absolute;
  right: 0;
  top: 0; */
  font-size: 1.4em;
  font-family: "ETmodules";
  float: right;
  margin-top: -2px;
}

.sidebar .sideNav ul li a:hover {
 text-decoration-color: var(--headingColor);
  opacity: 1;
}

.sidebar .sideNav ul li.current > a {
  color: var(--headingColor);
   text-decoration-color: var(--headingColor);
  opacity: .5;
}

/*
.textSection .sidebar, .photoSection .sidebar {
display: none;
}
*/


.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.sidebar .item .caption, #outerSidebar .item .caption {
  font-size: .9em;
}

#outerSidebar {
  display: none;
}

#cartContent .sidebar {
  display: none;
}

/*
@media (min-width:600px){
.siteBottom {
width: 100%;
max-width: 1100px;
margin: auto;
display: flex;
justify-content: space-between;
}

.sidebar {
display: none;
}

#outerSidebar {
width: 200px;
padding: 0 15px;
flex-shrink: 0;
background: var(--opacity1);
display: inline-block;
}

.contentWrap {
width: 100%;
-ms-flex:0 1 auto;
}
}
*/

.siteBottom.activeOuterSidebar {
  width: 100%;
  max-width: var(--containerWidth);
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.activeOuterSidebar .sidebar {
  display: none;
}

.activeOuterSidebar #outerSidebar {
  width: 250px;
  flex-shrink: 0;
  background: var(--opacity03);
  display: inline-block;
}

.activeOuterSidebar .contentWrap {
  width: 100%;
  -ms-flex:0 1 auto;
}

@media (max-width:900px) {
  .activeOuterSidebar #outerSidebar {
    width: 200px;
  }
}

@media (max-width:700px) {
  .siteBottom.activeOuterSidebar {
    flex-direction: column;
  }
  .activeOuterSidebar #outerSidebar {
    width: 100%;
    order:2;
  }
}

/* -------------------------------------------------------------- */
/* - The following styles sidebar list, shop and blog sidemenus - */
/* -------------------------------------------------------------- */

.sidebar h2,
.blogSide .blogArchive::before,
.blogMenu .categoryMenu::before {
  font-size: 1.4em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  color: var(--headingColor);
  display: block;
  margin-bottom: .5em;
}

.sidebar {
  font-size: .9em;
}
.sidebar ul {
  padding: 0;
  margin: 1.5em 0 1em;
  line-height: 1.2em;
}
.sidebar ul li {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar ul li a {
  display: block;
  width: 100%;
  padding: 3px;
  margin: 1px 0;
  text-decoration: none;
  color: var(--fontColor);
  transition: var(--transition);
}
.sidebar ul li a:hover {
  opacity: .6;
}
.sidebar ul li.current > a {
  color: var(--primary);
}
.sidebar ul li > a:hover {
  opacity: .6;
}
.sidebar ul li ul {
  padding: 0;
  margin: 0;
  font-size: .9em;
}
.sidebar ul li ul li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  display: block;
}
.sidebar ul li ul li ul {
  margin-bottom: 5px;
}
.sidebar ul > li > a {
  font-weight: bold;
}
.sidebar ul > li > ul > li > a {
  padding-left: 10px;
  font-weight: normal;
}
.sidebar ul > li > ul > li > a:before {
  content: '\f101';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}
.sidebar ul > li > ul > li > ul > li > a {
  padding-left: 20px;
  font-size: 0.9em;
}
.sidebar ul > li > ul > li > ul > li > a:before {
  content: '\f105';
  float: left;
  font-family: 'fontAwesome';
  font-size: 0.9em;
  margin-right: 5px;
}

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: fontAwesome;
  display: inline-block;
  position: relative;
  margin-right: .5em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.phone:before {
  content: "\f098";
  /*phone in square*/
  content: "\f095";
  /*phone*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f199";
  /*envelope in square*/
  content: "\f003";
  /*empty envelope*/
  content: "\f0e0";
  /*solid envelope*/
    content: "\f2b7";
  /*envelope open*/
    content: "\f2b6";
  /*envelope open solid*/
  
}

.fax:before {
  content: "\f1ac";
  /*fax*/
}

.address:before {
  content: "\f278";
  /*map*/
  content: "\f279";
  /*map solid*/
  content: "\f124";
  /*location arrow*/
  content: "\f041";
  /*map marker*/
}

/*-----social icons-----*/
.facebook:before {
  content: "\f082";
  /*facebook square*/
  content: "\f09a";
  /*facebook f*/
}

.instagram:before {
  content: "\f16d";
  /*instagram logo*/
}

.twitter:before {
  content: "\f081";
  /*twitter square*/
  content: "\f099";
  /*twitter bird*/
}

.plane:before {
  content: "\f1d9";
  /*plane open*/
  content: "\f1d8";
  /*plane solid*/
}

.googlePlus:before {
  content: "\f0d4";
  /*google plus square*/
  content: "\f0d5";
  /*google plus*/
}

.pinterest:before {
  content: "\f0d3";
  /*pinterest square*/
  content: "\f0d2";
  /*pinterest circle*/
}

.linkedIn:before {
  content: "\f08c";
  /*linkedIn square*/
  content: "\f0e1";
  /*linkedIn in*/
}

.youTube:before {
  content: "\f16a";
  /*youtube play*/
  content: "\f166";
  /*youtube square*/
  content: "\f167";
  /*youtube normal*/
}

.flickr:before {
  content: "\f16e";
  /*flicker dots*/
}

.postal_address:before {
  content: "\f003";
  /*empty envelope*/
}

/*-----social colours-----*/
/*.facebook {
background: #49639E;
}

.instagram {
background: #8a3ab9;
}

.twitter {
background: #5EA9DD;
}

.googlePlus {
background: #DD4B39;
}

.pinterest {
background: #BD081C;
}

.linkedIn {
background: #0177B5;
}

.youTube {
background: #E22D24;
}

.flickr {
background: #ff0084;
}*/

/* ---------------------------------- */
/* -------- HR line styling --------- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: transparent;
  background-color: transparent;
  width: 100%;
  margin: 1.5em 0;
  border-bottom: dotted 1px rgba(var(--opacityColor),.3);
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
  transition: var(--transition);
}

#menu nav {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 30px;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 8px 0;
  color: inherit;
  font-size: 1em;  
  font-weight: 300;
  border-bottom: var(--buttonBorderWidth) solid transparent;
}

#menu nav li a:hover, #menu nav .parent:hover > a {
  color: var(--primaryDark);
  border-bottom: var(--buttonBorderWidth) solid var(--primaryDark);
}

#menu nav .current > a {
  color: var(--primaryDark);
  border-bottom: var(--buttonBorderWidth) solid var(--primaryDark);
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f0d7";
  line-height: 1em;
  font-size: .9em;
  transform: translateY(-1px);
  display: inline-block;
}

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 220px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: 1em;
}
#menu nav ul li {
  width: 100%;
  display: inline-block;
}

#menu nav ul li:not(:last-child) {
  margin-bottom: 5px;
}
#menu nav ul li a {
  padding: 5px 0px;
  line-height: 1.1em;
  width: max-content;
}
#menu .subContainer {
  background: var(--white);
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 25px 30px 30px;
  width: 100%;
}
#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--white);
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.item {
  display:block;
}

.item .overlayImg,
a.overlayImg {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
  border-radius: 5px;
    background: var(--char);
  transition: var(--transition);
}

.item .overlayImg:has([style="background:url(/favicon.png)"]),
a.overlayImg:has([style="background:url(/favicon.png)"]) {
    background: var(--grey);
}

.overlayImg .contentImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
}

.item .overlayImg:before,
a.overlayImg:before {
  content: '\f065';
  font-family: 'fontawesome';
  color: var(--white);
  position: absolute;
  bottom: 10px;
  right: 18px;
  z-index: 2;
  font-weight: 400;
}
.overlayImg:hover .contentImg {
  transition: var(--transition);
  opacity: .7;
}

.overlayImg img.contentImg {
  object-fit: cover;
}

.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}

.contentImgRow .caption:empty {
  display: none;
}


/*------------------------------------*/
/*----------- ENQUIRY FORM -----------*/
/*------------------------------------*/
.enquiryForm {
  width: 100%;
  padding: 0;
  margin: 1em auto;
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: var(--inputColor);
}

.enquiryForm.enqEmbed {
  color: var(--formColor);
  background: var(--formBG);
  max-width: none;
  padding: 0;
  box-shadow: none;
  background: transparent;
}

td:last-child .enquiryForm.enqEmbed {
  border-left: dotted 1px var(--headingColor);
  padding-left: 6%;
}

.enquiryForm .enqHeader {
  font-size: 1.6em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  padding: .65em 0.35em 1.5em;
  text-align: left;
  width: 100%;
  color: var(--headingColor);
}

.enquiryForm .itemEnqDetails {
  width: 100%;
}

.enquiryForm .enqRow {
  width: 100%;
  overflow: hidden;
  padding: .3em .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.enquiryForm .enqRow.textarea {
  -ms-flex-align: start;
  align-items: flex-start;
}
.enquiryForm .enqRow.half {
  width: 50%;
  display: inline-block;
}
.enquiryForm .enqLeft {
  padding: 0 5px;
  width: 100%;
}
.enquiryForm .enqRight {
  width: 100%;
}
.enquiryForm .enqRow.half .enqLeft,
.enquiryForm .enqRow.half .enqRight {
  width: 100%;
}
.enquiryForm .button {
  width: 100%;
  -webkit-appearance: none;
}
.enquiryForm textarea {
  height: 80px;
}

.siteBottom .enquiryForm textarea {
  height: 140px;
}

.enquiryForm input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="date"] {
  font-family: inherit;
}
.enquiryForm input[type="time"] {
  font-family: inherit;
}
.enquiryForm input[type="submit"] {
  margin-bottom: 10px;
  cursor: pointer;
}
.enquiryForm select {
  width: 100%;
}
.enquiryForm .checkbox .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.enquiryForm .checkbox .enqRight input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .checkbox .enqRight label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border-radius: var(--borderRadius);
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: all 0.3s ease;
  margin-right: .5em;
}
.enquiryForm .checkbox .enqRight label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid var(--cta);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.enquiryForm .checkbox .enqRight label:hover icon {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label:hover icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap {
  -ms-flex-align: start;
  align-items: flex-start;
}
.enquiryForm .radioWrap .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.enquiryForm .radioWrap .enqRight .radioBtn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: .2em 0;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio] {
  visibility: hidden;
  display: none;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: var(--transition);
  margin-right: .5em;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cta);
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon:after {
  opacity: .6;
}

/* Enquire Only Item  */
.enqItem .enquiryForm {
  max-width: 500px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=phone],
input[type=password],
textarea {
  transition: var(--transition);
  background: var(--inputBG);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  font-size: 1em;
  font-family: inherit;
  padding: var(--inputPadding);
  width: 100%;
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=phone]:hover,
input[type=password]:hover,
textarea:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=phone]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(var(--opacityColor),1);
}

/* Custom styling for <select> */
.select {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: rgba(var(--opacityColor),.2);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.select:after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'fontAwesome';
  pointer-events: none;
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  color: var(--fontColor);
  background: rgba(var(--opacityColor),.1);
  border: 1px solid rgba(var(--opacityColor),0);
}
.select select {
  -webkit-appearance: none;
  background: var(--inputBG);
  border: 0;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: var(--inputPadding);
  outline: 0;
  font-size: 1em;
  border-radius: var(--borderRadius);
}

.select select option{
  color: var(--black);
  background: var(--white);
}

.select:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
.select:hover::after {
  color: var(--fontColor);
}
.select:active:after {
  color: var(--headingColor);
  background: rgba(var(--opacityColor),.2);
  border: 1px solid rgba(var(--opacityColor),.1);
}
.select:focus {
  border-color: var(--primaryDark);
}
.select:focus:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

/*-----Placeholder Styles-----*/
::-webkit-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

::-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

.grecaptcha-badge {
  z-index: 900;
  bottom: 60px !important;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: var(--footerBG);
  color: var(--footerColor);
  font-size: .95em;
  overflow: hidden;
}
footer .container {
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 40px;
  overflow: visible;
  }
  
  footer #footerTop .container {
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4em 30px 2em;
  }
  
  /*-------- FOOTER TEXT STYLES ---------*/
  #footerBottom a {
    color: inherit;
    opacity: 0.5;
    text-decoration: none;
  }
  #footerBottom a:hover {
    color: inherit;
    opacity: 1;
  }
  
  
  .footerMenu li {
    list-style-type: none;
    width: 50%;
    margin: .35em 0;
    padding: 0;
    line-height: 1.2em;
  }
  
  .footerMenu li a {
    text-decoration: none;
  }





 .footerRight a {
    color: inherit;
    opacity: 0.5;
    text-decoration: none;
}

.footerRight a:hover {
    color: inherit;
    opacity: 1;
}

.footerRight {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
  padding: 20px 0;
  font-size: .9em;
  opacity:.7;
}

.footerRight:after {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    background: rgba(0, 0, 0, .1);
  background: rgba(var(--opacityColor),.2);
  background: transparent;
    z-index: -1;
}

.footerMenu {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    flex-wrap: wrap;
    height: 360px;
  align-items: flex-start;
}

.footerMenu li {
    opacity: 1;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footerMenu li:hover {
    opacity: 1;
}

.footerMenu > li {
    list-style: none;
    float: left;
    display: inline-flex;
    flex: 0 1;
    /* width: 50%; */
    align-self: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0.5em;
   width: max-content;
}

.footerMenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  width: max-content;
}

.footerMenu ul li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}

.footerMenu li a {
  text-decoration: none;
  padding: 0px 10px;
  margin: 3px 0;
  display: inline-block;
  line-height: 1.3em;
  font-size: .95em;
  font-weight: 400;
  letter-spacing: .03em;
  color: #fff;
  width: max-content;
  max-width: 2550px;
}

.footerMenu > li > a {
    font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: .85em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .1em;
}


.footerMenu li a[href="#"] {
    opacity: .5;
    pointer-events: none;
}

/* @media all and (max-width: 900px) and (min-width:701px) {
    .footerMenu {
        max-height: 505px;
        padding-bottom: 20px;
    }

  footer .brand {
    width: calc(100% - var(--gridSpacing));
    order: -1;
  }

    footer .deets {
    width: calc(32% - var(--gridSpacing));
  }

 footer .footerMenu {
    width: calc(68% - var(--gridSpacing));
  }
} */
  
  footer .contactContainer {
    display: flex;
    flex-direction: column;
  }
  
  footer .contactContainer > * {
    padding: 0;
    margin: .3em 0;
    line-height: 1.4em;
  }
  
  footer .contactContainer > *:not(.socials) {
    padding-left: 30px;
    position: relative;
  }

footer .contactContainer > *:not(.socials):before {
  position: absolute;
  left:-0px;
  top: .15em;
  
}

footer .contactContainer > *.address:before {
  display: inline-block;
 transform: scale(.85) translateX(-1px); 
}
  


footer .contactContainer > .email:before {
  top: .2em;
}

  footer .logo {
    width: 90%;
    max-width: 220px;
    padding: 0;
    margin-top: 1.5em;
    z-index: 2;
  }

   footer .deets {
     padding-top: .5em;
   }

footer .-ctaBtn- {
  margin-top:2.5em;
  width: 90%;
  max-width: 219px;
}
  
  /* ---------------------------------- */
  /* ---------- CUSTOM FOOTER --------- */
  /* ---------------------------------- */
  
  #footerTop .col-3{
    margin: calc(var(--gridSpacing) / 2);
  }
  
 
  #footerTop .contactContainer {
      display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  #footerTop .contactContainer > a {
    margin: 2px 0 3px;
  }
  
  #footerTop .contactContainer > a.phone {
    margin-top: 5px;
  }
  
  #footerTop .contactContainer > a.address,
  #footerTop .contactContainer > a.check{
    pointer-events: none;
  }
  
  #footerTop a {
    text-decoration: none;
  }

  #footerTop a:not(.button):hover {
    color: var(--cta);
  }

#footerTop .deets a:not(.iconOnly) {
  text-decoration: underline;
  color: var(--white);
}


#footerTop .deets a:not(.iconOnly):hover {
  color: var(--primaryLight);
}

#footerTop h5 {
  border-bottom: solid 1px rgba(255,255,255,.3);
  margin-bottom: 1.6em;
  font-family: var(--bodyFont);
  font-size: .85em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .1em;
  margin-top: 20px;
  padding-bottom: 2em;
  line-height: 1.3em;
}
  
  #footerTop .socials {
    padding-left: 0;
    padding-right: 0;
  }
  
  #footerTop .socials {
    margin-top: .7em;
    /* border-top: solid 1px rgba(255,255,255,.3); */
    width: 100%;
    margin-top: 1.5em;
    padding-top: 1.45em;
  }
  
  #footerTop .socials .iconOnly {
    margin-right:17px;
    width: max-content;
    font-size: 1.2em;
    color: var(--white);
    padding: .4em 0;
  }

  #footerTop .socials .iconOnly.facebook {
    padding: .4em;
    margin-left: -8px;
    margin-right: 11px;
  }

  
  #footerTop .socials .iconOnly:hover {
    color: var(--cta);
  }

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
#footerBottom {
  background: var(--cta);
  background: transparent;
}

#footerBottom nav {
  display: none !important;
}

#footerTop [class*="col-"]{
  margin: calc(var(--gridSpacing) / 2);
}

#footerTop [class*="col-"]:last-child {

}
/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--white);
  background: var(--primaryLight);
  border: var(--buttonBorderWidth) solid var(--primaryLight);
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 1em 0;
  padding: 0 0 0 1.2em;
}
.siteBottom .siteContent ul li {
  margin-bottom: 0.25em;
  position: relative;
}
.siteBottom .siteContent ul li:before {
  content: "\f054";
  /* chevron-right */
  content: "\f0da";
  /* caret-right */
  content: "\f00c";
  content: "\f111";
  /* dots */
  font-family: FontAwesome;
  font-size: 0.45em;
  margin-right: 10px;
  color: var(--headingColor);
  position: absolute;
  top: 0;
  left: -20px;
}

.siteBottom .siteContent ul[style="list-style-type: circle;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: disc;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: square;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: none;"] li:before {
  display: none;
}

.siteBottom .siteContent ul[style="list-style-type: none;"] .fontAwesomeIcon {
  position: absolute;
  left: -1.3em;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.grid.justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid.center {
  -ms-flex-pack: center;
  justify-content: center;
}

.grid [class*='col-'],
.contentImgRow .item,
.cartThumb,
.blog-widget .blog-widget-article {
  float: left;
  margin:  var(--gridSpacing) calc(var(--gridSpacing) / 2);
}

.col-1,
#outerSidebar .blog-widget .blog-widget-article,
.sidebar .blog-widget .blog-widget-article {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2,
section[class*="_img"]:not([class*="full"]) .col-4{
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3,
.cartThumb.category,
section[class*="_imgC"] .col-6 {
  width: 33.33333%;
  width: calc(33.33333% - var(--gridSpacing));
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - var(--gridSpacing));
}

.col-4,
.contentImgRow .item,
.cartThumb.item,
.blog-widget .blog-widget-article,
.table-to-div.productTable .item[class*="col-"]{
  width: 25%;
  width: calc(25% - var(--gridSpacing));
}

.col-4x3 {
  width: 75%;
  width: calc(75% - var(--gridSpacing));
}

.col-5 {
  width: 20%;
  width: calc(20% - var(--gridSpacing));
}

.col-5x2 {
  width: 40%;
  width: calc(40% - var(--gridSpacing));
}

.col-5x3 {
  width: 60%;
  width: calc(60% - var(--gridSpacing));
}

.col-5x4 {
  width: 80%;
  width: calc(80% - var(--gridSpacing));
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - var(--gridSpacing));
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - var(--gridSpacing));
}

/* ---------------------------------- */
/* ------- DYNAMIC BACKGROUNDS ------ */
/* ---------------------------------- */

.dark{
  color: var(--fontColor);
}

.light {
  color: var(--fontColor);
}

.siteBottom section * {
  box-sizing: border-box;
}

.siteBottom section {
  position: relative;
}

.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section .backgroundImage:after {
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

section[class*="M_full"].dark .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0.8;
}

section[class*="M_full"].light .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0.85;
}

section[class*="M_left"].dark .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_right"].dark .backgroundImage:after {  
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_left"].light .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_right"].light .backgroundImage:after {  
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

.M_left_img,
.M_right_img {
  background: var(--white);
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}

.M_right_img .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
}

/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right cover --*/

.M_right_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_right_imgC .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
}

@media all and (max-width: 900px){

  section[class*="M_left"].dark .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_right"].dark .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),0.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_left"].light .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_right"].light .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  } 

  .M_left_img, .M_right_img {
    padding: 0;
    display:flex;
    flex-direction: column;
  }

  .siteBottom section .siteContent {
    max-width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 58vw;
    order: 2;
  }

  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }  

  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  } 

  .M_left_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }

  .M_right_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }

  section:not([class*="M_"]) + .M_left_img .textSection .siteContent,
  section:not([class*="M_"]) + .M_right_img .textSection .siteContent{
    padding-top: 0;
  }

}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.blog-widget-article-content-button,
.paraBtn a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 1.05em 2.2em 1.15em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: all .3s ease;
  text-transform: uppercase;
  word-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
}

.button.lineBtn {
  padding: .3em 0 .15em;
  text-transform: capitalize;
}

* a.iconOnly {
  padding: 1em 0em;
  width: 3.13em;
    word-spacing: 0px;
  font-weight: 400;
  font-size: 16px;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-,
.paraBtn a {
  outline: none;
  transition: var(--transition);
  color: var(--primaryDark);
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
}
.-ctaBtn-:hover,
.paraBtn a:hover {
  color: var(--cta);
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

.dark .-ctaBtn-:hover,
.dark .paraBtn a:hover {
  color: var(--primaryDark);
  background: var(--white);
  border-color: var(--white);
}

/*primary button*/
.-primaryBtn- {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--primary);
  border: var(--buttonBorderWidth) solid var(--primary);
}
.-primaryBtn-:hover {
  color: var(--white);
  background: var(--cta);
  border-color: var(--cta);
}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
.cartThumbs .cartThumb .info:after {
  outline: none;
  background: transparent;
  border: var(--buttonBorderWidth) solid var(--cta);
  color: var(--headingColor);
}
.-secondaryBtn-:hover,
.blog-widget-article-content-button:hover,
.cartThumbs.grid .cartThumb:hover .info:after,
.blog-widget .blog-widget-article:hover .blog-widget-article-content-button,
.blogPost:hover .blogPostDetails a.blogBtn.-secondaryBtn-,
.butFrame:hover .-secondaryBtn- {
  color: var(--cta);
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

/*inverted button*/
.-invertedBtn- {
  background: none;
  border: var(--buttonBorderWidth) solid var(--white);
  color: var(--white);
}
.-invertedBtn-:hover {
  color: var(--primaryDark);
  background: var(--white);
  border: var(--buttonBorderWidth) solid var(--white);
}

/*---- Graphical Button ----*/
.butFrame {
  /* cursor: pointer; */
  outline: none;
  text-decoration: none;
  text-align: left;
  position: relative;
  transition: var(--transition);
  color: var(--fontColor);
  background:transparent;
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}

.button-section {
    --gridSpacing: 2.6em;
}

.butFrame:hover {
  box-shadow: none;
  color: var(--fontColor);
  background:transparent;
}

.butFrame .imageFrame {
  overflow: hidden;
  border-radius: 5px;
}

.butFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
filter: grayscale(0) contrast(100%);
  -webkit-filter: grayscale(0) contrast(100%);
  -moz-filter: grayscale(0) contrast(100%);
  -o-filter: grayscale(0) contrast(100%);
  transition: var(--transition);
}

.butFrame .butImage:hover {
filter: grayscale(100%) contrast(110%);
  -webkit-filter: grayscale(100%) contrast(110%);
  -moz-filter: grayscale(100%) contrast(110%);
  -o-filter: grayscale(100%) contrast(110%);
  transition: var(--transition);
}

.butFrame .butTextWrap {
  padding: 1em 0 3.5em;
  position: relative;
}

.butFrame .butHeading {
  line-height: 1.2em;
  padding: 1em 0 .5em;
  color: var(--headingColor);
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  font-size: 1.15em;
  margin: 0;
}

.butFrame p {
  margin: 0;
  display:flex;
  flex-grow: 1;
}

.butFrame:has(.butText:empty) .butHeading {
  padding-bottom: 0;
  margin-bottom: -.2em;
}

.butFrame .butReadmore {
  position: absolute;
  bottom: 0em;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: max-content;
  border-bottom: solid var(--buttonBorderWidth) transparent;
  border-radius: 0;
  font-size: 1em;
  transition: var(--transition);
  text-align: left;
}

.butFrame .butReadmore:hover {
  left: 10px;
  transition: var(--transition)
}

.butFrame .butReadmore span {
  font-size: 1.4em;
  display: inline-block;
  margin-left: 5px;
  transition: var(--transition);
  font-family: "ETmodules";
  font-weight: 400;
  transform: translateY(1px);
}


/* .butFrame .butReadmore:hover span {
  margin-left: 10px;
  transition: var(--transition);
} */

.butFrame .butReadmore:hover {
  border-color: var(--headingColor);
  color: var(--headingColor);
}

.basicFrame{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */
#banner #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontAwesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ---------- FIXED TO TOP ---------- */
/* ---------------------------------- */

.siteTop {
  padding-top: 131px;
}

.fixedTopWrap{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 101;
  color: var(--fontColor);
  background-color: var(--white);
  transition: var(--transition);
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 40px;
  transition: var(--transition);
}

.logo {
  position: relative;
  display: block;
  width: 216px;
  z-index: 200;
}

.logo svg,
.logo object,
.logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contactContainer > *:not([class*="Btn-"]) {color: inherit;}

.contactContainer > a:not([class*="Btn-"]):hover {color: var(--cta);}

/* .contactContainer .phone {display: inline-block;} */

/* .contactContainer div {padding: 0.8em 1em;} */

/* removes mobile and tablet phone number link styling */
div.phone a,
div.mobile a {
  margin: 0;
  padding: 0;
  color: inherit;
  background:none;
  border: none;
  text-decoration: none;
  font-size: 1em;
}

#banner .contactContainer {
  z-index: 200;
  position: relative;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner .container {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 200px;
  max-width: 100%;
  position: relative;
}

/* #subBanner .container:not(.hasImage) {
  background-image: url(/thumbnaillarge/sl1.jpg);
} */

#subBanner .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primaryDark);
  opacity: 0.6;
}

#subBanner .container:not(.hasImage):after {
  opacity: 1;
}


#subBanner .container {
  position:relative;
  width:100%;
  box-sizing: border-box;
  padding: 60px 40px 60px;
}

#subBanner .container .subBannerName {
  position: relative;
  z-index: 2;
  color: var(--white);
  line-height: 1.2em;
  text-align: left;
  font-size: 2.2em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
}


/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome {
  padding-bottom: 0em;
}

#subBannerHome > .container {
  max-width:100%;
  position: relative;
}

#subBannerHome .container .container {  
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  max-width: none;
}

.sliderText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
}

.sliderText h1 {
  font-size: 4.2em;
  margin-top: calc(35px + 5.2vw);
}

.sliderText p:not(.style-two) {
  width: 100%;
  max-width: 300px;
}

.sliderText p.style-two {
  margin-top: 0;
}

.sliderText > * {
  z-index: 2;
}

#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
}

/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/

.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: calc(450px + 10vw); 
  height: 0;
}
.flickerplate {
  position: relative;
  width: 100%;
  background-color: var(--black);
  overflow: hidden;
}

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.flickerplate li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
  transition: var(--transition);
}

.flickerplate li[style*='opacity: 1']{
  z-index: 1;
}

.flick-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 70%,rgba(var(--overlayRGB),0.95) 100%);
background: rgba(var(--overlayRGB),.6);
}

.flick-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;  
  height: 100%;  
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* ADJUST TEXT POSITION HORIZONTALLY */
  align-items: flex-start; 
  font-size: 1em;
}

.flick-title, .flick-sub-text {
  width: 40%;
  text-align: left;
}

.flick-title {
  font-size: 2em;
  color: inherit;
}

.flick-sub-text {
  font-size: 1.2em;
  color: inherit;
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* FLICKER ARROW NAVIGATION */

.flickerplate .arrow-navigation {
  position: absolute;
  height: 35px;
  width: 35px;
  bottom: 25px;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
}
.flickerplate .arrow-navigation .arrow {
  display: block;
  height: 100%;
  width: 100%;
  transition: opacity 0.2s ease-out;
  position: relative;
  opacity: 1;
}

.flickerplate .arrow-navigation .arrow:hover {
  opacity: 0.6;
}

.flickerplate .arrow-navigation .arrow:before {
  font-size: 1.7em;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
 font-family: "ETmodules";
  display: flex;
  align-items: center;
  justify-content: center;  
  /* LIGHT THEME ARROW COLOUR */
  color: var(--white); 
  font-weight: 400;
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: var(--primary); 
}

.flickerplate .arrow-navigation.left {
  right: 75px;
}

.flickerplate .arrow-navigation.right {
  right: 30px
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\2190";
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\2192";
}

/* FLICKER DOT NAVIGATION */

.flickerplate .dot-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 3;  
  display: none;
}

.flickerplate .dot-navigation ul {
  list-style: none;  
  margin: 1em 0;
  padding: 0px 5%;    
  text-align: center; /* DOT HORIZONTAL POSITION */
  font-size: 0.5em; /* CIRCLE SIZE */
}

.flickerplate .dot-navigation ul li {
  display: inline-block;
  width: auto;
  float: none
}

.flickerplate .dot-navigation .dot {
  width: 1em;
  height: 1em;
  margin: 0px 0.5em;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.2s ease-out;    
  border-radius: 50%;
  background-color: var(--white); /* LIGHT THEME DOT COLOUR */
}

.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: var(--primary); /* DARK THEME DOT */
}

.flickerplate .dot-navigation .dot:hover {
  opacity: 0.6;
}

.flickerplate .dot-navigation .dot.active {
  opacity: 1;
}

/* FLICKER ANIMATION CSS */

.flickerplate.animate-transition-slide ul.flicks {
  position: relative;
  left: 0%;
  transition: left 0.4s ease-in-out
}

.flickerplate.animate-transition-fade ul.flicks {
  position: relative
}
.flickerplate.animate-transition-fade ul.flicks li {
  float: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li {
  transition: opacity 0.8s linear
}
.flickerplate.animate-transition-fade.fade-inited ul.flicks li.first-flick, .flickerplate.animate-transition-slide ul.flicks li {
  opacity: 1;
}

/* FLICKER RESPONSIVE CONTROL */

@media all and (max-width: 1200px) and (min-width: 1000px){
  .flick-content {font-size: 1em;} 
}

@media all and (max-width: 999px) and (min-width: 700px){
  /* MEDIUM */
  .flick-content, .dot-navigation {font-size: 0.8em;} 
  /* .flickerplate, .flick-inner {padding-bottom: 550px;} */

  .sliderText h1 {
  font-size: 3.2em;
  margin-top: calc(45px + 7.5vw);
}

  .sliderText {
    padding: 35px 30px 40px;
  }

.flickerplate, .flick-inner {
  padding-bottom: calc(350px + 15vw); 
}
}

@media all and (max-width: 700px) {
  /* SMALL */
  .flick-content, .arrow-navigation, .dot-navigation {font-size: 0.8em;}

    .sliderText h1 {
  font-size: 2.1em;
  margin-top: calc(45px + 6vw);
}

  .sliderText {
    padding: 30px 20px 40px;
  }

.flickerplate, .flick-inner {
  padding-bottom: calc(350px + 15vw); 
}

  .sliderText p:not(.style-two) {
    font-size: .95em;
    line-height: 1.5em;
    font-weight: 400;
  }

.sliderText p.style-two {
  font-size: 1.1em;
}

  .flickerplate .arrow-navigation {
  height: 30px;
  width: 30px;
  bottom: 8px;
}
.flickerplate .arrow-navigation.left {
  right: 55px;
}

.flickerplate .arrow-navigation.right {
  right: 15px
}

  
.sliderText p:not(.style-two) {
  width: 100%;
  max-width: 280px;
}

}

@media all and (max-width: 320px) {
  .flickerplate, .flick-inner {
  padding-bottom: calc(375px + 15vw); 
}
}

/* ---------------------------------- */
/* ------- PREMIUM/WORKS CSS -------- */
/* ---------------------------------- */

/* slide out Enquiry */

#enquire-slide.active {
  opacity: 1;
  right:0;
}

#enquire-slide .col-2 {
  width:100%;
  margin:0px;
}

#enquire-slide {
  position: fixed;
  top: 0;
  opacity: 0;
  right: -750px;
  z-index: 9999;
  background: #fafafa;
  display: block;
  overflow: hidden;
  color:var(--fontColor);
  width: 500px;
  transition: all .3s ease-in;
}

#enquire-slide div.style-two{
  color:var(--headingColor);
  font-size:1.4em;
  font-family: var(--headinFont);
  font-weight: var(--headingWeight);
 width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

#enquire-slide .enquiryForm div.style-two{
  margin-bottom: 20px;
  margin-top: 1vh
}

#enquire-slide .container {
  height: 100%;
  height: 100vh;
  max-width: none;
  display: flex;
  align-items: space-between;
  justify-content: center;
  position: initial;
  flex-direction: column;
  padding:30px;
}

#enquire-slide .enquiryForm {
  background: none;
  font-size: 1em;
  width: 100%;
  margin: auto;
  float: none;
  padding: 0;
  margin-top:40px;
  box-shadow: none;
}

#enquire-slide .mobile-hide,
#enquire-slide .slideContact{
  margin-top: 0;
  margin-bottom: 0;
}



.slideContact {
  text-align: center;
  padding: 0 10px;
 color:var(--fontColor);
}

.slideContact .-ctaBtn- {
  width: 100%;
  max-width: 230px;
  margin: 1.5em auto;
}

#enquire-slide h2 {
  color: var(--headingColor);
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

#enquire-slide .enquiryForm input[type="text"],
#enquire-slide .enquiryForm input[type="email"],
#enquire-slide .enquiryForm input[type="tel"],
#enquire-slide .enquiryForm textarea {
  padding-left: 40px;
  color:var(--fontColor);
  background:var(--white);
}

 #enquire-slide .slideContact .desktop-hide {
   margin-bottom: 1.8em;
 }

.required {
  font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  background:transparent;
  padding:20px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 100%;
}

/* .closeBtn:hover {
  opacity: 0.5;
} */

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--headingColor);
  position: absolute;
  top: 50%;
  right: 17%;
  transition: var(--transition);
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

.closeBtn:hover:before, .closeBtn:hover:after {
  background: var(--cta);
  transition: var(--transition);
}

/*  INPUT ICONS */

#enquire-slide .enqRow {
  position: relative;
}

#enquire-slide span {
  font-family: FontAwesome;
  position: absolute;
  top: 18px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
    color: var(--headingColor);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#enquire-slide .name:before {
  content: "\f007";
}

#enquire-slide .question:before {
  content: "\f0e6";
}

#enquire-slide .clock:before {
  content: "\f017";
}

.dropContact p a {
  color: inherit
}

.dropContact p a:hover {
  color: var(--cta);
}

/* #banner .enquire-trigger:after {
  content:"\f061";
  font-family:fontawesome;
  margin-left:10px;
  
} */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222;
}

/*--- For Mobile View ---*/
@media (max-width:700px) {
    #enquire-slide {
    width: 100%;
    right:-750px;
  }
}

/*--- For Shorter Viewports ---*/
@media (max-height:750px) {
  #enquire-slide .mobile-hide {
    display:none;
  }

   #enquire-slide .slideContact .desktop-hide {
     display: block !important;
   }
}


/* ----------- PRELOADER ICON  ----------- */

.cp-spinner{
  width:35px;
  height:35px;
  display:inline-block;
  position:relative;
  margin-top: 1em;
}
.cp-round:before{
  border-radius:50%;
  content:" ";
  width:35px;
  height:35px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--opacity20);
  border-right:solid 3px var(--opacity20);
  border-bottom:solid 3px var(--opacity20);
  border-left:solid 3px var(--opacity20);
  position:absolute;
  top:0;
  left:0
}

.cp-round:after{  
  border-radius:50%;
  content:" ";
  width:35px;
  height:35px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--cta);
  border-right:solid 3px transparent;
  border-bottom:solid 3px transparent;
  border-left:solid 3px transparent;
  position:absolute;
  top:0;
  left:0;
  animation:cp-round-animate 1s ease-in-out infinite
}

@keyframes cp-round-animate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}

/* ---------------------------------- */
/* ----------- PRELOADER  ----------- */
/* ---------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  z-index: 9999999;
  overflow: hidden; 
}

#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 300px;
  border: 3px solid transparent;
  z-index: 1001;

  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;   
}


#loader img{
  width:100%;
  height:auto;
  opacity:0;
  filter: alpha(opacity=0);
}

#loader img{
  -webkit-animation: load 4s alternate; 
  animation: load 4s alternate;
}

@-webkit-keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}
@keyframes load {
  0%   { 
    opacity:0; 
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}

#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  background: var(--bgColor);
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;  
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;

  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

  -webkit-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}




.twoColumn.image-bg-table {
  position: relative;
  background: rgba(0,0,0,.6);
  color: white;
  --headingColor: white;
  border-radius: var(--cardBorderRadius);
}

.moduleTable.twoColumn.image-bg-table td {
  position: static;
  padding: 10px;
}

.twoColumn.image-bg-table td > *:not(img):first-child{
  margin-top: 40px;
}

.twoColumn.image-bg-table td > *:not(img):last-child{
  margin-bottom: 40px;
}

.moduleTable.twoColumn.image-bg-table > tbody > tr > td img {
  position: absolute;
  inset: 0;
  display: block;
  height: 100% !important;
  width: 100% !important;
  z-index: -1;

  object-fit: cover;
  object-position: 50% 25%;
}



p.spacer {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  line-height: 0em;
  margin: 0;
  height: 58px;
}

p + .spacer {
  margin-top: -1em;
}



.contentImgRow, .table-to-div {
  width: calc(100% + var(--gridSpacing));
  margin-left: calc(0px - var(--gridSpacing) / 2);
}

/* contact page socials */
.link1 #section1 .contact {
  margin: 1.75em 0;
}


.table-to-div .item, .contentImgRow .item, .customContentGallery [class*="col-"] {
  margin: calc(var(--gridSpacing) / 2);
}

.customContentGallery {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.grid .butFrame {
  margin: calc(var(--gridSpacing) / 2) calc(var(--gridSpacing) / 2) var(--gridSpacing);
}

.siteBottom a[role="region"] {
  position: relative;
  display: block;
  top: -180px;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

/* ----------- GROW TO FRAME ---------- */

td, div[class*="col-"] {
  position: relative;
}


.siteBottom img:not([src*="icon-"]), .growToFrame, .growToFrame img {
  border-radius: 5px;
  overflow: hidden;
}

section:not(.dark) .siteContent img[src*="icon-"] {
  mix-blend-mode: darken;
}

.accordion:last-child {
  margin-bottom: 1.3em;
}

.iconTable >tbody>tr>td {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5em;
  flex-wrap: wrap;
}

.iconTable img[height="77"] {
  margin-top: 7px;
}

.iconTable img {
  margin-bottom: 10px;
}

.table-to-div:not(.productTable) .item {
  border: dotted 1px var(--headingColor);
  padding: 15px 28px;
  border-radius: 5px;
}

.table-to-div.productTable.square .item > p:first-child:has(img) {
  position: relative;
}

.table-to-div.productTable.square .item > p:first-child:has(img):before {
  content: '';
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 100%;
}

.table-to-div.productTable.square .item > p:first-child:has(img) img {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media (min-width:701px) {

  .growToFrame {
    position: absolute;
    top: 1em;
    left: 0;
    right: 0;
    bottom: 1em;
}

section .moduleTable .growToFrame img,
.growToFrame img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    object-position: center;
}

.twoColumn>tbody>tr>td:last-child .growToFrame {
    left: 6%;
}

.twoColumn>tbody>tr>td:first-child .growToFrame {
    right: 6%;
}

  .butFrame .butTextWrap {
  flex-grow: 1;
}

    .sidebar.sideMenu + .siteContent {
  max-width: calc(100% - 330px)
}

  p.spacer + hr {
  margin-top: 0em;
}


}


@media all and (min-width:1001px) {
  
  #menu {
  position: absolute;
 top: 65px;
    transform: translateY(-50%);
}

#menu nav {
  max-width: none;
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 115px 0 270px;
}

  #menu nav li a {
    padding: 8px 0;
  }

  #menu nav > li {
    margin-left: 27px;
  }

  .scrollStart #banner .container {
    padding: 25px 40px;
    transition: var(--transition);
  }

  .scrollStart #menu {
    top: 50px;
    transition: var(--transition);
  }

}


@media all and (max-width:1200px) and (min-width: 1001px) {

#menu {
  font-size: .95em;
}
  
  #menu nav > li {
    margin-left: 20px;
  }

  #menu nav {
    padding-right: 110px;
}

  #menu nav .parent > a:after {
  margin-left: 6px;
}
}


@media all and (max-width:1000px) {
  section:has(.sideNav) .moduleTable.sidebarLeft > tbody > tr > td {
  display: block !important;
    width: 100% !important;
    padding: 0px 0;
  }
}