/*
Theme Name: Hide Teak
Theme URI: https://www.rgdesign.co.uk/
Author: Gareth at R&G Design
Author URI: https://www.rgdesign.co.uk/
Version: 10.0.0
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
body { background:#f6ecd3; color: #1a341b; font-family: 'Amatic SC', cursive; font-size: 15px; line-height: 24px; font-weight: 700; }
.wrapper { position: relative; overflow: hidden; }
.clear { clear:both; }
#main ol, #main ul { list-style: none; }
blockquote, q { quotes: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th, td { font-weight: normal; text-align: left; }

html { overflow-y: scroll; font-size: 100%;	-webkit-text-size-adjust: 100%;	-ms-text-size-adjust: 100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {	display: block; }
audio, canvas, video { display: inline-block; }
audio:not([controls]) {	display: none; }
ins { text-decoration: none; }
hr { background-color: #ccc; border: 0; height: 1px; margin: 24px; clear: both; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
small {	font-size: smaller; }
img { border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; }
iframe { display:block; margin-bottom: 40px;}

/* Clearing floats */
.clear:after, .wrapper:after, .format-status .entry-header:after {clear: both;}
.clear:before, .clear:after, .wrapper:before, .wrapper:after, .format-status .entry-header:before, .format-status .entry-header:after {	display: table;	content: "";}

