/*
var(--primary): #06354D;
var(--secondary): #22313F;
var(--tertiary): #48BEFF;
var(--cta): #19BF8C;
var(--gradient): background: linear-gradient(to right, rgba(18,138,182,1) 0%,rgba(18,138,182,0) 100%);
var(--greyOver): rgba(0,0,0,0.1);
var(--fontColour): #666;
var(--headingFont): Lato;
var(--headingColour): #22313F;
var(--headingWeight): 800;
var(--containerWidth): 1200px;
var(--gridPadding): 10px;
var(--borderRadius): 0em;
var(--borderwidth): 2px;
var(--logoWidth): 250px;
*/ 

/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}
 
body {
  background: #fff;
  font: 15px/1.6em Montserrat, BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--fontColour);

}

a {
  color: var(--primary);
}

a:hover {
  color: var(--cta);
}

p {
  margin: 1em 0;
  line-height: 1.8em;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, .blog-widget-heading, .blogMenu .categoryMenu:before, .blogArchive:before {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont);
  line-height: 1.2em;
  color: var(--headingColour);
}

h1 {
  font-size: 2em;
  margin: 0em 0 0.6em 0;
}

h2, 
section[id^="shopSection"] h3, 
.blog-widget-heading,
.blogMenu .categoryMenu:before,
.blogArchive:before {
  font-size: 2em;
  margin: .3em 0;
}

h3 {
  font-size: 1.2em;
  margin: .3em 0;
}

h4 {
  font-size: 1.1em;
  margin: .3em 0;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  line-height: 1.2em;
  margin: .2em 0;
}

h6 a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container, #subBannerHome {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  position: relative;
}


.textSection .siteContent, .viewCart .siteContent {
  padding: 3em 0;
}

.categorySection .siteContent{padding: 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: 2em; */
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0;
}

.textSection .container  {
  padding: 0;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  width: 280px;
  margin: 0px 15px 0 0;
  -ms-flex: 0,0,0;
      flex: 0,0,0;
  display: none;
  border-right: 1px dashed rgba(0,0,0,0.2);
}

.sidebar > *, #outerSidebar > * {
  padding: 0 1em 0 0;
}

.sidebar.blogSide, 
body[class*="shopH"] .sidebar, 
body[class*="category"] .sidebar {
  display:inline-block;
}

/*.textSection .sidebar, .photoSection .sidebar {
  display: none;
}*/

.sidebar .item, #outerSidebar .item {
  width: 100%;
  margin-top: 15px;
}
.sidebar .item .contentImg, #outerSidebar .item .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.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: var(--containerWidth);
      margin: auto;
      display: flex;
      justify-content: space-between;
      
    }

    .sidebar {
      display: none;
    }

    #outerSidebar {
      width: 200px;
      flex-shrink: 0;
      background: var(--greyOver);
      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: 200px;
    flex-shrink: 0;
    background: var(--greyOver);
    display: inline-block;
  }

.activeOuterSidebar .contentWrap {
    width: 100%;
    -ms-flex:0 1 auto;
  }

/* ---------------------------------- */
/* -------- CONTACT DETAILS --------- */
/* ---------------------------------- */
.contact a:before, .contact div:before, .contact p:before {
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  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: "\f003";
  /*envelope in square*/
  content: "\f0e0";
  /*empty envelope*/
  content: "\f199";
  /*solid envelope*/
  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*/
}

.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;
} */

/* ---------------------------------- */
/* --Standard for HR line styling  -- */
/* ---------------------------------- */
hr {
  border: 0;
  height: 1px;
  color: #ccc;
  background-color: #ccc;
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  z-index: 100;
}

#menu nav {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 50px 0 65px var(--logoWidth);
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0 0 0 2em;
}

#menu nav li:first-child {margin-left: 1em;}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  color: var(--primary);
  font-size: 1em;  
  border-radius: var(--borderRadius);
  font-family: Montserrat;
  font-weight: 500;
}

.lineBreakMenu #menu nav li a {
  font-size: 0.8em;
  padding: .8em 6px;
}

#menu nav li a:hover, #menu nav .parent:hover > a {
  color: var(--cta); 
  border-bottom: solid 2px var(--cta);
}

#menu nav .current > a {
  color: var(--cta);
  border-bottom: solid 2px var(--cta); 
}

#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 .subContainer {
  background: #f5f5f5;
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}

#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 #f5f5f5;
}

#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}

