/*!
Theme Name: Mereton 2018
Theme URI: http://underscores.me/
Author: Kiara Melissa
Author URI: https://kiaramelissa.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mereton
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Mereton 2018 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
	overflow-y:scroll;
}
a {
	color:#000;
}
a:visited {
	color:#000;
}
.header-container {
	width:100%;
	background-color:rgba(255,255,255,0.95);
	height:80px;
	position:fixed;
top:0px;
	left:0px;
	z-index:999;
}
.logo-container {
		max-width:200px;
	margin-left:auto;
	margin-right:auto;
}
.the-logo {
	margin-left:0px;
	width:200px;
	overflow:hidden;
	height:79px;
}
.the-logo img {
	width:200px;
	height:auto;
	margin-top:-20px;
}
.cart-container {
	position:absolute;
	right:80px;
	top:96px;
	height:20px;
	width:20px;
	cursor:pointer;
}
.cart-container svg {
	width:20px;
}
.cart-container svg:hover {
	fill:#999;
}
.search-container {
	position:absolute;
	right:40px;
	top:96px;
	height:20px;
	width:20px;
	cursor:pointer;
}
.search-container svg {
	width:20px;
}
.search-container svg:hover {
	fill:#999;
}
.error-page {
	margin-top:120px;
}
/*---SEARCH---*/
.search-overlay {
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	z-index:999999;
	background:#fafafa;
}
.search-close {
	position:absolute;
	right:60px;
	top:40px;
	cursor:pointer;
	font-size:50px;
	color:#000;
}
.search-box {
	position:absolute;
	left:50%;
	top:50%;
	transform:translateX(-50%)
		translateY(-50%);
	width:50%;
}
.search-box input[type=search] {
	border:1px solid transparent;
	border-radius:0px;
	border-bottom:2px solid #000;
	width:100%;
	font-weight:300;
	background:transparent;
	font-family:'Source Sans Pro',sans-serif;
	font-size:28px;
	color:#000;
	padding:20px;
}
.search-box input[type=submit] {
	background:#000;
	width:100%;
	text-align:center;
	margin-top:20px;
	cursor:pointer;
	color:#fff;
	font-weight:300;
	letter-spacing:1px;
	font-family:'Source Sans Pro', sans-serif;
	font-size:16px;
	border-radius:0px;
	border:1px solid transparent;
	padding:20px;
}
placeholder {
	color:#000;
}

/*----MENU----*/
.menu-container {
width:100%;
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
	height:50px;
	background-color:rgba(255,255,255,0.95);
	}

.menu {
	padding-top:6px;
	max-width:770px;
	margin-left:auto;
	margin-right:auto;
}

.main-navigation ul {
	list-style:none;
margin-left:0px;
	text-align:center;
}
.main-navigation li {
	display:inline-block;
}

.main-navigation ul li a {
	text-decoration:none;  
padding-left:30px;
	padding-right:30px;
	color: #404040;
letter-spacing:1px;
	padding-bottom:13px;
}
.main-navigation ul li a:hover {
color:#000;
	border-bottom:1px solid #000;
	padding-bottom:13px;
}
ul.sub-menu {
	width:250px;
	background:rgba(255,255,255,0.95);
	padding-bottom:10px;
	margin-top:-1px;
	border-top:1px solid #000;
}
ul.sub-menu li a:hover {
	color:#000;
	border-bottom:0px;
	text-decoration:underline;
}
ul.sub-menu li a {
	display:block;
	padding-top:20px;
	text-align:left;
	font-size:16px;
	width:100%;
}
ul.sub-menu li {
	width:100%;
}
/*---CHRISTMAS BANNER---*/
.christmas-banner {
	width: 100%;
    text-align: center;
    padding: 5px;
    color: #fff;
		background-color:#d52500;
	margin-top:28px;
}
.redtext {
	font-weight:bold;
}
@media (max-width:1024px) {
.christmas-banner {
	width: 100%;
    text-align: center;
    padding: 5px;
    color: #fff;
	background-color:#d52500;
	font-size:12px;
	margin-top:0;
}	
}

/*---FORMS---*/
select {
	border:1px solid #000;
	border-radius:0px;
	height:40px;
	padding:10px;
	background:#fff;
	font-family:'Source Sans Pro',sans-serif;
	font-size:18px;
}
/*---POPUP---*/

.news-popup-container {
	width:900px;
	height:500px;
	background:#fff;
	position:fixed;
	top:50%;
	transform:translateX(-50%)
		translateY(-50%);
	left:50%;
	z-index:999999;
}
.news-popup-back {
	z-index:9999;
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	backdrop-filter: blur(10px);
}
.news-popup .left {
	width:300px;
}
.news-popup .right {
	width:595px;
	padding:20px;
}
.news-popup #mc_embed_signup {
	width:100%;
	padding-top:10px;
	text-align:left;
}
.news-popup h4 {
	font-weight:normal;
	text-align:left;
	letter-spacing:1px;
}
.news-popup #mc_embed_signup input[type=email] {
	width:100%;
}
.news-popup #mc_embed_signup input[type=text] {
	width:100%;
	margin-top:10px;
}
.news-popup #mc_embed_signup input[type=submit] {
	width:100%;
}
.news-popup .mc-field-group ul li {
	display:inline-block;
	width:49%;
	text-align:right;
}
.news-popup-close {
	position:absolute;
	top:20px;
	right:20px;
	cursor:pointer;
}
.news-popup-close:hover {
	font-weight:bold;
}

/*---- PAGES ----*/
.site-content {
max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	padding-top:80px;
}
.order-form {
	padding-top:160px;
	padding-left:20px;
	padding-right:20px;
}
.home {
	padding-top:100px;
}
.fabric-roll {
	position:absolute;
	right:0px;
	top:50px;
	z-index:-1;
}
.secondary-content {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}
.wide-content {
	width:100%;
}
.left {
	width:65%;
	display:inline-block;
	vertical-align:top;
}
.right {
	width:34%;
	display:inline-block;
	vertical-align:top;
	text-align:right;
}
.right img {
	height:300px;
	width:300px;
	object-fit:cover;
}


img.main-image {
	position:absolute;
	right:-70px;
	top:0px;
	height:120vh;
	width:auto;
}
.call-to-action {
	width:100%;
	background:#fafafa;
	padding-bottom:40px;
}
.call-to-action h2 {
	padding-bottom:40px;
}
.three-divs {
	min-height:300px;
}
.step-1 {
	display:inline-block;
	width:30%;
	vertical-align:top;
}
.step-2 {
	display:inline-block;
	width:34%;
	vertical-align:top;
	border-left:1px solid #eee;
	padding-left:40px;
}
.step-3 {
	display:inline-block;
	width:34%;
	vertical-align:top;
		border-left:1px solid #eee;
	padding-left:40px;
}
.three-divs h3 {
	font-size:18px;
	margin:0;
	text-align:center;
	
}
.three-divs .small-title {
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	margin:0px;
	padding-bottom:10px;
	text-align:left;
	font-weight:bold;
}
.three-divs p {
line-height:18px;
	}

/*---WHATS NEW---*/
.whats-new {
	padding-top:200px;
}
.whats-new-button {
	height:200px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	margin-bottom:40px;
	text-align:center;
}
.whats-new-title {
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
.whats-new-button h3 {
	text-align:center;
}
a.whats-new-link {
	text-decoration:none;
	border:0;
}
.whats-new-button h4 {
	font-weight:normal;
	color:#999;
}
a.whats-new-link:hover h4 {
	color:#000;
}
/*--- ELEMENTS ---*/
.elements-page {
	margin-top:120px;
}

.process-gallery ul {
	list-style:none;
	margin-left:-40px;
	margin-top:20px;
}
.process-gallery ul li {
	display:inline-block;
 width:31%;
	margin-right:1%;
	margin-bottom:1%;
}
.process-gallery ul li img {
	width:100%;
	height:auto;
}
.about-collab {
	border-top:1px solid #eee;
	padding-top:40px;
	padding-bottom:40px;
}
.how-created {
		border-top:1px solid #eee;
	padding-top:40px;
	padding-bottom:40px;
}
.process-gallery {
			border-top:1px solid #eee;
	padding-top:40px;
	padding-bottom:40px;
}
/*--- TYPOGRAPHY---*/
h1 {
	font-size:55px;
	color:#000;
	line-height:60px;
	margin:0;
	font-weight:600;
}
h2 {
	font-size:55px;
	color:#000;
	line-height:60px;
	margin:0;
	font-weight:600;
}
h3 {
	font-size:40px;
	color:#000;
	margin:0;
	line-height:50px;
	text-align:left;
	font-weight:600;
}
h4 {
	font-weight:600;
}
h5 {
	font-weight:600;
}
h3.sub-heading {
	margin-top:20px;
	border-top:1px solid #f2f2f2;
	padding-top:20px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#999;
	line-height:20px;
	max-width:420px;
}
h2.sub-heading {
	margin-top:20px;
	border-top:1px solid #f2f2f2;
	padding-top:20px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#999;
	line-height:20px;
	max-width:420px;
}
h2.recycled {
	color:#70b526;
}
div.sub-heading {
	margin-top:20px;
	border-top:1px solid #f2f2f2;
	padding-top:20px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#999;
	line-height:20px;
	max-width:420px;
	padding-bottom:40px;
}
.sub-heading-product {
	margin-top:20px;
	border-top:1px solid #f2f2f2;
	padding-top:20px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0px;
	line-height:auto;
	max-width:600px;
	color:#888;
}
.text-block {
	max-width:500px;
	padding-top:40px;
}
/*---HOME---*/
.large-video {
	max-width:1040px;
	position:relative;
	margin-bottom:40px;
}
video {
	width:100%;
	height:auto;
}

#controls {
	opacity:0;
}
.created-by-text {
	font-size:12px;
	color:#525252;
	position: relative;
    top: -30px;
}
.split-section {
	padding-bottom:80px;
}
.left-split {
	width:49%;
	min-height:500px;
	display:inline-block;
	vertical-align:top;
	padding-right:20px;
}
.right-split {
	width:49%;
	height:500px;
	display:inline-block;
	vertical-align:top;
	padding-left:20px;
	background-color:#d62b5b;
}
.category {
	margin-top:160px;
}
.category .content-area {
	margin-left:auto;
	margin-right:auto;
	max-width:800px;
}
.category h1.page-title {
	padding-bottom:40px;
}
.multi-boxes {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	margin-top:60px;
	padding-bottom:40px;
}
.individual-box {
	display:inline-block;
	max-width:250px;
	margin-right:10px;
	margin-bottom:20px;
		text-align:center;
}
.individual-box img {
	width:250px;
	height:250px;
	object-fit:cover;
}
.multi-box-href h2 {
	font-size:18px;
	margin:0;
	
}
.multi-box-href {
	text-decoration:none;
}
.multi-box-href:hover h2 {
	text-decoration:underline;
}
.multi-box-href .small-title {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:-10px;
	padding-top:13px;
	line-height:12px;
	font-weight:normal;
}
.new-top-banner {
      width: 32%;
    height: 250px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}
