/*
	Theme Name: Master Mark
	Description: Master Mark
	Version: 1.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/* Reset */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	font: 700 48px 'Fira Sans Condensed';
	text-transform: uppercase;
	color: #62a945;
	margin: 0 0 8px 0;
	letter-spacing: -1px;
	line-height: 1em;
}

h2 {
	font: 700 32px Montserrat;
	text-transform: uppercase;
	color: #62a945;
	margin: 0 0 32px 0;
	letter-spacing: 0.3px;
}

h3 {
	font: 700 22px 'Fira Sans Condensed';
	color: #4a422b;
	margin: 0 0 5px 0;
}

h3 a:link, h3 a:visited {
	color: #4a422b;
	text-decoration: none;
}

h3 a:hover {
	text-decoration: none;
}

h3 a:hover {
	color: #62a945;
}

h4 {
	font: 400 20px 'Fira Sans Condensed';
	text-transform: uppercase;
	color: #62a945;
	margin: 0 0 15px 0;
}

h5 {
	font: 700 22px Montserrat;
	text-transform: uppercase;
	color: #62a945;
	margin: 0 0 15px 0;
	letter-spacing: 0.5px;
}

/* Button */

h6 {
	font: 700 14px 'Open Sans';
	text-transform: uppercase;
	color: #7b6956;
	margin: 0;
}

h6 a:link, h6 a:visited, .gform_button {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	border: 2px solid #7b6956 !important;
	font: 700 14px 'Open Sans' !important;
	text-transform: uppercase !important;
	color: #7b6956 !important;
	background: trasparent !important;
	padding: 3px 6px !important;
	letter-spacing: 0.5px !important;
	cursor: pointer !important;
}

h6 a:hover, .gform_button:hover {
	background: #7b6956 !important;
	color: #FFF !important;
}

/* Links */

a:link, a:visited, a:active {
	color: #9bbf24;
	text-decoration: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

a:hover {
	color: #27235e;
}

/* Paragraphs */

p {
	margin: 0 0 12px 0;
	line-height: 1.75em;
}

.alignleft {
	float: left;
	display: inline;
	margin: 0 25px 15px 0;
}

.alignright {
	float: right;
	display: inline;
	margin: 0 0 15px 35px;
}

.aligncenter {
	display: block;
	margin: 0 auto 18px auto;
}

/* Lists */

.content ul {
	margin: 0 0 33px 35px;
}

.content p+ul {
	margin-top: -5px;
}

.content ul li {
	list-style: none;
	margin: 0 0 4px 0;
	position: relative;
	line-height: 1.45em;
	padding: 0 0 0 8px;
}

.content ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #4a422b;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.content ol {
	margin: 0 0 25px 35px;
}

.content p+ol {
	margin-top: -5px;
}

.content ol li {
	list-style: decimal;
	margin: 0 0 4px 0;
	line-height: 1.45em;
	font-style: italic;
}

/* Clearfix */

.cf:before, .cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 600 14px 'Open Sans', Arial, Helvetica, sans-serif;
	color: #4a422b;
	width: 100%;
	overflow-x: hidden;
}

html, body {
	position: relative;
	min-height: 100%:
}

table {
	width: 100%;
	margin: 0 0 44px 0;
}

td, th {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

th {
	text-align: left;
}

p:empty {
	display: none;
}

.frame {
	width: 1240px;
	margin: 0 auto;
	position: relative;
	/*border: 1px solid;*/
}

/* Bar */

.bar {
	background: #f0eeeb;
	height: 60px;
	text-align: right;
}

.bar ul {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.bar ul li {
	float: left;
	display: inline;
	padding: 0 25px 0 21px;
	text-align: center;
	position: relative;
}

.bar .inner {
	position: relative;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
}

.bar a {
	position: relative;
	display: block;
}

.bar-logo-color {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 0;
	-webkit-transition: all 250ms;
	transition: all 250ms;
}

.bar a:hover .bar-logo-color, .bar li.current .bar-logo-color {
	opacity: 1;
}

.bar ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	width: 1px;
	height: 33px;
	background: #FFF;
}

.bar ul li:first-child:before {
	display: none;
}

.bar ul li img {
	display: block;
}

/* Header */

.header-area {
	height: 194px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #FFF;
	z-index: 999;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 0 58px 0;
}

.page-content {
	padding: 230px 0 0 0;
}

.admin-bar .header-area {
	top: 32px;
}

.menu-open .header-area {
	transform: translate3d(-290px, 0px, 0px);
}

.header {
	border-bottom: 4px solid #62a945;
	position: relative;
	z-index: 210;
}

.home .header-area {
	margin: 0;
}

.header .frame {
	height: 130px;
}

.header .frame, .footer .frame, .slider .frame, .sidebar.frame {
	width: 1420px;
}

.logo {
	margin: 25px 0 0 0;
	float: left;
	display: inline;
}

a.menu-button:link, a.menu-button:visited {
	float: right;
	display: inline;
	font-size: 20px;
	font-weight: 800;
	text-transform: uppercase;
	color: #62a945;
	text-decoration: none;
	padding: 0 78px 0 15px;
	margin: 42px 0 0 25px;
	background: url('i/ico-menu.png') no-repeat 87% 17px;
	height: 67px;
	line-height: 67px;
	letter-spacing: 1px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	pointer-events: inherit;
	-webkit-transition: none;
	transition: none;
	outline: none;
}

.sidebar-open a.menu-button:link, .sidebar-open a.menu-button:visited {
	background-image: url('i/ico-close.png');
	background-position: 78% 22px;
}

a.menu-button:hover {
	background-color: #efedeb;
}

.close {
	display: block !important;
	width: 26px !important;
	height: 22px !important;
	background: url('i/ico-close.png') no-repeat !important;
	float: right;
	margin: 8px 0 0 0;
	opacity: 0 !important;
	z-index: 1 !important;
	pointer-events: none !important;
}

.sidebar-open .close {
	opacity: 1 !important;
	z-index: 3 !important;
	pointer-events: inherit !important;
}

.translate {
	float: right;
	display: inline;
	width: 170px;
	margin: 68px 10px 0 0;
}

.tagline {
	background: url('i/ico-flag.png') no-repeat 0 50%;
	padding: 0 0 0 58px;
	font-size: 14px;
	color: #7b6956;
	line-height: 1.2em;
}

.header .tagline {
	float: right;
	display: inline;
	margin: 64px 30px 0 0;
}

a.find-button:link, a.find-button:visited {
	float: right;
	display: inline;
	font: 700 22px 'Fira Sans Condensed';
	text-transform: uppercase;
	color: #7b6956;
	background: url('i/ico-location.png') no-repeat 0 50%;
	padding: 0 0 0 30px;
	margin: 65px 35px 0 0;
	line-height: 1.4em;
	letter-spacing: 0.3px;
}

/* Slider */

.slider {
	margin: 0 0 66px 0;
	width: 100%;
	overflow: hidden;
}

.slider, .slide {
	height: 497px;
}

.slide {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}

.slide-image {
	display: none;
}

.slide .frame {
	height: 100%;
}

.slide .frame:before, .slide .frame:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 3000px;
	background: rgba(255,255,255,0.75);
	z-index: 110;
	-webkit-transform: translate(-100%,0);
	transform: translate(-100%,0);
}

.slide .frame:after {
	left: auto;
	right: 0;
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0);
}

.slide-text {
	position: absolute;
	top: 25.15%;
	right: 0;
	background: rgba(239,237,234,0.9);
	font-size: 20px;
	font-weight: 400;
	color: #4a422b;
	width: 38%;
	border-left: 12px solid #62a945;
	padding: 37px 30px 17px 30px;
}

.slide-text p {
	margin: 0 0 15px 0;
	line-height: 1.3em;
}

.featured-badge {
	position: absolute;
	top: 14px;
	left: -18px;
}

/* Featured */

.featured-product {
	position: relative;
	margin: 0 0 52px 0;
}

