/* ---------------------------------- */
/* ------ 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);
  
  overflow: hidden;
}

a {
  color: var(--primary);
}

.dark a {
  color:var(--white);
}

.dark a:hover {
  color:var(--primaryLight);
}

a:hover {
  color: var(--cta);
}

p {
  margin: 0.6em 0;
}

p.style-two {
  font-size:1.2em;
  line-height:1.6em;
  opacity:0.7;
}

p[style*="text-align: center;"],
h4[style*="text-align: center;"] {
  max-width:950px;
  margin:0.5em 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);

}
  
  
h1 {
  font-size: 3em;
  margin: .3em 0;
}
h2 {
  font-size: 2.4em;
  margin: .3em 0;
}
h2 + h3 {
  font-weight:400;
  opacity:0.7;
}
h3,
h2 + h1 {
  font-size: 2em;
  margin: .3em 0;
}
h3+ h4 {
  opacity:0.5;
  font-weight:400;
}
h2 + h3 {
  font-size:1.8em;
}

h4 {
  font-size: 1.8em;
  margin: .3em 0;
}

h5 {
  font-size: 1.5em;
  margin: .2em 0;
  max-width:900px;
  margin:0 auto;
  line-height:1.6em;
}
h6 {
  font-weight: inherit;
  font-family: inherit;
  font-size: 1em;
  margin: 1em 0;
  letter-spacing:-0.01em;
}
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: 5em 0;
}
.sectionWrap {
}
.textSection .siteContent img,
.categorySection .siteContent img,
.viewCart .siteContent img {
  height: auto !important;
  max-width: 100%;
}

/* ---------------------------------- */
/* ---------- CONTENT AREA ---------- */
/* ---------------------------------- */

*[data-token=""],
*[data-token*="$"],
a[href=""],
a[href*="$"],
a[href="tel:"] {
  display: none;
}

.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;
}
.buttonSection .siteContent,
.buttonSection .container {
  padding: 0;
}
.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);
}
.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;
}
.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: 1em;
  color: inherit;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.phone:before {
  content: "\f098";
  content: "\f095";
}
.mobile:before {
  content: "\f10b";
}
.email:before {
  content: "\f2b7";
  content: "\f2b6";
  content: "\f199";
  content: "\f003";
  content: "\f0e0";
}
.fax:before {
  content: "\f1ac";
}
.address:before {
  content: "\f278";
  content: "\f279";
  content: "\f124";
  content: "\f041";
}
.facebook:before {
  content: "\f082";
  content: "\f09a";
}

.soundcloud:before {
  content: "\f1be";
}

.instagram:before {
  content: "\f16d";
}
.twitter:before {
  content: "\f081";
  content: "\f099";
}
.googlePlus:before {
  content: "\f0d4";
  content: "\f0d5";
}
.pinterest:before {
  content: "\f0d3";
  content: "\f0d2";
}
.linkedIn:before {
  content: "\f08c";
  content: "\f0e1";
}
.youTube:before {
  content: "\f16a";
  content: "\f166";
  content: "\f167";
}
.flickr:before {
  content: "\f16e";
}

/* ---------------------------------- */
/* -------- HR line styling --------- */
/* ---------------------------------- */


hr {
  border: 0;
  height: 1px;
  color: rgba(var(--opacityColor),.1);
  background-color: rgba(var(--opacityColor),.1);
  width: 100%;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */


#menu {
  position:relative;
  z-index: 100;
  font-family:var(--headingFont);
  font-weight:400;
}

#menu nav {
  width: 100%;
  margin: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  align-items:center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
}

#menu nav li {
  list-style: none;
  float: left;
  display: inline-block;
  margin: 0;
}

#menu > nav > li {
  margin:0px 5px;
}

#menu nav li a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  padding: 20px 10px;
  color:var(--fontColor);
  font-size:0.95em;
  letter-spacing:0.05em;
  border-bottom:2px solid transparent;
  text-transform:uppercase;
  font-weight:400;
}

#menu > nav > li > a {
  opacity:1;
}

#menu > nav > li > a:hover,
#menu > nav .parent:hover > a {
  opacity:1;
}

#menu > nav .current > a {
  opacity:1;
}

#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: 250px;
  margin: 0;
  padding: 0;
  display: none;
  font-size: .85em;
}
#menu nav ul li {
  width: 100%;
  display: inline-block;
}
#menu nav ul li a {
  padding: 10px 20px;
  line-height: 1.3em;
 color:var(--fontColor);
  text-transform:initial;
  background: rgba(255,255,255,1);
  opacity:1;
}

#menu nav ul li a {
    border-bottom:1px solid #222;
}

#menu nav ul li a:hover,
#menu nav ul li.current a {
  background:var(--cta);
  color:var(--white);
}
#menu .subContainer {
  margin-top: 0px;
  position: relative;
  display: inline-block;
  padding: 0px;
  width: 100%;
}

/* ---------------------------------- */
/* --------- PHOTO SECTION ---------- */
/* ---------------------------------- */


