/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--white);
  font: 16px/1.6em var(--bodyFont);
  color: var(--fontColor);
}

a {
  color: var(--headingColor);
}

a:hover {
  color: var(--cta);
}

p {
  margin: 1em 0;
}

icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont), BlinkMacSystemFont, "-apple-system", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  color: var(--headingColor);
}

h1 {
  font-size: 2.5em;
  margin: .3em 0;
}

h2 {
  font-size:2.2em;
  margin: .3em 0;
}

h2.style-two {
  font-size: 1.8em;
}

h3 {
  font-size: 1.8em;
  margin: .3em 0;
}

h4 {
  font-size: 1.5em;
  margin: .3em 0;
}

h5 {
  font-size: 1.3em;
  margin: .2em 0;
}

h6 {
  font-size: 1.1em;
  margin: 1em 0;
}

.paraBtn a {
  margin-bottom: 0.2em;
}

section {
  width: 100%;
}

.container {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  position: relative;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: var(--sectionVerticalPadding) 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: var(--sectionVerticalPadding);
}

.photoSection:only-child .siteContent {
  padding: 4.5em 0 !important;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

*[data-token=""], *[data-token*="$"],
a[href=""], a[href*="$"], a[href="tel:"] {
  display: none;
}

.siteTop {
  position: relative;
}


.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;
}

/* ---------------------------------- */
/* ------------ 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*/
}

.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: var(--opacity10);
  background-color: var(--opacity10);
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  position: relative;
  padding-left: 0;
  margin: auto;
}

#menu nav {
  position: relative;  
  z-index: 100;
  max-width: var(--containerWidth);
  width: 100%;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

/* MENU BREAK POINT */

@media (min-width:900px) {
  #menu {
    z-index: 100;
    max-width: var(--containerWidth);
    width: 100%;
    padding-left: var(--logoWidth);
    height: 0;
  }
  #menu nav {
    position: relative;
    top: -76px;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #banner .logo {
    padding: 15px;
    margin: 0;
  }
}

#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 13px;
  color: inherit;
  font-size: 1.1em;  
  font-weight: bold;
}

#menu nav li a:hover, #menu nav .parent:hover > a {
  color: var(--cta);
}

#menu nav .current > a {
  color: var(--primaryLight);
}

#menu nav .parent > a:after {
  font-family: FontAwesome;
  margin-left: 5px;
  content: "\f107";
  line-height: 1em;
}

#mobileMenu, #navToggleWrap {
  display: none;
}

/* ---------------------------------- */
/* ------------ SUB MENU ------------ */
/* ---------------------------------- */
#menu nav ul {
  position: absolute;
  width: 210px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}
#menu nav ul li {
  width: 100%;
  display: inline-block;
  border-bottom: solid 1px var(--opacity10);
   transition: var(--transition);
}

#menu nav ul li:hover {
  background: rgba(50,150,255,.05);
  transition: var(--transition);
}


#menu nav ul li a {
  padding: 12px 15px;
  line-height: 1.1em;
}
#menu .subContainer {
  background: var(--bgColor);
  margin-top: 5px;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  border-radius: var(--buttonBorderRadius);
}


/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.item {
  display:block;
}

.item .overlayImg {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.overlayImg .contentImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  image-rendering: auto;
}