/*-----------------------------------*/
/*------------ SIDE MENU ------------*/
/*-----------------------------------*/
.sideMenu li {
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  position: relative;
}
.sideMenu li a {
  width: 100%;
  display: inline-block;
  background: #222;
  text-decoration: none;
  color: #fff;
  padding: 10px;
}
.sideMenu li a:hover {
  background: #eee;
  color: #222;
}
.sideMenu li ul {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 200px;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
}
.sideMenu .subContainer {
  padding-left: 10px;
}
.sideMenu .current ul a {
  background: #222;
}
.sideMenu .current a, .sideMenu ul .current a {
  background: #222;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.contentImgRow .item {
  display: inline-block;
}
.contentImgRow .contentImg {
  width: 100%;
  height: 0;
  padding-bottom: 80%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
  margin: 0;
}
.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}
.contentImgRow .caption:empty {
  display: none;
}
.contentImgRow.imgTag .contentImg {
  height: auto;
  padding: 0;
}
.contentImgRow.imgTag .item a {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 180px;
}
.contentImgRow.imgTag .item a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  /* change to contain if you want to see all the image within the parent box. */
}


/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry {
  width: 100%;
  background: #fff;
  float: right;
  padding: 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: .8em;
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   border: solid 2px var(--primary);
}

.enqHeader {
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  width: 100%;
  background: #fff;
  color: var(--primary);
  padding: 10px 20px;
  margin-bottom: 15px;
  font-size: 1.5em;
  text-align: center;
}

.enqRow {
  width: 100%;
  overflow: hidden;
  padding: 8px 5px;
}

.enqRow.half {
  width: 50%;
  display: inline-block;
}

.enqLeft {
  padding: 5px 0;
  float: left;
  width: 25%;
  font-size: 1.2em;
}

.enqRight {
  width: 75%;
  float: left;
}

.enqRow.half .enqLeft, .enqRow.half .enqRight {
  width: 100%;
  font-size: 1em;
}

/*.enqLeft, .enqRight {
  width: 100%;
  font-size: 1em;
}
.enqLeft {
  line-height: 1.3em;
}
.enqRow {
  padding: 3px 10px;
}*/

#enquiry input,
#enquiry textarea,
#enquiry select {
  font-family: inherit;
}

#enquiry input,
#enquiry textarea {
  width: 100%;
  padding: 5px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

#enquiry input.button {
  width: 100%;
  border: solid 2px var(--cta);
  padding: 5px;
  background: #fff;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
}

input[type=text], input[type=tel], input[type=email], input[type=number], input[type=date], input[type=time], input[type=phone], input[type=password], .select, textarea {
  transition: all 0.2s ease-in-out;
  background: #fff;
  color: #222;
  border: solid 2px var(--cta);
  font-size: 16px;
}
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, .select:hover, textarea:hover {
    border: solid 2px var(--secondary);
}
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, .select:focus, textarea:focus {
  background: #eee;
    border: solid 2px var(--primary);
}

#enquiry textarea {
  height: 80px;
  padding: 5px;
}

#enquiry input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}

#enquiry input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

#enquiry input[type="date"] {
  font-family: inhert;
}

#enquiry input[type="time"] {
  font-family: inherit;
}

#enquiry input[type="submit"] {
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
}

#enquiry select {
  width: 100%;
}

/*-----Placeholder Styles-----*/
#enquiry ::-webkit-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry ::-moz-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry :-ms-input-placeholder {
  color: #000;
  opacity: 0.6;
}

#enquiry .checkbox {
  padding: 5px;
}

/**
 * Custom styling for <select>s
 */
.select {
  position: relative;
}
.select:after {
  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;
  content: "\f078";
  border-left: 1px solid #ccc;
  font-family: fontawesome;
  pointer-events: none;
}
.select select {
  background: 0;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 100%;
  padding: .5em;
  outline: 0;
}

.grecaptcha-badge {z-index:9999;}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: var(--fontColour);
  font-size: .8em;
  padding: 20px 0;
}
footer .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

/*-------- FOOTER TEXT STYLES ---------*/
footer {
  margin-top: 4em;
  color: #fff;
}

#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  width: 60%;
  display: inline-block;
}
footer nav li {
  list-style: none;
  float: left;
  display: inline-block;
}
footer nav li a {
  text-decoration: none;
  padding: 0.8em 1em;
  display: inline-block;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

/* ----------------------------------------- */
/* -----------------TO TOP ----------------- */
/* ----------------------------------------- */
#toTop {
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 900;
}

