/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bgColor);
  font: 16px/1.7em var(--bodyFont);
  color: var(--fontColor);
}

a {
  color: var(--headingColor);
}

a:hover {
  color: rgb(195, 210, 232);
}

p {
  margin: 1em 0;
}

p.paraBtn {
  margin: .4em 0;
}

p.paraBtn a {
  margin: .5em 0;
}

p.paraBtn a:first-child {
  margin-top: 1em;
}

p.paraBtn a:last-child {
  margin-bottom: 1em;
}

icon {
  font-family: fontawesome;
}

p.paraBtn[style*="text-align: center;"] a:not(:only-child) {
  margin-left: 5px;
  margin-right: 5px;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont);
  line-height: 1.2em;
  color: var(--headingColor);
}

h1, h2 {
  font-size: 3.2em;
  margin: .15em 0 .3em;   
}


h3, h1 + h2 {
  font-size: 2.7em;
  margin: .3em 0;
}

h4 {
  font-size: 1.7em;
  margin: .45em 0;
  line-height: 1.3em;
}

h5 {
  font-size: 1.3em;
  margin: .8em 0;
  line-height: 1.4em;
}

h6 {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.5em;
}

.paraBtn a {
  margin-bottom: 0.2em;
}


 :is(h1,h2,h3,h4,h5,h6):not(.style-two) {
     text-transform: uppercase;
     letter-spacing: .05em;
 }

p.caption {
  font-size: .8em;
  letter-spacing: .03em;
  opacity: .8;
  letter-spacing: .05em;
  font-weight: 400;
  line-height: 1.6em;
  margin: 1.2em 0;
}

section {
  width: 100%;
}

.container {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  /* position: relative; */
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 10em 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:not(.buttonSection) .siteContent {
  padding-bottom: 10em;
}



.textSection + .photoSection .siteContent {
  padding-bottom:10em;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

*[data-token=""], *[data-token*="$"],
a[href=""], a[href*="$"], a[href="tel:"] {
  display: none;
}

.siteTop {
}

.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 30px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}


.desktop-hide, a.desktop-hide {
  display: none !important;
}

.buttonSection .container {
  max-width: 1600px;
}

.buttonSection .siteContent {
  padding: 17px 0;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  line-height: 1.5em;
  background: var(--opacity03);
}

/*
.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: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f199";
  /*envelope in square*/
  content: "\f003";
  /*empty envelope*/
  content: "\f0e0";
  /*solid envelope*/
}

.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*/
}

/*-----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: rgba(var(--opacityColor),.1);
  background-color: rgba(var(--opacityColor),.2);
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
}

#menu nav {
  max-width: none;
  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 10px;
}

#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: 10px 0;
  color: inherit;
  font-size: 1em;  
  font-weight: 200;
  border-bottom: var(--buttonBorderWidth) solid transparent;
  font-size: 1em;
  font-family: var(--headingFont);
}

#menu nav li a:hover, #menu nav .parent:hover > a {
  color: var(--white);
  border-bottom: var(--buttonBorderWidth) solid var(--white);
}

#menu nav .current > a {
  color: var(--white);
  border-bottom: var(--buttonBorderWidth) solid var(--white);
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}

#mobileMenu, #navToggleWrap {
  display: none;
}



/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}
#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}
#menu .subContainer {
  background: var(--primary);
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
}


/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.item {
  display:block;
}

.item .overlayImg,
a.overlayImg {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.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;
}

.customContentGallery .overlayImg .contentImg {
  background-position: 50% 25% !important;
}

.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: transparent;
  max-width: none;
  padding: 0;
}
.enquiryForm .enqHeader {
  font-size: 1.4em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  padding: 0em 0.5em 1.2em;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.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;
}
.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;
  width: 100%;
}
.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);
  font-size: .8em;
}
.select select {
  -webkit-appearance: none;
  background: var(--inputBG);
  border: 0;
  line-height: 1.25em;
  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: 1em;
}
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: 20px 30px;
}

/*-------- FOOTER TEXT STYLES ---------*/
#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

#footerTop .container.dark {
  padding: 20px 0;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
footer nav li {
  list-style: none;
  /* float: left; */
  display: inline-block;
  text-align: center;
}
footer nav li a {
  text-decoration: none;
  padding: 5px 10px;
  display: inline-block;
}

.footerRight {
  display: flex;
  width: 100%;
  justify-content: center;
}

.footerRight > * {
  margin: 0 10px;
}

