/* ---------------------------------- */
/* ------ 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,
.viewCartContainer #viewCart {
  display: none !important;
}

.textSection .siteContent, .categorySection .siteContent, .viewCart .siteContent {
  padding: 3em 0;
}

.siteBottom section:nth-child(1) .textSection .siteContent {
  padding: 0 0;
}

.link0 #section1 .container {
  width: 100%;
  padding: 0 0;
}

.contentWrap section:last-of-type > div:last-of-type .siteContent {
  padding-bottom: 3em;
  padding-top: 0;
}

.textSection + .photoSection .siteContent {padding-bottom:3em;}

/* ---------------------------------- */
/* ------------ SIDEBAR ------------- */
/* ---------------------------------- */
.sidebar,
#outerSidebar {
  display: none;
}

.siteBottom.activeOuterSidebar {flex-wrap:wrap;}

.activeOuterSidebar #outerSidebar {
  width:100%;
  order: 2;
}

/* ---------------------------------- */
/* -------- VIEW CART BUTTON -------- */
/* ---------------------------------- */
#viewCart {
  position: static;
  border: 0px solid transparent;
}
#viewCart .itemCount, #viewCart .total {
  display: inline-block;
}

/* ---------------------------------- */
/* ----------- NAVIGATION ----------- */
/* ---------------------------------- */
#menu {
  display: none;
}

#navToggleWrap {
  width: 100%;
  background: var(--highlightTone);
  color: #fff;
  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 {
  line-height: 1em;
  display: block;
  text-align: center;
  margin: 8px 0 2px;
}
#navToggleWrap > #navToggle:before, #navToggleWrap > a:before {
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1em;
  display: block;
  text-align: center;
  margin: 2px 0;
}
#navToggleWrap > #navToggle:after, #navToggleWrap > #navToggle span, #navToggleWrap > a:after, #navToggleWrap > a span {
  font-size: 11px;
  text-transform: uppercase;
}
#navToggleWrap #navToggle:before {
  content: "\f0c9";
}
#navToggleWrap #navToggle:after {
  content: "Menu";
}
#navToggleWrap .blank:before {
  content: "\f067";
}
#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: "blank";
}
#navToggleWrap .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}
#navToggleWrap .phone:after {
  content: "phone";
}

#mobileMenu {
  display: inline-block;
  background: var(--darkTone);
}
#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: #fff;
}
#mobileMenu .parent > span:after {
  content: "\f107";
  font: 1em 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 rgba(0, 0, 0, 0.2);
}

/* ----------- SUB MENU ----------- */
#mobileMenu li ul {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: rgba(0, 0, 0, 0.3);
}
#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 4em 0;
}
#footerBottom .container {
  -ms-flex-direction: column;
      flex-direction: column;
}
#footerBottom nav {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  /*background:rgba(0,0,0,.2);*/
}
#footerBottom nav li {
  width: 100%;
}
#footerBottom .footerRight {
  text-align: center;
}

/*----------------------------------------------*/
/*--------------- ENQUIRY FORM -----------------*/
/*----------------------------------------------*/
#enquiry, .enqLeft, .enqRight {
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

.enqLeft {
  padding: 5px 5px 5px 0;
}

.checkout .siteContent .checkoutLeft .checkoutDetails .checkoutDetailsRow.enqRow {
  display: block;
}

/* ---------------------------------- */
/* ------------- GRID --------------- */
/* ---------------------------------- */
.col-1-small, 
.blog-widget .blog-widget-article,
section[class*="imgC"] .col-4 {
  width: 100%;
  width: calc(100% - var(--gridPadding));
}

.col-2-small, .contentImgRow .item, .cartThumb {
  width: 50%;
  width: calc(50% - var(--gridPadding));
}

/*.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(--gridPadding));
}*/
/* ---------------------------------- */
/* -------- BANNER OF WEBSITE ------- */
/* ---------------------------------- */

.fixedTopWrap {
  position: absolute;
  top: 59px;
}

#banner {border-top: 0 solid transparent;}

.siteTop {padding-top: 0;}

.logo {margin: auto;}