.featured-text {
	position: absolute;
	top: 50%;
	left: 0;
	background: rgba(239,237,234,0.9);
	font-size: 20px;
	font-weight: 400;
	color: #4a422b;
	width: 32.26%;
	border-right: 12px solid #62a945;
	padding: 17px 35px 17px 50px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

.featured-text h1 {
	margin: 0 0 3px 0;
}

.featured-text p {
	margin: 0 0 14px 0;
	line-height: 1.3em;
}

/* Categories */

ul.categories-list, .content ul.categories-list {
	margin: 44px 0 0 -1.07%;
}

ul.categories-list li {
	width: 32.26%;
	margin: 0 0 40px 1.07%;
	padding: 0;
	list-style: none;
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

ul.categories-list li:before {
	display: none;
}

.category-thumbnail {
	margin: 0 0 17px 0;
}

.category-thumbnail img {
	display: block;
	margin: 0 auto;
}

ul.categories-list li h3 {
	margin: 0;
	text-transform: uppercase;
}

/* Retailers */

.retailers-headline {
	font: 700 30px 'Fira Sans Condensed';
    color: #4a422b;
	text-align: center;
	margin: 0 0 30px 0;
}

.retailers-area {
	background: #f2f0ee;
	text-align: center;
	padding: 44px 0;
	margin: 47px 0 47px 0;
}

ul.retailers-list {
	margin: 0;
}

ul.retailers-list li {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 25%;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

.retailers-list li div {
	height: 55px;
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
}

ul.retailers-list li:before {
	display: none;
}

.retailers-list a:hover {
	opacity: 0.7;
}

/* Footer */

.footer {
	padding: 0 0 47px 0;
}

.footer-left {
	float: left;
	display: inline;
	margin: 0 3.5% 0 1.3%;
	width: 14.8%;
	font-size: 11px;
	color: #4a422b;
}

.footer-logo {
	margin: 0 0 12px 0;
}

.footer-left p {
	line-height: 1.25em;
	margin: 0 0 9px 0;
}

.footer-right {
	float: right;
	display: inline;
	width: 78.8%;
	margin: 27px 1.6% 0 0;
}

.footer .tagline {
	font-size: 11px;
	color: #4a422b;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer-heading {
	float: left;
	display: inline;
	margin: 0 25px 0 0;
}

.footer-menu {
	float: left;
	display: inline;
	font-size: 14px;
	color: #4a422b;
}

.footer-menu ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 50px;
 	-moz-column-gap: 50px;
	column-gap: 50px;
}

.footer-menu li {
	margin: 0 0 5px 0;
}

.footer-menu a:link, .footer-menu a:visited {
	color: #4a422b;
	text-decoration: none;
}

.footer-menu a:hover {
	color: #62a945;
}

.footer-contacts {
	float: right;
	display: inline;
	margin: 0 0 0 1.8%;
	color: #4a422b;
}

.footer-contacts-left, .footer-contacts-right {
	float: left;
	display: inline;
	width: 170px;
}

.footer-contacts-left {
	margin: 0 14px 0 0;
}

.footer-contacts p {
	line-height: 1.35em;
	margin: 0 0 5px 0;
}

.footer-contacts a:link, .footer-contacts a:visited {
	color: #4a422b;
	text-decoration: none;
}

.footer-contacts a:hover {
	color: #62a945;
}

.copyright {
	font-size: 11px;
	color: #4a422b;
	text-align: right;
}

.copyright a:link, .copyright a:visited {
	color: #4a422b;
	text-decoration: none;
}

.copyright a:hover {
	color: #62a945;
}

/* Columns */

.left-column, .right-column {
	float: left;
	display: inline;
	width: 48%;
}

.right-column {
	margin: 0 0 0 4%;
}

.path {
	color: #7b6956;
	margin: -48px 0 58px 0;
}

.path a:link, .path a:visited {
	color: #7b6956;
	text-decoration: none;
}

.path a:hover {
	color: #62a945;
}

/* Products */

ul.products-list, .content ul.products-list {
	margin: 0 0 0 -4.6%;
}

ul.products-list li {
	list-style: none;
	padding: 0;
	margin: 0 0 80px 4.6%;
	width: 28.7%;
	text-align: center;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

ul.products-list li:before {
	display: none;
}

.product-thumbnail {
	height: 225px;
	margin: 0 0 18px 0;
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
}

.products-list a:link, .products-list a:visited {
	color: #4a422b;
	text-decoration: none;
}

.products-list a:hover {
	color: #62a945;
}

.products-list h3 {
	margin: 0 60px;
}

/* Related Products */


ul.related, .content ul.related {
	margin: 35px 0 0 -4.6%;
}

ul.related li {
	list-style: none;
	padding: 0;
	margin: 0 0 80px 4.6%;
	width: 12%;
	text-align: center;
	font: 700 16px 'Fira Sans Condensed';
	color: #4a422b;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

ul.related li:before {
	display: none;
}

.related-thumbnail {
	height: 140px;
	margin: 0 0 10px 0;
	display: flex;
	flex-direction: column;
	align-items: center; 
	justify-content: center;
}

.related a:link, .related a:visited {
	color: #4a422b;
	text-decoration: none;
}

.related a:hover {
	color: #62a945;
}

/* Product Area */

.product-area {
	margin: 75px 0 55px 0;
}

.product-image {
	float: left;
	display: inline;
	width: 45.16%;
	text-align: center;
	position: relative;
	margin: 5px 0 0 0;
}

.product-badge {
	position: absolute;
	top: -42px;
	left: 0;
}

.product-info {
	float: right;
	display: inline;
	width: 53.5%;
}

.product-name {
	font: 700 32px 'Fira Sans Condensed';
	color: #4a422b;
	margin: 0 0 15px 0;
	line-height: 1.1em;
	letter-spacing: 0.25px;
}

.chars {
	margin: 27px 0 24px 0;
	width: 100%;
}

.chars th {
	background: #bdb4aa;
	text-transform: uppercase;
	padding: 4px 10px;
}

.chars td {
	padding: 9px 10px;
}

.chars td, .chars th {
	color: #4a422b;
	font-size: 14px;
	font-weight: 700;
}

.cell-size {
	width: 44.3%;
}

.cell-code {
	width: 25.3%;
	text-align: center;
}

.cell-upc {
	text-align: right;
}

ul.product-files {
	margin: 0;
}

ul.product-files li {
	width: 96px;
	text-align: center;
	margin: 0;
	line-height: 1.2em;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

ul.product-files li:before {
	display: none;
}

.product-files a:link, .product-files a:visited {
	display: block;
	color: #4a422b;
	text-decoration: none;
	padding: 54px 0 0 0;
	background: url('i/ico-pdf.png') no-repeat 50% 0;
}

.product-files a:hover {
	color: #62a945;
}

/* Form */

.gform_wrapper.gf_browser_chrome .gform_body {
	width: 100% !important;
}

.gform_wrapper {
	max-width: 100% !important;
	margin: 0 !important;
}

.form .gform_wrapper {
	margin: 18px 5px 0 5px !important;
}

body .gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

ul.gform_fields {
	margin: 0 !important;
}

ul.gform_fields>li {
	padding-left: 0 !important;
	font-style: normal;
	margin: 0 0 11px 0 !important;
	font-weight: 400 !important;
	background: transparent;
}

ul.gform_fields>li:before {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background: transparent !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description, .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	/* margin-left: 0 !important; */
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
	max-width: 100% !important;
}

.validation_error, .validation_message {
	display: none !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
/*    padding: 0 !important; */
    border-top: none !important;
    border-bottom: none !important;
}

.gform_wrapper .top_label .gfield_error {
	/* width: auto !important; */
}

.gform_wrapper ul li:before {
	display: none;
}

.no-label .gfield_label {
	display: none !important;
}

.show-label .gfield_label {
	display: block !important;
}

.ginput_container input, .ginput_container textarea, .ginput_container select,
.field-large .ginput_container input, .field-large .ginput_container textarea, .field-large .ginput_container select, .input {
	display: block;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	margin: 8px 0 0 0 !important;
	padding: 6px 15px !important;
	text-indent: 0 !important;
	font: 600 14px 'Open Sans' !important;
	color: #4a422b !important;
	background: transparent !important;
	border: 1px solid d6d6d6 !important;
	width: 100% !important;
}
.subscribe .input {
	background: #FFF !important;
	border: none !important;
	margin-top: 3px !important;
}

.subscribe .input.birthday {
	width: 60px !important;
	margin: 0 !important;
	float: left !important;
	display: inline !important;
}

.datefield .sep {
	margin: 9px 10px;
	float: left;
	display: inline;
}

.gfield_error .ginput_container input, .gfield_error .ginput_container textarea, .gfield_error .ginput_container select {
	background: #ffbfbf !important;
}

.ginput_container_checkbox input {
	-webkit-box-shadow: 0 0 0 transparent !important;
	-moz-box-shadow: 0 0 0 transparent !important;
	box-shadow: 0 0 0 transparent !important;
}

.ginput_container_checkbox input {
	margin-top: 3px !important;
}

::-webkit-input-placeholder {
	color: #4a422b !important;
}

:-moz-placeholder { /* Firefox 18- */
	color: #4a422b !important;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: #4a422b !important;
}

:-ms-input-placeholder {  
	color: #4a422b !important;
}

.gform_footer {
	margin: 15px 0 0 0 !important;
	padding: 0 !important;
}

.gform_wrapper .ginput_container input.datepicker,
.gfield_captcha_input_container input {
    width: 11.75em !important;
}

#wpsl-stores ul li {
	width: 29%;
	margin: 0 3% 30px 0;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
}

#wpsl-gmap img[src*="red@2x"] {
    display: none !important;
}

#wpsl-wrap ul li:before {
	display: none;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	width: 136px !important;
}

#wpsl-result-list li p {
	margin-bottom: 10px !important;
}

.wpsl-search {
background: transparent !important;
}

#wpsl-wrap ul li:before {
	display: none;
}

#wpsl-search-input, .wpsl-select-wrap {
	margin-right: 30px !important;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	width: auto !important;
	margin: 8px 15px 0 0 !important;
}

#wpsl-category {
	clear: none !important;
}

#wpsl-search-input, #wpsl-search-btn {
	padding: 9px 12px !important;
	font: 14px 'Open Sans' !important;
}

#wpsl-result-list li p {
	margin-bottom: 10px !important;
}

#wpsl-gmap {
	margin-top: 30px !important;
}

.wpsl-search {
	padding: 0 !important;
}

div#wpsl-stores {
	height: auto !important;
}

/* Sidebar */

.sidebar {
	position: absolute;
	top: 194px;
	left: 50%;
	z-index: 210;
	height: 0;
	overflow: visible;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	pointer-events: none;
}

.sidebar-open .sidebar {
	pointer-events: inherit;
}