#footerTop {
   background: linear-gradient(-90deg, rgba(40,44,52,1) 5%, rgba(40,32,32,1) 95%);
  padding: 3em 0 4em;
}

#footerTop .logo {
  width: 100%;
  max-width: 300px;
  margin-top: 1.8em;
}

#footerTop .contactContainer {
  display: flex;
  flex-direction: column;
}

#footerTop .phone {
  font-size: 1.2em;
  font-family: var(--headingFont);
  font-weight: 200;
  margin: 5px 0 20px;
}

#footerTop .phone:before {
  display: none;
}

#footerTop .iconOnly {
  margin-right: 4px;
}


#footerTop .enqRow > label {
  display: none;
}

#footerTop .enqRow {
  padding: .8em .5em;
}


.reqField {
  font-size: .9em;
  margin-top: 5px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
#footerBottom {
font-size: .9em;
  padding: 10px 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(0,0,0,.4)
}

#footerBottom .container {
  flex-direction: column;
}

#footerTop .col-2{
  margin: calc(var(--gridSpacing) / 2);
}

#footerTop .col-2:last-child {
  text-align: right;
}


#footerTop .enquiryForm.enqEmbed input[type=text],
#footerTop .enquiryForm.enqEmbed input[type=tel],
#footerTop .enquiryForm.enqEmbed input[type=email],
#footerTop .enquiryForm.enqEmbed input[type=number],
#footerTop .enquiryForm.enqEmbed input[type=date],
#footerTop .enquiryForm.enqEmbed input[type=time],
#footerTop .enquiryForm.enqEmbed input[type=phone],
#footerTop .enquiryForm.enqEmbed input[type=password],
#footerTop .enquiryForm.enqEmbed textarea,
#footerTop .select {
  border: solid 1px rgba(var(--opacityColor),.4);
}

#footerTop .enquiryForm.enqEmbed input[type=text]:hover,
#footerTop .enquiryForm.enqEmbed input[type=tel]:hover,
#footerTop .enquiryForm.enqEmbed input[type=email]:hover,
#footerTop .enquiryForm.enqEmbed input[type=number]:hover,
#footerTop .enquiryForm.enqEmbed input[type=date]:hover,
#footerTop .enquiryForm.enqEmbed input[type=time]:hover,
#footerTop .enquiryForm.enqEmbed input[type=phone]:hover,
#footerTop .enquiryForm.enqEmbed input[type=password]:hover,
#footerTop .enquiryForm.enqEmbed textarea:hover,
#footerTop .enquiryForm.enqEmbed input[type=text]:focus,
#footerTop .enquiryForm.enqEmbed input[type=tel]:focus,
#footerTop .enquiryForm.enqEmbed input[type=email]:focus,
#footerTop .enquiryForm.enqEmbed input[type=number]:focus,
#footerTop .enquiryForm.enqEmbed input[type=date]:focus,
#footerTop .enquiryForm.enqEmbed input[type=time]:focus,
#footerTop .enquiryForm.enqEmbed input[type=phone]:focus,
#footerTop .enquiryForm.enqEmbed input[type=password]:focus,
#footerTop .enquiryForm.enqEmbed textarea:focus,
#footerTop .select:hover,
#footerTop .select:focus{
  border-color: rgba(var(--opacityColor),.8);
}


#footerTop .enquiryForm.enqEmbed input[type=text],
#footerTop .enquiryForm.enqEmbed input[type=tel],
#footerTop .enquiryForm.enqEmbed input[type=email],
#footerTop .enquiryForm.enqEmbed input[type=number],
#footerTop .enquiryForm.enqEmbed input[type=date],
#footerTop .enquiryForm.enqEmbed input[type=time],
#footerTop .enquiryForm.enqEmbed input[type=phone],
#footerTop .enquiryForm.enqEmbed input[type=password],
#footerTop .enquiryForm.enqEmbed textarea,
#footerTop .select{
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}

#footerTop .select select {
  background: transparent;
}

/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--white);
  opacity: .5;
}
#toTop:before {
  content: "\f077";
}

#toTop:hover {
  opacity: 1;
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.35em;
}
.siteBottom .siteContent ul li {
  margin-top: .6em;
  margin-bottom: .5em;
  position: relative;
}
.siteBottom .siteContent ul li:before {
  content: "\f111";
  /* dots */
  content: "\f054";
  /* chevron-right */

  content: "\f00c";
    content: "\f0da";
  /* caret-right */
  font-family: FontAwesome;
  font-size: 0.8em;
  margin-right: 10px;
  color: rgba(var(--opacityColor),1);
  opacity: .4;
  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;
}