#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */

.siteBottom .siteContent li {
  position: relative;
  font-family: Montserrat;
  line-height: 1em;
  font-weight: 400;
  color: var(--fontColour);
  font-size: 1.2em;
  
}

.siteBottom .siteContent ul {
  list-style: none;
  margin-top: 0.2em;
}
.siteBottom .siteContent ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 1em;
  margin-right: 10px;
  color: var(--secondary);
  position: absolute;
  top: 0;
  left: -20px;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/
.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
.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: calc(var(--gridPadding) / 2);
}

.col-1, 
.sidebar .blog-widget .blog-widget-article, 
#outerSidebar .blog-widget .blog-widget-article,
.sidebar .item > *:not([class*="blog"]),
#outerSidebar .item > *:not([class*="blog"]),
.blogPost {
  width: 100%;
  width: calc(100% - var(--gridPadding));
}

.col-2 {
  width: 50%;
  width: calc(50% - var(--gridPadding));
}

.col-3 {
  width: 33.33333%;
  width: calc(33.33333% - var(--gridPadding));
}

.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - var(--gridPadding));
}

.col-4, 
.contentImgRow .item, 
.cartThumb,
.blog-widget .blog-widget-article {
  width: 25%;
  width: calc(25% - var(--gridPadding));
}

.col-4x3 {
  width: 75%;
  width: calc(75% - var(--gridPadding));
}

.col-5 {
  width: 20%;
  width: calc(20% - var(--gridPadding));
}

.col-5x2 {
  width: 40%;
  width: calc(40% - var(--gridPadding));
}

.col-5x3 {
  width: 60%;
  width: calc(60% - var(--gridPadding));
}

.col-5x4 {
  width: 80%;
  width: calc(80% - var(--gridPadding));
}

.col-6 {
  width: 16.666%;
  width: calc(16.666% - var(--gridPadding));
}

.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - var(--gridPadding));
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.basicFrame,
#enquiry input[type="submit"]{
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  border-radius: var(--borderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
}


.contact a,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.6em 1.4em;
  border-radius: var(--borderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  font-family: Montserrat;
  font-size: 1em;
}



* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*primary button*/
.butS1,
a.basicFrame,
#enquiry input[type="submit"],
body .cartBtn.green,
body .cartBtn,
.cartItemAdd,
.checkoutNext,
.editDetails,
.saveDetails,
.blogBtn .button,
body:not(.shopping) .viewCartSection #viewCart, 
#viewCart, 
#toTop,
h6 a {
  color: #fff;
  background: var(--cta);
  border: var(--borderwidth) solid var(--cta);
  transition: ease 0.3s;
}
.butS1:hover,
a.basicFrame:hover,
#enquiry input[type="submit"]:hover,
body .cartBtn.green:hover,
body .cartBtn:hover,
.cartItemAdd:hover,
.checkoutNext:hover,
.editDetails:hover,
.saveDetails:hover,
.blogBtn .button:hover,
body:not(.shopping) .viewCartSection #viewCart:hover,
#viewCart:hover,
#toTop:hover,
h6 a:hover,
.butS1:active,
a.basicFrame:active,
#enquiry input[type="submit"]:active,
body .cartBtn.green:active,
body .cartBtn:active,
.cartItemAdd:active,
.checkoutNext:active,
.editDetails:active,
.saveDetails:active,
.blogBtn .button:active,
body:not(.shopping) .viewCartSection #viewCart:active,
#toTop:active,
h6 a:active{
  color: #fff;
  background: var(--primary);
  border: var(--borderwidth) solid var(--primary);
  transition: ease 0.3s;
}

.select:after {
  color: var(--fontColour);
  background: var(--greyOver);
  border: var(--borderwidth) solid transparent;
}

.select:hover:after, 
.select:active:after {
  color: var(--fontColour);
  background: rgba(0,0,0,0.2);
  border: var(--borderwidth) solid transparent;
}