.sidebar .outer {
	float: right;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 350ms;
	transition: all 350ms;
	background: #FFF;
}

.sidebar-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1px;
	width: 3000px;
	background: #FFF;
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0);
	z-index: 210;
	border-bottom: 2px solid #62a945;
	opacity: 0;
	pointer-events: none;
}

.sidebar-open .sidebar-bg {
	opacity: 1;
	pointer-events: inherit;
}

.sidebar .inner {
	padding: 16px 24px 5px 14px;
	width: 255px;
}

.sidebar-open .sidebar .outer {
	width: 255px;
}

.sidebar-open .sidebar .outer {
	border-left: 2px solid #62a945;
	border-bottom: 2px solid #62a945;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 209;
	pointer-events: none;
	-webkit-transition: all 350ms;
	transition: all 350ms;
}

.sidebar-open .overlay {
	opacity: 1;
	pointer-events: inherit;
}

/* Main Menu */

.main-menu {
	margin: 0 0 16px 0;
	padding: 0 0 4px 10px;
	border-bottom: 3px solid #d7d2cc;
}

.main-menu li {
	font: 400 20px 'Fira Sans Condensed';
	color: #4a422b;
	margin: 0 0 12px 0;
}

.main-menu a:link, .main-menu a:visited {
	color: #4a422b;
	text-decoration: none;
}

.main-menu a:hover {
	color: #62a945;
}

.submenu {
	border-bottom: 4px solid #d7d2cc;
	margin: 0 0 22px 0;
	padding: 0 0 3px 10px;
}

.submenu li {
	font: 700 20px 'Fira Sans Condensed';
	text-transform: uppercase;
	margin: 0 0 12px 0;
}

.submenu a:link, .submenu a:visited {
	color: #62a945;
}

.submenu a:hover {
	color: #4a422b;
}

.sidebar-contacts {
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #4a422b;
}

.sidebar-contacts p {
	line-height: 1.35em;
	margin: 0 0 20px 0;
}

.sidebar-contacts p img.alignnone, .sidebar-contacts p img.aligncenter {
	display: block;
	margin: 0 0 -5px 0;
}

.sidebar-contacts a:link, .sidebar-contacts a:visited {
	color: #4a422b;
	text-decoration: none;
}

.sidebar-contacts a:hover {
	color: #62a945;
}

/* 1420px */
@media (max-width: 1419px) {
	.header .frame, .footer .frame, .slider .frame, .sidebar.frame {
		width: 1240px;
	}
	.footer-heading {
		float: none;
		display: block;
		margin: 0 0 15px 0;
	}
}

/* Narrow Desktop */
@media (max-width: 1239px) {
	.frame, .header .frame, .footer .frame, .slider .frame, .sidebar.frame {
		width: 940px;
	}
	.featured-badge {
		top: 0;
	}
	.footer-right {
		margin-top: 15px;
	}
	.footer-menu, .footer-contacts {
		float: none;
		display: block;
		width: auto;
		margin: 0 0 15px 0;
	}
	.copyright {
		text-align: left;
		margin: 15px 0 0 0;
	}
	.chars {
		width: 100%;
	}
	img, iframe {
		max-width: 100%;
		height: auto;
	}
	.bar img {
		max-width: 300%;
	}
	table {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 28px;
	}
	a.menu-button:link, a.menu-button:visited {
		text-indent: -200px;
		overflow: hidden;
		padding-left: 0;
		background-position: 50% 16px;
		margin-left: 10px;
	}
	.sidebar-open a.menu-button:link, .sidebar-open a.menu-button:visited {
		background-position: 50% 50%;
	}
}