.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 0;
  line-height: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  color: var(--inputColor);
}
.enquiryForm.enqEmbed {
  color: var(--formColor);
  background: var(--bgColor);
  max-width: none;
  padding: 20px 30px 30px;
  border-radius: 8px;
}
.enquiryForm .enqHeader {
  font-size: 1.5em;
  font-family: var(--headingFont);
  font-weight: 700;
  padding: 1em 0.5em 1.5em;
  text-align: center;
  width: 100%;
  color: var(--headingColor);
}
.enquiryForm .itemEnqDetails {
  width: 100%;
}
.enquiryForm .enqRow {
  width: 100%;
  overflow: hidden;
  padding: .3em .5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.enquiryForm .enqRow.textarea {
  -ms-flex-align: start;
  align-items: flex-start;
}
.enquiryForm .enqRow.half {
  width: 50%;
  display: inline-block;
}
.enquiryForm .enqLeft {
  padding: 0 5px;
  width: 100%;
}
.enquiryForm .enqRight {
  width: 100%;
}
.enquiryForm .enqRow.half .enqLeft,
.enquiryForm .enqRow.half .enqRight {
  width: 100%;
}
.enquiryForm .button {
  width: 100%;
  -webkit-appearance: none;
}
.enquiryForm textarea {
  height: 80px;
}
.enquiryForm input[type="radio"] {
  width: 15px;
  -webkit-appearance: radio;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 15px;
  margin: 0;
  padding: 0;
}
.enquiryForm input[type="date"] {
  font-family: inherit;
}
.enquiryForm input[type="time"] {
  font-family: inherit;
}
.enquiryForm input[type="submit"] {
  margin-bottom: 10px;
  cursor: pointer;
}
.enquiryForm select {
  width: 100%;
}
.enquiryForm .checkbox .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.enquiryForm .checkbox .enqRight input[type=checkbox] {
  visibility: hidden;
  display: none;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .checkbox .enqRight input[type=checkbox]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .checkbox .enqRight label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border-radius: var(--borderRadius);
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: all 0.3s ease;
  margin-right: .5em;
}
.enquiryForm .checkbox .enqRight label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 10px;
  height: 6px;
  background: transparent;
  top: 4px;
  left: 3px;
  border: 3px solid var(--cta);
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
}
.enquiryForm .checkbox .enqRight label:hover icon {
  opacity: .6;
}
.enquiryForm .checkbox .enqRight label:hover icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap {
  -ms-flex-align: start;
  align-items: flex-start;
}
.enquiryForm .radioWrap .enqRight {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.enquiryForm .radioWrap .enqRight .radioBtn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: .2em 0;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio] {
  visibility: hidden;
  display: none;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon {
  border-color: var(--cta);
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:checked + label icon:after {
  opacity: 1;
}
.enquiryForm .radioWrap .enqRight .radioBtn input[type=radio]:hover + label icon:after {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon {
  display: inline-block;
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: 0;
  left: 0;
  border: 1px solid rgba(var(--opacityColor),.2);
  background: var(--inputBG);
  transition: var(--transition);
  margin-right: .5em;
}
.enquiryForm .radioWrap .enqRight .radioBtn label icon:after {
  opacity: 0;
  transition: var(--transition);
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: var(--cta);
  border-radius: 50%;
  top: 4px;
  left: 4px;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon {
  opacity: .6;
}
.enquiryForm .radioWrap .enqRight .radioBtn label:hover icon:after {
  opacity: .6;
}

/* Enquire Only Item  */
.enqItem .enquiryForm {
  max-width: 500px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
input[type=date],
input[type=time],
input[type=phone],
input[type=password],
textarea {
  transition: var(--transition);
  background: var(--inputBG);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  font-size: 1em;
  font-family: inherit;
  padding: var(--inputPadding);
  width: 100%;
}
input[type=text]:hover,
input[type=tel]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=time]:hover,
input[type=phone]:hover,
input[type=password]:hover,
textarea:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=phone]:focus,
input[type=password]:focus,
textarea:focus {
  outline: none;
  border-color: rgba(var(--opacityColor),1);
}

/* Custom styling for <select> */
.select {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: rgba(var(--opacityColor),.2);
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.2);
  border-radius: var(--borderRadius);
  width: 100%;
}

select::-ms-expand {
  display: none;
}

.select:after {
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'fontAwesome';
  pointer-events: none;
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
  color: var(--fontColor);
  background: rgba(var(--opacityColor),.1);
  border: 1px solid rgba(var(--opacityColor),0);
}
.select select {
  -webkit-appearance: none;
  background: var(--inputBG);
  border: 0;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: var(--inputPadding);
  outline: 0;
  font-size: 1em;
  border-radius: var(--borderRadius);
}

.select select option{
  color: var(--black);
  background: var(--white);
}

.select:hover {
  outline: none;
  border-color: rgba(var(--opacityColor),.6);
}
.select:hover::after {
  color: var(--fontColor);
}
.select:active:after {
  color: var(--headingColor);
  background: rgba(var(--opacityColor),.2);
  border: 1px solid rgba(var(--opacityColor),.1);
}
.select:focus {
  border-color: var(--primaryDark);
}
.select:focus:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

/*-----Placeholder Styles-----*/
::-webkit-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

::-moz-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--fontColor);
  opacity: 0.6;
}

.grecaptcha-badge {
  z-index: 900;
  bottom: 60px !important;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: var(--ctaLight);
  color: var(--black);
  font-size: .9em;
  margin-top: 2em;
}
footer .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 35px 20px;
}

/*-------- FOOTER TEXT STYLES ---------*/
#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: 5px 10px;
  display: inline-block;
}