/*secondary button*/
.butS2,
body .cartBtn.grey,
.cartItemPrev,
.checkoutPrev,
.cartBtnHL.resumeShopping,
.cartItemUpdate,
.openCheckout,
.blogNavigation a,
div button {
  background: #ddd;
  border: var(--borderwidth) solid #ddd;
  color: inherit;
}
.butS2:hover,
body .cartBtn.grey:hover,
.cartItemPrev:hover,
.checkoutPrev:hover,
.cartBtnHL.resumeShopping:hover,
.cartItemUpdate:hover,
.openCheckout:hover,
.blogNavigation a:hover,
.butS2:active,
body .cartBtn.grey:active,
.cartItemPrev:active,
.checkoutPrev:active,
.cartBtnHL.resumeShopping:active,
.cartItemUpdate:active,
.openCheckout:active,
.blogNavigation a:active,
div button:hover,
div button:active {
  background: var(--primary);
  border: var(--borderwidth) solid var(--primary);
  color: #fff;
}

/*inverted button*/
.butS3 {
  background: none;
  border: var(--borderwidth) solid #fff;
  color: #fff;
}
.butS3:hover, .butS3:active {
  color: #fff;
  background: var(--cta);
  border: var(--borderwidth) solid var(--cta);
}

/*---- Graphic Button & Shop Category, Item----*/

.cartThumb {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: inherit;
  background: #fff;
  border-bottom: 4px solid var(--primary);
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
  transition: 0.3s;
}
.cartThumb:hover {
  transform: translatey(-5px);
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
  color: inherit;
  background: #fff;
  border-color: var(--cta);
}

.cartThumb.item:hover {
  background: #eee;
}

.cartThumbs .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-color: #e5e5e5;  
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.cartThumbs .cartThumb .imageFrame .image {
  background-size: contain !important;
}

.cartThumb .banner {
  background: #4183d7;
  color: #eee;
}

/*-----------------------------------*/
/*----------- BLOG CARD -------------*/
/*-----------------------------------*/

.blogPost,
.blog-widget .blog-widget-article {
  background: #fff;
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.2);
  transition: 0.3s;
  border-bottom: 4px solid var(--primary);
}

.blogPost:hover,
.blog-widget .blog-widget-article:hover {
  transform: translatey(-5px);
  box-shadow: 0 10px 15px -10px rgba(0,0,0,0.4);
  border-bottom: 4px solid var(--cta);
}

/*-----------------------------------*/
/*---- Shop/Blog Side Menu Colour ---*/
/*-----------------------------------*/

.categoryMenu > li > a,
.blogArchive > li > a,
.categoryMenu > li > a {
  font-weight: bold;
}

.categoryMenu li.current > a,
.blogArchive li.current > a,
.categoryMenu li.current > a {
  background: var(--greyOver);
  color: inherit;
}
.categoryMenu li > a:hover,
.blogArchive li > a:hover,
.categoryMenu li > a:hover {
  color: var(--cta);
}

/*---- Shop Other ----*/

.viewCartRowHeader {
  background: var(--primary);
  color: #fff;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

body:not(.shopping) .viewCartSection #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;
}


/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
  background: var(--tertiary);
  color: var(--fontColour);
  padding: .5em;
}

#banner .container {
  display:flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  position: absolute;
  top: 4.5em;
  display: block;
  width: var(--logoWidth);
  padding: 10px 0px 15px 0px;
  z-index: 101;
}

.logo object, .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.contactContainer {
  display: flex;
  justify-content: space-between;
  align-content: center;
  width: 100%;
}

#banner .contactContainer .left, #banner .contactContainer .right{
  display:flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

#banner .contactContainer .left{
  justify-content: flex-start;
 }

#banner .contactContainer .right{
  justify-content: flex-end;
 }

.contactContainer *:not(.butS1):not(.butS2):not(.butS3) {color: inherit;}

.contactContainer a:not(.butS1):not(.butS2):not(.butS3):hover {color: var(--cta);}

.contactContainer .phone {display: inline-block;}

/* removes mobile and tablet phone number link styling */
div.phone a {
  margin: 0;
  padding: 0;
  color: inherit;
  background:none;
  border: none;
  text-decoration: none;
  font-size: 1em;
}

a[href=""], a[href*="$"] {display:none;}



/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

/* Content Subs standard static image */
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding-bottom: 20%;
}

#subBannerHome .subBannerBG {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  display: block;
  position: relative;
  padding-bottom: 460px;
}

.imageText {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 100;
}


#subBannerHome h1{
  color: var(--primary);
  margin: .1em 0 .1em -2px;
  padding: .5em 0 0; 
  font-size: 3em;
  font-weight: var(--headingWeight);
  letter-spacing: -1px;
}