.siteBottom .siteContent ul.slick-dots {
  padding-left: 0;
}

.siteBottom .siteContent ul[style="list-style-type: none;"] li {
  border-bottom: solid 1px rgba(var(--opacityColor),.2);
  padding-bottom:.5em;
}

.siteBottom .siteContent ul[style="list-style-type: none;"] {
  padding-left: 0;
}

/*-----------------------------------*/
/*-------------- 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);
}

.customContentGallery.grid [class*='col-'] {
  margin:  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 {
  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*="-noCover"].dark .backgroundImage:after {
  opacity: 0.3;
}


section[class*="-grey"].dark .backgroundImage:after,
section[class*="-grey"].dark .backgroundImage,
section[class*="-gradient"].dark .backgroundImage:after,
section[class*="-gradient"].dark .backgroundImage,
section[class*="-brown"].dark .backgroundImage:after,
section[class*="-brown"].dark .backgroundImage,
section[class*="-navy"].dark .backgroundImage:after,
section[class*="-navy"].dark .backgroundImage{
  display:  none;
}

section[class*="-grey"].dark {
  background: radial-gradient(ellipse at left bottom, rgba(53,50,50,1) 0%, rgba(35,31,32,1) 70%);
}

section[class*="-brown"].dark {
  background: radial-gradient(ellipse at left bottom, rgba(45,35,31,1) 0%, rgba(35,31,32,1) 70%);
}

section[class*="-navy"].dark {
  background: radial-gradient(ellipse at right bottom, rgba(40,44,52,1) 0%, rgba(35,31,32,1) 70%);
}

section[class*="-gradient"].dark {
  background: linear-gradient(-90deg, rgba(40,44,52,1) 7%, rgba(40,32,32,1) 93%);
}

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%);
}


/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: -2;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 10.5em; left: 0; bottom: 0; 
  width: 47%;
}

.M_left_img .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
  padding-bottom: 12em;
}

/*-- image right --*/

.M_right_img-01 {
  background: #1b1b1b
}

.M_right_img-02 {
  background: #333436;
}

.M_right_img-02 .backgroundImage {
  background-position: 0% 100%;
  background-size: contain;
  
}

.M_right_img .backgroundImage {
  top: 0em; right: 0; bottom: 0; 
  width: 47%;
}

.M_right_img .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
  padding-top: 12em;
}

/*-- 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:1200px) and (min-width:901px) {
  .M_left_img .backgroundImage {
  top: 7.4em; left: 0; bottom: 0; 
}
.M_right_img .backgroundImage {
  top: 0em; right: 0; bottom: 7.4em; 
}

  .M_left_img .textSection .siteContent {
  padding-bottom: 12em;
}
.M_right_img .textSection .siteContent {
  padding-top: 12em;
}
}


@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 {
  display: flex;
  flex-direction: column;
}


  .M_left_img .backgroundImage {
  top: 0em; left: 0; bottom: 0; 
    order: 2;
}
.M_right_img .backgroundImage {
  top: 0em; right: 0; bottom: 0em; 
  order: 2;
}

  .M_left_img .textSection .siteContent {
  padding-bottom: 7em;
}
.M_right_img .textSection .siteContent {
  padding-top: 7em;
}

  

  .M_left_img, .M_right_img {
    padding: 0;
  }

  .siteBottom section .siteContent {
    max-width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 60vw;
    background-position: 50% 25% !important;
  }

  .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;
  }

 .M_left_img .leftText, .M_right_img .leftText {
   max-width: 70% !important;
 }

  section:not([class*="M_"]) + .M_right_img .textSection .siteContent,
  section:not([class*="M_"]) + .M_left_img .textSection .siteContent{
    padding-top: 0em;
  }

}

@media all and (max-width:700px) {
   .M_left_img .leftText, .M_right_img .leftText {
   max-width: 100% !important;
 }

    .M_left_img .textSection .siteContent {
  padding-bottom: 4em;
}
.M_right_img .textSection .siteContent {
  padding-top: 4em;
}
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.blog-widget-article-content-button,
.paraBtn a {
  display: inline-block;
  cursor: pointer;
  padding: .8em 1.4em .7em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: 200;
  transition: all .3s ease;
  font-family: var(--headingFont);
  text-transform: uppercase;
  line-height: 1.3em;
  font-size: .9em;
}

* a.iconOnly {
  padding: 0.8em 0em .7em;
  width: 2.9em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-,
.paraBtn a[href*="contact"],
.paraBtn a[href*="enquire-"] {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
}
.-ctaBtn-:hover,
.paraBtn a[href*="contact"]:hover,
.paraBtn a[href*="enquire-"]:hover {
  color:rgba(var(--opacityColor),1);
  background: transparent;
  border-color: rgba(var(--opacityColor),1);
}

/*primary button*/
.-primaryBtn- {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--primary);
  border: 1px solid var(--primary);
}
.-primaryBtn-:hover {
  color: var(--white);
  background: var(--cta);
  border-color: var(--cta);
}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
.paraBtn a,
.cartThumbs .cartThumb .info:after,
.buttonTable .paraBtn a:first-child:not(:only-child) {
  outline: none;
  background: var(--navy);
  border: var(--buttonBorderWidth) solid var(--navy);
  color: var(--white);
}
.-secondaryBtn-:hover,
.blog-widget-article-content-button:hover,
.paraBtn a: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-,
.buttonTable .paraBtn a:first-child:not(:only-child):hover {
  color: rgba(var(--opacityColor),1);
  background: transparent;
  border-color: rgba(var(--opacityColor),1);
}

