/* ---------------------------------- */
/* ------ 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;
}
#viewCart .itemCount, #viewCart .total {
  display: inline-block;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu, #navToggleWrap #viewCart {
  display: none;
}


#navToggleWrap:before {
  content:"";
  position:absolute;
  top:0;
  width:100%;
 height:5px;
  background:var(--gradient);
}

#navToggleWrap {
  position:relative;
  z-index:100;
  width: 100%;
  background: var(--cta);
  color: var(--white);
  display: -ms-flexbox;
  display: flex;
  font-size:0.9em;
}
#navToggleWrap > #navToggle, #navToggleWrap > a {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 15px 0 10px 0px;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: none;
  color: var(--white);
}
#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 {
  order:1;
  background:linear-gradient(45deg,#d49d7d 0, #6884bd 100%);  
  border-left: 2px solid rgba(0,0,0,.25) ;
}

#navToggleWrap .blank:before {
  content: "\f271";
}

#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 .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}

#navToggleWrap .blank:after{
  content: "blank";
}

#navToggleWrap .phone:after {
  content: "phone";
}


#mobileMenu {
  display: inline-block;
  background: var(--cta);
}
#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 ------------- */
/* ---------------------------------- */

footer .col-4 {
  padding:0em;
}
#footerBottom {
  padding: 0 0 2em 0;
  display:none;
}
#footerBottom .container {
  -ms-flex-direction: column;
  flex-direction: column;
}
#footerBottom nav {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
#footerBottom nav li {
  width: 100%;
}
#footerBottom .footerRight {
  text-align: center;
}

#footerTop .container {
  padding:1em 0.5em;
}

footer nav {
  width:100%;
}

.footerRight,
.footercontactWrap,
#footerTop .container > .container, .footerRightNew .footerRight{
  text-align:center;
  width:100%;
}

#footerTop .comntainer > div {
  margin-bottom;2em;
}

/*--------------- CUSTOM FOOTER -----------------*/
#footerTop .container {
  display: flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:flex-start;
  padding:2em 2em;
}

#footerTop .container > div {
  width:100%;
  text-align:center!important;
  padding:0!Important;
  margin:2em auto;
}



#footerBottom nav {
  flex-direction:column;
}



/*----------------------------------------------*/
/*--------------- 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 .enqLeft {
  padding: 5px 5px 5px 0;
}

.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;
}

.flickerplate {
  position:absolute;
}

#banner {
  top:0;
}

#banner .container {
  display:flex;
  justify-content: center;
  align-items: center;
  max-width:100%;
}



#subBanner .container {
  padding:5% 0% 5% 0%;
}




/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */

.butFrame .butHeading {
  font-size:2em;
}

.butFrame .butImage {
  width: 100%;
  height: 0;
  padding-bottom: 60%; }
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */

#subBannerHome .container[style*=".gif"], .flickerplate, .flick-inner {
  padding-bottom:50vh;
}



.sliderText h2 {
  width:100%;
  font-size:2.5em;
  width:80%;
}





.sliderText span {
  font-size:0.9em;
}
.sliderText a {
  font-size:0.7em;
}

/* ---------------------------------- */
/* ----------- SUB BANNERS ---------- */
/* ---------------------------------- */






#subBannerHome .down::before { 
  width:30px;
  height:30px; }


/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */


.logo {
  margin:0 auto; 

}




footer .contact.contactContainer, .socialMedia  {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:1em;
  text-align:center;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */


 .tableImage
{
  position: relative;
  z-index: 0;
  display: block;
  width: 90%;
  height: auto;
  margin:1em auto;
  padding: 0px;
  box-sizing: border-box;
}




.siteBottom {
  position: relative;
  z-index: 0;

  border-top-left-radius: 0em;
    border-top-right-radius: 0em;
}

.sidebarLeft td {
  text-align:center!important;
}



.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 4em 0;
} 



.M_right_img .siteContent {
  padding:3em 0em;
}

.footerRight {
  display:flex;
  flex-direction:column;
}

.twoColumn.reverse tr {
  display:flex;
  flex-direction:column-reverse;

}


.M_right_img .backgroundImage {
  margin:0;
}





h1, #subBanner h1 {
  font-size:2em;
}

h2, .link0 #section1 h2 {
  font-size:1.8em;
}

h3 {
  font-size:1.6em;
}

h4 {
  font-size:1.4em;
}