#subBannerHome h5 a {
  color: var(--fontColour);
  margin: .1em 0;
  padding: 0em 0 0; 
  font-size: 1em;
  font-family: Montserrat;
  font-weight: 300;
  text-decoration: none;
}

#subBannerHome h5 a:after {
  content: "\f107";
  position: inline;
  width: 100%;
  font-family: FontAwesome;
  color: var(--secondary);
  margin-left: 0.4em;
  margin-top: 5px;
}



#subBannerHome .contact {
  margin: 4em 0 0;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

/* gradient overlay on image */
#subBannerHome .subBannerBG:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,1) 18%, rgba(241,241,241,0.7791317210477942) 47%, rgba(164,164,164,0) 100%);
}


/* add gradient to emnbedded module image */ 
/* .moduleTable td a.overlayImg{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
} */

/* .moduleTable td a.overlayImg:before{
  content: '';
  width: 60%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  var(--gradient); 
  opacity: .8;
}
 */

/* View Cart Button when placed next to Enquire Button */ 
.contact .email.butS1 ~ #viewCart{
  margin-left: .5em;  
}


/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/

@media screen and (max-width: 1229px) {
  
  /* Change subbanner text to fluid sizing */ 
  #subBannerHome .container.hasImage .subText {     
    font-size: 1.3vw;
  }
  .imageText {
  padding: 0 20px;
}
#menu nav {
  padding: 50px 24px 65px 330px;
}
.textSection {
    padding: 0 20px;
  }
}

@media (min-width: 1229px) {
  .link0 #section2 .siteContent > .twoColumn > tbody > tr {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
}


@media (min-width: 700px) {
  
.link0 #section2 .siteContent > .twoColumn > tbody > tr {
  display: flex;
  flex-direction: row-reverse;
  align-items: top;
}
.link0 #section2 .twoColumn > tbody > tr > td:last-child {
  padding-left: 0;
  padding-right: 3%;
} 
.link0 #section2 .twoColumn > tbody > tr > td:first-child {
  padding-left: 3%;
  padding-right: 0;
} 

.link0 .siteBottom section:nth-child(even) {
  background: var(--tertiary);
}
}

@media (max-width: 1230px) {
#banner .container {
  padding-left: 15px;
  padding-right: 15px;
}
.twoColumn > tbody > tr > td {
  vertical-align: top;
}
}

@media all and (max-width: 900px) {
.link1  .moduleTable.twoColumn > tbody > tr > td, .moduleTable.threeColumn > tbody > tr > td, .moduleTable.sidebarLeft > tbody > tr > td, .moduleTable.sidebarRight > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }
}
/* ---------------------------------- */
/* ------------ CUSTOM CSS ---------- */
/* ---------------------------------- */


.moduleTable.servicesTable p img {
  max-width: 100px;
  position: relative;
  display: block;
  text-align: center;
  margin: 6em auto 3em;
}


.moduleTable.servicesTable tbody tr td {
  vertical-align: top;
  padding: 0.5em 3.5em;
}

.link2 #section2 .container {
  background: url(/thumbnaillarge/showderhead2.jpg) center center no-repeat;
  background-size: cover;
  z-index: 1;
}

.link2 #section2 .container:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(255,255,255,1) 18%, rgba(241,241,241,0.7791317210477942) 47%, rgba(164,164,164,0) 100%);
  z-index: -1;
}
 



.listTable, .listTable * {
  box-sizing: border-box;
}

.listTable tr, .listTable td {
  height: auto !important;
}

.listTable > tbody > tr > td {
  vertical-align: top;
}

.twoList > tbody > tr > td {
  width: 50%;
  vertical-align: middle;
}

.listTable img {
  width: 100% !important;
  height: auto !important;
}

.light {
  line-height: 1.7em;
  padding-left: 10%;
  padding-right: 5%;
}

.light:before {
  content: '+';
  position: absolute;
  font-family: Montserrat;
  color: var(--cta);
  z-index: -1;
  font-size: 25em;
  opacity: 0.4;
  top: 200px;
  left: -50px;
}

.plus:before {
  content: '+';
  position: absolute;
  font-family: Montserrat;
  color: var(--cta);
  z-index: -1;
  font-size: 8em;
  opacity: 0.4;
  top: 35px;
  left: 47%;
}

.link0 #section1 .twoColumn > tbody > tr > td {
  width: 50%;
  vertical-align: top;
}

#subBannerHome {
  margin-bottom: 2em;
}