/* ---------------------------------- */
/* ------ MAIN BODY OF WEBSITE ------ */
/* ---------------------------------- */
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
  -webkit-text-size-adjust: none;
  /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
}

.outerWrap.menu-open {
  cursor: pointer;
}

.desktop-hide,
a.desktop-hide {
  display: block !important;
}

.mobile-hide,
a.mobile-hide,
#banner #viewCart {
  display: none !important;
}


/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar,
#outerSidebar {
  display: none;
}

/* ---------------------------------- */
/* -------- VIEW CART BUTTON -------- */
/* ---------------------------------- */
#viewCart {
  position: static;
  border: 0px solid transparent;
  display:none;
}
#viewCart .itemCount, #viewCart .total {
  display: inline-block;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */


#menu {
  display: none;
}

#navToggleWrap {
  width: 100%;
  background:var(--primary);
  border-bottom:1px solid rgba(30,30,30,0.1);
  color: var(--white);
  display: -ms-flexbox;
  display: flex;
}
#navToggleWrap > #navToggle, #navToggleWrap > a {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 10px 0;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: none;
  color: #fff;
}
#navToggleWrap > #navToggle:after, #navToggleWrap > a:after {
  text-align: center;
}
#navToggleWrap > #navToggle:before, #navToggleWrap > a:before {
  font-family: 'FontAwesome';
  display: block;
  text-align: center;
  margin: 2px 0;
}
#navToggleWrap > #navToggle:after, #navToggleWrap > #navToggle span, #navToggleWrap > a:after, #navToggleWrap > a span {
  font-size: .7em;
  text-transform: uppercase;
  margin: 8px 0 2px;
  display: block;
  display:none;
}
#navToggleWrap #navToggle:before {
  content: "\f0c9";
}
#navToggleWrap #navToggle:after {
  content: "Menu";
}
#navToggleWrap .blank:before {
  content: "\f073";
}
#navToggleWrap a[href="#"], 
#navToggleWrap a[href*="$"],
#navToggleWrap .toContactPage {
  display: none;
}
#navToggleWrap .address:after {
  content: "address";
}
#navToggleWrap .facebook:after {
  content: "facebook";
}
#navToggleWrap .twitter:after {
  content: "twitter";
}
#navToggleWrap .instagram:after {
  content: "instagram";
}
#navToggleWrap .googlePlus:after {
  content: "googlePlus";
}
#navToggleWrap .pinterest:after {
  content: "pinterest";
}
#navToggleWrap .linkedIn:after {
  content: "linkedIn";
}
#navToggleWrap .blank:after {
  content: "book now";
}
#navToggleWrap .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}
#navToggleWrap .phone:after {
  content: "phone";
}

#mobileMenu {
  display: inline-block;
  background: var(--primaryDark);
}
#mobileMenu nav {
  display: none;
}
#mobileMenu nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#mobileMenu li {
  list-style-type: none;
}
#mobileMenu li a {
  width: 100%;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
#mobileMenu li span {
  padding: 10px;
  display: block;
  color: var(--white);
}
#mobileMenu .parent > span:after {
  content: "\f107";
  font-family: 'fontAwesome';
  margin-left: 10px;
  transition: .3s;
  transform: rotate(0deg);
  display: inline-block;
}
#mobileMenu .parent.open > span:after {
  transform: rotate(180deg);
}
#mobileMenu .current > span, #mobileMenu .current > a {
  opacity: 0.5;
}

#mobileMenu nav {
  display: inline-block;
  width: 100%;
}

#mobileMenu {
  position: fixed;
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
  z-index: 10000;
  overflow: scroll;
  transition: .5s ease-out;
}
#mobileMenu.menu-open {
  left: 0;
  box-shadow: 5px 0 10px var(--opacity20);
}

/* ----------- SUB MENU ----------- */
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: var(--opacity20);
}
#mobileMenu li ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#mobileMenu li ul a {
  padding-left: 30px;
}