.item {
  display:block;
}
.item .overlayImg {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.overlayImg .contentImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: auto;
}
.overlayImg img.contentImg {
  object-fit: cover;
}
.contentImgRow .caption {
  font-size: .9em;
  margin-top: 5px;
}
.caption p {
  padding:0;
  margin:0;
}
.contentImgRow .caption:empty {
  display: none;
}


/*------------------------------------*/
/*----------- ENQUIRY FORM -----------*/
/*------------------------------------*/

.enquiryForm.quote.enqEmbed {
  background: none;
  max-width: 900px;
  padding: 0;
  margin:0 auto;
}
.enquiryForm {
  width: 100%;
  padding: 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(--fontColor);
  max-width: 100%;
}
.enquiryForm .enqHeader {
  font-size: 1.6em;
  font-family: var(--headingFont);
  font-weight: var(--headingWeight);
  padding: 1em 0.5em 1em;
  text-align: center;
  width: 100%;
  color:var(--headingColor);
  background: #222;
  color:#fff;
  margin-bottom:1em;
}
.enquiryForm .itemEnqDetails {
  width: 100%;
}
.enquiryForm .enqRow {
  width: 100%;
  overflow: hidden;
  padding: 0.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: 48%;
  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;
  margin:0 auto;
}
.enquiryForm input[type="submit"]:hover {
  background:none;
  color:var(--cta);
}
.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 {
  display: flex;
  flex-direction:row;
  align-items: flex-start;
  flex-wrap:wrap;
}
.enquiryForm .radioWrap .enqRight .radioBtn label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: var(--inputBG);
  border: 1px solid rgba(var(--opacityColor),.2);
  padding: var(--inputPadding);
  transition: var(--transition);
}
.enquiryForm .radioWrap .enqRight {
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.enquiryForm .radioWrap .enqRight .radioBtn {
  border-radius:0em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: .2em .2em;
}
.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(--primary);
  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;
}
.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:none;
  color: var(--inputColor);
  outline: none;
  border: 1px solid rgba(var(--opacityColor),.5);
  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),.8);
}
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);
}
.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);
}
::-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%;
  font-size: .9em;
  position: relative;
  width:100%;

}



footer a {
  color:var(--fontColor)
}
footer .logo {

  padding:0px;
  margin-bottom:1em;

}

footer img {
    mix-blend-mode: multiply;
    height:70px;
}


footer p {
  font-size:0.8em;
  margin:0.2em 0;
}
#footerTop .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  flex-wrap:wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: flex-start;
  max-width:var(--containerWidth);
 

}



#footerBottom {
  background:#f7f7f7;
  padding:0.5em 0em;
    border-top:1px solid rgba(30,30,30,0.1);
}



#footerBottom .container {
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  flex-direction:row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: flex-start;
  align-items: center;
  padding: 0;
  max-width:var(--containerWidth);
}
#footerTop .container > div {
}
#footerBottom a {
  color: inherit;
  text-decoration: none;
}
#footerBottom a:hover {
  color: inherit;
  opacity: 1;
}
footer nav {
  width: 60%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  margin-bottom: 0.2em;
}
footer nav ul {
  display:none;
}
footer li {
  list-style: none;
}
#footerTop .container > div > li > a,
footer h5 {
  font-size:1.4em;
  font-weight:var(--headingWeight);
  font-family:var(--headingFont);
  padding-top:0;
  margin:0!important;
  padding-bottom:0.5em;
  text-decoration:none;
  text-transform:initial;
  letter-spacing:0;
  display:inline-block;
  text-decoration:none;


}
#footerBottom nav {
  display:none;
}

footer nav li {
  list-style: none;
  display: inline-block;
  margin:0em 0em;
  text-transform:uppercase;
}

footer nav li a {
  text-decoration: none;
  padding: 0;
  display: inline-block;
  color:var(--fontColor)
}

.footerRight {
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  width: 50%;
}

#footerTop .container > div > li > a {
  display:none;
}

/* ---------------------------------- */
/* ------------- CUSTOM FOOTER ------------- */
/* ---------------------------------- */

#footerTop > .container {
  max-width:none;
}

.footerForm {
  background:var(--primaryLight);
  max-width:var(--containerWidth);
  margin:0 auto;
  position:relative;
  top:12em;
  padding:2em 5em;
  border-radius:1em;
  margin-top:-12em;
  
}

.footerWrap {
  background:#f7f7f7;
 max-width:100%;
  width:100%;
  padding-top:15em;
  padding-bottom:5em;
}

.fieldWrap {
  display:flex;
  justify-content:space-between;
}

.fieldWrap .mc-field-group {
  width:33%;
  margin-top:1em;

}

.footerForm h2 {
  text-transform:uppercase;
  font-size:1.8em;
  max-width:80%;
  margin:1em auto 0em auto;
}

.clear {
  width:100%;
}

.footerForm {
  text-align:center;
}

