/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
}

body {
  background: var(--bgColor);
 font: 16px/1.6em var(--bodyFont);
  color: var(--fontColor);
}

.overlayImg {
  cursor: pointer;
}

a {
  color: var(--primaryDark);
}

a:hover {
  color: var(--primaryLight);
}

p {
  margin: 1em 0;
}

p[style*="text-align: center;"] {
 max-width:900px;
 margin:1em auto;
}



icon {
  font-family: fontawesome;
}

/* ---------------------------------- */
/* ------------ HEADINGS ------------ */
/* ---------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: var(--headingWeight);
  font-family: var(--headingFont);
  line-height: 1.2em;
  color: var(--headingColor);
  letter-spacing:-0.02em;
}

h1 {
  font-size: 2.8em;
  margin: .3em 0;
}

h2 {
  font-size: 2.4em;
  margin: .3em 0;
}



h3 {
  font-size: 1.8em;
  margin: .3em 0;
}

h4 {
  font-size: 1.2em;
  margin: .3em 0;
}

h5 {
  font-size: 1.1em;
  margin: .2em 0;
}

h6 {
  font-size: 1em;
  margin: .2em 0;
}

h6 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: 4em 0;
}
.textSection .siteContent img, .categorySection .siteContent img, .viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}


/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */
.siteTop {
  position:relative;
    /*! background:var(--cta); */
 
}

.siteBottom .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: stretch;
      align-items: stretch;
  padding: 0 10px;
}

.siteContent, .searchContent {
  width: 100%;
  -ms-flex: 1 1 auto;
}

#subBannerHome img, #subBanner img {
  width: 100%;
  height: auto;
  display: block;
}

.buttonSection .siteContent, .buttonSection .container {
  padding: 0;
}

.desktop-hide, a.desktop-hide {
  display: none !important;
}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar {
  display:none;
  width: 280px;
  padding: 2em 0.5em 15px;
  margin: 0px 15px 0 0;
  line-height: 1.5em;
  background: var(--opacity05);
}

/*
.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: 1100px;
		margin: auto;
		display: flex;
		justify-content: space-between;
    }

	.sidebar {
		display: none;
	}

	#outerSidebar {
		width: 200px;
		padding: 0 15px;
		flex-shrink: 0;
		background: rgba(0,0,0,0.1);
		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(--opacity20);
    display: inline-block;
  }

.activeOuterSidebar .contentWrap {
    width: 100%;
    -ms-flex:0 1 auto;
  }

/* ---------------------------------- */
/* ------- SHOP BLOG SIDEBAR -------- */
/* ---------------------------------- */

.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: 0.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: "\f095";
  /*phone*/
/*   content: "\f098"; */
  /*phone in square*/
}

.mobile:before {
  content: "\f10b";
  /*mobile*/
}

.email:before {
  content: "\f2b7";
  /*envelope open*/
  content: "\f2b6";
  /*envelope open solid*/
  content: "\f003";
  /*envelope in square*/
  content: "\f0e0";
  /*empty envelope*/
/*   content: "\f199"; */
  /*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;
z-index: 100;
  border-top:1px solid rgba(0,0,0,0.1);
}

#menu nav {
  max-width: var(--containerWidth);
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content:flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
}

#menu nav li {
  list-style: none;

  margin: 0;
  /*! flex:1; */

}

#menu nav li a {
  font-family:var(--headingFont);
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 20px 25px;
  color: #222;
  font-size: 1em;  
  font-weight:700;
  text-transform:uppercase;
  text-align:center;

}

#menu nav li#link6 {
    display:none;
}

#menu nav li#link7 {
  order:1;
  background:var(--cta);
  color:#fff;
  margin-left:auto;
}


#menu nav li#link7 a {
  color:#fff;
  padding:20px 50px;
}

#menu nav li a:hover, #menu nav .parent:hover > a {
  color:var(--cta);
}