/* ---------------------------------- */
/* ------------- FOOTER ------------- */
/* ---------------------------------- */
#footerBottom {
  padding: 0 0 1em 0;
}
#footerBottom .container {
  -ms-flex-direction: column;
      flex-direction: column;
  align-items:flex-start;
  justify-content:flex-start;
  text-align:left;
}
#footerBottom nav {
  width: 100%;
  padding: 10px 0;

}

#footerBottom .footerRight {
  text-align: center;
}

#footerTop .container {
  flex-wrap:wrap;
  justify-content:center;
}
.footerRight {
  display:flex;
  flex-direction:column;
  display:none;
}

.socialMedia {
    padding-bottom:3em;
}



/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
.enquiryForm, .enquiryForm .enqLeft, .enquiryForm .enqRight {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.enquiryForm .enqRow {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}



.enquiryForm .checkbox .enqLeft:empty {
  display: none;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.enqRow {
  display: block;
}

/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-small, .cartThumb.category, 
.blog-widget .blog-widget-article,
section[class*="_imgC"] .col-4,
section[class*="_imgC"] .col-6 {
  width: 100%;
  width: calc(100% - var(--gridSpacing));
}

.col-2-small, .contentImgRow .item, .cartThumb.item {
  width: 50%;
  width: calc(50% - var(--gridSpacing));
}

/*.col-1,
.col-2,
.col-3,
.col-3x2,
.col-4,
.col-4x3,
.col-5,
.col-5x2,
.col-5x3,
.col-5x4,
.col-6,
.col-6x5 {
    width: 100%;
    width: calc(100% - var(--gridSpacing));
}*/
/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */
/* ---------------------------------- */

.fixedTopWrap {
  position:relative;

}



#banner {
  position:relative;
  border-top:none;
}


 .siteBottom, .link0 .siteBottom, .link1 .siteBottom {
  margin:0 auto;
  /*! max-width:120px; */

}



.siteTop {padding-top: 0;}

.logo {
  margin:0 auto;
  padding:10px 0px!important;
  text-align:center;
  width:250px;
}

/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.outerWrap {
  width:100%;
  padding-top:0;
}


/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

.sliderText h1 {
  display:none;
}

.sliderText h2{
  font-size: 2em;
  width:100%;
}

.sliderText div {
  padding:0em;
}

.sliderText span {
  font-size:0.9em;
}

  .flickerplate,
  .flick-inner {
    padding-bottom: 0;
    height:40vh;
  }


/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

#footerTop .col-3 {text-align:center;}

#footerTop .contactContainer {
  text-align: center;
}

#footerTop .col-4 {
  margin-top: 1em;
}

footer nav {
  display:flex;
  flex-direction:column;
 justify-content:flex-start;
  text-align:left;
}

/* ---------------------------------- */
/* -------- PREMIUM/WORKS CSS ------- */
/* ---------------------------------- */

#enquire-dropdown #enquiry {
    max-width: 100%;
}



/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.butFrame .butHeading {
  font-size:1.2em;  }


.slick-prev {
left:5px;
}
.slick-next {
left:60px;

}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding:2.5em 0em;
}


.M_left_imgC .backgroundImage {
  top: 0; left: 0; right: 0; bottom: 0; 
  width:100%;

}

.M_left_imgC .siteContent {
  max-width:100%;
}


.twoColumn.reverse > tbody > tr {
  display:flex!important;
  flex-direction:column-reverse;
} 
/* ---------------------------------- */
/* ----------- HEADINGS ----------- */
/* ---------------------------------- */



.slick-prev {
   position:absolute;
  z-index:1;
 bottom:-50px;
  left:3%;
  display:flex;
  align-items:flex-end;
  justify-content:flex-end;

}

.slick-prev:before, .slick-next:before {
    border:1px solid rgba(0,0,0,0.2);
}


.slick-next {
  position:absolute;
    bottom:-50px;
  right:3%;
    display:flex;
  align-items:flex-end;
  justify-content:flex-end;

}

h1 {
  font-size:2em;
}

h2, h1 + h2{
 font-size: 1.5em;
}



h3,  h3.style-two {
  font-size:1.3em;
}

h4 {
  font-size:1.1em;
}

h5 {
  font-size:1em;
}