.footerForm .clear input {
  margin-top:1em;
  background:var(--cta);
  color:#fff;
  border:2px solid var(--cta);
  width:20%;
}

footer .col-4 div {
  margin-bottom:1em;
}


.copyright {
  margin-right:15px;
}
#footerBottom .container  {

  font-size:0.9em;
}
#footerTop  ul {
  padding:0;
  margin:0;
}

footer .contact strong {
  display:block;
}

footer .contact a.iconOnly {

  border-radius:50%;
}

footer .contact .address {
  display:block;
}

footer .contact a.iconOnly:before {
  color:var(--fontColor);
  font-size:1.2em;
}


footer .contact a.iconOnly:hover:before {
  color:var(--cta);
  font-size:1.2em;
}


footer a {
  text-decoration:none;
  transition:0.3s ease;
}
footer a:hover {
  opacity:0.5;
}
footer .enquire-trigger {
  padding:1.05em 2em;
}


/* ---------------------------------- */
/* ------------- TO TOP ------------- */
/* ---------------------------------- */
#footerTop li#link3 ul {
  width:100%;
}
#toTop {
  position: fixed;
  bottom: 70px;
  left: 20px;
  z-index: 900;
  outline: none;
  color: var(--primary!important);
  background: var(--primaryLight);
}
#toTop:before {
  content: "\f077";
  color:var(--cta);
}


/* ---------------------------------- */
/* ---------  list styling  --------- */
/* ---------------------------------- */
.siteBottom .siteContent ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.5em;
}
.siteBottom .siteContent ul li {
  margin-bottom: 0.5em;
  position: relative;
}
.link0 .siteBottom .siteContent ul li:before {
  position: relative;
}
.siteBottom .siteContent ul li:before {
  content: "\f0c8";
  font-family: FontAwesome;
  font-size: 0.4em;
  margin-right: 0px;
  color: var(--cta);
  position:relative;
  top: 0;
  left: -10px;
}

.flickerplate li:before {
  display:none;
}


.siteBottom .siteContent ul[style="list-style-type: circle;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: disc;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: square;"] li:before,
.siteBottom .siteContent ul[style="list-style-type: none;"] li:before {
  display: none;
}
.siteBottom .siteContent ul[style="list-style-type: none;"] .fontAwesomeIcon {
  position: absolute;
  left: -1.3em;
}

/*-----------------------------------*/
/*-------------- GRID ---------------*/
/*-----------------------------------*/


.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.grid:after {
  content: "";
  display: table;
  clear: both;
  width: 100%;
}
.grid.justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.grid.center {
  -ms-flex-pack: center;
  justify-content: center;
}
.grid [class*='col-'],
.contentImgRow .item,
.cartThumb,
.blog-widget .blog-widget-article {
  float: left;
  margin:  var(--gridSpacing) calc(var(--gridSpacing) / 2);
}
.col-1,
#outerSidebar .blog-widget .blog-widget-article,
.sidebar .blog-widget .blog-widget-article {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}
.col-2,
section[class*="_img"]:not([class*="full"]) .col-4 {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}
.col-3,
.cartThumb.category,
section[class*="_imgC"] .col-6 {
  width: 33.33333%;
  width: calc(33.33333% - var(--gridSpacing));
}
.col-3x2 {
  width: 66.66%;
  width: calc(66.66% - var(--gridSpacing));
}
.col-4,
.contentImgRow .item,
.cartThumb.item,
.blog-widget .blog-widget-article {
  width: 25%;
  width: calc(25% - var(--gridSpacing));
}
.col-4x3 {
  width: 75%;
  width: calc(75% - var(--gridSpacing));
}
.col-5 {
  width: 20%;
  width: calc(20% - var(--gridSpacing));
}
.col-5x2 {
  width: 40%;
  width: calc(40% - var(--gridSpacing));
}
.col-5x3 {
  width: 60%;
  width: calc(60% - var(--gridSpacing));
}
.col-5x4 {
  width: 80%;
  width: calc(80% - var(--gridSpacing));
}
.col-6 {
  width: 16.666%;
  width: calc(16.666% - var(--gridSpacing));
}
.col-6x5 {
  width: 83.33%;
  width: calc(83.33% - var(--gridSpacing));
}

/* ---------------------------------- */
/* ------- DYNAMIC BACKGROUNDS ------ */
/* ---------------------------------- */