#subBanner .container.hasImage {
  background-size: 130% !important;
  background-position: center center !important;
  padding-bottom: 150px;
}

.logo img {
  width: 200px;
}

.link2 .logo img {
  width: 150px;
}

.link3 .logo img {
  width: 140px;
}


/* ---------------------------------- */
/* -------- GRAPHICAL BUTTONS ------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* -------- SLIDESHOW STYLES -------- */
/* ---------------------------------- */
/* ---------------------------------- */
/* ---------- CUSTOM FOOTER --------- */
/* ---------------------------------- */

#footerTop .col-3 {text-align:center;}

#footerTop .contactContainer {
  text-align: center;
}

#footerTop .col-3:first-child {
  order: 2;
  margin-top: 1em;
}

#footerTop .logo img {
  width: 200px;
  margin: 0em auto 1.5em;
}
/* ---------------------------------- */
/* -------- PREMIUM/WORKS CSS ------- */
/* ---------------------------------- */

#enquire-dropdown #enquiry {
    max-width: 100%;
}


/* ---------------------------------- */
/* --------- SUBBANNER HOME --------- */
/* ---------------------------------- */

.imageText {
 max-width:100%;
 left: 20%;
 padding: 4em 0em 0 0;
 justify-content: center;
}

#subBannerHome {
  position: relative;
  top: 4em;
}

#subBannerHome h1 {
 font-size:8vw;
}

#subBannerHome .contact {
 margin-top: 1em;
  margin-bottom: 3em;
}

#subBannerHome .contact a {
 font-size: 0.8em;
}

#subBannerHome .butS1:after {
  left: 150px;
  height: 3px;
  width: 27vw;
}


#subBannerHome .subBannerBG {
 padding-bottom: 500px;
  transition: ease 0.3s;
}

/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.link0 #section1 {
  margin-top: 4em;
  padding: 0;
}

.link0 #section2 {
  padding-top:2em;
}


.splitHead {
  width: 100%;
  margin: auto;
}

.splitHead h1 {
    font-size: 2em !important;
}

.splitHead td:nth-child(2) h1 {
  padding-top: 1.5em;
  font-size:2em;  
}

.splitHead tbody tr td:first-child {
  text-align: left;
  padding-right: 23%;
  padding-left: 1em;    
}

.splitHead tbody tr td:nth-child(2) {
  padding-left: 21%;
  padding-right: 1em;
}  


.link0 #section1 .textSection:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  bottom:0;
  right: 0;
  width: 50%;
  transform: translateX(-50%);
  background: url('/files/pink-logo.svg') center center no-repeat;
  opacity:0.18;
}


.siteBottom .siteContent ul {
  margin: 0 0;
}

.moduleTable.twoColumn.rightCol td {
  padding-bottom: 0;
}

.moduleTable.twoColumn.rightCol td:nth-child(n+2) {
  padding-top: 0;
}

.link0 #section2 h2 {
  margin-top: 1.5em;
}

.link0 #section2 .textSection .siteContent {
  padding-bottom: 0;
}

.link0 #section2 h2:after {
  top: 30px;
  width: 30vw;
}

.moduleTable.rightCol {
  margin-top: 3.5em;
  margin-left: 0;
  width: 100%;  
}

.splitCol tbody tr td:nth-child(2) p:first-child {
  margin-top: -1em;
}

.splitCol tbody tr td:nth-child(2):before {
  display: none;
}

.splitCol h6 {
  text-align: center;
}

.splitHead h1 {
  font-size: 7vw;
}

h1 {
  font-size: 2.8em;
}

.link0 #section4 h1 {
  margin-top: 1em;
}


.link0 #section4 h1:after {
  content: "";
  position: absolute;
  left: 3px;
  bottom:-25px;
  right: 0;
  height: 3px;
  width: 20vw;
  background: var(--highlightTone);
  z-index: -1;
}

.textSection .container  {
  padding: 0 15px;
}

.iconTable > tbody > tr > td {
    display: block !important;
    width: 100% !important;
    padding: 10px 0;
  }

.iconTable img {
  width: 250px !important;
  margin-bottom: 0;
}