/*inverted button*/
.-invertedBtn- {
  background: none;
  border: var(--buttonBorderWidth) solid var(--white);
  color: var(--white);
}
.-invertedBtn-:hover {
  color: var(--primary);
  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(--white);
  background: var(--primaryDark);
  border: var(--cardBorder);
}
.butFrame:hover {
  /* transform: var(--cardTransformHover); */
  background: var(--primaryDark);
  color: var(--white);
}

.butFrame:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 90px;
  height: 0;
  opacity: 0;
  background: url('/files/arrow-right.svg') center center no-repeat, rgba(0,0,0,.3);
  background-size: auto;
  transition: ease all .6s;
}


.butFrame:hover:after {
  height: 50px;
  opacity: .6;
  transition: ease all .6s;
}





.butFrame .butHeading {
  line-height: 1.2em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  text-transform: uppercase;
  letter-spacing: .05em;
    margin-bottom: -7px;
  font-size: 1.2em;
  width: max-content;
  max-width: 150px;
    background: var(--primaryDark);
  padding: 1em 1.3em 0 0;
}

.butFrame .imageFrame {
  overflow: hidden;
}


.butFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  transition:ease-out .7s;
transform: scale(1);
}

.butFrame:hover .butImage {
  transition: ease-out .7s;
  transform: scale(1.1);
}



.butFrame .butTextWrap {
  padding: 1em 1.7em 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
.butFrame .butReadmore {
  position: absolute;
  bottom: 1.7em;
  left: 50%;
  transform: translate(-50%,0);
  margin: auto;
  width: 100%;
  max-width: 10em;
}
.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: 0px;
}

.fixedTopWrap{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;  
  z-index: 101;
  color: var(--fontColor);
  background-color: transparent;
  transition: var(--transition);
}

.scrollStart .fixedTopWrap{
  color: var(--fontColor);
  background-color:rgba(20,20,20,.9);
  transition: var(--transition);
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
  border-top: 1px dotted rgba(255,255,255,.4);
}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding: 0 20px;
}

.logo {
  position: relative;
  display: block;
  width: 250px;
  padding: 20px 0px;
}

.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(--white);}

.contactContainer .phone {display: inline-block;}



/* 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;
}



/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBanner {
  overflow: hidden;
}

#subBanner .container {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 300px;
  max-width: 100%;
  position: relative;
}

#subBanner .container:not(.hasImage) {
  background-image: url(/thumbnaillarge/sl3.jpg);
}

#subBanner .container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--primaryDark);
  opacity:.8;
}

/* ---------------------------------- */
/* ------ 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;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px 30px calc(35vh + 25px);
}

.sliderLogo {
  position: relative;
  display: block;
  width: calc(100% - 265px);
  padding: 0;
  margin-bottom: -9px;
}

.sliderText > * {
  z-index: 2;
}

.sliderBtns {
  display: flex;
align-self: stretch;
  padding-left: 30px;
  width:265px;
}

.sliderBtns a {
 text-align: left;
  
}
.sliderBtns a:last-child {
    margin-left: 8px;
}

#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
}

.sliderText {
  transition: ease all .7s;
  transform: translateY(0);
  opacity: 1;
}

.scrollStart .sliderText {
  transition: ease all .7s;
  transform: translateY(30px);
  opacity: 0;
}

/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/

.flickerplate, .flick-inner {
  /*Adjust This To Suit % Images*/
  /*This can be a pixel height */
  padding-bottom: 135vh; 
  height: 0;
}
.flickerplate {
  position: relative;
  width: 100%;
  background-color: var(--primaryDark);
  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(0deg, rgba(35,31,32,1) 0%, rgba(35,31,32,1) 5%, rgba(35,31,32,0.9) 17%, rgba(35,31,32,0.7) 30%, rgba(35,31,32,0.25) 47%, rgba(35,31,32,.1) 65%, rgba(35,31,32,.1) 100%);
}