.dark {
  color: var(--fontColor);
}
.light {
  color: var(--fontColor);
}
.siteBottom section * {
  box-sizing: border-box;
}
.siteBottom section {
  position: relative;
}
.backgroundImage {
  position: absolute;
  background-size: cover;
  background-position: center center;
}
section .backgroundImage:after {
  content:"";
  position:absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
section[class*="M_full"]:not([class*="solid"]).dark .backgroundImage:after {
  background: rgb(30,30,30,0.95);
  opacity: 0.98;
}
section[class*="M_full_img-dark2"]:not([class*="solid"]).dark .backgroundImage:after {
  background: var(--primaryDark);
}
section[class*="M_full_img-light1"].light .backgroundImage:after {
  background: #f7f7f7;
  opacity:0.9;
}
section[class*="M_full"].dark .backgroundImage {
  height: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_imgC"] .backgroundImage:after {
  background: linear-gradient(to left, rgba(var(--overlayRGB),0) 0%,rgba(var(--overlayRGB),.9) 85%,rgba(var(--overlayRGB),1) 100%);
}
.M_full_img .backgroundImage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.M_full_img .backgroundImage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin:0 auto;
}
section.M_left_img-dark-3 {
  background:var(--primary);
}
.M_left_img .backgroundImage {
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}
.M_left_img .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}
.M_right_img .backgroundImage {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  margin:2em;
  z-index:1;
}


.M_right_img .siteContent {
  max-width: 45%;
  margin: 0 auto 0 0;
  padding:6em 0em;
}
.M_left_imgC .backgroundImage {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.M_left_imgC .siteContent {
  max-width: 45%;
  margin: 0 0 0 auto;
}
.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"].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),1) 100%);
  }
  .M_left_img,
  .M_right_img {
    padding: 0;
  }
  .siteBottom section .siteContent {
    max-width: 100%;
  }
  .M_left_img .backgroundImage,
  .M_right_img .backgroundImage {
    position: relative;
    width: 100%;
    height: 500px;
  }
  .M_left_imgC .backgroundImage {
    background-position: 90% 50%;
  }
  .M_right_imgC .backgroundImage {
    background-position: 10% 50%;
  }
  .M_left_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }
  .M_right_img .siteContent {
    max-width: 100%;
    margin: 0 0;
  }
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */


.button,
.blog-widget-article-content-button,
h6 a {
  display: inline-block;
  cursor: pointer;
  line-height: 1em;
  padding: 0.8em 1.8em;
  outline: none;
  border-radius: var(--buttonBorderRadius);
  text-decoration: none;
  text-align: center;
  font-weight: normal;
  transition: all .3s ease;
  text-transform:uppercase;
  font-weight:400;
  letter-spacing:0.05em;
    font-family:var(--headingFont);
}
* a.iconOnly {
  padding: 1.05em 0em;
  width: 3.23em;
}
* a.iconOnly:before {
  margin-right: 0;
}


/* h6 a[href*="enquire-"]  */

.-ctaBtn-,
h6 a[href*="contact"] {

  outline: none;
  transition: var(--transition);
  color: var(--white);
  background: var(--cta);
  border: var(--buttonBorderWidth) solid var(--cta);
}
.-ctaBtn-:hover,
h6 a[href*="contact"]:hover,
h6 a[href*="enquire-"]:hover {
  color: var(--cta);
  background: transparent;
  border-color: var(--cta);
}
.dark h6 a:hover {
  color:#fff;
  border-color:#fff;
}
.-whiteBtn- {
  background:var(--white);
  border: var(--buttonBorderWidth) solid var(--white);
  color:var(--cta);
}
.-whiteBtn-:hover {
  background:none;
  border-color:var(--white);
}
.-primaryBtn-,
h6 a {
  outline: none;
  transition: var(--transition);
  background:none;
  color: var(--cta);
  border: 2px solid var(--cta);
  font-weight:400;
}
.dark h6 a:not(h6 a[href*="contact"]) {
  border-color:var(--white);
}
.dark h6 a:not(h6 a[href*="contact"]):hover  {
  border-color:var(--cta);
}
.-primaryBtn-:hover,
h6 a:hover {
  color:var(--white);
  background:var(--cta);
  border-color: var(--primaryLight);
}
.-secondaryBtn-,
.blog-widget-article-content-button,
.cartThumbs .cartThumb .info:after {
  outline: none;
  background: var(--white);
  border: var(--buttonBorderWidth) solid var(--cta);
  color: var(--cta);
  padding:1em 2em;
  font-size::0.9em;
}
.-secondaryBtn-:hover,
.blog-widget-article-content-button:hover,
.cartThumbs.grid .cartThumb:hover .info:after,
.blog-widget .blog-widget-article:hover .blog-widget-article-content-button,
.blogPost:hover .blogPostDetails a.blogBtn.-secondaryBtn- {
  color: var(--white);
  background: var(--cta);
  border-color: var(--white);
}
.-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 ----*/

.link0 section:has(.buttonSection) .textSection .siteContent {
  padding-bottom:0em;
}

.link0 section:has(.buttonSection) .textSection .siteContent {
  padding-bottom:0em;
}

.link0 #section3 {
  background:#f7f7f7;
}

.butFrame {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  position: relative;
  z-index:1;
  overflow: hidden;
  transition: var(--transition);
  color: var(--black);
  background: #fff;
  border-bottom-left-radius:1em;
  border-bottom-right-radius:1em;
  padding-bottom:1em;
}

.link3 .butFrame {
  background:#f6f6f6;
  border-radius:0;
}