#menu nav .current > a {
  color: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 nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 5px 10px;
  line-height: 1.1em;
}
#menu .subContainer {
  background: var(--white);
  margin-top: 10px;
  position: relative;
  display: inline-block;
  padding: 10px;
  width: 100%;
}
#menu .subContainer:after {
  position: absolute;
  top: -10px;
  left: 30px;
  width: 0px;
  height: 0px;
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--white);
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */
.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 .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.contentImgRow.imgTag .item .overlayImg {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.contentImgRow.imgTag .item .overlayImg .contentImg {
  padding: 0;
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/*------------------------------------*/
/*----------- 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);
  background:rgba(194,211,227,0.05);
}


.enquiryForm.enqEmbed {
 color: var(--formColor);
 max-width: 800px;
 padding: 20px;
}
.enquiryForm .enqHeader {
 font-size: 1.6em;
 font-family: var(--headingFont);
 font-weight: var(--headingWeight);
 padding: 1em 0.5em 1.5em;
 text-align: center;
 width: 100%;
  color:var(--primaryDark);
}


.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;
flex-wrap: wrap;
      align-items: center;
}
.enquiryForm .enqRow.textarea {
  -ms-flex-align: start;
      align-items: flex-start;
}
.enquiryForm .enqRow.half {
  width: 50%;
  display: inline-block;
}
.enquiryForm .enqLeft {
  padding: 5px;
  font-weight:700;
  font-size:0.9em;
  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;
  background:var(--cta);
  color:#fff;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:0.1em;
}
.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 var(--opacity20);
  background: var(--white);
  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 var(--opacity20);
  background: var(--white);
  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;
}

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(--white);
  color: var(--black);
  outline: none;
  border: 1px solid var(--opacity20);
  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: var(--opacity60);
}
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: var(--opacity100);
}

/* Custom styling for <select> */
.select {
  position: relative;
  padding: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  background: var(--white);
  color: var(--black);
  outline: none;
  border: 1px solid var(--opacity20);
  border-radius: var(--borderRadius);
  width: 100%;
}
.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: #222;
  background: var(--primary);
  border: 1px solid var(--primary);
}
.select select {
  -webkit-appearance: none;
  background: 0;
  border: 0;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  padding: var(--inputPadding);
  outline: 0;
  font-size: 1em;
}
.select:hover {
  outline: none;
  border-color: var(--opacity60);
}
.select:hover::after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.select:active:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}
.select:focus {
  border-color: var(--primaryDark);
}
.select:focus:after {
  background: var(--primaryDark);
  border-color: var(--primaryDark);
}

/*-----Placeholder Styles-----*/
::-webkit-input-placeholder {
  color: var(--black);
  opacity: 0.6;
}

:-moz-placeholder {
  color: var(--black);
  opacity: 0.6;
}

::-moz-placeholder {
  color: var(--black);
  opacity: 0.6;
}

:-ms-input-placeholder {
  color: var(--black);
  opacity: 0.6;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
footer {
  width: 100%;
  background: #222;
  color: #fff;
  font-size: .8em;
  padding: 20px 0;

}

footer .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  flex-direction:column;
  -ms-flex-pack: justify;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

/*-------- FOOTER TEXT STYLES ---------*/
#footerBottom a {
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}

/*------------ FOOTER MENU ------------*/
footer nav {
  display:flex;
  align-items:center;
  justify-content:center;
  width: 100%;
  padding-bottom:2em;
  border-bottom:1px solid rgba(255,255,255,0.15);
}
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 {
    padding-top:2em;
  text-align:center;
  margin-right: 10px;
}

/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: #222;
  background: var(--primaryLight);
  border: 1px solid var(--primaryLight);
}
#toTop:before {
  content: "\f077";
}