/* Tablet */
@media (max-width: 959px) {
	.frame {
		width: auto !important;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	.header-area {
		position: static;
		height: auto;
	}
	.page-content {
		padding: 0;
	}
	.bar {
		text-align: center;
	}
	.bar ul li {
		padding: 0 18px;
	}
	.header .frame {
		height: auto;
		padding: 0 0 10px 0;
	}
	.logo {
		padding-left: 0;
		margin-left: 0;
		float: none;
		display: block;
		width: 100%;
	}
	a.find-button:link, a.find-button:visited {
		font-size: 18px;
		padding-top: 5px;
		padding-bottom: 5px;
		margin: 40px 0 0 0;
		float: left;
	}
	.header .tagline {
		position: absolute;
		top: 0;
		right: 70px;
	}
	a.menu-button:link, a.menu-button:visited {
		position: absolute;
		top: 46px;
		right: 0;
		margin: 0;
	}
	.translate {
		margin: 32px 0 0 0;
	}
	.slider, .slide {
		height: auto;
	}
	.slide {
		background: transparent !important;
	}
	.slide-image {
		display: block;
	}
	.slide-image img {
		display: block;
		width: 100%;
		height: auto;
	}
	.slide-text, .featured-text {
		width: auto;
		position: static;
		-webkit-transform: none;
		transform: none;
		border-left: none;
		border-right: none;
		margin: 0 -20px;
	}
	.featured-text {
		margin: 0;
		padding: 17px 30px;
	}
	.featured-image img {
		display: block;
	}
	.slide .frame:before, .slide .frame:after {
		display: none;
	}
	ul.retailers-list li {
		margin: 7px 15px;
	}
	.retailers-area {
		margin: 20px 0;
		padding: 30px 0;
	}
	.products-list h3 {
		margin: 0;
	}
	.product-thumbnail {
		height: 110px;
	}
	.footer {
		padding: 0 0 20px 0;
	}
	.footer-left, .footer-right {
		float: none;
		display: block;
		width: 100%;
		margin: 0;
	}
	.footer-left {
		margin: 0 0 20px 0;
	}
	table {
		width: 100% !important;
		margin: 0 0 10px 0 !important;
	}
	img, iframe {
		max-width: 100%;
		height: auto;
	}
	.alignleft, .alignright {
		max-width: 50%;
		height: auto;
	}
	td .alignleft, td .alignright {
		max-width: 90%;
	}
	.fancybox-wrap {
		max-width: 520px;
	}
	.fancybox-inner {
		max-width: 100%;
	}
	.sidebar {
		-webkit-transform: none;
		transform: none;
		    left: 0;
		    right: 0;
	}
}

/* Mobile */
@media (max-width: 599px) {
	.left-column, .right-column {
		float: none;
		display: block;
		width: auto;
		margin: 0;
	}
	.bar {
		height: auto;
		position: relative;
		z-index: 220;
	}
	.bar li {
		height: auto;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
		width: 49%;
		text-align: center;
	}
	.bar ul li:before {
		display: none;
	}
	.header-area {
		height: 405px;
	}
	.header {
		text-align: center;
	}
	.sidebar {
		top: 250px !important;
		z-index: 310;
	}
	.logo {
		margin-bottom: 25px;
		text-align: left;
	}
	.translate, a.find-button:link, a.find-button:visited {
		float: none;
		margin: 0;
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		*display: inline;
	}
	.header .tagline {
		position: static;
		float: none;
		display: block;
		width: 200px;
		margin: 25px auto;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 18px;
	}
	.slider, .featured-product {
		margin-bottom: 30px;
	}
	.slide-text {
		font-size: 16px;
	}
	.slide-text br {
		display: none;
	}
	ul.categories-list li{
		width: 48.93%;
		margin-bottom: 20px;
	}
	.footer-menu ul,
	.columns {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
 		-moz-column-gap: 0;
		column-gap: 0;
	}
	.footer-contacts-left, .footer-contacts-right {
		float: none;
		display: block;
		margin: 0 0 15px 0;
	}
	.retailers-area {
		padding: 15px 0 8px 0;
	}
	ul.products-list li {
		width: 45.4%;
	}
	.product-image, .product-info {
		float: none;
		display: block;
		margin: 0;
		width: auto;
	}
	.product-image {
		margin: 0 0 15px 0;
	}
	ul.related li {
		width: 45.4%;
	}
	.alignleft, .alignright, .aligncenter, .diagram {
		float: none;
		display: block;
		margin: 0 0 20px 0;
		max-width: 100%;
	}
	td img {
		max-width: 95% !important;
	}
	.content ul {
		margin-left: 0;
	}
	.fancybox-wrap {
		max-width: 280px;
	}
	.fancybox-prev span, .fancybox-next span {
		background: transparent !important;
	}
	table, tbody, tr, td {
		display: block !important;
		margin: 0 !important;
		padding: 0 !important;
		width: auto !important;
	}
	td {
		padding: 15px 0 !important;
	}
	.tablepress .row-hover tr:hover td {
		background: transparent !important;
	}
	table.table, .variation-details table {
		display: table !important;
		margin: 0 0 20px 0 !important;
	}
	table.table tbody, table.table thead,
	.variation-details table tbody, .variation-details table thead {
		display: table-row-group !important;
	}
	table.table tr, .variation-details table tr {
		display: table-row !important;
	}
	table.table th, table.table td, .variation-details table th, .variation-details table td {
		display: table-cell !important;
		width: auto !important;
		padding: 5px 10px !important;
		font-size: 12px !important;
	}
	h4 {
		font-size: 16px;
	}
}



/*New CSS from MINDSCAPE*/

body.page-template-template-general-interior .page-content.ms{
	padding-top: 180px;
}


@media (max-width: 1239px) {
	.header.ms .header-main .frame{
		width: 88%;
	}
	.header.ms .header-main .logo{
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 1180px) {
	.header.ms .header-main .logo{
		width: 100% !important;
	}
	.header.ms .main-navigation{
		width: 100%;
		text-align: center;
	}

	body.page-template-template-general-interior .page-content.ms{
		padding-top: 245px;
	}
}

@media (max-width: 991px) {
	.header.ms .header-main .logo{
		width: auto !important;
		float: left;
	}
	a.menu-button.mobile-menu-button{
		top: 0 !important;
		margin-top: 20px;
	}
	body.page-template-template-general-interior .page-content.ms{
		padding-top: 186px;
	}
}

@media (max-width: 959px) {
	body.page-template-template-general-interior .header-area{
		margin-bottom: 0;
	}
	body.page-template-template-general-interior .page-content.ms{
		padding-top: 0;
	}
}

.header.ms{

}

.header-area.ms{
	height: auto !important;
}

.header.ms .frame{
	height: auto;
}

.header.ms .header-top{
	display: inline-block;
	width: 100%;
	background: #efedeb;
	padding: 15px 0;
}

.header.ms .header-top .translate{
	margin: 0;
}

.header.ms .header-top .translate .goog-te-gadget-simple{
	float: right;
	border: none;
	background: transparent;
	font-family: 'Fira Sans Condensed';
	font-size: 14px;
	line-height: 14px;
	font-size: 13px;
    line-height: 13px;
    font-weight: 400;
}

.header.ms .header-top .translate .goog-te-menu-value span:nth-child(3){
	display: none;
}

.header.ms .goog-te-gadget-icon{
	background-image: url(http://localhost/master-mark/wp-content/themes/mastermark/images/g-translate-icon.png) !important;
	background-size: 14px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.header.ms .header-main{
	padding: 20px 0;
}

.header.ms .logo{
	display: inline-block;
	margin: 0;
	width: auto !important;
}


/*START Navigation*/

.header.ms .main-navigation{
	display: inline-block;
	float: right;
	margin-top: 25px;
}

.header.ms .main-navigation > ul > li{
	display: inline-block;
	margin: 0;
	margin-left: 40px;
	position: relative;
}

.header.ms .main-navigation > ul > li:first-child{
	margin-left: 0;
}

.header.ms .main-navigation > ul > li > a{
	font-family: 'Fira Sans Condensed';
	font-weight: bold;
	color: #7b6955;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}

.header.ms .main-navigation > ul > li > ul{
	/*display: none;

	position: absolute;
	left: 0;
	top: 0;*/
}

.header.ms .main-navigation > ul > li:hover > ul{
	display: block;
}

.header.ms .main-navigation > ul > li.header-button{
	top: -1px;
}


.header.ms .main-navigation > ul > li.header-button > a,
.header.ms .main-navigation > ul > li.header-button > a:visited{
	border: 2px solid #7b6955;
	padding: 10px 15px;
	transition: 0.3s all;
	font-size: 17px;
	line-height: 17px;
}

.header.ms .main-navigation > ul > li.header-button > a:hover,
.header.ms .main-navigation > ul > li.header-button > a:focus,
.header.ms .main-navigation > ul > li.header-button > a:active{
	color: #fff;
	background: #7b6955;
	transition: 0.3s all;
}



.main-navigation ul li.disable-link > a,
#utility-nav li.disable-link > a,
ul.the-footer-menu li.disable-link > a {
	cursor: default !important;
}

.main-navigation ul li:hover:before {
    content: '';
    width: 100%;
    height: 26px;
    position: absolute;
    top: 100%;
    margin-top: -2px; 
}
 .main-navigation ul li a {
    display: block;
    text-decoration: none; 
}
.main-navigation ul li ul.sub-menu {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99999;
	visibility: hidden;
	opacity: 0;
	left: -10px !important;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all;
	padding: 20px 20px;
	background: #fff;
	top: 25px;
	width: 200px; 
	padding: 20px 13px;
}
.main-navigation ul li ul.sub-menu li {
	margin-bottom: 15px; 
	margin-bottom: 10px;
	position: relative;
}
.main-navigation ul li ul.sub-menu li:last-child {
	margin-bottom: 0; 
}
.main-navigation ul li ul.sub-menu li a,
.main-navigation ul li ul.sub-menu li a:visited {
	width: 100%;
	color: #000;
}

.main-navigation ul li ul.sub-menu li a:hover{
	
}

@media (max-width: 1180px) {
  .main-navigation ul li ul.sub-menu li a,
  .main-navigation ul li ul.sub-menu li a:visited {
    /*font-size: 13px; */
    } 
}
@media (max-width: 1080px) {
  .main-navigation ul li ul.sub-menu li a,
  .main-navigation ul li ul.sub-menu li a:visited {
    /*font-size: 12px;*/ 
    } 
}
.main-navigation ul li ul.sub-menu li ul {
	left: 170px !important;
	top: -10px;
	visibility: none; 
}
.main-navigation ul li ul.sub-menu li{
	display: inline-block;
	width: 100%;
}
.main-navigation ul li ul.sub-menu li:hover > ul, .main-navigation ul li ul.sub-menu li.focus > ul {
	visibility: visible; 
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	visibility: visible;
	opacity: 1;
	left: 0px !important;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all; 
}
.main-navigation ul#menu-main-menu-1 {
	padding-top: 0; 
}
.main-navigation ul#menu-main-menu-1 > li {
	/*margin-left: 40px;
	margin-left: 2vw; */
}
.main-navigation ul#menu-main-menu-1 > li > a{
	cursor: pointer;
}
.main-navigation ul#menu-main-menu-1 > li:first-child {
	margin-left: 0; 
}
.main-navigation ul#menu-main-menu-1 > li:after {
	content: '';
	display: block;
	width: 100%;
	height: 7px;
	background: #fff;
	background: transparent;
	opacity: 0.2;
	position: absolute;
	left: 0;
	bottom: calc(-100% - 3px);
	opacity: 0;
	visibility: hidden;
	left: -10px;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all; }
	.main-navigation ul#menu-main-menu-1 > li.current_page_item:not(.header-button):after {
	visibility: visible;
	opacity: 0.2;
	left: 0; 
}
.main-navigation ul#menu-main-menu-1 > li:not(.menu-item-has-children):hover:after {
	visibility: visible;
	opacity: 0.2;
	-webkit-transition: 0.3s opacity;
	-moz-transition: 0.3s opacity;
	-ms-transition: 0.3s opacity;
	transition: 0.3s opacity;
	left: 0;
	-webkit-transition: 0.3s all;
	-moz-transition: 0.3s all;
	-ms-transition: 0.3s all;
	transition: 0.3s all; 
}
.main-navigation ul#menu-main-menu-1> li > a {
	/*color: #2b2b2b;
	font-size: 17px;
	line-height: 17px;
	font-weight: 700;*/
	-webkit-transition: 0.3s color;
	-moz-transition: 0.3s color;
	-ms-transition: 0.3s color;
	transition: 0.3s color; 
}
.main-navigation ul#menu-main-menu-1 > li > a:hover {
	-webkit-transition: 0.3s color;
	-moz-transition: 0.3s color;
	-ms-transition: 0.3s color;
	transition: 0.3s color; 
}
@media (max-width: 1450px) {
	.main-navigation ul#menu-main-menu-1 > li > a {
		/*font-size: 14px;
		line-height: 14px; */
		} 
	}
@media (max-width: 1350px) {
	.main-navigation ul#menu-main-menu-1 > li > a {
		/*font-size: 13px;
		line-height: 13px; */
	} 
}
@media (max-width: 1180px) {
	.main-navigation ul#menu-main-menu-1 > li > a {
		/*font-size: 14px;
		line-height: 14px;*/
	} 
}
@media (max-width: 1080px) {
	.main-navigation ul#menu-main-menu-1 > li > a {
		/*font-size: 13px;
		line-height: 13px;*/
	} 
}
@media (max-width: 991px) {
	.header.ms .main-navigation{
		display: none;
	}
	a.menu-button.mobile-menu-button{
		display: inline-block !important;
	}

}





.mm-menu a{

    font-family: 'Fira Sans Condensed';
	font-weight: bold;
	color: #7b6955 !important;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 17px;
}




/*END Navigation*/






a.menu-button.mobile-menu-button{
	display: none;
	position: relative;
	top: auto;
	top: 15px;
}


.page-content.ms{
	padding-top: 215px;
}
@media (max-width: 991px) {
	.page-content.ms{
		padding-top: 0;
	}
}

.bar.ms{
	text-align: center;
	margin-top: 60px;
}

.footer.ms{
	padding-bottom: 0;
}


.copyright {
    margin: 60px 0 0 0;
    vertical-align: bottom;
}

.copyright p{
	margin-bottom: 0;
}


/*New Mindscape Styles 3-19-21 */

/* -- New site styles -- */

body{
	/*font-family: 'Catamaran', sans-serif;*/
}

.w-container{
	width: 88%;
    margin: 0 auto;
}