.footerRight {
  text-align: right;
  margin-right: 10px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--white);
  background: var(--headingColor);
  border: 1px solid var(--headingColor);
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.3em;
}
.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  position: relative;
}
.siteBottom .siteContent ul li:before {

  content: "\f054";
  /* chevron-right */
  content: "\f0da";
  /* caret-right */
  content: "\f00c";
    content: "\f111";
  /* dots */
  font-family: FontAwesome;
  font-size: 0.45em;
  margin-right: 10px;
  color: var(--cta);
  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: 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: 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 {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

.col-3, .cartThumb.category {
  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));
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
.button,
.blog-widget-article-content-button,
.paraBtn a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.9em 1.4em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: 600;
  transition: all .3s ease;
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
  font-weight: normal;
  border-radius: 50%;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-,
.paraBtn a[href*="contact"] {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
}
.-ctaBtn-:hover,
.paraBtn a[href*="contact"]:hover {
  color: rgba(var(--overlayRGB),1);
  background: var(--headingColor);
  border-color: var(--headingColor);
}

/*primary button*/
.-primaryBtn- {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--primary);
  border: var(--buttonBorderWidth) solid var(--primary);
}
.-primaryBtn-:hover {
  color: var(--white);
  background: var(--cta);
  border-color: var(--cta);
}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
.paraBtn a,
.cartThumbs .cartThumb .info:after {
  outline: none;
  background: transparent;
  border: var(--buttonBorderWidth) solid var(--cta);
  color: rgba(var(--opacityColor),1);
}
.-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- {
  color: var(--white);
  background: var(--primary);
  border-color: var(--primary);
}

/*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: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  color: var(--cardTextColor);
  background: var(--cardBG);
  border: var(--cardBorder);
  box-shadow: var(--cardShadow);
  border-radius: 7px;
  overflow: hidden;
}
.butFrame:hover {
  box-shadow: var(--cardShadowHover);
  transform: var(--cardTransformHover);
  background: var(--cardBGHover);
  color: var(--cardTextColor);
}

.butFrame .butHeading {
  color: var(--white);
  font-family: var(--headingFont);
  font-weight:700;
  font-size: 1.6em;
}
.butFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 70%;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.butFrame .butTextWrap {
  padding: 1em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background:rgba(0, 5, 20, .55);
  transition: var(--transition);
}

.butFrame:hover .butTextWrap {
  background:rgba(0, 5, 20, .3);
  transition: var(--transition);
}

.butFrame .butReadmore {
  position: absolute;
  bottom: 0em;
  right: 0em;
  border-radius: var(--buttonBorderRadius) 0 0 0;
}




.basicFrame {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
  color: var(--headingColor);
  background: transparent;
  border: none;
}
.basicFrame:hover {
  background: var(--cardBGHover);
  color: var(--cardTextColor);
}

.basicFrame .butHeading {
  color: var(--headingColor);
  font-family: var(--headingFont);
  font-weight: 700;
  text-transform: uppercase;
}


.basicFrame .imageFrame {
  padding: 5%;
    overflow: hidden;
  border: solid 1px rgba(var(--opacityColor),.1);
  border-radius: 5px;
}

.basicFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
  cursor: pointer;
}
.basicFrame .butTextWrap {
  padding: .5em 0 1em;
}

/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

#viewCart:before {
  content: "\f290";
  /*bag*/
  content: "\f07a";
  /*cart*/
  font-family: fontAwesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ---------- FIXED TO TOP ---------- */
/* ---------------------------------- */

.fixedTopWrap{
  color: var(--primaryDark);
  background: var(--white);
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position: relative;
}

#banner > .container {
  max-width: 100%;
}

#banner .left a {
  text-decoration: none;
  margin-right: 5px;
}

#banner .button {
  border-radius: 0;
}

.logo {
  position: relative;
  display: block;
  width: var(--logoWidth);
  padding: 10px 5px 10px;
  margin: auto;
}

.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 a:not([class*="Btn-"]) {
  color: var(--white);
}

.contactContainer a:not([class*="Btn-"]):hover {
  opacity:0.6;
}

.contactContainer .phone {
  line-height: 1em;
  display: inline-block;
  padding: 0.8em 1em;
  color: #fff;
}

/* 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;
}

/* TOP BAR WITH ACCOUNT/SHOP TOP BAR AFFORDANCES */