/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0.5em;
}
.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  position: relative;
}
.siteBottom .siteContent ul li:before {
  content: "\f111";
  /* dots */
/*   content: "\f054"; */
  /* chevron-right */
  /* content: "\f0da"; */
  /* caret-right */
/*   content: "\f00c"; */
  font-family: FontAwesome;
  font-size: 0.5em;
  margin-right: 10px;
  color: var(--cta);
  position: relative;
  top: 0;
  left: 0px;
}

.siteBottom .siteContent ul[style="list-style-type: none;"] {padding-left: 1em;}
.siteBottom .siteContent ul[style="list-style-type: none;"] .fontAwesomeIcon {margin-right: 0.5em;}
.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;
}


/*-----------------------------------*/
/*-------------- 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 {
  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,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.6em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: var(--transition);
}

* a.iconOnly {
  padding: 0.8em 0em;
  width: 2.8em;
}
* a.iconOnly:before {
  margin-right: 0;
}

/*cta button*/
.-ctaBtn-,
h6 a[href*="contact"] {
  outline: none;
  transition: var(--transition);
  color: var(--white);
  font-weight:400;
  background: var(--cta);
  font-family:var(--bodyFont);
  border: var(--buttonBorderWidth) solid var(--cta);
  
}
.-ctaBtn-:hover,
h6 a[href*="contact"]:hover {
  color: var(--cta);
  background: none;;
  border-color: var(--cta);
}

/*primary button*/
.-primaryBtn- {
  outline: none;
  transition: var(--transition);
  color: #222;
  background: var(--primary);
  border: 1px solid var(--primary);
}
.-primaryBtn-:hover {
  color: var(--cta);
  background: none;
  border-color: var(--cta);
}

/*secondary button*/
.-secondaryBtn-,
.blog-widget-article-content-button,
h6 a {
  outline: none;
  background: none;
  border: var(--buttonBorderWidth) solid var(--cta);
  color: var(--cta);
}
.-secondaryBtn-:hover,
.blog-widget-article-content-button:hover,
h6 a:hover {
  color: var(--white);
  background: var(--cta);
  border-color: var(--cta);
}

.cartThumbs .cartThumb .info:after {
  outline: none;
  background: none;
  border: var(--buttonBorderWidth) solid var(--primaryDark);
  color: var(--primaryDark);
}

/*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);
}

/*white button*/
.-whiteBtn- {
  background: var(--white);
  border: var(--buttonBorderWidth) solid var(--white);
  color: var(--fontColor);
}

.-whiteBtn-:hover {
  color: var(--white);
  background: none;
  border: var(--buttonBorderWidth) solid var(--white);
}

/*---- Graphical Button ----*/

.link0 .photoSection .siteContent {
  padding:0em;
}

.butFrame {
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: inherit;
  background: #fff;
  transition: 0.3s;
  background:rgba(78,90,176,0.1);
  transition: 0.3s;
  border-radius:0.4em;
  
}

.butText {
  font-weight:700;
  font-size:2em;
  line-height:1.2em;
  display:block;
  color:var(--headingColor);
}

.butFrame:not(:only-child) {
  flex-grow: 1;
}

.butFrame:hover {
  color: inherit;
  transform: translatey(-5px);
  box-shadow: var(--cardShadowHover);
}

.butTextWrap {
  display:flex;
  flex-direction:column;
  flex:1;
  padding:2.5em 1em 5em 1em;
}

.butParagraph {
  margin:20px 0px;
  display:block;
  font-weight:600;
  color:var(--primary);
}

.butHeading {
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  font-size: 1.5em;
  margin-bottom: 1em;
  color: var(--primary);
  line-height: 1.4em;
  font-weight:500;
  letter-spacing:-0.02em;
}

.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;
}

.butReadmore {
  font-size:0.95em;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  text-transform:uppercase;
  letter-spacing:0.2em;
  border-radius:0;
  border-color:var(--primary);
  background:var(--primary);
}

.butReadmore:hover {
    border-color:var(--primary);
  color:var(--primary);
}
/* ---------------------------------- */
/* ---------- 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;
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */
.topBar {
  background: var(--cta);
  max-width: 100%;
  margin: 0 auto;
}