.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: 300px;
  width: 40px;
  top: calc(50vh - 150px);
  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;
  background: rgba(0,0,0,0);
  transition: var(--transition);
}

.flickerplate .arrow-navigation .arrow:hover {
  opacity:1;
  background: rgba(0,0,0,.3);
  transition: var(--transition);
}


.flickerplate .arrow-navigation .arrow:before {
  font-size: 25px;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;  
  /* LIGHT THEME ARROW COLOUR */
  color: var(--white); 
}

.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  /* DARK THEME ARROW COLOUR */
  color: var(--primary); 
}

.flickerplate .arrow-navigation.left {
  left: 0
}

.flickerplate .arrow-navigation.right {
  right: 0
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}

/* 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: 1201px){
  .flick-content {font-size: 1em;} 
}




@media all and (max-width: 1200px) and (min-width: 700px){
  /* MEDIUM */
  .flick-content, .arrow-navigation, .dot-navigation {font-size: 0.8em;}
  .sliderText {
    flex-direction: column;
    justify-content: center;
  }

}


@media all and (max-width:1200px) {
    .sliderLogo {
  width: 100%;
  margin-bottom: 15px;
}
.sliderBtns {
  display: flex;
align-self: flex-start;
  flex-wrap: wrap;
  padding-left: 0px;
  width:100%;
  max-width: 600px;
}

  .sliderBtns a {
    min-width: 220px;
    text-align: center;
  }
}


@media all and (max-width: 700px) {
  /* SMALL */
  .flick-content, .arrow-navigation, .dot-navigation {font-size: 0.8em;}

  .flickerplate, .flick-inner {
  padding-bottom: 120vh;
}

    .sliderText {
    flex-direction: column;
    justify-content: flex-end;
      align-items: flex-start;
     padding: 20px 20px calc(20vh + 70px);
  }

.sliderLogo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0 4px;
  margin-bottom: 15px;
}

  .sliderBtns a {
    min-width: 190px;
    text-align: center;
    margin: 4px !important;
  }

  .flickerplate .arrow-navigation {
  height: 40px;
  top: calc(50vh - 60px);
}
  
}

@media all and (max-width:425px) {
  .sliderLogo {
  max-width: 100%;
}

    .sliderBtns a {
    min-width: 100%;
  }

  .sliderLogo {
  max-width: 300px;
}
}


/* ---------------------------------- */
/* ------- PREMIUM/WORKS CSS -------- */
/* ---------------------------------- */

/* Drop Down Enquiry */

#enquire-dropdown {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: none repeat scroll 0 0 rgba(10,10,10, 0.99);
  display: none;
  overflow: hidden;
}

#enquire-dropdown .container {
  width: 100%;
  height: 100%;
  height: 100vh;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
}

#enquire-dropdown .enquiryForm {
  display: block;
  background: none;
  font-size: 1em;
  width: 100%;
  max-width: 450px;
  margin: auto;
  float: none;
  padding: 0;
  box-shadow: none;
}

.dropContact {
  text-align: center;
  padding: 0 10px;
  border-right: 1px solid rgba(var(--opacityColor),0.05);
}

#enquire-dropdown h2 {
  color: var(--headingColor);
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}

.iconForm.enquiryForm input[type="text"],
.iconForm.enquiryForm input[type="email"],
.iconForm.enquiryForm input[type="tel"],
.iconForm.enquiryForm textarea {
  padding-left: 40px;
}

.required {
  font-size: 0.9em;
}

.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
}

.closeBtn:hover {
  opacity: 0.5;
}

.closeBtn:before, .closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: var(--fontColor);
  position: absolute;
  top: 50%;
  right: 0;
}

.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}

/*  INPUT ICONS */

.iconForm .enqRow {
  position: relative;
}