@media (min-width:700px) {

.topBar {
  background: var(--primaryLight);
}

.topBar, .accountsTopBar {
  font-size: 0.9em;
}

.topBar,
.accountsTopBar > .container {
  padding: 0px 0 0 5px;;
}


.shopping #banner .contactContainer,
.accountsTopBar > .container {
  width: 50%;
}

.shopping .topBar > .container {
  justify-content: flex-end;
}


#banner .contactContainer {
  align-items: center;
  padding: 
}

.shopping #banner .contactContainer {
  justify-content: flex-end;
}

.accountsTopBar {
  max-width: var(--containerWidth);
  margin: auto;
}

.accountsTopBar a {
  padding: 0.8em;
  border: var(--buttonBorderWidth) red transparent;
}

.accountsTopBar > .container {
  width: auto;
  position: absolute;
  z-index: 1;
}
  
}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */

#subBannerHome,
#subBanner{
  margin: 0 0;
}

#subBanner .container.hasImage {
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 150px;
  max-width: none;
}

#subBanner .container.hasImage {
  margin-bottom: var(--sectionVerticalPadding);
}


/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome {
  position: relative;
    padding-bottom: 0;
  z-index: 1;
  }

#subBannerHome:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
    background: url('/files/slide-bg.jpg') center center no-repeat;
  background-size: cover;
  opacity: .8;
}
  
  #subBannerHome > .container {
    max-width:100%;
    position: relative;
  }
  
  #subBannerHome .container .container {  
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  
    .slideshowText {
      height: 100%;
      display: flex;
      flex-direction: column;
        justify-content: center;
    align-items: flex-start;
      text-align: left;
      padding: 20px 7vw;
      background: transparent;
      height: 31vw;
      min-height: 400px
    }

.slideshowText > * {
  z-index: 2;
}

.slideshowText h1 {
  font-size: clamp(2em, 4vw, 4em);
  margin: 0;
}

.slideshowText p {
  font-size: 1.5em;
  line-height: 1.3em;
font-weight: 600;
  color: var(--headingColor);
  margin: 5px 0 23px;
}
  
  #subBannerHome [class*="col-"] {
    margin: 0;
    width: 50%;
  }

#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
}


 #subBannerHome [class*="col-"] {
   position: relative;
 }

 #subBannerHome [class*="col-"]:first-child:after {
   content: '';
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: url('/files/slide-left.png') center left no-repeat;
   background-size: contain;
   z-index: 0;
 }


 #subBannerHome [class*="col-"]:last-child:after {
   content: '';
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: url('/files/slide-right.png') center right no-repeat;
   background-size: contain;
   z-index: 0;
 }


 #subBannerHome [class*="col-"]:first-child:before {
      content: '';
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: rgba(255,255,255,.3);
   z-index: 1;
   mix-blend-mode: overlay;
 }

 #subBannerHome [class*="col-"]:last-child:before {
      content: '';
   position: absolute;
   display: block;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, rgba(255,255,255,0.4) 100%);
   z-index: 1;
   mix-blend-mode: overlay;
 }





/*==============================*/
/*===== FLICKERPLATE STYLES ====*/
/*==============================*/

.flickerplate, .flick-inner {
    /*Adjust This To Suit % Images*/
    /*This can be a pixel height */
    padding-bottom: 0; 
    height: 100%;
  z-index: 2;
  }

.flickerplateWrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none
}
.flickerplate li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  transition: var(--transition);
}
.flick-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.flick-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;  
  height: 100%;  
  max-width: var(--containerWidth);
  margin: auto;
  padding: 0;
  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: var(--white);  
}

.flick-sub-text {
  font-size: 1.2em;
  color: var(--white);
  margin-bottom: 1em;
}

.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}

/* FLICKER ARROW NAVIGATION */

.flickerplate .arrow-navigation {
  position: absolute;
  height: 40px;
  width: 40px;
  bottom: 0;
  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: var(--white);
  color: var(--primaryDark);
  transition: var(--transition);
}

.flickerplate .arrow-navigation .arrow:hover {
  background: var(--cta);
  color: var(--white);
  transition: var(--transition);
}

.flickerplate .arrow-navigation .arrow:before {
  font-size: 16px;
  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 */
}


.flickerplate .arrow-navigation.left {
  right: 41px
}

.flickerplate .arrow-navigation.right {
  right: 0
}

.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f053";
}

.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f054";
}

/* FLICKER DOT NAVIGATION */

.flickerplate .dot-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1;  
  display: none;
}