.butFrame:hover {
  transform: var(--cardTransformHover);
  background: var(--cardBGHover);
  color: var(--cardTextColor);
  transform:translateY(-10px);
}

.butFrame .butHeading {
  line-height: 1em;
  font-family: var(--headingFont);
  font-size:1.8em;
  text-transform:uppercase;
  transition: all .3s ease;
  z-index: 9;
  position: relative;
  width:100%;
  margin-bottom:0.5em;
  transition:0.3s ease;
}

.butFrame .butText {
  font-size:0.9em;
  height:200px;
}

.butFrame:hover .butHeading:after {
  transform: translateX(.4em);
  opacity: 1;
}

.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;
  transition:all .3s ease;
}

.butFrame .butTextWrap {
  position: relative;

  width:100%;
  height:auto;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  padding:2em;
}

.butFrame:hover .butTextWrap:after {
  width:100%;
}

.butFrame .butReadmore {

  position:absolute;
  bottom:0;
  background:none;
  width:90%;
  text-align:center;
  padding:1em 0em;
  color:var(--cta);
}

.butFrame .butReadmore:hover {

  background:var(--cta);
  color:#fff;
}

.butReadmore:after {
  content:"\f178";
  font-family:"fontAwesome";
  position:absolute;
  margin-left:10px;
  color:var(--cta);
  transition:0.3s ease-in-out;
  display:none;
}



/* ---------------------------------- */
/* ---------- VIEW CART BTN --------- */
/* ---------------------------------- */

#banner #viewCart {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
}
#viewCart:before {
  content: "\f290";
  content: "\f07a";
  font-family: fontAwesome;
  margin-right: .5em;
}

/* ---------------------------------- */
/* ---------- FIXED TO TOP ---------- */
/* ---------------------------------- */


.siteTop {
  padding-top:150px;
}
.fixedTopWrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 101;
  color: var(--fontColor);
}

/* ---------------------------------- */
/* ------------- BANNER ------------- */
/* ---------------------------------- */

#banner {
  position:relative;
  transition:0.3s ease;
  background:var(--white);
}
#banner .contactContainer {
  margin:0px 15px;
}
#banner .phone:hover {
  color:#fff;
}
#banner .email:before {
  color:var(--white);
}
#banner .email:hover {
  opacity:0.8;
}
@media (min-width:700px) {
  .scrollStart #banner {
    margin-top:0px;
    box-shadow: 0 10px 15px -10px var(--opacity20);
    background:#fff;
  }
  .scrollStart #menu nav li a,
  .scrollStart .contact.contactContainer .phone {
  }
  .scrollStart #menu nav ul li a {
  }
}
#banner .container {
  display:flex;
  align-items:center;
  justify-content: space-between;
  align-items: center;
  max-width:100%;
}
.logo {
  position: relative;
  display: block;
  width: 180px;
  padding: 5px 5px;
  transform-origin: 0 50%;
  transition: var(--transition);
}
.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;
}
@media all and (min-width:700px) {
  .scrollStart .bannerWrap {
    font-size:0.85em;
  }
}
.contactContainer > *:not([class*="Btn-"]) {
  color: inherit;
}
.contactContainer > a:not([class*="Btn-"]):hover {
  color: var(--cta);
}
.contactContainer #banner .phone {
  display: inline-block;
}
div.phone a,
div.mobile a {
  margin: 0;
  padding: 0;
  color: inherit;
  background:none;
  border: none;
  text-decoration: none;
  font-size: 1em;
}

#banner .contact.contactContainer {
  display:flex;
  flex-direction:row;
  align-items:center;
  
}
#banner .contact.contactContainer a.bookNow {
  font-weight:400;
  text-transform:uppercase;
  width:160px;
  font-weight:400;
  font-size:0.85em;
}

.contactContainer a {
  text-align:center;
}

/* ---------------------------------- */
/* ----------- TOPBAR ---------- */
/* ---------------------------------- */


.topBar {
  position:absolute;
  z-index:1000;
  top:0px;
  left:0px;
  right:0px;
  border-bottom:2px solid #222;
  width:100%;
  font-size:1em;
  font-weight:400;
}

.topBar a {
  text-decoration:none;
  margin-right:10px;
}

.topBar a:before,
a.enquire-trigger:before {
}

.topBar .container {
  display:flex;
  position:relative;
  box-sizing:border-box;
  justify-content: space-between;
  font-size:0.95em;
  padding:10px 0px;
}


/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */


#subBanner {
  position:relative;
  background:#222;
  background-size:cover;
}
#subBanner h1 {
  color:var(--white);
}
#subBanner .container {
  padding: 2% 0% 2% 0%;
  background-size: cover !important;
  background-position: center center !important;
}
#subBannerHome > .container {
  max-width:100%;
  position: relative;
}

#subBannerHome .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  height:85vh;
}


#subBannerHome .container .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;

}

#subBannerHome {
  position:relative;
}