.topBar, .accountsTopBar {
  font-size: 0.9em;
}

.topBar > .container {
  max-width:var(--containerWidth);
  padding:0% 1%;
}

.topBar,
.accountsTopBar > .container {
/*   padding: 6px 10px; */
}

#banner {
  position: relative;
  border-top:3px solid var(--cta);
}

#banner .container {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
}

#banner .contactContainer > * {
  margin-left:3em;
  margin-right:1em;
}

  #banner .contactContainer .facebook {
    margin-left:1em;
    margin-right:0;
    background: #4064AC;
    color:#fff;
    border-radius:50%;
  }



#banner  .contactContainer .phone,
#banner .contactContainer .email {
 position:relative;
 display: inline-block;
  text-decoration:none;
}

#banner .contactContainer .phone:before,
#banner .contactContainer .email:before {
  position:absolute;
  color:var(--cta);
  top:10px;
  left:-2.5em;
  background: #DFCB48;
  color:#fff;
  text-align:center;
  display: inline-block;
  border-radius: 70px;
  padding: 0.5em 0.6em;
}

 #banner .contactContainer .phone:before {
   background:#37C854;
} 






.contactContainer {
 display:flex;
  flex-direction:row;
 align-items:center;
 text-decoration:none;
 font-weight:600;
 color:var(--primary);
    font-family:var(--headingFont);
}


.contactContainer span {
  display:block;
  font-weight:400;
  opacity:0.8;
}

.contactContainer > *:not(.-ctaBtn-):not(.-primaryBtn-):not(.-secondaryBtn-):not(.-invertedBtn-) {
  font-size:1.1em;
  color: var(--headingColor);
}

.contactContainer .facebook {
font-size:1em!important;
}

.contactContainer > *:not(-ctaBtn-):not(-primaryBtn-):not(-secondaryBtn-):not(-invertedBtn-):hover {color: var(--cta);}

.contact.contactContainer a {
  color:#fff;
}

.contact.contactContainer a:hover {
  color:var(--fontColor);
}

.logo {
  position: relative;
  display: block;
  width: 130px;
  padding: 15px 5px;


  display:block;
}

.logo object, .logo img {
  width: 100%;
  height: auto;
  display: block;
}

.logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}




/* 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 ---------- */
/* ---------------------------------- */

#subBanner {
 position:relative;
}

#subBanner .container:before {
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  content:"";
  z-index:1;
  background: rgb(30,30,30);
  background: linear-gradient(100deg, rgba(30,30,30,1) 0%, 
    rgba(30,30,30,1) 45%,  rgba(30,30,30,0.5) 60%,
    rgba(30,30,30,0.3) 75%, rgba(30,30,30,0) 100%);
}

#subBanner h1 {
 position:relative;
 z-index:2;
 color:#fff;
 max-width:var(--containerWidth);
 margin:0 auto;
 font-size:3.2em;
 padding-left:1%;
}

#subBanner .container {
 background-size:cover;
 background:url("/thumbnaillarge/subBanner.jpg");
 padding: 5% 0% 5% 0%;
 background-size: 55%!important;
 background-repeat:no-repeat!important;
 background-position: center right !important;
 max-width:100%;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
#subBannerHome .container.hasImage,
#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 350px;
}

#subBannerHome .container[style*=".gif"] {
  position: relative;
  padding-bottom: 520px;
  max-width:none;
}

.subBannerImage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/thumbnaillarge/subBanner.jpg) center center no-repeat !important;
  background-size: cover !important;
}

.subBannerText {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right:0;
  width: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  padding: 1em 2em;

  max-width:var(--containerWidth);
  margin:0 auto!important;
}

.subBannerText > * {
  color: #fff;
  z-index: 2;
}

.subBannerImage:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #222;
  opacity: 0.65;
}