/* ##### KEY FONTS ##### */
h1, h2, h3, h4, h5, h6 { font-weight: 700; margin:0px; padding:0 0 15px 0;  }
h1 { font-size: 55px; line-height: 65px; }
h2 { font-size: 40px; line-height: 50px; }
.orange h2, .orange h3 { color:#333}
h3 { font-size: 22px; line-height: 30px; }
h6 { font-size: 15px; margin: 0px; }
p, li { color:#fff; font-weight:400; color:#1a341b; }
p { font-family: 'Montserrat', sans-serif; font-weight:400;  }

strong { font-weight:700; }
a { text-decoration:none; color: #1a341b; }
.container p { padding-bottom: 18px; }
.container ul { font-weight:400; margin-bottom:20px}
.container p a:hover { color:#333333; }

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title, .page-title, .widget-title, .entry-content th, .comment-content th { text-transform: uppercase; }

/* Form fields, general styles first */
button, input, select, textarea { border: none; width:95%; border-radius: 0px; font-family: inherit; padding: 10px 2.5%; color: #000; background-color: #fff; font-size: 14px; }
button, input {	line-height: normal; }
textarea { font-size: 100%;	overflow: auto;	vertical-align: top; }

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0; }

/* Buttons */
.menu-toggle, input[type="submit"], input[type="button"], input[type="reset"], article.post-password-required input[type="submit"], .bypostauthor cite span {
    padding: 10px 0;
    font-size: 17px;
    border: none;
    width: 100%;
    background-color: #c69d6d;
    color: #fff;
}

.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}
.menu-toggle:hover,
.menu-toggle:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	border-color: transparent;
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	border-color: transparent;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; 
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; 
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; 
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}


/* Body, links, basics */
html { font-size: 87.5%; }
a { outline: none; text-decoration:none; }
a:hover { }
.entry-content a { }

/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	height: 1px;
	width: 1px;
}
.main-navigation .assistive-text:focus,
.site .screen-reader-text:hover,
.site .screen-reader-text:active,
.site .screen-reader-text:focus {
	clip: auto !important;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site { padding: 0 20px; position:relative; }
.container { width: 1000px; padding: 0px; margin-right: auto; margin-left: auto; max-width: 90%; }
.entry-content .container { margin-top:30px }
.woocommerce-cart #primary, .woocommerce-checkout #primary { font-family: 'Montserrat', sans-serif;} 
#main.container { width: 100%; max-width: 100%; position: relative; padding:0; }

/* ### SECTIONS ### */
section#home { padding:0; }
section { display:block; width:100%; padding: 40px 0; }

.nopadtop { padding-top:0; }
.nopad { padding:0; }

.button { width: auto; max-width: 350px; background: #000; text-align: center; display: block; padding: 10px; font-size: 14px; color: #fff; text-transform: uppercase; margin: 25px auto; }
.button:hover { background: #e19916; color: #fff  }
.product .button { width: 30%; max-width: 350px; background: #e19916; padding: 10px 0; margin: 25px 10%; float: left; }
.section.orange .button { background:#fff; color:#000; }
.section.orange .button:hover { background:#666; color:#fff; }
.section.gallery .button { background:#ed028b; color:#fff; }
.section.gallery .button:hover { background:#fff; color:#000; }
.service .button { margin-top:0px}

/* ### Header ### */
header { z-index: 1000; white-space: nowrap; width:100%; display:block; }
.sticky header { display:none; }
hgroup { background: #f6ecd3; }
hgroup .container { position: relative; padding: 15px 0; }
#logo { z-index: 10; width: 350px; height: 40px; background-size: 100% auto; background-repeat: no-repeat; float: left; background-image: url(images/hide-n-teak-logo.png); position: relative }
hgroup .inner { display: inline-block; width: 350px; float: right;}
.language { float: right; display: block; }
.contact { clear:both;font-size: 18px; text-align: center; color: #e19916; width: auto; float: right; padding: 10px 0 0 0; }
a.phone, a.email { color:#e19916; display:block }
a.phone { font-size:27px; line-height:30px }
.social { float:right}
.social a {width:30px;height:30px;display:block;background-size:cover;background-repeat:no-repeat;background-position: center;float:right; margin:0 10px 0 0}
.facebook {background-image: url(images/icon-facebook.svg)}
.twitter {background-image: url(images/icon-twitter.svg)}
.youtube {background-image: url(images/icon-youtube.svg)}
.instagram {background-image: url(images/icon-instagram.svg)}
#social {
    float: right;
    width: 410px;
    text-align: right;
    margin-bottom:5px;
}
#social img {
    float:right;
    margin-left: 1px;
    width:30px;
    height: 30px;
}
#social img.first {
    margin-right:14px;
}
#minicart {
    width: auto;
    padding-left: 40px;
    background: transparent url("images/cart.png") no-repeat scroll 0% 0%;
    min-height: 25px;
    text-align: left;
    padding-top: 7px;
    float: right;
    margin-top: 0px;
    background-size: 30px 30px;
	font-size: 17px;
}
#minicart a { color:#1a341b; }
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}
#prodsearch {
    padding-top: 0px;
    height: 30px;
    background-color: #fff;
    width: 200px;
    float: right;
    margin: 0 15px;
}
#prodsearch [type="submit"] {
    padding: 0px;
    font-size: 3px;
    font-weight: normal;
    color: #c69d6d;
    background-color: #fff;
    border: medium none;
    width: 30px;
    height: 30px;
    margin: 0px;
    background: url("images/search.png") no-repeat center center;
	background-size:20px 20px;
    border: none;
    box-shadow: none;
}
#prodsearch .search-field {
    border: medium none;
    border-radius: 0px;
    font-family: inherit;
    padding: 0px 10px;
    background-color: #fff;
    color: #c69d6d;
    float: left;
    height: 30px;
    width: 170px;
    font-size: 16px;
    font-weight: 700;
}
.facebook { float: right; width:30px; height:30px; background: url("images/facebook.png") no-repeat; background-size:cover; display:block; }


.topnav { clear: right;float:right;margin-top:15px;text-align:right;font-size:19px; }
.topnav a { color: #1a341b; margin: 0 0 0 25px; text-transform: uppercase; -webkit-transition: .7s; transition: .7s; }
.topnav a:first-child { margin: 0px; }
.topnav a:hover, .sticky #topnav a:hover { color:#c69d6d; }
.sticky #primary { margin-top: 0px; }
.sticky .main-navigation { position: fixed; z-index: 100 }
.sticky .main-navigation li a { font-size: 20px; padding: 5px; }

.sub.banner h1 { color:#fff; padding: 70px 0; }



/* ### Navigation Menu ### */
.main-navigation { float: none; margin: 0; background:#c69d6d; padding:0; text-transform:uppercase }
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul { display: none; }
.main-navigation ul.nav-menu.toggled-on, .menu-toggle { display: block; list-style: none; margin: 0; }
.main-navigation ul.nav-menu.toggled-on a { display: block; padding: 10px; color: #1a341b; border-bottom: none; }
.menu-menu-1-container { position: absolute; width: 100%; }
.sticky .menu-menu-1-container { }
.menu-menu-1-container ul, .menu-menu-1-container li { margin-bottom:0; }
.nav-menu { width: 100%; }
.sticky .nav-menu { top: 10px; }
.toggled-on .on, .off { display:none;}
.on, .toggled-on .off { display:block; }
.toggled-on .off { color: #fff; }
.menu-toggle strong { font-size:17px}

/* ### HOMEPAGE ### */
#banner .owl-dots { margin-top: -50px;margin-bottom: 20px; position: relative; text-align: center; }
.owl-carousel button.owl-dot { width: 15px; height: 15px; background-color: #f6ecd3 !important; margin: 3px; }
.owl-carousel button.owl-dot.active { background-color: #c69d6d !important; }

section.banner { background-size:cover; background-position:center; height: 70vh; min-height: 700px; max-height: 90vh; padding:0px; }
.banner .container { height: 70vh; min-height: 700px; max-height: 90vh; position: relative; }
.sub .container { height: auto; min-height: auto; max-height: none; }
section.sub { background-image:url(images/sample-banner.jpg); }
section.slide1 { background-image:url(images/sample-banner.jpg); }
section.slide2 { background-image:url(images/sample-banner2.jpg); }
.slogan { color: #fff; font-size: 80px; line-height: 82px; position: absolute; text-shadow: 0 0 10px #000; text-align: center; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; font-weight: 500; }
.slogan strong { color:#ffdd00; }
.buynow { color: #c69d6d; font-size: 30px; padding:15px; line-height: 30px; position: absolute; background:#1a341b; text-align: center; bottom: 20%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 200px; font-weight: 400; }

.homepage { text-align:center }
#main .homeboxes ul li { margin-left: 0px; }
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 { font-size:24px; line-height: 26px; padding: 0 0 10px 0; }
.woocommerce ul.products li.product .price { color: #c69d6d; font-size: 18px; }
.woocommerce ul.products li.product .button { margin-top: 0; text-align: center; padding: 10px; font-size: 22px; width: auto; margin: 0 auto; float: none; background-color:#c69d6d; color:#1a341b }
.homeboxes .woocommerce ul.products li.product a img { border-radius: 50%; }

.sub .container { height: auto; min-height: auto; max-height: none; }

.intro { text-align:center; padding-top:70px; padding-bottom: 10px; }
.market { position:relative; display:block; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; width:25%; float:left; padding: 10px 10px 0 10px; text-align: center; }
.market:hover { background-color:#fff;}
.market a { display:block; }
.market img { width:100%; display: block; height: 220px; object-fit: cover; }
.market h2 { min-height: 50px;font-size: 18px; line-height:22px; padding:7px;margin: 0;color: #fff; text-align: center; }
.market:hover h2 { color:#e19916 }
.featuredreviews { text-align:center }
.featuredreviews img { width: 350px; height: auto; margin: 0 auto 20px auto; display: block;}
#testimonials { padding: 0 60px; box-sizing: border-box;}
#testimonials:before, #testimonials:after  { content:""; display:block; position:absolute; top:0px; left:0; background-image:url(images/icon-quotes.svg); width:50px; height:39px; background-size:cover; }
#testimonials:after { left: auto; right:0; }
#testimonials blockquote { font-family: 'Caveat', cursive; font-size:30px; line-height:37px; }
.homes h3 { font-size: 18px;line-height: 24px;text-transform: uppercase;padding: 10px 0 0 0}
.homes h4 { font-size: 24px;line-height: 32px;padding:0; color:#ed028b}
.homes p { padding:0; }
.homes .market:hover { background-color:#bdcc29;}
.call { color:#fff; font-size:24px; padding-top:20px; text-align:center }
.call a { color:#000}
.pics { display: inline-block; margin-bottom: 40px; background: #fff; }
.gallery { text-align:center; padding-bottom:40px;}
.gallery h2 { color:#f6ecd3 }
.gallery .gallerypic, #gallery .gallerypic { background-color: #333; position: relative; width: 18%; height: 160px; float: left; margin: 1%;}
#gallery .gallerypic { width: 19%; margin: 1% 0.5%; }
#gallery .gallerypic:first-child { width: 100%; height:auto; float: none; margin: 0%;}
.gallery .gallerypic img, #gallery .gallerypic img { width: 100%; display: block; height: 160px; overflow: hidden; object-fit: cover;}
.gallery .gallerypic img:hover, #gallery .gallerypic img:hover {opacity:0.5}
.gallery p a { font-size:26px;}
a.gallerybut { width: 25%;float: left;background: #ed028b;color: #fff;height: 70px;font-size: 27px;line-height: 32px;padding: 65px 0;}
a.gallerybut:hover { background:#bdcc29;}
.why {padding-bottom: 0px;text-align: center}
.usps { text-align:center}
.col-quarter:hover h6 { background:#fff;}

/* ### PRODUCT SINGLE ### */
.half { width: 45%; float: left; margin-right: 5%}
.spec h2 { color:#fff; }
.spec ul { list-style:none; margin:0 0 30px 0; padding:0 }
.spec ul li::before { display:none }
#main .spec ul li { list-style:none; margin:0; padding:10px; }
#main .spec ul li:nth-child(odd) { background: #666; color:#fff; }
.spec .button { margin: 0; display: inline-block; max-width: none}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; margin-top: 30px; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }

/* ### CONTACT PAGE ### */
.contactsteve { text-align:center;}
.contact textarea { width: 98% !important; margin: 0 1% !important; }
.nf-before-form-content { display:none; }
.submit-wrap input { background:#333; color:#fff; text-transform:uppercase; }
.recaptcha-container .nf-field-label { display:none; }
.contact .field-wrap input[type="button"], .contact .field-wrap input[type="submit"] { width: 100%; height: 76px; margin: 0; text-align: center; float: none; }
.nf-after-field { position: absolute; }
.nf-response-msg p { text-align:center; }

/* #### NEWS #### */
.entry-summary { padding: 20px; margin-bottom: 30px; box-sizing: border-box; border: 1px solid #666; }
.entry-summary img { max-width:40%; float: left; margin-right: 30px; }
.crumbs { margin-bottom: 10px; color: #666; font-size: 12px;}
.crumbs a { color:#666; }
.meta { font-size:12px; }

/* #### LINKS #### */
.links {  }
.link {width: 100%;border: 1px solid #c69d6d;margin: 0 0 30px 0;text-align: left;clear: both;display:inline-block}
.link img { max-width: 300px;margin: 20px;height: auto;float: left;max-height: 300px;}
.link h2, .link p { margin-left: 20px; margin-right:20px; }
.link h2 { margin-top: 20px; padding-top: 10px; font-size: 30px; line-height: 34px; }
.link .button, .charity .button {width: 200px;background: #c69d6d; margin:0 auto}

/* #### SUPPORT #### */
.support-item { margin-top: 20px; padding-top: 20px; border-top: 2px solid #c69d6d; }
/* ## PRIVACY ## */
.privacy { background-color:#333; }
.privacy h1 { color: #fff; padding: 80px 0 0 0; text-align: center; }

/* #### CART CHECKOUT ### */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt { background-color: #1a341b; }

/* ############# Footer ############ */

footer { clear: both; background:#1a341b; margin-left: auto; margin-right: auto; text-align: center; }
footer .container { color: #fff; padding: 20px 0; }
footer img { width:600px; max-width:80%;}
footer a { color:#ccc; }
.copy { clear: both; font-family: 'Montserrat', sans-serif; font-weight: 400;text-align: center; font-size: 14px; }
.half, .cards {
    width: 50%;
    float: left;
    display: block;
	margin:30px 0 0 0
}
.etsy, .like {
    float: left;
    display: block;
    height: 30px;
    text-align: left;
}
.etsy {
    background-image: url(images/etsy-logo.png);
    background-size: auto 30px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 90px;
    margin-left: 20px;
}
.like {
    background-image: url(images/facebook-logo.png);
    background-size: auto 30px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 90px;
    margin-left: 20px;
}
.cards {
    background-image: url(images/cards.png);
    background-size: auto 80%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
}

/* ########## Main content and comment content ################
-------------------------------------------------------------- */
section .container h4 {text-align: center;font-size: 26px;color: #ed028b;line-height: 32px;padding-bottom: 20px}

.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
}
.entry-header .entry-title {
	font-size: 20px;
	line-height: 1.2;
	font-weight: normal;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
    margin-bottom: 0px;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin: 0 0 24px;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content td, .comment-content td {
    border-top: 1px solid #EDEDED;
    padding: 3px 10px 3px 0px;
    margin: 0px;
    line-height: 18px;
}
.page-links {
	clear: both;
}


/* ######## TABS ####### */
.page-id-36 main { display:none; }
main {
  margin: 40px auto;
  background: #efefef;
  position:relative;
  padding: 30px 30px 15px 30px;
}
main .tabby {
    display: none;
    padding: 0 0 0 250px;
    top: 0;
}
main input {
  display: none;
}
main label {
  display: inline-block;
  margin: 0;
  padding: 50px 0;
  font-weight: 000;
  text-align: center;
  color: #444;
  border: 1px solid transparent;
 position:absolute;
	top: 30px;
	width: 100px;
	height:0;
}
main label:before {
  font-weight: normal;
}
main label[for*='1'] { top:30px; left: 30px; background-image:url(images/arrow-1.svg); background-size:100px 100px; background-repeat:no-repeat; opacity:0.4; }
main label[for*='2'] { top:30px; left: 130px; background-image:url(images/arrow-2.svg); background-size:100px 100px; background-repeat:no-repeat; opacity:0.4; }
main label[for*='3'] { top:130px; left: 130px; background-image:url(images/arrow-3.svg); background-size:100px 100px; background-repeat:no-repeat; opacity:0.4; }
main label[for*='4'] { top:130px; left: 30px; background-image:url(images/arrow-4.svg); background-size:100px 100px; background-repeat:no-repeat; opacity:0.4; }

main label[for*='1']:before { content: ''; }
main label[for*='2']:before { content: ''; }
main label[for*='3']:before { content: ''; }
main label[for*='4']:before { content: ''; }
main label:hover {
  color: #444;
  cursor: pointer;
}
main input:checked + label {
	color:#444;
	opacity:1.0;
}
main #tab1:checked ~ #content1,
main #tab2:checked ~ #content2,
main #tab3:checked ~ #content3,
main #tab4:checked ~ #content4 {
  display: block;
}
@media screen and (max-width: 650px) {
  main label:before {
    margin: 0;
    font-size: 18px;
  }
	main .tabby { padding: 230px 0 0 0; }
}

/* =Media queries
-------------------------------------------------------------- */

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

/* Minimum width of 800 pixels. */
@media screen and (min-width: 900px) {
	.site {
		margin: 0 auto;
		max-width: 940px;
		overflow: hidden;
	}
	.site-content {
		float: left;
		width: 65.104166667%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.main-navigation { position: relative; z-index: 10; text-align: right;	width: 100%; }
	.main-navigation a {text-decoration: none}
	.main-navigation li.nonav { display:none}
	.main-navigation ul.nav-menu.toggled-on, .menu-toggle {	width: 100%}
.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: table;
		text-align: center;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
		list-style:none;
	}
	.main-navigation li a,.main-navigation li {padding:0 20px; display:inline-block}
	.main-navigation li a,.main-navigation li.current_page_item a {color:#FFFFFF}
	.main-navigation li a:hover{color:#333}
	.main-navigation li ul li a:hover{color:#fff}
	.main-navigation li:hover {
		color:#1f48ff;
	}
	.main-navigation li a {margin: 0px;position: relative;padding: 15px 0px;font-size: 24px;width: 100%}
	.main-navigation li ul {
    	margin: 0;
    	padding: 0;
    	position: absolute;
    	top: 100%;
    	z-index: 1;
    	height: 1px;
    	width: 1px;
    	overflow: hidden;
    	clip: rect(1px, 1px, 1px, 1px);
    	background: #AB8E54;
    	text-align: left;
	}
	.main-navigation ul li ul li {width: 300px; background:#c69d6d;margin: 0px !important;	padding: 0px !important;border-right: none;display: inline}
	.main-navigation li ul ul {	top: 0;	left: 100%;	}
	.main-navigation ul li:hover > ul,
	.main-navigation ul li:focus > ul,
	.main-navigation .focus > ul {
		border-left: 0;
		clip: inherit;
		overflow: inherit;
		height: inherit;
		width: inherit;
	}
	.main-navigation li ul li a { width: 280px;display: block;padding: 15px;white-space: normal}
	.main-navigation li ul li a:hover,.main-navigation li ul li a:focus, .main-navigation .sub-menu .current-menu-item > a {background: #1a341b;}
	.menu-toggle { display: none; }
}
@media screen and (max-width: 900px) {
	#logo { width: 300px; height: 32px; margin: 0 auto 10px auto; float: none; display: block; }
	hgroup .inner { width: 360px; float: none; text-align: center; margin: 0 auto; display: block; }
	.topnav { display:none}
	#social { float: none; width: 100%;  text-align: center; margin-bottom: 0; }
	.contact { text-align: center; float: none; }
	a.phone {font-size: 30px;line-height: 32px;}
	.facebook { margin: 10px 0 0 0; clear: right; position: absolute; top: 0; right: 0; }
	.main-navigation li a { font-size: 20px; }
	.beforeafter .inner { column-count:1; column-gap:0px; }
	nav { display:block; }
	.main-navigation { float: none; margin: 0; width: 100% !important; display: block; text-align: center; }
	.menu-toggle {z-index: 1;display: block !important;font-size: 34px;line-height: 44px;padding: 0;position: relative;background: transparent !important;color: #fff;text-align: center}
	.sticky .menu-toggle { color: #fff; }
	.break { width:15px; }
	.sub .container {  height: auto; min-height: auto; max-height: none; }
	.slogan { font-size: 40px;line-height: 46px; }
	.market { width: 100%; float: none; margin-top: 10px;}
	.gallery .gallerypic, #gallery .gallerypic { width: 48%; }
	.gallery p a { font-size: 18px; }
	.reviews { -webkit-column-count: 1;-moz-column-count: 1;column-count: 1}
	.col-half.right, .col-half { width: 100%; float: none; padding:0 0 10px 0; }
	.usp {padding: 80px 10px 20px 10px;font-size: 15px;line-height: 18px;}
	.half, .cards { clear:both; width: 100%; float: none; margin: 30px 0 0px 0; display: inline-block;}

}
@media screen and (max-width: 600px) {
	body { font-size: 14px; line-height: 22px; }
	hgroup .container {max-width: 95%;margin-right: 0}
	#logo { width: 200px; }
	#prodsearch { float: none; margin: 0 auto 10px auto; clear: both; }
	#minicart { padding-left: 0; background: none; text-align: center; padding-top: 7px; float: none; margin-top: 0px; }
	.social a { width: 25px; height: 25px; margin: 5px 5px 0 0; }
	.contact { font-size: 13px;padding: 5px 7px}
	a.phone {font-size: 24px;line-height: 26px}
	h2 { font-size: 32px; line-height: 36px; }
	.break { width: 0px; display: block; }
	section.banner, .banner .container { min-height: 400px; }
	.alignright {float: none}
	.sub .container {min-height: auto}
	h1 { font-size: 50px; line-height: 60px; }
	.product .button {width: 40%; margin: 25px 5%}
	.pics { background: transparent; }
	#gallery .gallerypic { width: 49%; }
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
}