<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------- */
/* ------ 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;
}

.contentWrap section:last-of-type &gt; div:last-of-type .siteContent {
  padding-bottom: 5em;
}

.textSection + .photoSection .siteContent {padding-bottom:3em;}


h1 {
  font-size: 2.2em;
}

h2, 
section[id^="shopSection"] h3, 
.blog-widget-heading,
.blogMenu .categoryMenu:before,
.blogArchive:before,
.enqHeader {
  font-size: 2.2em;
}

/* ---------------------------------- */
/* ------------ 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: transparent;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1000;
}
#navToggleWrap &gt; #navToggle, #navToggleWrap &gt; a {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 10px 0;
  line-height: 1em;
  position: static;
  cursor: pointer;
  text-decoration: none;
  background: var(--primaryDark);
  color: #fff;
  width: 25%;
}
#navToggleWrap &gt; #navToggle:after, #navToggleWrap &gt; a:after {
  line-height: 1em;
  display: block;
  text-align: center;
  margin: 8px 0 2px;
}
#navToggleWrap &gt; #navToggle:before, #navToggleWrap &gt; a:before {
  font-family: FontAwesome;
  font-size: 1em;
  line-height: 1em;
  display: block;
  text-align: center;
  margin: 2px 0;
}
#navToggleWrap &gt; #navToggle:after, #navToggleWrap &gt; #navToggle span, #navToggleWrap &gt; a:after, #navToggleWrap &gt; a span {
  font-size: 11px;
  text-transform: uppercase;
}
#navToggleWrap #navToggle:before {
  content: "\f0c9";
}
#navToggleWrap #navToggle:after {
  content: "Menu";
}
#navToggleWrap .blank:before {
  content: "\f0f6";
}
#navToggleWrap a[href="#"], 
#navToggleWrap a[href*="$"],
#navToggleWrap .enquire-trigger,
#navToggleWrap .address{
  display: none;
}
#navToggleWrap .address:after {
  content: "address";
  display: none;
}
#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: "Quote";
}
#navToggleWrap .youTube:after {
  content: "youTube";
}
#navToggleWrap .email:after {
  content: "enquire";
}
#navToggleWrap .phone:after {
  content: "phone";
}

#navToggleWrap .address:after {
  content: "address";
}

#mobileMenu {
  display: inline-block;
  background: #fff;
}
#mobileMenu nav {
  display: none;
}
#mobileMenu nav &gt; li {
  border-bottom: 1px solid var(--primaryLight);
}
#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(--primaryDark);
}
#mobileMenu .parent &gt; span:after {
  content: "\f107";
  font: 1em fontawesome;
  margin-left: 10px;
  transition: .3s;
  transform: rotate(0deg);
  display: inline-block;
}
#mobileMenu .parent.open &gt; span:after {
  transform: rotate(180deg);
}
#mobileMenu .current &gt; span, #mobileMenu .current &gt; 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.1);
}

/* ----------- 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(--gridSpacing));
  margin: 0 auto;
}

.col-2-small, .contentImgRow .item, .cartThumb {
  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: absolute;
  top: 40px;
  padding: 2.7em 0 0.5em;
}

#banner {border-top: 0 solid transparent;}

.siteTop {padding-top: 0;}

.logo {
  margin: auto; 
  max-width: 240px;
  padding: 25px 0 5px;
}

#subBanner .container.hasImage {
  background-size: cover !important;
  background-position: center center !important;
  padding-bottom: 40%;
}

.fixedTopWrap {
  padding-bottom: 0;
}

.flickerplate, .flick-inner {
  
  padding-bottom: calc(100vh - 100px);
  min-height: 450px;
}

.flick-content {
  top: 0;
}

#subBannerHome .-ctaBtn- {
  margin-bottom: 0.5em;
}

/* ---------------------------------- */
/* -------- 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;
}

/* ---------------------------------- */
/* -------- PREMIUM/WORKS CSS ------- */
/* ---------------------------------- */

#enquire-dropdown #enquiry {
    max-width: 100%;
}


/* ----------- SVG OVERLAYS ---------- */

#subBannerHome &gt; .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;
}


/* ---------------------------------- */
/* ----------- CUSTOM CSS ----------- */
/* ---------------------------------- */

.fixedTopWrap {
  top: 0;
}


#subBannerHome {
  margin-top: 7em;
}

#subBannerHome {
  padding-bottom: 0em;
}



#subBanner {
  margin-top: 10em;
  padding-bottom: 0em;
}

#subBanner .container {
  padding-bottom: 0px;
}

.courtTable &gt; tbody &gt; tr &gt; td {
  width: 49% !important;
  display: inline-block;
}


#enquire-dropdown h3 {
  font-size: 1em;
}

#enquire-dropdown .hbspt-form div.input input,
.hbspt-form div select {
  width: 100% !important;
  padding: 5px;
  border-radius: 0.3em;
  border: solid 1px var(--primary);
  outline: none;
  margin-bottom: 5px;
}

.siteTop {
  background: #fff;
  min-height: 0;
}
</pre></body></html>