.new-top-banner img {
	width:100%;
	height:250px;
	object-fit:cover;
}
.multi-box-href {
	text-align:center;
}
.fullwidth-banner {
    max-width: 1050px;
	margin:auto;
    margin-bottom: 50px;
    position: relative;
}
.fullwidth-banner img {
	width:100%;
	height:250px;
	object-fit:cover;
}

.half-boxes {
	margin-bottom:40px;
}

.natural-title {
	   width: 85%;
    background-color: #d8d6d2;
    min-height: 80px;
    border: 1px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%)translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
	line-height:80px;
}
/*---ABOUT---*/
.about-page {
	margin-top:110px;
	padding-bottom:60px;
}
.about-information {
	padding-top:40px;
}
.about-information .left {
	width:40%;
	display:inline-block;
}
.about-information .left img {
	width:100%;
	height:auto;
}
.about-information .right {
	display:inline-block;
	width:55%;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
}
.about-history {
	padding-top:60px;
}
.about-history .right {
	display:inline-block;
	width:45%;
}
.about-history .right img {
	width:100%;
	height:auto;
}
.about-history .left {
	width:50%;
	display:inline-block;
	padding-right:30px;
}
/*---SUBLIMATION PAGE---*/
.sublimation-page {
	margin-top:130px;
	padding-bottom:60px;
}
.sublimation-sections {
	padding-top:40px;
}
.sublimation-sections .left {
	width:60%;
}
.sublimation-sections .right {
	width:35%;
	text-align:left;
	padding-left:20px;
}
.sublimation-bottom {
	padding-top:40px;
}
.sublimation-bottom .left {
	width:45%;
}
.sublimation-bottom .left img {
	width:100%;
	height:auto;
}
.sublimation-bottom .right {
	width:50%;
	text-align:left;
	padding-right:20px;
	padding-left:20px;
}
/*----FAQ---*/
.faq-page {
	margin-top:100px;
	padding-bottom:60px;
}
.faq-page h3 {
	font-size:22px;
}
.accordion-faq {
	padding-top:40px;
}
.faq-page a {
	color:#999;
	text-decoration:none;
	border-bottom:1px solid #000;
}
.faq-page a:hover {
	color:#000;
}
/*----ACCORDION---*/
.accordion-container {
		position: relative;
		width: 100%;
		border-top: none;
		outline: 0;
		cursor: pointer;
}

.accordion-container .article-title {
		display: block;
		position: relative;
		margin: 0;
		padding: 15px 10px 15px 35px;
		border-top: 1px solid #f2f2f2;
		font-size: 16px;
		font-weight: normal;
		color: #000;
		cursor: pointer;
	font-family: 'Source Sans Pro',sans-serif;
}

.accordion-container .article-title:hover,
.accordion-container .article-title:active,
.accordion-container .content-entry.open .article-title {
		background-color: #000;
		color: #fff;
}

.accordion-container .article-title:hover i:before,
.accordion-container .article-title:hover i:active,
.accordion-container .content-entry.open i {
		color: #fff;
}

.accordion-container .content-entry i {
		position: absolute;
		top: 10px;
		left: 12px;
		font-style: normal;
		font-size: 24px;
		color: #000;
	
}

.accordion-container .content-entry i:before {
		content: "+";
}

.accordion-container .content-entry.open i:before {
		content: "-";
}

.accordion-content {
		display: none;
		padding-left: 30px;
	padding-top:20px;
	padding-bottom:20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	color:#000;
	line-height:18px;
	border-bottom:1px solid #000;
}
/*---CONTACT---*/
.contact-page {
	margin-top:115px;
}
.contact-details {
	padding-bottom:40px;
	padding-top:20px;
}
.contact-page .left {
	width:40%;
}
.contact-page .right {
	width:59%;
	text-align:left;
}

/*--WOOCOMMERCE---*/
.shop-content {
	width:100%;
	margin-top:160px;
	margin-left:20px;
}
.product-thumb-title {
	margin-top:-100px;
	padding-left:20px;
	color:#000;
	font-size:14px;
}
.pswp__caption__center {
	position:relative;
	top:-50px;
	text-align:center;
	font-size:20px;
}
.woocommerce .cart-empty {
	padding-top:230px;
	text-align:center;
	font-weight:bold;
}
.woocommerce .return-to-shop {
	text-align:center;
	padding-bottom:100px;
}
.woocommerce .return-to-shop a {
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #000;
}
.woocommerce .return-to-shop a:hover {
	border-bottom:2px solid #ccc;
}
.single-product .woocommerce-message {
		padding-top:230px;
	margin-bottom:-100px;
	text-align:center;
}
.woocommerce-message a {
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #000;
}
.woocommerce-message a:hover {
	border-bottom:2px solid #ccc;
}
.archive-loop {
	padding-top:40px;
}
.product-banner {
	height:300px;
	width:100%;
	margin-top:0px;
	background-attachment:fixed;
	background-size:cover;
}
.product-feature-image {
	height:300px;
	background-attachment:fixed;
	background-size:cover;
}
.product-content {
max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:160px;
}
.product_meta {

}
ul.page-numbers {
	list-style:none;
	text-align:center;
	margin-left:-40px;
}
ul.page-numbers li {
	display:inline-block;
	font-size:20px;
	width:30px;
	color:#bbb;
}
ul.page-numbers li a {
display:block;
	text-decoration:none;
}
ul.page-numbers li a:hover {
	color:#fff;
background:#000;
}
.product-left {
display:inline-block;
	width:49%;
}
.product-right {
display:inline-block;
	width:50%;
	vertical-align:top;
	padding-left:40px;
}
h1.product_title {
	text-align:left;
	margin-left:0px;
}
.woocommerce-breadcrumb {
	display:none;
}
.spec-title {
	font-size:16px;
	text-transform:uppercase;
	font-weight:600;
	margin:0;
	display:inline-block;
}
.small-left svg {
	width:40px;
	margin-bottom:-15px;
	margin-right:10px;
	display:inline-block;
}