.iconForm span {
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  color: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconForm .name:before {
  content: "\f007";
}

.iconForm .question:before {
  content: "\f0e6";
}

.iconForm .clock:before {
  content: "\f017";
}

.dropContact p a {
  color: inherit
}

.dropContact p a:hover {
  color: var(--cta);
}

/* ----------- PRELOADER ICON  ----------- */

.cp-spinner{
  width:40px;
  height:40px;
  display:inline-block;
  position:relative;
  margin-top: 1em;
}
.cp-round:before{
  border-radius:50%;
  content:" ";
  width:40px;
  height:40px;
  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:40px;
  height:40px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--white);
  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: 380px;
  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(--primaryDark);
  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;
}


.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
  background: #000;
  box-shadow: 0 30px 25px -15px rgba(0,0,0,.6);
}

.light .embed-container {
  box-shadow: 0 30px 25px -15px rgba(0,0,0,.15);
}

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}









/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  
  padding-top: 20px;
  padding-bottom: 60px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;  
  display: flex;
  align-items: center;
}

.slick-track div > a {
  display: block;
  width: 95%;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;  
  padding: 0  calc(var(--gridSpacing) / 2);
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  z-index: 1;

  display: block;

  width: 1rem;
  height: 1rem;
  padding: 0;

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next {
  bottom: 1rem;
}

.slick-prev {
  left: 1rem;
}

.slick-next {
  left: 3.5rem;
}

.slick-prev:before {
  content: "\f177";
}

 .slick-next:before {
  content: "\f178";
}

.slick-prev:hover,
.slick-next:hover {
  color: transparent;
  outline: none;
  background: transparent;
  border: none !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 1.5rem;
  line-height: 1;

  opacity: .25;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0em;
}

.slick-dots {
  position: absolute;
  bottom: 0em;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 1em;
  height: 1em;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content:  "\f111";
  
  font-family: 'FontAwesome';
  font-size: .5rem;
  line-height: 1em;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

/* testimonial slider adjustments */

.testimonialSlider .slick-slide {text-align: center;}

.slick-prev:before,.slick-next:before {color: var(--headingColor);}

.slick-dots li button:before {color: var(--headingColor);}

.slick-dots li.slick-active button:before {color: rgba(var(--opacityColor),1);}

.slick-dots *,
.slick-dots *:before,
.slick-prev:before,
.slick-next:before {
  transition: 0.2s;
}

/* gradients */

.slick-list:before, .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  width: 3vw;
  z-index: 1;
}

.slick-list:before {
  left: 0;
  background: linear-gradient(to right, rgba(var(--bgColorRGB),1) 0%,rgba(var(--bgColorRGB),1) 17%,rgba(var(--bgColorRGB),0) 100%);
}

.slick-list:after {
  right: 0;
  background: linear-gradient(to right, rgba(var(--bgColorRGB),0) 0%,rgba(var(--bgColorRGB),1) 83%,rgba(var(--bgColorRGB),1) 100%);
}

.testimonialWrap {
  quotes: '\201C' '\201D';
}

.testimonialWrap:before {

}

@media all and (max-width: 700px) {

.slick-slide {  
  padding: 0 10px;
}

.slick-list:before, .slick-list:after {
  display:none;
}

}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

/* ----------- GROW TO FRAME ---------- */

td, div[class*="col-"] {
  position: relative;
}

#viewCart .mobile-hide {
  display: none;
}

.accountsTopBar .contact {
  margin-right: auto;
}

/* .paraBtn a .fontAwesomeIcon:last-child, */
.sliderBtns a .fontAwesomeIcon:last-child{
  margin-left: 7px;
}




.siteBottom .contentPagesWrap {
  z-index: 2;
  position: relative;
  overflow: visible;
}

  .siteBottom .paraBtn a {
    margin-top: .5em;
    min-width: 210px;
  }

.grecaptcha-badge {
  right: -260px !important;
}

#footerTop:hover .grecaptcha-badge {
  right: -190px !important;
}



#footerTop:hover .grecaptcha-badge:hover {
  right:0 !important;
}

.paraBtn a:first-child:not(:only-child) {
    outline: none;
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
  color: var(--white);
}


.paraBtn a:first-child:not(:only-child):hover {
  color:rgba(var(--opacityColor),1);
  background: transparent;
  border-color: rgba(var(--opacityColor),1);
}

.contentImgRow, .table-to-div {
    width: calc(100% + var(--gridSpacing));
    margin-left: calc(0px - var(--gridSpacing) / 2);
  }


  .table-to-div .item, .grid .butFrame, .contentImgRow .item {
    margin: calc(var(--gridSpacing) / 2);
  }