#subBannerHome .subBannerText a {
  position: relative;
  z-index: 4;
}


.subBannerText h2 {
  text-transform:uppercase;
  font-size:3.6em;
}

.subBannerText p {
  width:90%;
  text-align:center;
  max-width:800px;
  line-height:1.6em;
}



/* ---------------------------------- */
/* ----------- SUBBANNER  ----------- */
/* ---------------------------------- */

footer {

}

.siteTop {
  position:relative;
  z-index:0;
}

/* 
.siteTop::before {
  position: absolute;
  z-index:-1;
  width: 100%;
  height: 85%;
  content: "";
  top: 0px;
  left: 0;
  background: #f7f7f7;
}
 */


/* ---------------------------------- */
/* ------- 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;
}

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.95;
}

section[class*="M_full"].light .backgroundImage:after {  
  background: rgb(var(--overlayRGB));
  opacity: 0.85;
}

section[class*="M_left"].dark .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_right"].dark .backgroundImage:after {  
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_left"].light .backgroundImage:after {  
  background: linear-gradient(to right, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

section[class*="M_right"].light .backgroundImage:after {  
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
}

.M_left_img,
.M_right_img {
  background: var(--white);
}

/*-- full width image --*/

.M_full_img .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0;
}

/*-- image left --*/

.M_left_img .backgroundImage {
  top: 0; left: 0; bottom: 0; 
  width: 50%;
}

.M_left_img .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right --*/

.M_right_img .backgroundImage {
  top: 0; right: 0; bottom: 0; 
  width: 50%;
}

.M_right_img .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
}

/*-- image left cover --*/

.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_left_imgC .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}

/*-- image right cover --*/

.M_right_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
}

.M_right_imgC .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
}

@media all and (max-width: 900px){

  section[class*="M_left"].dark .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_right"].dark .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),0.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_left"].light .backgroundImage:after {  
    background: linear-gradient(to right, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  }

  section[class*="M_right"].light .backgroundImage:after {  
    background: linear-gradient(to left, rgba(var(--overlayRGB),.8) 0%,rgba(var(--overlayRGB),.95) 60%,rgba(var(--overlayRGB),0.95) 100%);
  } 

  .M_left_img, .M_right_img {
    padding: 0;
  }

  .siteBottom section .siteContent {
    width: 100%;
  }

  .M_left_img .backgroundImage, .M_right_img .backgroundImage {   
    position: relative;
    width: 100%;
    height: 250px;
  }

  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }  

  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  } 

}

/* ----------- GROW TO FRAME ---------- */

td, div[class*="col-"] {
  position: relative;
}

.moduleImageWrap {
  position: relative;
  width: 100%;
}

.moduleImageWrap img {
  display: block;
}

.moduleImageWrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  background: linear-gradient(to left, rgba(var(--overlayRGB2),0) 0%,rgba(var(--overlayRGB2),0.6) 100%);
}

@media (min-width:700px) {

.growToFrame,
.moduleImageWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

section .moduleTable .growToFrame img,
.growToFrame img,
section .moduleTable .moduleImageWrap img,
.moduleImageWrap 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;
}

}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.link0 #section5 {
  background:#f4f4f4;
}

.dark, .custom div:last-child, .customTable div {
  background:var(--cta);
  color:#fff;
  padding:2% 4%;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.dark, .custom div:last-child *, .customTable div * {
  color:#fff;
}

.customTable-training tbody ,
.customTable td{
  max-width:1000px;
  padding:2em 2em;
  margin:0 auto;
}

.services {
  background:#f4f4f4;
  padding:2em 2em;
}

.aboutUs div {
  background:var(--cta);
  color:#fff;
  padding:1em;
  font-size:.9em;
  border-radius:0.5em;
}

.aboutUs div * { 
  color:#fff; }

/*------------------------------------*/
/*---------- MEDIA QUERIES -----------*/
/*------------------------------------*/