.cls-2f{stroke-width:2px;}
.cls-3f{stroke-width:2px;}
.cls-4f{fill:#999;}

.cls-2p{stroke-width:2px;}
.cls-3p{stroke-width:2px;}
.cls-4p{fill:#999;}

.cls-2w{stroke-linecap:round;}
.cls-2w,.cls-3w{stroke-width:2px;}

.cls-1c,.cls-2c,.cls-3c{fill:none;stroke-miterlimit:10;}
.cls-1c,.cls-3c{stroke:#999;}
.cls-1c{stroke-width:3.92px;}
.cls-2c{stroke:#ccc;}
.cls-2c,.cls-3c{stroke-width:5px;}

.cls-1ab,.cls-2ab, .cls-1fr,.cls-2fr {fill:none;stroke:#999;stroke-miterlimit:10;stroke-width:2px;}

.cls-1s,.cls-2s,.cls-1fa,.cls-2fa, .cls-1v,.cls-2v, .cls-1w,.cls-2w,.cls-3w, .cls-1p,.cls-2p,.cls-3p , .cls-1f,.cls-2f,.cls-3f
{fill:none;stroke:#999;stroke-miterlimit:10;}

.cls-1s, .cls-1fa, .cls-1v, .cls-1ab, .cls-1fr, .cls-1w, .cls-1p, .cls-1f  {stroke-width:3.92px;}

.cls-2s, .cls-2fa, .cls-2v {stroke-width:2px;}

.cls-3s, .cls-2z, .cls-3v {fill:#999;}

.cls-1z {fill:none;stroke:#999;stroke-miterlimit:10;stroke-width:3.92px;}

.cls-1cl{fill:#999;}
.cls-2cl{fill:none;stroke:#999;stroke-miterlimit:10;stroke-width:3.92px;}

.cls-1cp,.cls-2cp,.cls-3cp{fill:none;stroke:#999;stroke-miterlimit:10;}
.cls-1cp{stroke-width:3.92px;}
.cls-2cp{stroke-width:2px;}
.cls-4cp{fill:#999;}

.product-right h2 {
	font-size:40px;
	color:#000;
	margin:0;
	line-height:50px;
	text-align:left;
	padding-bottom:20px;
}
.description-single {
	border-top:1px solid #f2f2f2;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#999;
	line-height:18px;
text-align:left;
	border-bottom:1px solid #f2f2f2;
}

.product-information {
	background:#fafafa;
	padding-top:20px;
	margin-top:40px;
	margin-bottom:20px;
}


.product-information .right {
	width:50%;
	text-align:left;
}
.product-information .left {
	width:49%;
}
.product-secondary-content {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	padding-bottom:40px;
}
.bottom-content {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:60px;
}
.product-bottom h3 {
	padding-top:40px;
	padding-bottom:40px;
}

.colour-alert {
	width:100%;
	background:#f1f1f1;
	font-size:12px;
	text-align:center;
	height:30px;
	padding-top:6px;
	padding-right:20px;
	padding-left:20px;
}
.product-secondary-content h3 {
	padding-bottom:20px;
}
.individual-attribute {
	padding-top:20px;
	min-height:80px;
		border-bottom:1px solid #f1f1f1;
}
.individual-attribute:last-child {
	border-bottom:0px;
}
.small-left {
	width:49%;
	display:inline-block;
	vertical-align:top;
}

.small-right {
	display:inline-block;
	width:50%;
	vertical-align:top;
	line-height:35px;
}
ul.products {
	list-style:none;
	margin-left:-40px;
	width:100vw;
}
li.product {
	display:inline-block;
margin-right:1%;
width:15.4%;
	height:15%;
	margin-bottom:20px;
}
li.product img {
	width:100%;
	height:auto;
}
li.product a {
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:500;
}
li.product h2 {
	font-size:18px;
	text-align:center;
}
li.product a:hover {
	text-decoration:underline;
}


.product-top ol.flex-control-thumbs li {
	display:inline-block;
	width:80px;
	margin-right:20px;

}

.product-left ol.flex-control-thumbs {
	list-style:none;
	margin-left:0px;
	margin-top:10px;
	cursor:pointer;
	vertical-align:top;
	width:100%;

}
.product-left ol.flex-control-thumbs li {
	width:120px;
	margin-right:10px;
	display:inline-block;
}
ol.flex-control-thumbs li:last-child {
	margin-right:0px;
}
ol.flex-control-thumbs li img {
	width:100%;
	height:auto;

}
.product-top {
	min-height:300px;
	position:relative;
	margin-bottom:0px;
}

.product-top .flex-viewport {
	width:49%;
	min-height:500px;
position:absolute!important;
	right:0px;
	top:-200px;
}
.product-top .flex-viewport img {
	height:500px;
	width:auto;
}

.flex-active-slide {
		 cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
background:#fff;
	height:500px;
}
.flex-control-nav {
	list-style:none;
	margin-left:0px;
	cursor:pointer;
	width:50%;
position:relative;
	top:0px;
}


.woocommerce-product-gallery__trigger {
	display:none;
}
.product_meta .posted_in {
	display:none;
}
.related-products {
	padding-top:60px;
	padding-bottom:40px;
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
}
.related-products ul {
	list-style:none;
	margin-left:-40px;
	text-align:center;
}
.related-products ul li {
	display:inline-block;
	width:250px;
}
.related-products ul li img {
	width:250px;
	height:250px;
	object-fit:cover;
}
h2.related-sub-title {
	padding-left:20px;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
	font-family:'Source Sans Pro',sans-serif;
}
.woocommerce input[type=number] {
	border:1px solid #000;
	border-radius:0px;
	font-family:'Source Sans Pro',sans-serif;
	padding:20px;
	height:55px;
	background:#fff;
	font-size:18px;
float:left;
	width:49%;
	min-width:80px;
	margin-right:10px;
}
.woocommerce .tm-quantity input[type=number] {
	border:1px solid #000;
	border-radius:0px;
	font-weight:600;
	font-family:'Source Sans Pro',sans-serif;
	padding:10px;
	width:100%;
}
.woocommerce .tm-quantity::before { 
    content: "Meters";
}
.woocommerce button[type=submit] {
	background:#000;
	border:1px solid #000;
	border-radius:0px;
	padding-top:20px;
	padding-bottom:20px;
	height:55px;
	font-family:'Source Sans Pro',sans-serif;
	font-size:16px;
	cursor:pointer;
	width:50%;
	float:left;
	color:#fff;
}
.woocommerce button[type=submit]:hover {
	background:#fff;
	color:#000;
	border-radius:0px;
	padding:-2px;
	border:1px solid #000;
}
.entry-summary {
	padding-bottom:60px;
}
.tm-field-display select {
	border:1px solid #000;
	padding:10px;
	font-family:'Source Sans Pro',sans-serif;
	font-weight:600;
}
.tm-field-display select:focus {
    outline: none;
}

p.price {
	display:none;
}
.zircon-content {
max-width:1050px;
	margin-left:auto;
	margin-right:auto;padding-top:40px;
	padding-bottom:20px;
}
.zircon-view-toggle {
	cursor:pointer;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	border:1px solid #f2f2f2;
	margin-top:20px;
}
.zircon-view-box h4 {
	font-size:30px;
	color:#000;
	font-weight:normal;
}
.zircon-view-toggle:hover {
	background:#000;
	color:#fff;
}

.zircon-view-box {
	display:none;
	margin-top:40px;
}
.fabric-view-close p {
	position:fixed;
	top:0px;
	right:50px;
	color:#fff;
}
.download-button {
	width:100%;
	text-align:center;
	background:#fff;
	border:1px solid #000;
margin-top:10px;
}
.download-button a {
	display:block;
	padding:10px;
	color:#000;
	text-decoration:none;
}
.download-button a:hover {
	text-decoration:underline;
}
.zircon-view-box .left {
	width:55%;
}
.zircon-view-box .right {
	width:44%;
	text-align:left;
}
h4.component_title  {
padding-top:20px;
}
.component_option_thumbnail_container .thumbnail_description {
	padding:0px!important;
}
.component_options {

}

.component_option_thumbnail {

}
.component_option_thumbnail:hover {
text-decoration:underline;
	box-shadow:none!important;
		-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
}
.component_options img {
width:180px;
	height:180px;
	object-fit:cover;
}
.composited_product_images  {

}
.thumbnail_price {
	display:none!important;
}
/*---ORDER THIS DESIGN---*/

.order-content {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
}

.fabric-page-button {
height:40px;
	width:48%;
	margin-right:10px;
	border:1px solid #000;
	text-align:center;
	padding-top:6px;
	margin-top:20px;
	display:block;
	position:relative;
	margin-bottom:20px;
	cursor:pointer;
}
.fabric-page-button a {
	display:block;
	color:#000;
	text-decoration:none;
}
.fabric-page-button:hover {
	background:#000;
	color:#fff;
}
.fabric-page-button:hover a {
	color:#fff;
}
.selected {
	border:1px solid #000;
	box-shadow:none!important;
		-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
}
.order-button:hover .cls-2b {
	fill:#fff;
}
.order-button:hover .cls-1b {
	stroke:#fff;
}
.options-style-thumbnails {
	display:none!important;
}
.hide {
	display:block!important;
}
#swatch-icon {
	width:18px;
stroke:#000;
	stroke-miterlimit:10;
	fill:none;
	position:absolute;
	left:20px;
	top:10px;
}
#fabric-icon {
	width:18px;
	fill:#000;
		position:absolute;
	left:20px;
	top:10px;
}

/*---CART---*/
.cart-page {
	padding-top:120px;
}
.cart-page .woocommerce-message {
	text-align:center;
	padding-top:40px;
	padding-bottom:40px;
}
.shop_table {
	margin-top:80px;
}
.shop_table th {
	border-bottom:1px solid #000;
	text-align:left;
}
.woocommerce-cart-form__cart-item:nth-child(even) {
	background:#fafafa;
}
.cart_totals {
	padding-top:40px;
	padding-bottom:40px;
}
.checkout-button {
	width:100%;
	display:block;
	background:#000;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding-top:15px;
	padding-bottom:15px;
	border:1px solid #000;
margin-top:40px;
}
.checkout-button:hover {
	background:#fff;
	border:1px solid #000;
		cursor:pointer;
	color:#000;
}
.checkout-content {
	padding-top:180px;
}
.international-order {
	margin-top:60px;
	margin-bottom:60px;
}
.international-order h2 {
	font-size:40px;
}
/*--- FABRICS ---*/
.narrow-content {
	max-width: 1050px;
    margin: 100px auto 150px auto;
	padding-right:200px;
}
@media (max-width:768px) {
.narrow-content {
	max-width: 80vw;
    margin: 100px auto 150px auto;
	padding-right:0;
}	
}
.fabric-page {
	margin-top:130px;
	padding-left:20px;
	padding-right:20px;
}
.fabric-page .products-category-loop {
	padding-top:60px;
}
.fabric-page h2 {
	padding-left:20px;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
	font-family:'Source Sans Pro',sans-serif;
}


.soft79-single-product-discount-wrap {
	display:none;
}
.fabric-button-container {
	padding-top:20px;
	padding-bottom:40px;
}
.view-fabric-button {
	max-width:350px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	background:#000;
}
.view-fabric-button a {
	color:#fff;
	text-decoration:none;
	display:block;
	padding:20px;
	font-size:24px;
}
.view-fabric-button a:hover {
	text-decoration:underline;
}
/*----FOOTER-----*/

.ready-box {
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
	background-color:#fafafa;
	padding-top:100px;
	padding-bottom:100px;
}
.ready-box h2 {
	text-align:center;
}
.footer-button {
	width:200px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	border:1px solid #000;
	text-align:center;
	color:#000;
	cursor:pointer;
}
.footer-button a {
	text-decoration:none;
	color:#000;
padding:20px;
	display:block;
}
.footer-button a:hover {
	border:3px solid #000;
margin:-3px;
}
.footer-split {
	margin-top:50px;
	padding-top:50px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-bottom:50px;
}
.footer-wrap {
padding-left:20px;
	padding-right:20px;
}
.footer-left {
	display:inline-block;
	width:33%;
	vertical-align:top;
}

.footer-left h3 {
	color:#000;
	font-size:40px;
	line-height:30px;
	margin:0;
}
p.address {
	color:#777;
	text-decoration:underline;
	text-underline-position:under;
	margin-bottom:50px;
}
p.phone {
	color:#777;
	text-decoration:underline;
	text-underline-position:under;
	margin-bottom:50px;
}
p.email {
	color:#777;
	text-decoration:underline;
	text-underline-position:under;

}
.footer-middle {
	display:inline-block;
	width:33%;
	vertical-align:top;
	text-align:center;
	min-height:350px;
	position:relative;
}
.social-icons {
	position:absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%)
		translateX(-50%);
}
.footer-right {
	display:inline-block;
	width:33%;
	height:50px;
	vertical-align:top;
}
.footer-right h4 {
	line-height:20px;
	margin:0;
	margin-top:10px;
		color:#777;
	font-weight:normal;
	text-align:right;
}
.footer-right h3 {
	text-align:right;
}
.footer-middle svg {
	width:35px;
	margin-right:10px;
	fill:#000;
}
.footer-middle svg:hover {
	fill:#999;
}
.footer-bottom {
	text-align:center;
	font-size:13px;
	color:#999;
	letter-spacing:1px;
	height:100px;
	padding-top:33px;
	font-weight:normal;
}
.footer-bottom a {
	color:#000;
}
/*---MAILCHIMP---*/
#mc_embed_signup {
	width:100%;
	padding-top:10px;
	text-align:right;
}
#mc_embed_signup input[type=email] {
	width:60%;
}
#mc_embed_signup input[type=text] {
	width:60%;
	margin-top:10px;
}
#mc_embed_signup input[type=submit] {
background:#000;
	border-radius:0px;
	border:1px solid #000;
	color:#fff;
	cursor:pointer;
	font-family:'Source Sans Pro',sans-serif;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
}
#mc_embed_signup input[type=submit]:hover {
background:#fff;
	border-radius:0px;
	border:2px solid #000;
	color:#000;
	cursor:pointer;
}
.mc-field-group ul {
	list-style:none;
}
.input-group {
		margin-top:10px;
	}
#mc_embed_signup label {
font-size:14px;
}
.regular-checkbox {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #000;
	padding: 9px;
	border-radius: 0px;
	display: inline-block;
	position: relative;
	top:5px;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
	background-color: #000;
	border: 1px solid #000;
	color: #fff;
}
.regular-checkbox:checked:after {
	content: '\2714';
	font-size: 16px;
	position: absolute;
	top: -2px;
	left: 2px;
	color: #fff;
}

/*---PRODUCTS PAGES---*/
.products-pages {
	margin-top:130px;
}
.products-banner {
	height:350px;
}
.products-pages .product-loop {
display:inline-block;
margin-right:1%;
width:23%;
	margin-bottom:20px;
		text-align:center;
}
.product-loop img {
	width:100%;
	height:auto;
	object-fit:cover;
}

.products-loop {
	list-style:none;
	margin-left:-40px;
	padding-top:20px;
}
.small-service-title {
	text-transform:uppercase;
	color:#000;
	letter-spacing:1px;
	padding-left:5px;
	font-size:14px;
	text-align:left;
}
.product-loop {
display:inline-block;
margin-right:1%;
width:15.4%;
	height:15%;
	margin-bottom:20px;
		text-align:center;
}
.product-loop img {
	width:100%;
	height:auto;
	object-fit:cover;
}
.products-loop-content {
	padding-bottom:80px;
}
.products-loop-content .right {
	text-align:left;
}
.products-category-loop {
	padding-top:20px;
}
.products-loop h4 {
	color:#000;
	font-size:18px;
}
.products-loop a {
	text-decoration:none;
}
.products-loop a:hover {
	text-decoration:underline;
}
.products-options {
background-color:#fff;
	position:relative;
	height:400px;
	margin-bottom:40px;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.products-options a {
	display:block;
	color:#000;
	text-decoration:none;
}
.products-options a:hover {
	color:#999;
}
.products-options .right {
	background-image:url('https://www.mereton.com.au/wp-content/uploads/2018/08/fabric-laid-up-2.png');
	background-size:cover;
	background-position:center;
	height:398px;
	width:49%;
	display:inline-block;
}
.products-options .left {
		height:400px;
	width:49%;
	display:inline-block;
}

.products-options h3 {
text-align:center;
	font-size:50px;
	font-weight:normal;
position:relative;
	top:42%;
	transform:translateY(-50%);
}
.products-options h4 {
	text-align:center;
	font-size:16px;
	font-weight:normal;
position:relative;
	top:42%;
	transform:translateY(-50%);
}

.pattern-digi-quote {
	margin-bottom:40px;
}
.pattern-digi-quote h3 {
	padding-bottom:40px;
}

/*---FORMS---*/

fieldset {
	border:0px;
	margin:0;
	padding:0;
}
 input[type=text] {
	border:1px solid #000;
	width:100%;
	font-family:'Source Sans Pro',sans-serif;
	border-radius:0px;
	height:50px;
	padding:10px;
	font-size:16px;
	color:#000;
}
input[type=number] {
	border:1px solid #000;
	width:100%;
	font-family:'Source Sans Pro',sans-serif;
	border-radius:0px;
	height:50px;
	padding:10px;
	font-size:16px;
	color:#000;
}
input[type=email] {
	border:1px solid #000;
	width:100%;
	font-family:'Source Sans Pro',sans-serif;
	border-radius:0px;
	height:50px;
	padding:10px;
	font-size:16px;
	color:#000;
}
input[type=tel] {
	border:1px solid #000;
	width:100%;
	font-family:'Source Sans Pro',sans-serif;
	border-radius:0px;
	height:50px;
	padding:10px;
	font-size:16px;
	color:#000;
}
label.frm_hidden {
	display:none;
}
fieldset label {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}
textarea {
	border:1px solid #000;
	border-radius:0px;
	font-family:'Source Sans Pro',sans-serif;
	padding:20px;
	color:#000;
	font-size:16px;
}
fieldset button[type=submit] {
	background:#000;
	color:#fff;
	width:100%;
	height:50px;
		font-family:'Source Sans Pro',sans-serif;
	font-size:16px;
	border:0px;
	border-radius:0px;
	cursor:pointer;
	padding:15px;
	margin-top:10px;
}
fieldset button[type=submit]:hover {
	background:#fff;
	border:2px solid #000;
	border-radius:0px;
	padding:-2px;
	color:#000;
}

/*--- FADE INTO VIEWPORT ----*/

.hideme
{
  opacity:0;
}

/*---FADE ---*/
.fademe {
	animation: fademe 2s forwards 1s;
	transition:ease-in-out;
	opacity:0;
}
@keyframes fademe {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}
/*---TERMS---*/
.extra-page {
	margin-top:115px;
	padding-bottom:60px;
}
/*--- ENVIRONMENT ---*/
.page-template-page-fabric-creator .wide-content {
	margin-top:200px;
}
.eviro-left {
	display:inline-block;
	width:45%;
	vertical-align:top;
		padding-right:20px;
}
.eviro-right {
	display:inline-block;
		width:45%;
	vertical-align:top;
		padding-left:20px;
}
.environment-page {
margin:120px 0;
}
.environment-page .site-content {
	position:relative;
}

.environment-list {
	padding-top:40px;
}
.environment-list .left {
	width:100px;
	display:block;
	margin-bottom:40px;
	vertical-align:middle;
}
.environment-list .right {
	width:auto;
	display:block;
	text-align:left;
	vertical-align:middle;
	margin-bottom:40px;
}
.environment-list .left img {
    max-width: 120px;
    height: auto;
}
@media (max-width:1024px) {
	.eviro-left {
	display:block;
	width:100%;
	vertical-align:top;
}
.eviro-right {
	display:block;
		width:100%;
	vertical-align:top;
}
	.environment-list .left {
	width:unset;
	display:block;
	margin-bottom:0px;
	vertical-align:middle;
}
}
/*---BLOG---*/
.blog-outer {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	margin-top:190px;
}
.blog-content-area {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
margin-top:80px;
}
.blog-content-area img {
	width:100%;
	height:auto;
}
.blog-content {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-right:40px;
}
.blog-content img {
	max-width:100%;
	height:auto;
}
.blog-image-wrapper img {
	width:100%;
	height:auto;
}
.entry-title {
	text-align:center;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}
.blog-content .entry-title {
	padding-bottom:0px;
}
blockquote {
	font-size:30px;
}
.entry-title a {
	color:#000;
	font-size:40px;
	font-weight:600;
	text-decoration:none;
}
.read-more-button {
	width:50%;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	border:1px solid #000;
	color:#fff;
	margin-top:40px;
	margin-bottom:40px;
}
.read-more-button a {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
}
.read-more-button a:hover {
	text-decoration:underline;
	background:#000;
	color:#fff;
}
.entry-meta {
	padding-top:30px;
	font-size:14px;
	color:#ccc;
	max-width:50%;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #999;
	padding-bottom:5px;
margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.blog-wrapper {
	margin-top:130px;
}
.blog-main {
		display:inline-block;
	max-width:800px;
	vertical-align:top;

}
.blog-main h3 {
	padding-bottom:40px;
}
.blog-sidebar {
	width:150px;
	display:inline-block;
	vertical-align:top;
}
.blog-boxes {
	padding-top:60px;
		text-align:center;
}
.blog-box-individual {
	width:24%;
	display:inline-block;
	margin-right:10px;
	vertical-align:top;
}
.blog-box-individual a {
	color:#000;
	text-decoration:none;
	display:block;
}
.blog-box-individual img {
	width:100%;
	height:300px;
	object-fit:cover;
}

.blog-boxes h2 {
	font-size:18px;
	line-height:30px;
	padding-top:10px;
	padding-bottom:10px;
	margin:0;
}
.blog-box-individual a {
	display:block;
}
.blog-boxes .small-title a {
	text-decoration:none;
}
.blog-box-individual:hover h2 {
	text-decoration:underline;
}
.blog-boxes .small-title {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:-10px;
	padding-top:13px;
	line-height:12px;
}
.blog-boxes .small-title ul {
	list-style:none;
	margin-left:-40px;
}
.blog-sidebar input[type=search] {
	border:0px;
	border-radius:0px;
	border-bottom:1px solid #000;
	font-family:'Source Sans Pro',sans-serif;
	color:#000;
	padding:10px;
}
.blog-sidebar input[type=submit] {
	border:0px;
	border-radius:0px;
	background:#000;
	font-family:'Source Sans Pro',sans-serif;
	color:#fff;
	padding:10px;
	cursor:pointer;
	margin-top:10px;
	width:130%;
}
h2.widget-title {
	font-size:16px;
	color:#ccc;
	font-weight:600;
}
.widget ul {
	list-style:none;
	margin-left:-40px;
}
.widget ul a {
	color:#000;
	font-size:14px;
	text-decoration:none;
}
.widget ul a:hover {
	border-bottom:1px solid #000;
}
.comments {
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:60px;
}

.comments input[type=submit] {
	border:1px solid transparent;
	border-radius:0px;
	font-family:'Source Sans Pro',sans-serif;
	padding:15px;
	color:#000;
	font-size:16px;
background:#000;
	cursor:pointer;
	color:#fff;
	width:100%;
}


/*---PRODUCTS SERVICES PAGE---*/
.products-services {
	margin-top:120px;
}
/*---MAXXAM PAGE---*/
.maxxam-gallery {
	width:100vw;
	position:relative;
}
.maxxam-gallery ul {
	list-style:none;
	margin-left:-40px;
}
.maxxam-gallery ul li {
	display:inline-block;
	height:400px;
}
.maxxam-gallery ul li img {
	width:300px;
	object-fit:cover;
	height:100%;
	opacity:0.2;
		transition:0.5s ease-in-out;
	cursor:zoom-in;
}
.maxxam-gallery ul li img:hover {
	opacity:1;
	transition:0.5s ease-in-out;
}
.maxxam img {
	height:500px;
	width:unset;
}
.maxxam {
	text-align:center;
}
#leftArrow {
width:40px;
height:100%;
position:absolute;
left:40px;
	top:0px;
	z-index:999;
	cursor:pointer;
}

#rightArrow {
width:40px;
height:100%;
position:absolute;
right:40px;
top:0px;
	z-index:999;
	cursor:pointer;
}
#leftArrow svg {
	position:relative;
	top:50%;
}
#rightArrow svg {
	position:relative;
	top:50%;
}
#leftArrow:hover svg {
fill:#fff;
}
#rightArrow:hover svg {
	fill:#fff;
}
#tslshow {
position:relative;
left:0;
		min-width:2000px;
	height:400px;
	overflow:hidden;
}
.maxxam-sample {
background-color:#fff;
	position:relative;
	height:400px;
	margin-top:40px;
	margin-bottom:40px;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.maxxam-sample a {
	display:block;
	color:#000;
	text-decoration:none;
}
.maxxam-sample a:hover {
	color:#999;
}
.maxxam-sample .right {
	background-image:url('https://www.mereton.com.au/wp-content/uploads/2018/09/Maxxam-Cut-Zoom-1.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	height:398px;
	width:49%;
	display:inline-block;
}
.maxxam-sample .left {
		height:400px;
	width:49%;
	display:inline-block;
}

.maxxam-sample h3 {
text-align:center;
	font-size:50px;
	font-weight:normal;
position:relative;
	top:42%;
	transform:translateY(-50%);
}
.maxxam-sample h4 {
	text-align:center;
	font-size:16px;
	font-weight:normal;
position:relative;
	top:42%;
	transform:translateY(-50%);
}

/*---SEARCH PAGE---*/
.search-page {
	margin-top:160px;
	padding-bottom:60px;
}
.search-page h1 {
	padding-bottom:40px;
}
.individual-search-results {
	border-bottom:1px solid #f2f2f2;
padding-top:20px;
}
.individual-search-results .left {
	width:220px;
}
.individual-search-results .left img {
	width:200px;
	height:auto;
}
.individual-search-results .right {
	width:800px;
	text-align:left;
	padding-left:20px;

}
.individual-search-results .right h2 {
	text-align:left;
	margin-left:0;
}
.individual-search-results .right h2 a:hover {
border-bottom:1px solid #000;
}
.not-found input[type=search] {
	width:90%;
	border:1px solid #000;
	border-radius:0px;
	padding:20px;
	font-family:'Source Sans Pro',sans-serif;
	color:#000;
	font-size:18px;
}
.not-found input[type=submit] {
	background:#000;
	color:#fff;
	border-radius:0px;
	padding-top:28px;
	padding-bottom:26px;
	font-size:14px;
	border:1px solid #000;
	cursor:pointer;
}
/*---FABRIC VIEW---*/
.fabric-view-toggle {
	cursor:pointer;
	width:200px;
	background:#fff;
	color:#000;
	border:1px solid #000;
	text-align:center;
	padding:10px;
}

.fabric-view-toggle:hover {
	background:#000;
	color:#fff;
}
.fabric-view-box {
	display:none;
}
.fabric-view-close {
	position:fixed;
	left:0px;
	top:0px;
		font-size:30px;
	cursor:pointer;
	background:rgba(0,0,0,0.4);
	height:100vh;
	width:100vw;
	z-index:999999;
}
.fabric-view {
	width:80vw;
	height:80vh;
	background:#fff;
	position:fixed;
	top:50%;
	left:50%;
	transform:translateX(-50%)
		translateY(-50%);
	overflow-y:scroll;
	z-index:999999999;
		-webkit-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.25);
	padding:20px;
}
.fabric-view-close p {
	position:fixed;
	top:0px;
	right:50px;
	color:#fff;
}

/*--FABRIC VIEW WOOCOMMERCE---*/

.fabric-view-box ul.products {
	margin-left:-40px;
	width:unset;
}
.fabric-view-box li.product {
	display:block;
width:200px;
	height:260px;
	margin-bottom:20px;
}

.fabric-view-box li.product a {
	  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.fabric-view-box li.product a h2 {
	  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.fabric-blocks {
	width:100%;
	height:auto;
	margin-top:120px;
}
.outer-fabric-row:hover {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
}
.fabric-category-content {
max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    min-height: 350px;
    padding-bottom: 40px;
}
.fabric-category-content img {
width:250px;
	height:250px;
	object-fit:cover;
	border-radius:50%;
	margin-top:20px;
}
.colour-theme .fabric-category-content img {
	border-radius:0%;
}
.fabric-category-content h2 {
	font-size:26px;
	line-height:unset;
	display:inline;
}
.fabric-category-content .spec-title {
	padding-right:5px;
}
.fabric-category-content .left {
	width:49%;
}
.fabric-category-content .right {
	text-align:left!important;
	width:50%;
}

.left-fabric-row {
	display:inline-block;
	width:20%;
	vertical-align:top;
		text-align:left;
	cursor:zoom-in;
}
.zoom-fabric-image {
	display:none;
	background: rgba(0,0,0,0.7);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
	cursor:zoom-out;
}
.zoom-fabric-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
    width: 800px;
    height: 800px;
}
@media (max-width:1440px) {
.zoom-fabric-image img {
    width: 600px;
    height: 600px;
}	
}
@media (max-width:768px) {
.zoom-fabric-image img {
    width: 100%;
    height: 50%;
}	
}
.right-fabric-row {
	display:inline-block;
	width:75%;
		vertical-align:top;
    padding: 20px 20px 20px 40px;
	text-align:left;
}
.outer-fabric-row {
	width:100%;
}
.add_to_cart_inline {
	text-align:center;
}
.add_to_cart_inline .amount {
	font-size:20px;
}
.add_to_cart_inline .add_to_cart_button {
	border:1px solid #000;
	display:block;
}
.fabric-description {
	    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #999;
    line-height: 20px;
}
.new-ribbon {
	background-color:#51238C;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:100px;
	line-height:26px;
	text-transform:uppercase;
	letter-spacing:1px;
display:inline-block;
	margin-right:10px;
}
.discontinued-ribbon {
	background-color:red;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:130px;
	line-height:26px;
	text-transform:uppercase;
	letter-spacing:1px;
display:inline-block;
	margin-right:10px;
}
.natural-specs {
	display:none;
}
.natural-specs-toggle {
	cursor:pointer;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	border:1px solid #f2f2f2;
	margin-top:20px;
}
.natural-specs-toggle:hover {
		background:#000;
	color:#fff;
}
p.tiny-descriptor {
	font-weight:normal;
	font-size:12px;
}
@media only screen and (min-width: 900px) { 
	.mobile-toggle {
		display:none;
	}
	.mobile-menu {
	display:none;
}
}
/*--- MOBILE---*/
@media only screen and (max-width: 900px) { 
	.news-popup {
		visibility:hidden;
	}
	.header-container {
	height:55px;
		background:rgba(255,255,255,0.9);
}
	.natural-title {
		line-height:50px;
	}

.logo-container {
		max-width:150px;
}
.the-logo {
	margin-left:0px;
	width:150px;
	height:55px;
}
.the-logo img {
	width:150px;
}
.cart-container {
	right:unset;
	left:0px;
	top:55px;
	border-right:1px solid #fff;
	height:50px;
	width:60px;
}
	.cart-container a {
		display:block;
			padding-top:13px;
	padding-left:20px;
	padding-right:20px;
		padding-bottom:10px;
	}
.search-container {
	right:10px;
	top:55px;
	border-left:1px solid #fff;
	height:50px;
	width:50px;
			display:block;
			padding-top:13px;
	padding-left:20px;
	padding-right:20px;
		padding-bottom:10px;
}

	.mobile-toggle svg {
		width:15px;
		margin-right:5px;
	}
	.mobile-toggle {
		position:absolute;
		left:49%;
		padding-left:20px;
		transform:translateX(-50%);
		top:55px;
		padding-top:13px;
		padding-right:20px;
		cursor:pointer;
		height:50px;
	}
/*---SEARCH---*/

.search-close {
	position:absolute;
	right:30px;
	top:10px;
}
.search-box {
	width:90%;
}

/*----MENU----*/
.menu-container {
		background:rgba(255,255,255,0.9);
	}

.main-navigation {
	display:none;
}
	.mobile-menu {
		display:none;
		background:rgba(255,255,255,0.95);
		position:fixed;
		top:105px;
		width:100%;
		height:100%;
		padding-bottom:100px;
		padding-left:20px;
		overflow:scroll;
	}
	.mobile-menu ul {
		height:100%;
		list-style:none;
		margin-left:-40px;
	}

	.mobile-menu ul li a {
		text-decoration:none;
		display:block;
		font-weight:bold;
		padding-top:10px;
		padding-bottom:10px;
	}
	.mobile-menu .sub-menu {
		margin-left:0px;
		border:unset;
		background:unset;
		display:block;
	}
	.mobile-menu .sub-menu li a {
		font-weight:normal;
		color:#111!important;
	}
	.cls-mobile {
		fill:none;
		stroke:#000;
		stroke-linecap:round;
		stroke-miterlimit:10;
		stroke-width:3px;
	}
	
	/*---- PAGES ----*/
.site-content {
max-width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:80px;
}
	.whats-new {
	padding-top:200px;
}
.home {
	padding-top:110px;
}
.fabric-roll {
	position:absolute;
	right:0px;
	top:75px;
	z-index:-1;
	width:70vw;
}
.secondary-content {
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}
.wide-content {
	width:100%;
}
.left {
	width:100%;
	display:unset;
	vertical-align:top;
}
.right {
	width:100%;
	display:unset;
	vertical-align:top;
	text-align:right;
}
.right img {
	height:300px;
	width:300px;
	object-fit:cover;
}


img.main-image {
	position:absolute;
	right:-70px;
	top:0px;
	height:120vh;
	width:auto;
}
.call-to-action {
	width:100%;
	background:#fafafa;
	padding-bottom:40px;
}
.call-to-action h2 {
	padding-bottom:40px;
	text-align:center;
}
.three-divs {
	min-height:unset;
}

.step-1 {
	display:block;
	width:100%;
	padding-left:20px;
	padding-right:20px;

}
.step-2 {
	display:block;
	width:100%;
	vertical-align:top;
	border-left:1px solid #eee;
	padding-left:20px;
	padding-right:20px;
}
.step-3 {
	display:block;
	width:100%;
	vertical-align:top;
		border-left:1px solid #eee;
	padding-left:20px;
	padding-right:20px;
}
.three-divs h3 {
	font-size:18px;
	margin:0;
	text-align:center;
	
}
.three-divs .small-title {
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	margin:0px;
	padding-bottom:20px;
	text-align:left;
	font-weight:bold;
}
	
/*--- TYPOGRAPHY---*/
h1 {
	font-size:30px;
	color:#000;
	line-height:30px;
	margin:0;
	font-weight:600;
}
h2 {
	font-size:30px;
	color:#000;
	line-height:35px;
	margin:0;
	font-weight:600;
}
h3 {
	font-size:20px;
	color:#000;
	margin:0;
	line-height:25px;
	text-align:left;
	font-weight:600;
}
h4 {
	font-weight:600;
}
h5 {
	font-weight:600;
}

/*---HOME---*/
.split-section {
	padding-bottom:80px;
}

.individual-box {
	display:block;
	max-width:100%;
	margin-right:0px;
	margin-bottom:20px;
		text-align:center;
}
.individual-box img {
	width:100%;
	height:250px;
	object-fit:cover;
}
.multi-box-href h2 {
	font-size:18px;
	margin:0;
	padding-top:10px;
}

		.new-top-banner {
      width: 100%;
    height: 250px;
    margin-bottom: 50px;
    position: relative;
    display: inline-block;
    margin-right: 0px;
}
/*---ABOUT---*/
.about-page {
	margin-top:80px;
	padding-bottom:60px;
}
.about-information {
	padding-top:40px;
}
.about-information .left {
	width:100%;
	display:block;
}
.about-information .left img {
	width:100%;
	height:200px;
	object-fit:cover;
}
.about-information .right {
	display:block;
	width:100%;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:20px;
}
.about-history {
	padding-top:20px;
}
.about-history .right {
	display:block;
	width:100%;
}
.about-history .right img {
	width:100%;
	height:200px;
	object-fit:cover;
}
.about-history .left {
	width:100%;
	display:block;
	padding-right:0px;
}
	
	/*---SUBLIMATION PAGE---*/
.sublimation-page {
	margin-top:80px;
	padding-bottom:40px;
}
.sublimation-sections {
	padding-top:20px;
}
.sublimation-sections .left {
	width:100%;
}
.sublimation-sections .right {
	width:100%;
	text-align:left;
	padding-left:0px;
	padding-top:20px;
	display:block;
}
.sublimation-bottom {
	padding-top:20px;
}
.sublimation-bottom .left {
	width:100%;
}
.sublimation-bottom .left img {
	width:100%;
	height:auto;
}
.sublimation-bottom .right {
	width:100%;
	text-align:left;
	padding-right:0px;
	padding-left:0px;
}
/*----FAQ---*/
.faq-page {
	margin-top:80px;
	padding-bottom:40px;
}
.faq-page h3 {
	font-size:22px;
	padding-bottom:20px;
	padding-top:20px;
}
.accordion-faq {
	padding-top:0px;
}


/*---CONTACT---*/
.contact-page {
	margin-top:80px;
}
	
	
/*--WOOCOMMERCE---*/
.shop-content {
	width:100%;
	margin-top:100px;
	margin-left:0px;
	padding-left:20px;
	padding-right:20px;
}
.woocommerce .cart-empty {
	padding-top:230px;
	text-align:center;
	font-weight:bold;
}
.woocommerce .return-to-shop {
	text-align:center;
	padding-bottom:100px;
}
.woocommerce .return-to-shop a {
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #000;
}
.woocommerce .return-to-shop a:hover {
	border-bottom:2px solid #ccc;
}
.single-product .woocommerce-message {
		padding-top:230px;
	margin-bottom:-100px;
	text-align:center;
}
.woocommerce-message a {
	color:#000;
	text-decoration:none;
	border-bottom:2px solid #000;
}
.woocommerce-message a:hover {
	border-bottom:2px solid #ccc;
}
.archive-loop {
	padding-top:40px;
}
.product-banner {
	height:300px;
	width:100%;
	margin-top:0px;
	background-attachment:fixed;
	background-size:cover;
}
.product-feature-image {
	height:300px;
	background-attachment:fixed;
	background-size:cover;
}
.product-content {
max-width:100%;
	padding-left:20px;
	padding-right:20px;
	margin-top:100px;
}
.product_meta {

}
.product-left {
display:block;
	width:100%;
}
.product-right {
display:block;
	width:100%;
	vertical-align:top;
	padding-left:40px;
}
h1.product_title {
	text-align:left;
	margin-left:0px;
}
.woocommerce-breadcrumb {
	display:none;
}
p.spec-title {
	font-size:16px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:600;
	margin:0;
}
.product-right h2 {
	font-size:40px;
	color:#000;
	margin:0;
	line-height:50px;
	text-align:left;
	padding-bottom:20px;
}
.description-single {
	border-top:1px solid #f2f2f2;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	color:#999;
	line-height:18px;
text-align:left;
	border-bottom:1px solid #f2f2f2;
}
	.products-category-loop h3 {
		padding-left:20px;
	}
		.product-secondary-content h3 {
		padding-left:20px;
	}
.individual-attribute {
	padding-top:20px;
		border-bottom:1px solid #f2f2f2;
	padding-bottom:20px;
}
.individual-attribute:first-child {
		border-top:1px solid #f2f2f2;
}
.small-left {
	width:30%;
	display:inline-block;
	vertical-align:top;
}
.small-right {
	display:inline-block;
	width:65%;
	vertical-align:top;
	line-height:22px;
}
ul.products {
	list-style:none;
	margin-left:-40px;
	width:100vw;
}
li.product {
	display:block;
margin-right:0;
width:100%;
	height:auto;
	margin-bottom:20px;
}


.product-top ol.flex-control-thumbs li {
	display:inline-block;
	width:50px;
	margin-left:0px;

}

.product-top {
	min-height:300px;
	position:unset;
	margin-bottom:0px;
}

.product-top .flex-viewport {
	width:100%;
	height:auto!important;
	min-height:260px;
position:unset!important;
	right:0px;
	top:0px;
	overflow:hidden;
}
.product-top .flex-viewport img {
	height:auto;
	width:100%!important;
}
	.product-left .flex-viewport img {
		width:100%!important;
		height:200px;
	}
	.woocommerce-product-gallery__image img {
				width:100%!important;
		height:auto;
	}
	.woocommerce-product-gallery__image {
		width:100%;
		height:auto;
	min-height:250px;
	}
	.product-thumb-title {
margin-top:-20px;
	padding-left:30px;
	}
.flex-active-slide {
		 cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
background:#fff;
	height:unset!important;
}
.flex-control-nav {
	list-style:none;
	margin-left:-10px;
	cursor:pointer;
	width:100%;
position:unset;
	top:0px;
}


.woocommerce-product-gallery__trigger {
	display:none;
}
	
	.individual-attribute {
	padding-top:20px;
	height:auto;
		border-bottom:1px solid #f1f1f1;
		text-align:center;
}
.individual-attribute:last-child {
	border-bottom:0px;
}
.small-left {
	width:100%;
	display:block;
	vertical-align:top;
	text-align:left;
	padding-left:20px;
}

.small-right {
	display:block;
	width:100%;
	vertical-align:top;
	line-height:45px;
	text-align:left;
	padding-left:75px;
}
	.colour-alert {
		height:auto;
		padding-bottom:5px;
	}
	.zircon-content {
		padding-left:20px;
		padding-right:20px;
	}
.product-bottom {
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}
.product-bottom h3 {
	padding-top:40px;
	padding-bottom:20px;
}
.woocommerce-product-gallery__trigger {
	display:none;
}
.product_meta .posted_in {
	display:none;
}
.related-products {
	padding-top:60px;
	padding-bottom:40px;
	max-width:1050px;
	margin-left:auto;
	margin-right:auto;
}
.related-products ul {
	list-style:none;
	margin-left:-40px;
	text-align:center;
}
.related-products ul li {
	display:inline-block;
	width:250px;
}
.related-products ul li img {
	width:250px;
	height:250px;
	object-fit:cover;
}
h2.related-sub-title {
	padding-left:20px;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
	font-family:'Source Sans Pro',sans-serif;
}
	.tm-quantity {
		width:100%!important;
		max-width:100%!important;
	}

.tm-field-display select {
	border:1px solid #000;
	padding:10px;
	font-family:'Source Sans Pro',sans-serif;
	font-weight:600;
}
.tm-field-display select:focus {
    outline: none;
}

p.price {
	display:none;
}
.zircon-view-toggle {
	cursor:pointer;
	width:200px;
	background:#fff;
	color:#000;
	border:1px solid #000;
	text-align:center;
	padding:10px;
	margin-top:20px;
}
.zircon-view-box h4 {
	font-size:30px;
	color:#000;
	font-weight:normal;
}
.zircon-view-toggle:hover {
	background:#000;
	color:#fff;
}

.zircon-view-box {
	display:none;
	margin-top:40px;
}
.fabric-view-close p {
	position:fixed;
	top:0px;
	right:50px;
	color:#fff;
}
.download-button {
	width:100%;
	text-align:center;
	background:#fff;
	border:1px solid #000;
margin-top:10px;
}
.download-button a {
	display:block;
	padding:10px;
	color:#000;
	text-decoration:none;
}
.download-button a:hover {
	text-decoration:underline;
}
.zircon-view-box .left {
	width:55%;
}
.zircon-view-box .right {
	width:44%;
	text-align:left;
}
h4.component_title  {
padding-top:20px;
}
.component_option_thumbnail_container .thumbnail_description {
	padding:0px!important;
}
.component_options {

}

.component_option_thumbnail {

}
.component_option_thumbnail:hover {
text-decoration:underline;
	box-shadow:none!important;
		-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
}
.component_options img {
width:180px;
	height:180px;
	object-fit:cover;
}
.composited_product_images  {

}
.thumbnail_price {
	display:none!important;
}
	
	
	
/*---ORDER THIS DESIGN---*/

.order-content {
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
}

.selected-toggle {
	background:#000;
	color:#fff;
}
.selected {
	border:1px solid #000;
	box-shadow:none!important;
		-webkit-box-shadow: none!important;
-moz-box-shadow: none!important;
}
.order-button:hover .cls-2b {
	fill:#fff;
}
.order-button:hover .cls-1b {
	stroke:#fff;
}
.options-style-thumbnails {
	display:none!important;
}
.hide {
	display:block!important;
}
#swatch-icon {
	width:18px;
stroke:#000;
	stroke-miterlimit:10;
	fill:none;
	position:absolute;
	left:20px;
	top:10px;
}
#fabric-icon {
	width:18px;
	fill:#000;
		position:absolute;
	left:20px;
	top:10px;
}

/*---CART---*/
.cart-page {
	padding-top:80px;
}
.cart-page .woocommerce-message {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}
.shop_table {
	margin-top:40px;
}
.shop_table th {
	border-bottom:1px solid #000;
	text-align:left;
}
.woocommerce-cart-form__cart-item:nth-child(even) {
	background:#fafafa;
}
	.shop_table img {
		width:80px;
		height:80px;
		object-fit:cover;
	}
/*--- FABRICS ---*/
.fabric-page {
	margin-top:100px;
	padding-left:20px;
	padding-right:20px;
}
.fabric-page .products-category-loop {
	padding-top:60px;
}

.fabric-page h2 {
	padding-left:20px;
	color:#000;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400;
	letter-spacing:1px;
	font-family:'Source Sans Pro',sans-serif;
}

.woocommerce button[type=submit] {
	background:#000;
	border:1px solid #000;
	border-radius:0px;
	padding-top:20px;
	padding-bottom:20px;
	height:55px;
	font-family:'Source Sans Pro',sans-serif;
	font-size:16px;
	cursor:pointer;
	width:100%;
	float:left;
	color:#fff;
}
.woocommerce button[type=submit]:hover {
	background:#fff;
	border:2px solid #000;
	border-radius:0px;
	padding:-2px;
}
.woocommerce input[type=number]{
	width:100%;
	border:1px solid #ccc;
	border-radius:0px;
	font-family:'PT Sans',sans-serif;
	color:#000;
	margin-bottom:10px;
	padding:10px;
}
.soft79-single-product-discount-wrap {
	display:none;
}

/*----FOOTER-----*/


.footer-split {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding-bottom:40px;
}
.footer-wrap {
padding-left:20px;
	padding-right:20px;
	
}
.footer-left {
	display:block;
	width:100%;
	border-bottom:1px solid #000;
}

.footer-middle {
	display:block;
	width:100%;
	vertical-align:top;
	text-align:center;
	min-height:150px;
	position:relative;
}
.social-icons {
	position:absolute;
	top:unset;
	padding-top:40px;
	left:0;
	transform:unset;
	width:100%;
	padding-bottom:40px;
		border-bottom:1px solid #000;
}
.footer-right {
	display:block;
	width:100%;
	height:auto;
	vertical-align:top;
}

/*---PRODUCTS PAGES---*/
.products-pages {
	margin-top:105px;
}
.products-banner {
	height:50px;
}

.product-loop {
	display:block;
	width:100%;
	margin-right:10px;
		text-align:center;
	padding-left:20px;
	padding-right:20px;
}
	.fabric-page .product-loop {
		padding-left:0px;
		padding-right:0px;
	}
.product-loop img {
	width:100%;
	height:250px;
	object-fit:cover;
}
	.products-pages .product-loop {
display:block;
margin-right:0;
width:100%;
	margin-bottom:20px;
		text-align:center;
}
.products-loop-content {
	padding-bottom:80px;
}
.products-category-loop {
	padding-top:20px;
}
.products-loop h4 {
	color:#000;
	font-size:18px;
}
.products-loop a {
	text-decoration:none;
}
.products-loop a:hover {
	text-decoration:underline;
}
.products-options {
background-color:#fff;
	position:relative;
	height:372px;
	margin-bottom:40px;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.products-options a {
	display:block;
	color:#000;
	text-decoration:none;
}
.products-options .right {
	background-image:url('https://www.mereton.com.au/wp-content/uploads/2018/08/fabric-laid-up-2.png');
	background-size:cover;
	background-position:center;
	height:200px;
	width:100%;
	display:block;
}
.products-options .left {
		height:170px;
	width:100%;
	display:block;
}

.products-options h3 {
text-align:center;
	font-size:30px;
	top:40px;
	transform:unset;
}

/*---TERMS---*/
.extra-page {
	margin-top:80px;
	padding-bottom:40px;
}
/*--- ENVIRONMENT ---*/
.environment-page {
margin-top:80px;
}
.environment-page .site-content {
	position:relative;
}

.environment-list {
	padding-top:20px;
	text-align:center;
}
.environment-list .left {
	width:100%;
	height:150px;
}
.environment-list .right {
	width:100%;
	text-align:center;
}
/*---BLOG---*/
.blog-outer {
	max-width:100%;
	width:100%;
padding-left:20px;
	padding-right:20px;
	margin-top:160px;
}
.blog-content-area {
	max-width:100%;
	width:100%;
margin-top:40px;
	padding-left:20px;
	padding-right:20px;
}
.blog-content {
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-right:0px;
}
.blog-content img {
	width:100%;
	height:auto;
}
.entry-title {
	text-align:center;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;
}
.blog-content .entry-title {
	padding-bottom:0px;
}
.entry-title a {
	color:#000;
	font-size:40px;
	font-weight:600;
	text-decoration:none;
}
.read-more-button {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	border:1px solid #000;
	color:#fff;
	margin-top:40px;
	margin-bottom:40px;
}
.read-more-button a {
	display:block;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
	color:#000;
	text-decoration:none;
}
.read-more-button a:hover {
	text-decoration:underline;
	background:#000;
	color:#fff;
}
.entry-meta {
	padding-top:30px;
	font-size:14px;
	color:#ccc;
	max-width:280px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #999;
	padding-bottom:5px;
margin-left:auto;
	margin-right:auto;
	text-align:center;
}
.blog-wrapper {
	margin-top:105px;
	padding-left:20px;
	padding-right:20px;
}
.blog-main {
		display:block;
	max-width:100%;
}
.blog-main h3 {
	padding-bottom:40px;
}
.blog-sidebar {
	width:100%;
	display:block;
}
.blog-boxes {
	padding-top:60px;
		text-align:center;
}
.blog-box-individual {
	width:100%;
	display:block;
	margin-right:10px;
}
.blog-box-individual a {
	color:#000;
	text-decoration:none;
	display:block;
}
.blog-box-individual img {
	width:100%;
	height:300px;
	object-fit:cover;
}

.blog-boxes h2 {
	font-size:18px;
	padding-top:10px;
	padding-bottom:20px;
	margin:0;
}

/*---MAXXAM PAGE---*/
.maxxam-gallery {
	width:100vw;
	position:relative;
}

.maxxam-gallery ul {
	list-style:none;
	margin-left:-40px;
}
.maxxam-gallery ul li {
	display:block;
	height:300px;
}
.maxxam-gallery ul li img {
	width:100%;
	object-fit:cover;
	height:100%;
	opacity:1;
		transition:0.5s ease-in-out;
	cursor:zoom-in;
}

.maxxam img {
	height:auto;
	width:unset;
}
.maxxam {
	text-align:center;
}
#leftArrow {
display:none;
}

#rightArrow {
display:none;
}