#subBannerHome:after {
  content:"";
  position:absolute;
  inset:0;
   background: rgb(17,17,17);
background: linear-gradient(90deg, rgba(17,17,17,1) 0%, rgba(17,17,17,1) 31%, rgba(17,17,17,0.6) 45%, rgba(17,17,17,0) 65%); 
  z-index:1;
}



.subBannerImage {
  position:absolute;
  z-index:0;
  width:70%;
  top: 0;
  bottom: 0;
  right: 0!important;
  background: url(/thumbnaillarge/homepageImage.jpg) center center no-repeat !important;
  background-size: cover !important;
  background-color:red;

}


.subBannerImage:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.subBannerText {
  position: absolute;
  z-index:100;
  top: 0;
  left: 0;
  bottom: 0;
  width: 55%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1em 3em;
}
.subBannerText > * {
  z-index: 2;
  color:#fff;
}
.subBannerText p {
  font-size:1.1em;
  margin-top:0;
}

/* ---------------------------------- */
/* ------ HOME/CONTACT STYLES ------- */
/* ---------------------------------- */

.sliderText {
  position: absolute;
  z-index:1;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 2em;
  text-align:left;
}


.sliderText > span {
  color:#fff;
  font-size:1.2em;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:0.15em;
  opacity:0.6;
}

.sliderText p {
  color:#fff;
  font-size:1.2em;
  width:60%;
  max-width:800px;
}
.sliderText h2 {
  font-size:3.2em;
  margin-bottom:0em;
  color:#fff;
  padding-top:0;
  margin-top:0;
  max-width:900px;
  text-transform:uppercase;
}
.sliderText h2 span {
  color:var(--cta);
}
.sliderText h3 {
  font-weight:300;
  color:#fff;
  font-size:1.2em;
  text-transform:uppercase;
  letter-spacing:0.1em;
}
#subBannerHome .sliderText a {
  position: relative;
  z-index: 4;
  padding:1em 2em;
}
.flickerplate,
.flick-inner {
  padding-bottom: 80vh;
  height: 0;
}
.flickerplate {
  position: relative;
  width: 100%;
  background-color: var(--black);
  overflow: hidden;
}

.flickerplate:after {
  content:"";
  position:absolute;
  z-index:1;
  inset:0;
  width:100%;
  height:100%;
/*    background: rgb(17,17,17);
background: linear-gradient(77deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0.9) 38%, rgba(17,17,17,0) 76%);  */
}



.flickerplate ul.flicks {
  width: 10000%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.flickerplate li {
  float: left;
  width: 1%;
  height: 100%;
  background-position: center;
  background-size: cover;
  display: table;
  transition: var(--transition);
}
.flickerplate li[style*='opacity: 1'] {
  z-index: 1;
}
.flick-inner {
  display: table-cell;
  vertical-align: middle;
  position: relative;

}


.flick-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1em;
}
.flick-title,
.flick-sub-text {
  width: 40%;
  text-align: left;
}
.flick-title {
  font-size: 2em;
  color: inherit;
}
.flick-sub-text {
  font-size: 1.2em;
  color: inherit;
  margin-bottom: 1em;
}
.flick-but {
  position: relative;
  z-index: 2;
  width: 15em;
}
.flickerplate .arrow-navigation {
  position: absolute;
  height: 80%;
  width: 10%;
  top: 10%;
  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: 0;
}
.flickerplate .arrow-navigation .arrow:hover {
  opacity: 0.8;
}
.flickerplate .arrow-navigation .arrow:before {
  font-size: 3em;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.flickerplate.flicker-theme-dark .arrow-navigation .arrow:before {
  color: var(--primary);
}
.flickerplate .arrow-navigation.left {
  left: 0
}
.flickerplate .arrow-navigation.right {
  right: 0
}
.flickerplate .arrow-navigation.left .arrow:before {
  content: "\f104";
}
.flickerplate .arrow-navigation.right .arrow:before {
  content: "\f105";
}
.flickerplate .dot-navigation {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 100%;
  text-align: center;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-items: center;
}
.flickerplate .dot-navigation ul {
  list-style: none;
  margin: 0;
  padding:5% 0px;
}
.flickerplate .dot-navigation ul li {
  display: inline-block;
  width: auto;
  float: none
}
.flickerplate .dot-navigation .dot {
  width: 0.3em;
  height: 0.5em;
  margin: 0.2em 0.5em;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: rgba(255,255,255,.1);
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color: #1f789d;
}
.flickerplate .dot-navigation .dot:hover {
  background-color: rgba(255,255,255,.5);
}
.flickerplate .dot-navigation .dot.active {
  background-color: rgba(255,255,255,.95);
}
.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;
  background-size:100%;
  background-repeat:no-repeat;
  background-position:right center;
}
.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;
}
@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) {
  .flick-content,
  .arrow-navigation,
  .dot-navigation,
  .sliderText {
    font-size: 0.8em;
  }
  .flickerplate,
  .flick-inner {
    padding-bottom: 550px;
  }
}
@media all and (max-width: 700px) {
  .flick-content,
  .arrow-navigation,
  .dot-navigation,
  .sliderText {
    font-size: 0.8em;
  }
  .flickerplate,
  .flick-inner {
    padding-bottom: 250px;
  }
  .sliderText p {
    line-height: 1.1em;
  }
}