.flickerplate .dot-navigation ul {
  list-style: none;  
  margin: 1em 0;
  padding: 0px 5%;    
  text-align: center; /* DOT HORIZONTAL POSITION */
  font-size: 0.8em; /* 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:1150px) and (min-width:701px) {
   #subBannerHome [class*="col-"]:first-child:after {
   background-size: cover;
     background-position: center right;
 }
 #subBannerHome [class*="col-"]:last-child:after {
   background-size: cover;
   background-position: center left;
 }
}

@media all and (max-width: 1200px) and (min-width: 1000px){
  .flick-content {font-size: 1em;} 
}

@media all and (max-width: 999px) and (min-width: 700px){
  /* MEDIUM */
  .flick-content, .arrow-navigation, .dot-navigation {font-size: 0.8em;} 

.slideshowText p {
  font-size: 1.2em;
  margin-bottom: 17px;
}

  .slideshowText {
    min-height: 300px;
    height: 36vw;
    padding: 20px 5vw 20px 7vw;
    }
  
}

@media all and (max-width: 700px) {
  /* SMALL */
  .flick-content, .arrow-navigation, .dot-navigation {font-size: 0.6em;}
  .flickerplate, .flick-inner {padding-bottom: 60%;}


  #subBannerHome .grid {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  #subBannerHome [class*="col-"] {
    width: 100%;
  }


   #subBannerHome [class*="col-"]:first-child:after,
 #subBannerHome [class*="col-"]:last-child:after {
   display: none;
 }

  .slideshowText {
  padding: 3em 7vw 3.5em;
      height: 100%;
      min-height: 100%;
    align-items: center;
    }

  .slideshowText p {
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 10px;
  }

  .slideshowText > * {
    text-align: center;
  }

  .slideshowText h1 {
    font-size: clamp(2em, 10vw, 2.5em);
}

  #subBannerHome:after {
       content: '';
   position: absolute;
   display: block;
   top: 0;
   left: -20%;
   bottom: 0;
   width: 100%;
   background: url('/files/slide-right.png') top right no-repeat;
   background-size: cover;
   z-index: 0;
    transform: scaleX(-1);
  }
}

/* ---------------------------------- */
/* -- MINI DYNAMIC BACKGROUNDS CSS--- */
/* ---------------------------------- */

.siteBottom .M_ {
  padding: var(--sectionVerticalPadding) 0;
}

.siteBottom .M_.textSection .container {padding: 0;}

.M_ .siteContent {
  position: relative;
  padding: 6em 2em;
  color: var(--fontColor);
}

.M_ .siteContent > *:not(.backgroundImage) {
  position: relative;
}

.backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover !important;
  /* box-shadow: 0 40px 30px -40px rgba(0,0,0,.2); */
}

.solidColor .backgroundImage {
  background-size: auto;
}

.backgroundImage:after {
  content:"";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bgColor);
  opacity: 0.95;
}

.solidColor .backgroundImage:after {
  display: none;
}





/* 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: 20px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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: -.7rem;
}

.slick-prev {
  left: .5rem;
}

.slick-next {
  left: 2.5rem;
}

.slick-prev:before {
  content: "\f053";
}

 .slick-next:before {
  content: "\f054";
}

.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: 1rem;
  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: -1.5rem;
  display: block;
  width: 100%;
  max-width: var(--containerWidth);
  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: var(--cta);}

.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 {
  position: relative;
  z-index: 2;
  content: open-quote;
  font-size: 4em;
  font-weight: 700;
  line-height: 1em;
  display: block;
  font-size: normal;
  height: .5em;
  opacity: .2;
}

@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;
}

.siteBottom .paraBtn {
  margin-top: 1.5em;
}


.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);
  }


.table-to-div.logoTable .item {
  padding: 3%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.table-to-div.logoTable {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.table-to-div.logoTable:only-child {
   margin: -1.5em auto;
}

.table-to-div.logoTable .item img {
  max-height: 100px;
  object-fit: contain;
}

.button-section {
  justify-content: center;
}

/*------------------------------------*/
/*---------- 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;
}

}



@media all and (max-width:1000px) {
  .butFrame .butImage {
  padding-bottom: 95%;
}

.butFrame .butHeading {
  font-size: 1.3em;
}

.butFrame .butReadmore {
  font-size: .9em;
  padding: .7em 1.1em;
}
}


@media all and (max-width:700px) {
  .butFrame .butImage {
  padding-bottom: 80%;
}

  .butFrame .butHeading {
  font-size: 1.4em;
}
}