a.button{
	/*display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	line-height: 12px;
	font-weight: 900;
	background: #c11332;
	border: 1px solid;
	border-color: #c11332;
	color: #fff;
	padding: 15px 25px;
	min-width: 180px;
	text-align: center;

	font: 600 14px 'Hind Siliguri' !important;
    text-transform: uppercase;
    color: #FFF !important;
    letter-spacing: 2px;
    background: #67bd4a;
    padding: 7px 13px;
    border: 2px solid #67bd4a;

    background-color: #236192;
    border-color: #236192;
    border-radius: 3px;*/

    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    border: 2px solid #fff;
    text-align: center;
    padding: 17px 25px;
    min-width: 200px;
    color: #fff;
    font-size: 13px;
    line-height: 13px;

    color: #7b6955;
    border-color: #7b6955;

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

a.button:hover{
	/*background: #e6173c;
	color: #fff;
	border-color: #e6173c;*/

	/*color: #236192 !important;
    background: #fff;*/

    color: #fff;
    background: #7b6955;
}

/*a.button.outline{
	border-color: #333;
	color: #333 !important;
	background: transparent;
}

a.button.outline:hover{
	color: #fff !important;
	background: #333;
}*/


.embed-container.video-embed iframe{
	width: 100%;
	height: 300px;
}
.col .embed-container.video-embed{
	margin-bottom: 30px;
}
.col .embed-container.video-embed iframe{
	height: 350px;
}


.section-bottom-cta{
	margin: 0 auto;
    float: none;
    display: block !important;
    margin-top: 70px;
    width: 275px !important;
    max-width: 100%;
}





/*Banner*/
.banner.interior{
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;

	
}

.banner.interior .banner-gradient{
	background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.3;
}

.banner.interior{
	position: relative;
    height: 60vh;
    min-height: 400px;
}

.banner.interior .w-container{
	width: 100%;
}

.banner.interior .banner-content{
	width: 100%;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;

	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 2;
}

.banner.interior .banner-content h1{
	
	/*color: #fff;
	margin: 0;
	padding: 0;
	font-size: 50px;
	line-height: 50px;
	font-weight: 900;
	font-style: normal;
	text-transform: none;
	margin-bottom: 20px;

	font: 600 40px 'Hind Siliguri';
    text-transform: uppercase;

    text-align: center;
    letter-spacing: 1.4px;
    line-height: 1.2em;*/

    font-weight: 800;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 20px;
}
.banner.interior p{
	/*color: #fff;
	font-weight: 400;
	font-size: 30px;
	line-height: 41px;
	margin: 0;*/

	font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #fff;

}
.banner.interior h1:before,
.banner.interior h1:after{
	display: none;
}

@media (max-width: 991px) {
	
	.banner.interior{
		height: 50vh;
    	min-height: 300px;
	}
	.banner.interior .banner-content h1{
		font-size: 35px;
		line-height: 35px;
	}
	.banner.interior .banner-content p{
		font-size: 19px;
		line-height: 28px;
	}
	.banner.interior .banner-content p br{
		display: none;
	}
}
/*END Banner*/



h2.section-header,
.content-container h2{
	/*font-family: 'Catamaran', sans-serif;*/
	text-transform: none;
	font-size: 50px;
	line-height: 50px;
	color: #333333;
	font-weight: 900;
	margin: 0;
	width: 100%;
	text-align: center;
	font-style: normal;
}

h2.section-header{
	text-align: center !important;
}



p.section-supp-content{
	font-size: 19px;
	line-height: 29px;
	color: #333333;
	text-align: center;
	width: 100%;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {

	h2.section-header{
		font-size: 35px;
		line-height: 35px;
	}

	h2.section-header br{
		display: none;
	}
}

.section.home-section{
	margin: 100px 0;
}


/*Columns*/
.col-container{
	font-size: 0;
	margin-top: 80px;
}

.col-container .col{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
}

.col-container.two .col{
	width: 50%;
}
.col-container.two .col:nth-child(1){
	padding-right: 2%;
}
.col-container.two .col:nth-child(2){
	padding-left: 2%;
}


.col-container.three .col{
	width: 33.33%;
}

.col-container.three .col:nth-child(1){
	padding-right: 2%;
}
.col-container.three .col:nth-child(2){
	padding-left: 1%;
	padding-right: 1%;
}
.col-container.three .col:nth-child(3){
	padding-left: 2%;
}

.col-container.four .col{
	width: 25%;
}



.col-container .col h3{
	/*font-family: 'Catamaran', sans-serif;*/
	color: #787974;
	font-size: 34px;
	line-height: 34px;
	font-style: normal;
	text-transform: none;
	margin: 0;
	font-weight: 900;

	/*font: 600 18px 'Hind Siliguri';*/
    text-transform: uppercase;
    color: #4d442c;
    text-align: left;
    margin: 0 0 18px 0;
    letter-spacing: 2.8px;
    position: relative;

    background-color: transparent;
    background: transparent;
    padding: 0;

    margin-bottom: 10px;
}

.col-container .col h5{
	margin-bottom: 10px;
}

.col-container .col p{
	/*font-family: 'Catamaran', sans-serif;*/
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;

	margin-bottom: 20px;
	margin-bottom: 30px;
	color: #333;
}

.col-container.two .col p{
	font-size: 19px;
	line-height: 29px;

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;

	margin-bottom: 20px;
	margin-bottom: 30px;
	color: #333;
}

.col-container .col > :last-child{
	margin-bottom: 0;
}




.section.home-section.three-col{
	text-align: center;
	margin: 100px 0;
}


.section.home-section.three-col .col > img{
	height: 89px;
}

.section.home-section.three-col .col h3{
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}

.col-container.three .col .content-container p:first-child{
	margin-bottom: 20px;
}


@media (max-width: 991px) {

	.col-container .col,
	.col-container.two .col,
	.col-container.three .col{
		display: inline-block;
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		margin-bottom: 60px;
	}
	.col-container .col:last-child,
	.col-container.two .col:last-child,
	.col-container.three .col:last-child{
		margin-bottom: 0;
	}

	.section.interior.wysiwyg .col-container .col,
	.section.interior.wysiwyg .col-container.two .col,
	.section.interior.wysiwyg .col-container.three .col{
		margin-bottom: 0;
	}

}
/*END Columns*/




/*Call to Action Section*/
.section.cta-section{
	color: #fff;
	padding: 80px 0;
	text-align: center;
	margin: 0;

	background: #62a945;
}

.section.cta-section .cta-content{
	display: inline-block;
	vertical-align: top;
	max-width: 80%;
}

.section.cta-section .cta-content p{
	font-size: 34px;
	line-height: 45px;
	color: #fff;
	font-weight: 900;
	margin: 0;
}

.section.cta-section .cta-button{
	display: inline-block;
	vertical-align: top;
	border-color: #fff;
	margin-left: 5%;
	margin-top: 1.5%;
}

.section.cta-section .cta-button .button{
	color: #fff !important;
	border-color: #fff;
}
.section.cta-section .cta-button .button:hover{
	color: #333 !important;
	background: #fff !important;
}

#Section4.section.cta-section .cta-button,
#Section6.section.cta-section .cta-button{
	margin-top: -2px;
}


@media (max-width: 991px) {
	.section.cta-section .cta-content{
		max-width: 100%;
		width: 100%;
		margin-bottom: 40px;
	}
	.section.cta-section .cta-content p{
		font-size: 24px;
		line-height: 35px;
	}
	.section.cta-section .cta-content p br{
		display: none;
	}
	.section.cta-section .cta-button{
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		text-align: center;
	}
}

/*END Call to Action Section*/



/*Image/Content Section*/
.section.home-section.image-content-section{
	margin: 100px 0;
}

.section.home-section.image-content-section .w-container{
	width: 82%;
}

.img-content-sections{
	font-size: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 80px;
}

.imgcont-sect{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.imgcont-sect:last-child{
	margin-bottom: 0;
}

.imgcont-sect .img-side{
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
.imgcont-sect .content-side{
	display: inline-block;
	vertical-align: top;
	width: 60%;

	position: absolute;
	height: 100%;
	left: 40%;
}
.imgcont-sect .content-side .content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10%;
}

.imgcont-sect:nth-child(even){

}

.imgcont-sect:nth-child(even) .img-side{
	float: right;
}

.imgcont-sect:nth-child(even) .content-side{
	left: 0;
}
.imgcont-sect:nth-child(even) .content-side .content{
	padding-left: 0;
	padding-right: 10%;
}

.imgcont-sect .img-side img{
	width: 100%;
	height: auto;
}

.imgcont-sect .content-side h3{
	/*font-family: 'Catamaran', sans-serif;
	font-size: 33px;
	line-height: 33px;
	color: #c11332;
	font-weight: 900;
	font-style: normal;
	margin: 0;
	margin-bottom: 20px;
	text-transform: none;

	font: 600 18px 'Hind Siliguri';
    text-transform: uppercase;
    color: #4d442c;
    text-align: left;
    margin: 0 0 18px 0;
    letter-spacing: 2.8px;
    position: relative;

    background-color: transparent;
    background: transparent;
    padding: 0;*/
}

.imgcont-sect .content-side p{
	font-size: 19px;
	line-height: 29px;
	color: #333333;
	font-weight: 400;

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;

	margin-bottom: 20px;
	margin-bottom: 30px;
	color: #333;
}

.imgcont-sect .content-side > :last-child{
	margin-bottom: 0;
}


@media (max-width: 991px) {

	.imgcont-sect{
		margin-bottom: 60px;
	}

	.imgcont-sect .img-side,
	.imgcont-sect .content-side{
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
	}
	.imgcont-sect .content-side .content{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding-left: 0;
		margin-top: 25px;
	}

}

/*END Image/Content Section*/

.section.home-section.image-content-section{
	margin: 100px 0;
}

.section.home-section.image-content-section .w-container{
	width: 82%;
}

.img-content-sections{
	font-size: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 80px;
}

.imgcont-sect{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.imgcont-sect:last-child{
	margin-bottom: 0;
}

.imgcont-sect .img-side{
	display: inline-block;
	vertical-align: top;
	width: 40%;
}
.imgcont-sect .content-side{
	display: inline-block;
	vertical-align: top;
	width: 60%;

	position: absolute;
	height: 100%;
	left: 40%;
}
.imgcont-sect .content-side .content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10%;
}

.imgcont-sect:nth-child(even){

}

.imgcont-sect:nth-child(even) .img-side{
	float: right;
}

.imgcont-sect:nth-child(even) .content-side{
	left: 0;
}
.imgcont-sect:nth-child(even) .content-side .content{
	padding-left: 0;
	padding-right: 10%;
}

.imgcont-sect .img-side img{
	width: 100%;
	height: auto;
}

.imgcont-sect .content-side h3{
	/*font-family: 'Catamaran', sans-serif;
	font-size: 33px;
	line-height: 33px;
	color: #c11332;
	font-weight: 900;
	font-style: normal;
	margin: 0;
	margin-bottom: 20px;
	text-transform: none;

	font: 600 18px 'Hind Siliguri';
    text-transform: uppercase;
    color: #4d442c;
    text-align: left;
    margin: 0 0 18px 0;
    letter-spacing: 2.8px;
    position: relative;

    background-color: transparent;
    background: transparent;
    padding: 0;*/

    text-transform: uppercase;
}

.imgcont-sect .content-side p{
	font-size: 19px;
	line-height: 29px;
	color: #333333;
	font-weight: 400;

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;

	margin-bottom: 20px;
	margin-bottom: 30px;
	color: #333;
}

.imgcont-sect .content-side > :last-child{
	margin-bottom: 0;
}


@media (max-width: 991px) {

	.imgcont-sect{
		margin-bottom: 60px;
	}

	.imgcont-sect .img-side,
	.imgcont-sect .content-side{
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
	}
	.imgcont-sect .content-side .content{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding-left: 0;
		margin-top: 25px;
	}

}


/*Products Section*/


.section.home-section.products{
	margin: 100px 0;
}

.section.home-section.products .w-container{
	width: 82%;
}

.section.products{
	margin-bottom: 0 !important;
}

.product-sections{
	font-size: 0;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 80px;
}

.product-item{
	display: inline-block;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

.product-item:first-child .product-img{
	margin-left: -5%;
}

.product-item:last-child{
	margin-bottom: 0;
}

.product-item .product-img{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.product-item .product-content{
	display: inline-block;
	vertical-align: top;
	width: 50%;

	position: absolute;
	height: 100%;
	left: 50%;
}
.product-item .product-content .content{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 10%;
}

.product-item:nth-child(even){

}

.product-item:nth-child(even) .product-img{
	float: right;
}

.product-item:nth-child(even) .product-content{
	left: 0;
}
.product-item:nth-child(even) .product-content .content{
	padding-left: 0;
	padding-right: 10%;
}

.product-item .product-img img{
	width: 100%;
	height: auto;
}

.product-item .product-content h3{
	/*font-family: 'Catamaran', sans-serif;
	font-size: 33px;
	line-height: 33px;
	color: #c11332;
	font-weight: 900;
	font-style: normal;
	margin: 0;
	margin-bottom: 20px;
	text-transform: none;

	font: 600 18px 'Hind Siliguri';
    text-transform: uppercase;
    color: #4d442c;
    text-align: left;
    margin: 0 0 18px 0;
    letter-spacing: 2.8px;
    position: relative;

    background-color: transparent;
    background: transparent;
    padding: 0;*/

    text-transform: uppercase;
}

.product-item .product-content p{
	font-size: 19px;
	line-height: 29px;
	color: #333333;
	font-weight: 400;

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;

	margin-bottom: 20px;
	margin-bottom: 30px;
	color: #333;
}

.product-item .product-content > :last-child{
	margin-bottom: 0;
}


@media (max-width: 991px) {

	.product-item{
		margin-bottom: 60px;
	}

	.product-item .product-img,
	.product-item .product-content{
		position: relative;
		width: 100%;
		top: auto;
		left: auto;
	}
	.product-item .product-content .content{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		padding-left: 0;
		/*margin-top: 25px;*/
		padding-right: 0 !important;
	}

	.section.home-section.products .w-container{
		width: 88%;
	}

	.product-item:first-child .product-img{
		margin-left: 0;
	}

	body.page-template-template-general-interior .product-item .product-content .content{

	}



}

/*END Products Section*/



/*Custom Table*/

.product-table{
	font-size: 16px;
	line-height: 16px;
	margin-top: 40px;
}

.product-table .t-row{
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}

.product-table .t-col{
	display: inline-block;
	vertical-align: top;
	padding: 0px 15px;
}

.product-table .t-row .t-col span{
	line-height: 26px;
}

.product-table .t-row .t-col span,
.product-table .t-row .t-col label,
.product-table .t-row .t-col i{
	color: #333;
}

.product-table .t-col:first-child{
	width: 50%;
}
.product-table .t-col:last-child{
	width: 40%;
	float: right;
}

.product-table .t-row.headers .t-col span{
	font-size: 16px;
	/*line-height: 16px;*/
	color: #fff;
}

.product-table .t-row:not(.headers):nth-child(odd){
	background: #efefef;
}


.product-table .t-row:not(.headers) .t-col label{
	display: inline-block;
	width: 100%;
	font-weight: 700;
	margin-bottom: 5px;
}
.product-table .t-row:not(.headers) .t-col span{
	display: inline-block;
	width: 100%;
	font-weight: 400;
}
.product-table .t-row:not(.headers) .t-col i{
	display: inline-block;
	width: 100%;
	font-size: 14px;
	margin-top: 5px;
	padding-right: 20px;
}


.product-table .t-row.headers{
	color: #fff;
	background: #62a945;
}

.product-table .t-row.headers .t-col{
	
}

.product-table .t-row.headers .t-col span{
	text-transform: uppercase;
	font-weight: 800;
}

@media (max-width: 991px) {
	.product-table{
		margin-top: 0;
	}
}

/*END Custom Table*/




/*Logos Section*/
.section.logos{

}

.logos{
	margin-top: 60px;
}

.logos .logo-item{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-align: center;
}

.logos .logo-item img{
	width: 100%;
	height: auto;
	height: 82px;
	width: auto;
	max-width: 100%;
}


@media (max-width: 991px) {
	.logos .logo-item{
		width: 100%;
		margin-bottom: 20px;
	}
	.logos .logo-item img{
		height: auto;
		width: 200px;
		max-width: 100%;
	}
}

/*END Logos Section*/


/*Form Section*/
.section.contact-form{
	display: inline-block;
	width: 100%;

	background: #236192;
	background: #333;
	/*background: #f0eeeb;*/
	color: #fff;
	padding: 80px 0;
	margin-top: 0;
	margin-bottom: 0;

	margin: 0;
	/*border-bottom: 4px solid #fff;*/
}


.section.contact-form .w-container{
	width: 82%;
}

.form-content{
	display: inline-block;
	vertical-align: top;
	width: 28.6%;
}

.form-content > h2{
	/*font-family: 'Catamaran', sans-serif;*/
	/*text-transform: none !important;
	color: #fff !important;
	font-style: normal !important;
	margin: 0 !important;
	text-align: left !important;
	margin-bottom: 20px !important;
	font-weight: 900 !important;*/

	/*font: 600 24px 'Hind Siliguri' !important;*/

	font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    font-weight: 800;
    color: #4a422b;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
    color: #fff;
}

.form-content p{
	color: #fff;
	font-size: 19px;
	line-height: 30px;
	font-weight: 400;

	font-weight: 400;
	font-size: 16px;
	line-height: 26px;

	margin-bottom: 20px;
	margin-bottom: 30px;
	color: #fff;
}

.form-content p:last-child{
	margin-bottom: 0;
}

.form-content p a,
.form-content p a:active{
	color: #fff !important;
	text-decoration: none;
}

.form-content p a label{
	font-weight: 700;
}

.form-content p a span{
	font-weight: 400;
}

.form-fields{
	display: inline-block;
	vertical-align: top;
	width: 65%;
	float: right;
}



/*Custom Form Styling*/

body .section.contact-form .gform_wrapper{
    margin: 0;
}



body .section.contact-form form .gform_body ul.gform_fields{
    padding-left: 0;
    margin-right: -1.5vw !important;
}

body .section.contact-form form .gform_body li.gfield,
body .section.contact-form form .gform_body li.gfield.gfield_error.gfield_contains_required{
    width: 50%;
    display: inline-block;
    padding: 0;
    padding-right: 1.5vw !important;
    vertical-align: top;
    margin-bottom: 30px !important;
}

/*li.gfield:nth-child(odd),
li.gfield.gfield_error.gfield_contains_required:nth-child(odd){
	padding-right: 1.25vw;
}
li.gfield:nth-child(even),
li.gfield.gfield_error.gfield_contains_required:nth-child(even){
	padding-left: 1.25vw;
}*/

                

body .section.contact-form form .gform_body li.gfield input,
body .section.contact-form form .gform_body li.gfield textarea,
body .section.contact-form form .gform_body li.gfield select,
body .section.contact-form form .gform_body li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    width: 100%;
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 0;
    border: 0.75px solid #CACACA;
    -webkit-appearance: none;
    background: #fff;
    color: #333;
    font-weight: 300;

    margin-top: 12px !important;

    margin-top: 5px !important;
    padding: 10px 10px !important;
   

   	/*font-family: 'Catamaran', sans-serif !important;*/
	color: #919191 !important;
	font-size: 18px !important;
	line-height: 18px !important;
	line-height: normal !important;
	font-weight: 400 !important;
	font-style: normal !important;

	color: #fff !important;
	color: #333 !important;
	border-color: #fff;
	background: #fff !important;
	float: left;
	position: relative;
	min-height: 51px;
}

body .section.contact-form form .gform_body li.gfield input::placeholder,
body .section.contact-form form .gform_body li.gfield textarea::placeholder,
body .section.contact-form form .gform_body li.gfield select::placeholder,
body .section.contact-form form .gform_body li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::placeholder{
	color: #919191 !important;
	color: #fff !important;
	color: #333 !important;
}

body .section.contact-form form .gform_body li.gfield select option{
	font-weight: 300;
	color: #333;
}

body .section.contact-form form .gform_body .ginput_container_select,
body .section.contact-form form .gform_body .ginput_complex .address_country{
    position: relative;
}


body .section.contact-form form .gform_body .ginput_container_select:after,
body .section.contact-form form .gform_body .ginput_complex .address_country:after{
	font-family: "Font Awesome 5 Free"; 
    font-weight: 900; 
    position: absolute;
    content: '\f107';
    font-size: 20px;
    right: 15px;
    top: 28px;
    top: 18px;
    pointer-events:none;
}

body .section.contact-form form .gform_body .ginput_complex .address_country:after{
    top: 59px;
    top: 50px;
}

body .section.contact-form form .gform_body li.gfield select::-ms-expand{
    display: none;
}

body .section.contact-form form .gform_body .ginput_container_date{
    position: relative;
}

body .section.contact-form form .gform_body .ginput_container_date input{
    cursor: pointer;
}

body .section.contact-form form .gform_body .ginput_container_date:after{
    position: absolute;
    display: inline-block;
    content: '';
    background: url(http://localhost/ashton-marine/wp-content/themes/mindscape-child/images/icon-date-field.png);
    background-size: 100%;
    width: 17px;
    height: 17px;
    right: 15px;
    top: 28px;
    top: 18px;
    pointer-events:none;
    cursor: pointer;
}
            
body .section.contact-form .gform_wrapper ul.gfield_checkbox li, 
body .section.contact-form .gform_wrapper ul.gfield_radio li{
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	
	/*font-family: 'Catamaran', sans-serif !important;*/
	color: #fff !important;
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 400 !important;
	font-style: normal !important
}




@media screen and (max-width: 767px) {
    
}

            

body .section.contact-form form .gform_body li.gfield.fullwidth{
    width: 100%;
    display: inline-block;
}

body .section.contact-form form .gform_body li.gfield.hidden{
    display: none;
}

body .section.contact-form form .gform_body li.gfield.three-col{
     width: 33.33%;

     
}
@media screen and (max-width: 767px) {
    body .section.contact-form form .gform_body li.gfield.three-col{
    	width: 100%;
    }
}

body .section.contact-form form .gform_body .gfield_label{
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 0;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;

    margin-bottom: 0;

    /*font-family: 'Catamaran', sans-serif !important;*/
	color: #fff !important;
	font-size: 18px !important;
	line-height: 18px !important;
	font-weight: 700 !important;
}
body .section.contact-form form .gform_body .gfield_required{
    color: #000;
}
body .section.contact-form form .gform_body div.ginput_container{
    margin-top: 0;
}


    

body .section.contact-form .gform_footer{
    text-align: center;
}
body .section.contact-form .gform_footer input{
    border: none;
    margin: 0 !important;
}


body .section.contact-form .gform_confirmation_wrapper{
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    padding: 40px 0;
}

body .section.contact-form .gform_footer .gform_button.button,
body .section.contact-form .gform_wrapper .gform_footer input[type=submit],
body .section.contact-form .gform_wrapper .gform_footer input.button, 
body .section.contact-form .gform_wrapper .gform_footer input[type=submit]{
	/*font-family: 'Catamaran', sans-serif !important;
	background-image: none !important;
	background: #efefef !important;
	color: #333 !important;
	font-size: 19px !important;
	line-height: 19px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	width: 100% !important;
	padding: 22px 30px 20px 30px !important*/

	display: inline-block !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    border: 2px solid #fff !important;
    text-align: center !important;
    padding: 20px 25px !important;
    min-width: 200px !important;
    color: #fff !important;
    font-size: 13px !important;
    line-height: 13px !important;
    color: #7b6955 !important;
    border-color: #7b6955 !important;
    margin-top: 30px !important;
    background: #fff !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}
body .section.contact-form .gform_footer .gform_button.button:hover,
body .section.contact-form .gform_wrapper .gform_footer input[type=submit]:hover,
body .section.contact-form .gform_wrapper .gform_footer input.button:hover, 
body .section.contact-form .gform_wrapper .gform_footer input[type=submit]:hover{
	color: #fff !important;
    background: #7b6955 !important;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}


/*END Custom Form Styling*/








@media (max-width: 991px) {
	.form-content,
	.form-fields{
		width: 100%;
	}

	.form-content{
		margin-bottom: 40px;
	}
}

@media (max-width: 767px) {
	body .gform_wrapper ul.gfield_checkbox li, 
	body .gform_wrapper ul.gfield_radio li{
		width: 40% !important;
	}

	body .gform_footer .gform_button.button,
	body .gform_wrapper .gform_footer input[type=submit],
	body .gform_wrapper .gform_footer input.button, 
	body .gform_wrapper .gform_footer input[type=submit]{
		font-size: 16px !important;
		line-height: 16px !important;
	}
}
@media (max-width: 500px) {
	body form .gform_body ul.gform_fields{
		margin-left: 0 !important;
	}

	body form .gform_body li.gfield,
	body form .gform_body li.gfield.gfield_error.gfield_contains_required{
		width: 100% !important;
		padding-right: 0 !important;
	}

}

/*END Form Section*/







/*Interior page styles*/
.section.interior{
	display: inline-block;
	vertical-align: top;
	width: 100%;

	margin-top: 100px;
}

.section.interior.wysiwyg + .section.interior.wysiwyg{
	margin-top: 0;
}

.section.interior.section-header{
	margin-bottom: 60px;

	margin-top: 60px;
    margin-bottom: 40px;
}

.section.interior.section-header + .section.interior{
	margin-top: 0;
}

.content-container{

}


body.page-template-template-general-interior h2 span,
body.page-template-template-general-interior h3 span,
body.page-template-template-general-interior h4 span,
body.page-template-template-general-interior h5 span,
body.page-template-template-general-interior h6 span,
.home-page-content h2 span,
.home-page-content h3 span,
.home-page-content h4 span,
.home-page-content h5 span,
.home-page-content h6 span{
	padding: 0 !important;
	min-width: 0px;
}

body.page-template-template-general-interior h2 span:before,
body.page-template-template-general-interior h2 span:after,
body.page-template-template-general-interior h3 span:before,
body.page-template-template-general-interior h3 span:after,
body.page-template-template-general-interior h4 span:before,
body.page-template-template-general-interior h4 span:after,
body.page-template-template-general-interior h5 span:before,
body.page-template-template-general-interior h5 span:after,
body.page-template-template-general-interior h6 span:before,
body.page-template-template-general-interior h6 span:after,
.home-page-content h2 span:before,
.home-page-content h2 span:after,
.home-page-content h3 span:before,
.home-page-content h3 span:after,
.home-page-content h4 span:before,
.home-page-content h4 span:after,
.home-page-content h5 span:before,
.home-page-content h5 span:after,
.home-page-content h6 span:before,
.home-page-content h6 span:after {
	display: none !important;
}

h1{

}

.content-container h2,
.content-container h3,
.content-container h4,
.content-container h5,
.content-container h6,
.home-page-content h2,
.home-page-content h3,
.home-page-content h4,
.home-page-content h5,
.home-page-content h6{
	/*font-family: 'Catamaran', sans-serif !important;*/
	text-align: initial;
	font-style: normal;
	/*color: #333;*/
	padding: 0;
}



/*.content-container h2 span:before,
.content-container h2 span:after,
.content-container h3 span:before,
.content-container h3 span:after,
.content-container h4 span:before,
.content-container h4 span:after,
.content-container h5 span:before,
.content-container h5 span:after,
.content-container h6 span:before,
.content-container h6 span:after{
	display: none !important;
}*/

.content-container h2,
.home-page-content h2{
	/*text-align: initial;
	font-weight: 900;
	font-size: 42px;
	line-height: 52px;

	margin-bottom: 20px;

	font: 600 40px 'Hind Siliguri';
    text-transform: uppercase;
    color: #b39f92;
    text-align: left;
    margin: 0 0 5px 0;
    letter-spacing: 1.4px;
    line-height: 1.2em;

    background-color: transparent;
    background: transparent;
    padding: 0;

    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0;*/

    font-family: 'Fira Sans Condensed';
    text-transform: uppercase;
    font-weight: 800;
    color: #4a422b;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}

.content-container h3,
.col-container .col .content-container h3,
.home-page-content h3{
	/*color: #333;
	font-weight: 900;
	font-size: 26px;
	line-height: 36px;

	margin-top: 15px;
	margin-bottom: 15px;

	font: 600 18px 'Hind Siliguri';
    text-transform: uppercase;
    color: #4d442c;
    text-align: left;
    margin: 0 0 18px 0;
    letter-spacing: 2.8px;
    position: relative;

    background-color: transparent;
    background: transparent;*/

    font: 700 22px 'Fira Sans Condensed';
    color: #4a422b;
    margin-bottom: 15px;
}

.content-container h4,
.content-container h5,
.content-container h6,
.home-page-content h4,
.home-page-content h5,
.home-page-content h6{
	/*font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;

	margin-top: 30px;
	margin-bottom: 15px;

	font: 600 18px 'Hind Siliguri';
    text-transform: uppercase;
    color: #4d442c;
    text-align: left;
    margin: 0 0 18px 0;
    letter-spacing: 2.8px;
    position: relative;

	background-color: transparent;
    background: transparent;
    padding: 0;*/

    font: 700 20px 'Fira Sans Condensed';
    color: #4a422b;
    margin-bottom: 15px;
}

/*.content-container h5{
	margin-top: 10px;
	margin-bottom: 15px;
}

.content-container h6{
	margin-top: 10px;
	margin-bottom: 15px;
}*/


.content-container ul + h2,
.content-container ol + h2,
.content-container ul + h3,
.content-container ol + h3,
.content-container ul + h4,
.content-container ol + h4,
.content-container ul + h5,
.content-container ol + h5,
.content-container ul + h6,
.content-container ol + h6{
	margin-top: 40px !important;
}


.content-container p,
.col-container .col .content-container p{
	/*font-weight: 400;
	font-size: 16px;
	line-height: 26px;

	margin-bottom: 20px;
	margin-bottom: 30px;
	color: #333;*/

	font-weight: 400;
    font-size: 18px;
    line-height: 28px;
     margin-bottom: 40px;

}

.section.interior.two-col.videos .col-container .content-container p{
	/*font-size: 19px;
	line-height: 29px;*/
}

.content-container ul,
.content-container ol{
	list-style-position: outside !important;
	margin-bottom: 40px;
	padding-left: 20px;
}

.content-container ul{
	list-style: disc;
}
.content-container ol{
	list-style: decimal; 
}

.content-container ul li,
.content-container ol li{
	/*font-size: 16px;*/
	line-height: 20px;
	margin-bottom: 10px;
	color: #333;
}



.section.interior .col-container,
.section.interior .img-content-sections{
	margin-top: 0;
}



.cta-section.interior .cta-button{
	margin-top: 0;
}


.section.interior.wysiwyg .col img{
	width: 100%;
	max-width: 100%;
	height: auto;
}



@media (max-width: 991px) {

	.content-container h2{
		/*font-size: 30px;
		line-height: 40px;*/
	}

}


.section.interior.custom-table{
	margin: 0;
}

.section.interior.custom-table .table-row{
	font-size: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}

.section.interior.custom-table .table-row:last-child{
	margin-bottom: 0;
}

.section.interior.custom-table{
	
}

.section.interior.custom-table .product-table{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-top: 0;
}


.section.interior.custom-table .product-table:nth-child(odd){
	padding-right: 2%;
}
.section.interior.custom-table .product-table:nth-child(even){
	padding-left: 2%;
}

.section.interior.custom-table .product-table.full-width{
	width: 100%;
	padding: 0;
}

.section.interior.custom-table .product-table.full-width + .product-table{

}


body.page-template-template-general-interior .product-table .t-col,
body.page-template-template-general-interior .product-table .t-col:first-child,
body.page-template-template-general-interior .product-table .t-col:last-child{
	width: 19% !important;

	width: calc(25% - 40px)!important;
}
body.page-template-template-general-interior .product-table .t-col.prod {
    width: 140px !important;
}

body.page-template-template-general-interior .product-table .t-row.headers .t-col span{
	font-size: 12px;
	line-height: 12px;
}
body.page-template-template-general-interior .product-table .t-row:not(.headers) .t-col label{
	font-size: 14px;
	line-height: 14px;
}
body.page-template-template-general-interior .product-table .t-row:not(.headers) .t-col span{
	font-size: 14px;
	line-height: 14px;
}
body.page-template-template-general-interior .product-table .t-row:not(.headers) .t-col i{
	font-size: 12px;
    line-height: 12px;
}

body.page-template-template-general-interior .product-item{
	margin-bottom: 40px;
}
body.page-template-template-general-interior .product-item .product-content{
	position: relative;
	height: auto;
	left: auto;
}
body.page-template-template-general-interior .product-item .product-content .content{
	position: relative;
	transform: none;
	padding-top: 30px;
}
body.page-template-template-general-interior .product-sections{
	margin-top: 0;
}




.section.interior.wysiwyg .w-container,
.section.interior.custom-table .w-container{
	width: 82%;
}


.section.interior.wysiwyg.videos .w-container{
	width: 88%;
}


.section.interior.listing-section{

}

.section.interior.listing-section .w-container{
	width: 82%;
}

.listing-item{
	font-size: 0;
	margin-bottom: 60px;
	position: relative;
}

.listing-item:last-child{
	margin-bottom: 0;
}

.listing-img,
.listing-content{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.listing-img{
	padding-right: 2%;
}
.listing-content{
	padding-left: 2%;

	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 48%;
}

.listing-content .content-container{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);

	/*width: 450px;
    max-width: 100%;*/
}

.listing-img img{
	width: 100%;
}

.listing-label{
	/*font-family: 'Catamaran', sans-serif !important;*/
	font-weight: 800;
	font-size: 14px;
	line-height: 14px;
	/*margin-bottom: 40px;*/
	text-transform: uppercase;
	color: #c11332;
	display: inline-block;
	width: 100%;

	color: #62a945;
	margin-bottom: 15px;
}

.listing-info{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	/*font-family: 'Catamaran', sans-serif !important;*/
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	margin-top: -5px;
	margin-bottom: 15px;
	color: #ababab;
}


@media (max-width: 991px) {

	body.page-template-template-general-interior .product-info-table{
		width: 100%;
		overflow-x: scroll;
	}

	body.page-template-template-general-interior .product-table{
		min-width: 580px;
	}

	.section.interior.wysiwyg .w-container,
	.section.interior.custom-table .w-container,
	.section.interior.listing-section .w-container{
		width: 88%;
	}
	.listing-img,
	.listing-content{
		width: 100%;
		padding: 0;
	}
	.listing-content{
		position: relative;
	}
	.listing-content .content-container{
		position: relative;
		top: auto;
		transform: none;
	}
	.listing-label{
		/*margin-top: 25px;*/
	}
	.listing-img{
		margin-bottom: 25px;
	}
	p.listing-description{
		margin-bottom: 30px;
	}


	.section.interior.custom-table .product-table{
		width: 100%;
		padding: 0 !important;
		margin-bottom: 40px;
	}

	.product-table .t-row .t-col span{

	}

}


body.page-template-template-general-interior .footer,
body.page-template-template-homepage .footer{
	display: inline-block;
	width: 100%;
	margin-bottom: -10px;
}

/*END Interior page styles*/


div#Contact:only-child{
	margin: 0;
}





.banner.home, 
.banner.interior,
.welcome{
	/*margin-top: 140px;*/
}



@media (max-width: 1239px){
	.logo {
	    width: 100%;
	    text-align: center;
	    padding-left: 0;
	    padding: 30px 0 10px 0;
	}

	body .main-menu {
	    margin: 0;
	    text-align: center;
	    width: 100%;
	}

	body .main-menu > ul{
		text-align: center;
	    width: 100%;
	    display: inline-block;
	}

	.main-menu>ul>li{
		margin: 0 15px;
    	float: none;
	}

	.banner.home, 
	.banner.interior,
	.welcome{
		/*margin-top: 175px;*/
	}
}

@media (max-width: 930px) {
	.main-menu>ul>li{
		margin: 0 0 20px 0;
	}
	.main-menu>ul>li.current:after{
		opacity: 0 !important;
	}
}




.section.interior.full-wysiwyg .w-container,
.section.interior.two-col:not(.videos) .w-container{
	width: 55%;
	width: 830px;
	max-width: 88%;
}

.section.interior.full-wysiwyg .w-container p,
.section.interior.full-wysiwyg .w-container li,
.section.interior.two-col:not(.videos) .w-container p,
.section.interior.two-col:not(.videos) .w-container li{
	font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.section.interior.full-wysiwyg .w-container p,
.section.interior.two-col:not(.videos) .w-container p{

}

@media (max-width: 991px) {
	.section.interior.full-wysiwyg .w-container p,
	.section.interior.full-wysiwyg .w-container li,
	.section.interior.two-col:not(.videos) .w-container p,
	.section.interior.two-col:not(.videos) .w-container li{
		font-size: 16px;
    	line-height: 26px;
    	color: #333;
	}
}


.page-content.ms + .retailers-area{
	margin-top: 0;
}




/*Product Category Intro Video*/
.product-cat-intro-video{
	margin-bottom: -80px;
}
@media (max-width: 1239px){
	.product-cat-intro-video{
		height: 315px;
	}
}
@media (max-width: 600px){
	.product-cat-intro-video{
		height: 52.5vw;
	}
}
/*END Product Category Intro Video*/


/*END New Mindscape Styles*/