/* ---------------------------------- */
/* ------- PREMIUM/WORKS CSS -------- */
/* ---------------------------------- */


#enquire-slide.active {
  opacity: 1;
  right:0;
}
#enquire-slide .col-2 {
  width:100%;
  margin:0px;
}
#enquire-slide {
  position: fixed;
  top: 0;
  opacity: 0;
  right: -750px;
  z-index: 9999;
  background: var(--white);
  display: block;
  overflow: hidden;
  color:var(--fontColor);
  width: 500px;
  transition: all .3s ease-in;
}
#enquire-slide h2 {
  color:var(--headingColor);
  font-size:1.7em;
}
#enquire-slide .container {
  height: 100%;
  height: 100vh;
  max-width: none;
  display: flex;
  align-items: space-between;
  justify-content: center;
  position: initial;
  flex-direction: column;
  padding:30px;
}
#enquire-slide .enquiryForm {
  background: none;
  font-size: 1em;
  width: 100%;
  margin: auto;
  float: none;
  padding: 0;
  margin-top:40px;
  box-shadow: none;
}
.slideContact {
  text-align: center;
  padding: 0 10px;
  color:var(--fontColor);
}
#enquire-slide h2 {
  color: var(--headingColor);
  margin-bottom: 25px;
  width: 100%;
  text-align: center;
}
#enquire-slide .enquiryForm input[type="text"],
#enquire-slide .enquiryForm input[type="email"],
#enquire-slide .enquiryForm input[type="tel"],
#enquire-slide .enquiryForm textarea {
  padding-left: 40px;
  color:var(--fontColor);
  background:rgba(0,0,0,0.07);
}
.required {
  font-size: 0.9em;
}
.closeBtn {
  position: absolute;
  left: 0;
  right: 10px;
  top: 10px;
  display: block;
  width: 25px;
  height: 25px;
  padding:20px;
  margin: 0 5px 0 auto;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 100%;
}
.closeBtn:hover {
  opacity: 0.5;
}
.closeBtn:before,
.closeBtn:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #222;
  position: absolute;
  top: 50%;
  right: 17%;
}
.closeBtn:before {
  transform: rotate(-45deg);
}
.closeBtn:after {
  transform: rotate(45deg);
}
#enquire-slide .enqRow {
  position: relative;
}
#enquire-slide span {
  font-family: FontAwesome;
  position: absolute;
  top: 21px;
  left: 22px;
  font-size: 0.9em;
  font-weight: normal;
  color: var(--cta);
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#enquire-slide .name:before {
  content: "\f007";
}
#enquire-slide .question:before {
  content: "\f0e6";
}
#enquire-slide .clock:before {
  content: "\f017";
}
.dropContact p a {
  color: inherit
}
.dropContact p a:hover {
  color: var(--cta);
}
#enquire-slide .-invertedBtn- {
  color:var(--primary)!important;
  border-color:var(--primary)!important;
}
::-webkit-input-placeholder {
  color: #222;
}
::-moz-placeholder {
  color: #222;
}
:-ms-input-placeholder {
  color: #222;
}
:-moz-placeholder {
  color: #222;
}
@media (max-width:700px) {
  #enquire-slide {
    width: 100%;
    right:-750px;
  }
}
@media (max-height:750px) {
  .slideContact {
    display:none;
  }
}

/* ----------- PRELOADER ICON  ----------- */

.cp-spinner {
  width:55px;
  height:55px;
  display:inline-block;
  position:relative;
  margin-top: 1em;
}
.cp-round:before {
  border-radius:50%;
  content:" ";
  width:55px;
  height:55px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--opacity20);
  border-right:solid 3px var(--opacity20);
  border-bottom:solid 3px var(--opacity20);
  border-left:solid 3px var(--opacity20);
  position:absolute;
  top:0;
  left:0
}
.cp-round:after {
  border-radius:50%;
  content:" ";
  width:55px;
  height:55px;
  display:inline-block;
  box-sizing:border-box;
  border-top:solid 3px var(--cta);
  border-right:solid 3px transparent;
  border-bottom:solid 3px transparent;
  border-left:solid 3px transparent;
  position:absolute;
  top:0;
  left:0;
  animation:cp-round-animate 1s ease-in-out infinite
}
@keyframes cp-round-animate {
  0% {
    transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}
/* ---------------------------------- */
/* ----------- PRELOADER  ----------- */
/* ---------------------------------- */

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  height: 100vh;
  z-index: 9999999;
  overflow: hidden;
}
#loader {
  position: relative;
  display: block;
  width: 90%;
  height: 100%;
  margin: auto;
  max-width: 300px;
  border: 3px solid transparent;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  justify-content:center;
  align-items: center;
}
#loader img {
  width:100%;
  height:auto;
  opacity:0;
  filter: alpha(opacity=0);
}
#loader img {
  -webkit-animation: load 4s alternate;
  animation: load 4s alternate;
}
@-webkit-keyframes load {
  0%   {
    opacity:0;
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}
@keyframes load {
  0%   {
    opacity:0;
    filter: alpha(opacity=0);
  }
  30% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  70% {
    opacity:1;
    filter: alpha(opacity=100);
  }
  100% {
    opacity:0;
    filter: alpha(opacity=0);
  }
}
#loader-wrapper .loader-section {
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
  left: 0;
}
#loader-wrapper .loader-section.section-right {
  right: 0;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded #loader {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