#tslshow {
position:relative;
left:0;
		min-width:100%;
	height:auto;
	overflow:hidden;
}
.maxxam-sample {
background-color:#fff;
	position:relative;
	height:352px;
	margin-top:20px;
	margin-bottom:20px;
	width:100%;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.maxxam-sample a {
	display:block;
	color:#000;
	text-decoration:none;
}
.maxxam-sample a:hover {
	color:#999;
}
.maxxam-sample .right {
	background-image:url('https://www.mereton.com.au/wp-content/uploads/2018/09/Maxxam-Cut-Zoom-1.png');
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
	height:200px;
	width:100%;
	display:block;
}
.maxxam-sample .left {
		height:150px;
	width:100%;
	display:block;
}

.maxxam-sample h3 {
text-align:center;
	font-size:30px;
	font-weight:normal;
position:relative;
	top:40px;
	transform:unset;
}
.maxxam-sample h4 {
	text-align:center;
	font-size:16px;
	font-weight:normal;
position:relative;
	top:40px;
	transform:unset;
}

/*---SEARCH PAGE---*/
.search-page {
	margin-top:100px;
	padding-bottom:60px;
}
.search-page h1 {
	padding-bottom:20px;
}

.individual-search-results {
	border-bottom:1px solid #f2f2f2;
padding-top:20px;
}
.individual-search-results .left {
	display:block;
	width:100%;
}
.individual-search-results .left img {
	width:100%;
	height:auto;
}
.individual-search-results .right {
	width:100%;
	display:block;
	text-align:left;

}
.individual-search-results .right h2 {
	text-align:left;
	margin-left:0;
}
	.individual-search-results .right h2 a {
			font-size:20px;
	}
.individual-search-results .right h2 a:hover {
border-bottom:1px solid #000;
}


/*--FABRIC VIEW WOOCOMMERCE---*/

.fabric-view-box ul.products {
	margin-left:-40px;
	width:unset;
}
.fabric-view-box li.product {
	display:block;
width:200px;
	height:260px;
	margin-bottom:20px;
}

.fabric-view-box li.product a {
	  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.fabric-view-box li.product a h2 {
	  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
	
	.left-fabric-row {
	display:block;
	width:unset;
		text-align:center;
}
.right-fabric-row {
	display:block;
	width:unset;
    padding: 20px 20px 20px 20px;
	text-align:left;
}
	
}


/*---CIENNA---*/
.cienna-banner-home {
	max-width:1040px;
	margin-bottom:20px;
	text-align:center;
}
.cienna-banner-home img {
	width:100%;
	height:250px;
	object-fit:cover;
}
.cienna-banner-home a {
	text-decoration:none;
}
.cienna-banner-home h2 {
	font-size:18px;
	margin:0;
}
.cienna-banner-home {
	text-decoration:none;
}
.cienna-banner-home a:hover h2 {
	text-decoration:underline;
}
.cienna-banner-home .small-title {
	color:#000;
	font-size:12px;
	text-transform:uppercase;
	margin:0px;
	margin-bottom:-10px;
	padding-top:13px;
	line-height:12px;
	font-weight:normal;
}
.cienna {
	padding-top:180px;
	max-width:1300px;
	margin:auto;
}
.cienna-introduction {
		font-size:18px;
	color:#111;
	text-align:center;
	max-width:1000px;
	margin:60px auto;
}
.cienna-banner img {
	width:100%;
	height:300px;
	object-fit:cover;
}
.cienna-product {
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:30%;
	height:400px;
	transition:0.3s ease-in-out;
	margin:1.4%;
}

.cienna-product img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.cienna-image {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.cienna-hover {
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	transition:0.3s ease-in-out;
}
.cienna-product:hover .cienna-hover {
	opacity:1;
	transition:0.3s ease-in-out;
}
@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot');
    src: url('fonts/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('fonts/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.cienna-colour {
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	left:50px;
	top:350px;
	height:50px;
	width:400px;
	transform:rotate(-90deg);
	transform-origin:bottom left;
	text-align:left;
	padding:10px 10px 10px 20px;
	font-family: 'caviar_dreamsbold';
	font-size:22px;
}

.cienna-product:nth-of-type(11) .cienna-colour {
	color:#111;
}
.cienna-products h2 {
	background:#111;
	color:#fff;
	text-align:center;
	display:block;
	text-transform:uppercase;
	font-weight:400;
	font-size:28px;
	margin:20px 0;
	padding:10px 0 0 0;
	font-family: 'caviar_dreamsbold';
}
.composition-small {
	display:block;
	font-size:14px;
	line-height:1.2;
	padding-bottom:20px;
	text-transform:capitalize;
	font-family:'Source Sans Pro',sans-serif;
}
.cienna-enquiry {
	text-align:center;
}
.cienna-enquiry h2 {
	text-align:center;
	margin:30px 0;
}
@media (max-width:1024px) {
	.cienna {
	padding-top:120px;
}
	.cienna-banner img {
	height:200px;
}
	.cienna-introduction {
		padding:0 20px;
		font-size:16px;
}
.cienna-product {
	position:relative;
	display:block;
	vertical-align:top;
	width:90vw;
	height:300px;
	transition:0.3s ease-in-out;
	margin:20px auto;
}
	.cienna-colour {
	background:#111;
	color:#fff;
	text-transform:uppercase;
	position:absolute;
	left:0px;
	top:unset;
		bottom:0;
	height:50px;
	width:100%;
	transform:rotate(0);
	text-align:center;
	padding:10px;
}
}