.moduleTable.sq-tb p:first-child  {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  /* border-radius: 4px; */
}

.moduleTable.sq-tb .item p:first-child img {
 position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover !important;
  opacity: .5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  transition: var(--transition);
}


.moduleTable.sq-tb .item:hover p:first-child img {
  opacity: 1;
  filter: grayscale(1%);
  -webkit-filter: grayscale(1%);
  -moz-filter: grayscale(1%);
  -o-filter: grayscale(1%);
  -ms-filter: grayscale(1%);
  transition: var(--transition);
}

.table-to-div {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.moduleTable.sq-tb {
  margin-bottom: .0em;
}

.siteBottom :is(h1,h2,h3) + .paraBtn {
  margin-top: -10px;
}

p span[style*="font-size: 36pt;"] {
  font-size: 3em !important;
  line-height: 1.2em;
}

td >p:only-child .embed-container {
  margin-top: 3em;
  margin-bottom:3em;
}


.table-to-div:not(.sq-tb) .item {
  padding: 20px 30px;
}

.siteContent > .table-to-div:last-child {
  margin-bottom: -20px;
}

.logoTable img {
  opacity: .5;
  transition: var(--transition);
}

.logoTable img:hover {
  opacity: 1;
  transition: var(--transition);
}

.customContentGallery [class*="col-"] {
  flex-grow: 1;
}


.link6 .siteBottom h2 {
  position: absolute;
  font-size: 8.9em;
  top: 66px;
  left: -15px;
  margin: 0;
  line-height: 1em;
  color: var(--white);
  opacity: .1;
  transition: ease-in .5s;
}

.link6 .siteBottom section:hover > .textSection h2,
.link6 .siteBottom section:active > .textSection h2{
   opacity: .9;
  transition: ease-out .5s;
}

p span[style*="font-size: 18pt;"] {
  font-size: 1.3em !important;
  line-height: 1.6em;
}


.M_right_img + section:not([class*="M_full"]) .textSection .siteContent{
  padding-top: 0;
}

section:not([class*="M_full"]) + .M_left_img .textSection .siteContent {
  padding-top: 0;
}


.link1 #section1 .textSection .siteContent {
  padding-bottom: 0;
}

.link1 #section1 {
  margin-bottom: -3em;
}

a {
  text-decoration-thickness: 1px;
}

.contentWrap {
  overflow: hidden !important;
}

/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/
/*------------------------------------*/
/*------------------------------------*/


@media (min-width:701px) {

.growToFrame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

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;
}

  #viewCart .noItems {
  display: none;
}

  .enquiryForm input[type="submit"] {
  max-width: 220px;
}

  #footerTop .enquiryForm .enqHeader {
  display: none;
}

  .siteContent > .threeColumn>tbody>tr:first-child>td >p:only-child .embed-container {
  margin-top: 0em;
}

.siteContent > .threeColumn>tbody>tr:last-child>td >p:only-child .embed-container {
  margin-bottom: 0em;
}

  .twoColumn>tbody>tr>td:last-child .growToFrame{
    left: 3%;
  }

   .sidebarLeft>tbody>tr>td:last-child .growToFrame,
  .sidebarRight>tbody>tr>td:last-child .growToFrame{
    left: 6%;
  }


    .twoColumn>tbody>tr>td:first-child .growToFrame{
    right: 3%;
  }

   .sidebarLeft>tbody>tr>td:first-child .growToFrame,
  .sidebarRight>tbody>tr>td:first-child .growToFrame{
    right: 6%;
  }

}


@media all and (min-width: 1201px) {


  .sliderBtns a {
    position: relative;
  }

    .sliderBtns a .fontAwesomeIcon:last-child{
    position: absolute;
      bottom: 10px;
      right: 13px;
  }


    #menu {
  position: relative;
  z-index: 100;
    width: 100%;
    max-width: calc(100% - 280px);
    position: absolute;
    top: 58px;
    right: 0;
    transition: var(--transition);
}

  .scrollStart   #menu {
    top: 53px;
    transition: var(--transition);
}

#menu nav {
  max-width: none;
  margin: auto;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 35px 0 0;
}

#menu nav > li > a {
  padding: 5px 0;
}

  #menu nav > li:not(:first-child) {
    margin-left: 25px;
  }

  #menu nav li#link0 {
  display: none;
}

}





@media all and (max-width: 1200px) {

  .textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 7em 0;
}
.contentWrap section:last-of-type > div:last-of-type:not(.buttonSection) .siteContent {
  padding-bottom: 7em;
}