/*-------------------------------------*/
/*-- GOOGLE STYLE TESTIMONIAL 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;
  margin: 0;
  padding: 2.5%;
  max-width: var(--containerWidth);
  overflow: hidden; 
}

.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: flex-start;
  padding-bottom: 10px;
}

.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;  
  margin: calc(var(--gridSpacing) / 2);
  margin-bottom:0;
}

.slick-slide p {
  font-size: .9em;
  line-height: 1.5em;
}

.slick-slide img {
  display: block;
  width: 200px;
  min-height: 500px;
  max-height:500px!important;
  object-fit: cover;
  width:100%!Important;
}
.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-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* 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: 18px;
}

.slick-prev {
  left: 20px;
}

.slick-next {
  right: 20px;
}

.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: .5;

  color: #111;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0em;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.teamSlider .slick-dots {
  bottom: -20px;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  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: 20px;
  height: 20px;
  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";
  color: #111;

  font-family: 'FontAwesome';
  font-size: 8px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: var(--cta);
}



/* testimonial slider adjustments */



.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(--headingColor);}

.slick-dots *,
.slick-dots *:before,
.slick-prev:before,
.slick-next:before {
  transition: 0.2s;
}

.hideOverflow {
  overflow-x: hidden;
}



/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

/* ----------- VIDEOS ----------- */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 

.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100% !important; 
  height: 100% !important; 
}

/* ----------- CUSTOM CSS ----------- */

.vocalCoaches p {
  text-transform:uppercase;
  font-size:1.1em;
  color:#666;
}

.vocalCoaches * {
  text-align:center;
}

.vocalCoaches img {
  border-radius:1em!important;
  width:90%!Important;
  margin:0 auto;
}

.vocalCoaches {
/* pointer-events:none!important; */
}

.vocalCoaches h6 a {
  pointer-events:visible;
}

.photoSection .container {
  max-width:none;
}

.photoSection.buttonSection {
  max-width:var(--containerWidth);
  margin:0 auto;
}

.link0 .photoSection .container {
  max-width:var(--containerWidth);
}

.contentImgRow .item {
  margin-bottom:0;
}



.customTable td {
  background:#f7f7f7;
  padding:2em;
  border-radius:1em;
}


.performances div, .testimonials div {
    padding:2em;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  background:#f7f7f7;
  border-radius:1em;
}

.customTable2 {
  background:var(--cta);
  color:#fff;
  width:100%!important;
    border-radius:1em;
}

.customTable2 td {
  padding:2em;

}


.table-to-div.steps div {
  background:#fff;
  padding:4em 4em;
  border-radius:0.5em;
  display:flex;
  align-items:center;
  overflow:hidden;
}

.table-to-div.steps div:before {
  content:"1";
  position:absolute;
  z-index:0;
  opacity:0.05;
  top:50%;
  left:30%;
  font-size:18em;
  font-weight:700;
  font-family:var(--headingFont);
  text-align:center;
}


.termDates div, .pricing div {
  background:#f7f7f7;
  padding:2em;
  border-radius:1em;
  border:2px solid #222;
}

.termDates h4, .pricing h4 {
  color:var(--cta);
}


.table-to-div.steps div:nth-child(2):before {
  content:"2";
}

.table-to-div.steps div:nth-child(3):before {
  content:"3";
}


.table-to-div.steps div h3.style-two {
  font-size:1.5em;
  text-align:center;
}

.link0 #section1, .link0 #section5 {
  background:var(--primaryLight);
}

.link0 #section1 .container {
  max-width:none;
  text-align:center;
}

.link0 #section1 .textSection .siteContent {
  padding:0.75em 0;
}

.link0 #section3 {
  padding-bottom:4em;
}


.animated.fadeInUp,
.animated.fadeInDown,
.animated.fadeInLeft {
  animation-delay: 3.2s;
}

td, div[class*="col-"] {
  position: relative;
}
@media (min-width:700px) {
  .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 QUERIES -----------*/
/*------------------------------------*/
@media all and (max-width: 1200px) and (min-width: 1000px) {
  #banner  {
    font-size:0.75em;
  }
  #banner .phone {
    min-width:150px;
  }
}