.iconTable {
  position: relative;
  vertical-align: top;
}

.iconTable p:nth-child(2) {
  margin-bottom: 3em;
}

#label p:nth-child(2) {
  padding: 40px 30px 30px;
  color: var(--darkTone);
  background: #F6D6D7;
  z-index: -1;
  border-radius: 1em;
  min-height: 120px;
  font-size: 1.5em;
  width: 80%;
  margin: 0 auto 4em auto;
  line-height: 1.5em;
}

.link0 #section4 .textSection .siteContent {
  padding-bottom: 0;
}

.link2 #section5 {
  padding: 4em 0 2em;
}


.flickerplate .dot-navigation .dot {
  display: none;
}


.flickerplate .arrow-navigation .arrow:before {
  font-size: 4em;
  display: block;
  font-family: FontAwesome;
  color: #fff; 
  padding: 20px 30px 80px;
}


footer .container {
  padding: 3em 0 3em;
}


.link2 #section5 h1:after {
  top: 30px;
  width: 30vw;
}



.twoColumn.successTable tbody tr td {
  padding: 0%;
}

.successTable tbody tr td > img {
  margin: .5em 0;
}

.successTable tbody tr:nth-child(1) td:nth-child(2) > p img {
/*   border-top: solid 2px var(--highlightTone); */
  padding-top: 2em;
}



.link7 #section1 h1:after {
  content: '';
  width: 100%;
  max-width: 20%;
}

.link7 #section2 h2:after {
  content: '';
  width: 100%;
  max-width: 20%;
  position: relative;
  display: block;
  height: 3px;
  background: var(--highlightTone);
  left:0;
  top:20px;
}

#banner:before {
  display: none;
}

.link3 #section1 h3 {
  margin: 2em 1em 3em;
  line-height: 1.4em;
  font-size: 1.3em;
}

.link3 #section1 h1 {
  margin: 1em 0em 0.5em;
  font-size: 2.5em;
}


.contentImgRow .item {
  float: left;
  margin-bottom: 3em;
}

/*------------------------------------*/
/*--------- SUCCESS STOTRIES ---------*/
/*-------- GRAPHICAL BUTTONS ---------*/
/*------------------------------------*/


.link7 .photoSection .siteContent,
.link9 .photoSection .siteContent,
.link10 .photoSection .siteContent {
  padding-bottom:0em;
}

.link7 section:nth-child(n+2) .photoSection,
.link9 .photoSection,
.link10 .photoSection {
  padding: 0em 0;
}

.link7 .grid [class*='col-'], .contentImgRow .item,
.link9 .grid [class*='col-'], .contentImgRow .item,
.link10 .grid [class*='col-'], .contentImgRow .item {
  float: left;
  margin-left: calc(var(--gridPadding) / 2);
  margin-right: calc(var(--gridPadding) / 2);
  margin-bottom: 2em;
}


#banner .container {
  height: 100px;
}


/* ----------- SVG OVERLAYS ---------- */

#subBannerHome > .container:after,
#subBannerHome .flickerplate:after,
.whiteSectionBefore:before {
  height: 40px;
}

.siteBottom section:not([class*="M_"]) + [class*="M_"]:after {height: 40px;}

.siteBottom section:not([class*="M_"]) + [class*="M_"] {padding-top: 0;}

.siteBottom section:last-child, .itemSection {padding-bottom: 20px;}

.siteBottom section.categorySection {padding-bottom: 0;}

footer:before {
  top: -39px;
  height: 40px;
}


.flipTable tbody tr td:nth-child(odd) {
  border-top: dotted 3px var(--highlightTone);
  padding-top: 3.2em;
  padding-bottom: 0em;
  margin-top:3em;  
}

.flipTable tbody tr:first-child td:nth-child(1) {
  margin-top: 0;
}



.flipTable tbody tr td:nth-child(even) {
  border-top: dotted 3px transparent;
}


@media screen and (max-width: 460px) {
.imageText {
 max-width:95%;
 left: 0;
 padding: 4em 0em 0 .5em;
 justify-content: center;
}
  
#subBannerHome h1 {
 font-size:2.5em;
}
  
  
  
}