.textSection + .photoSection .siteContent {
  padding-bottom:7em;
}

  
.link0 #section1 {
  margin-top: -10em;
}


  .link6 .siteBottom h2 {
  font-size: 7em;
  top: 40px;
  left: -13px;
  opacity: .1;
}

  
/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -50%;
  right: 0;
  height: 100%;
width: 50%;
  z-index: 1001;
  background: var(--primary);
  background: rgba(20,20,20,1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  
  display: -webkit-box;
  
  display: -ms-flexbox;
  
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu.active {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#menu nav {
  display: flex;
  flex-direction: column;
  padding: 0 10%;
}

#menu nav li {
  list-style: none;
  display: block;
  margin: 0;
  text-align: center;
  position: relative;
  -webkit-transform: translatey(-2em);
          transform: translatey(-2em);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;  
  width: max-content;
}

#menu.active nav li {
  -webkit-transform: translatey(0);
          transform: translatey(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  
  -webkit-transition-timing-function: ease-out;
  
          transition-timing-function: ease-out;
}

#menu.active nav li:nth-child(1) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

#menu.active nav li:nth-child(2) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

#menu.active nav li:nth-child(3) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}

#menu.active nav li:nth-child(4) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}

#menu.active nav li:nth-child(5) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

#menu.active nav li:nth-child(6) {
  -webkit-transition-delay: 0.62s;
          transition-delay: 0.62s;
}

#menu.active nav li:nth-child(7) {
  -webkit-transition-delay: 0.74s;
          transition-delay: 0.74s;
}

#menu.active nav li:nth-child(8) {
  -webkit-transition-delay: 0.86s;
          transition-delay: 0.86s;
}

#menu nav li:nth-child(1),
#menu nav li:nth-child(2),
#menu nav li:nth-child(3),
#menu nav li:nth-child(4),
#menu nav li:nth-child(5),
#menu nav li:nth-child(6),
#menu nav li:nth-child(7),
#menu nav li:nth-child(8)
{
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

#menu nav li a {
  position: relative;
  line-height: 1.7em;
  text-decoration: none;
  width: 100%;
  padding: .5em 0;
  color: var(--darkTone);
  box-sizing: border-box;
  vertical-align: top;
  font-size: 1.5em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: var(--headingFont);
  text-transform: uppercase;
  margin-top: 6px;
}

#menu nav li a:before {
  content:'';
  width: 100%;
  position: absolute;
  top: 48%;
  left: 0;
  right:0;
  bottom: 0;
  border-top: solid 1px var(--darkTone);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
  -webkit-transition: .25s linear;
  -moz-transition: .25s linear;
  transition: .25s linear;  
}


#menu nav li .current {
  color: #efa460;
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 8px;
  content: "\f107";
  line-height: 1em;
}


#menu nav .subContainer .current a {
  background: rgba(0, 0, 0, 0.1);
}

#mobileMenu {
  display: none;
}



/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: relative;
  width: 100%;
  min-width: 150px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .6em;
}

#menu .subContainer {
  background: #e64a23;
  /*margin-top: 10px;*/
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}


#menu nav ul li {
  width: auto;
  display: inline-block;
}
#menu nav ul li a {
  padding: 15px 1.5em;
  text-align: center;
}


/*-----------------------------------*/
/*----------- CUSTOM MENU -----------*/
/*-----------------------------------*/

#menuToggleHolder {
  position: fixed;
  z-index: 1005;
  top: 53px;
  right: 40px;
  cursor: pointer;
  display: inline-block;
}

#menuToggleHolder > * {
  display: inline-block;
}

#menuToggleHolder .menuWord {
  
  margin-right: 10px;
  vertical-align: middle;
  color: var(--white);
  font-size: 0.9em;
}

#menuToggle span {
  display: block;
  width: 25px;
  height: 1px;
  background: var(--white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#menuToggle.active span {
  -webkit-transform: translatex(2em);
          transform: translatex(2em);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#menuToggle:before, #menuToggle:after {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  background: var(--white);
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#menuToggle:before {
  top: -8px;
}

#menuToggle:after {
  top: 8px;
}

#menuToggle.active:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 1px;
}

#menuToggle.active:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -1px;
}

}


@media all and (max-width:900px) and (min-width: 701px) {
  #menu {
width: 70%;
    left: -70%;
}

   .link6 .siteBottom h2 {
       font-size: 4em;
  top: 39px;
  left: -6px;
  opacity: .2;
}
}