/*
/*
	Theme Name: Glasby
	Theme URI: https://moteur.co
	Description: Exclusive theme built for clients of Moteur.co & WP Genius
	Version: 1.0
	Author: Moteur.co / WP Genius
	Author URI: https://www.moteur.co
	Tags: Unyson, Moteur, WP Genius

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

.section-font-color-red, .section-font-color-red * {
	color: #a52232;
} 

.section-font-color-white, .section-font-color-white * {
	color: #FFF;
} 

.section-font-color-blue, .section-font-color-blue * {
	color: #292c40;
} 

.section-background-color-red {
	background-color: #e97380;
} 

.section-background-color-white {
	background-color: #FFF;
} 

.section-background-color-blue {
	background-color: #292c40;
}

.section-background-color-gray {
	background-color: #f7f7f7;
} 

.column-background-color-red .m-col-inner {
	background-color: #a52232;
} 

.column-background-color-white .m-col-inner {
	background-color: #FFF;
} 

.column-background-color-blue .m-col-inner {
	background-color: #292c40;
}

.column-background-color-gray .m-col-inner {
	background-color: #f7f7f7;
}

.column-shadow-true .m-col-inner {
	-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
	border-radius: 5px;
}

.m-col-no-padding {
	padding-left: 0;
	padding-right: 0;
}

.m-col-inner {
	display: block;
    width: 100%;
    height: 100%;
}

.btn {
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
    border: none;
    border-radius: 3px;
}
.m-btn-default {
	background-color: #FFF;
	color: #292c40;
}

.m-btn-green {
	background-color: #679954;
	color: #FFF;
}

.m-btn-white {
	background-color: #FFF;
	color: #292c40;
}

.m-btn-gray {
	background-color: #8dc73f;
	color: #FFF;
}

.m-btn-blue:hover {
	background-color: #FFF;
	color: #292c40;
}

.m-btn-red:hover {
	background-color: #75a238;
	color: #FFF;
}


/* global box-sizing */

*, *:after, *:before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */

html {
	font-size: 62.5%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	background-color: #87be3d;
	color: #3d3f40;
}

/* clear */

.clear:before, .clear:after {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
}
a {
	color: #6C7D42;
	text-decoration: none !important;
	font-weight: 700;
}
a:hover {
	color: #444;
	text-decoration: none !important;
}
a:focus {
	outline: 0;
}
a:hover, a:active {
	outline: 0;
	text-decoration: none !important;
}

a:visited { 
	outline: 0;
	text-decoration: none !important;
}
	
input, textarea {
    padding: 6px 6px;
    font-size: 15px;
	line-height: 1.62857;
	color: #555555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

input:focus, textarea:focus {
	outline: 0;
	border: 1px solid #85be3e;
}
input[readonly], input[readonly="readonly"] {
	border: 0;
	color: #afafaf;
	border: 1px solid #eaeaea;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.1;
	color: #85bc40;
    font-style: normal;
	font-weight: 900;
	margin: 0.75em 0;
}
hr {
	border-top: 10px solid #EBEBEB;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.display-1, .display-2, .display-3, .display-4 {
	font-weight: 900;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
header {
	box-shadow: 0px 0px 20px rgba(99, 99, 99, .4);
	margin: 0 auto;
	width: 100%;
	top: 0;
	z-index: 9999;
	position: static;
	background-color: #FFF;
}

header .m-utility {
	color: #FFF;
	font-size: 13px;
	padding: 0px 15px;
	background-color: #86bf3d;
	position: relative;
    z-index: 999;
}

header .m-utility .container {
	padding: 0;
}

header .m-utility .container .m-dynamic, header .m-utility .container .m-dynamic a i {
	font-size: 30px;
    font-weight: 700;
	color: #86bd3e;
}

header .m-utility .container .m-dynamic a {
    color: #FFF;
    font-size: 28px;
    font-weight: 900;
}

header .m-utility .container .m-dynamic span {
	color: #FFF;
    font-size: 18px;
    font-weight: 900;
    background-color: #6b7d42;
    padding: 5px 10px;
    border-radius: 5px;
    top: 5px;
    margin-left: 10px;
    position: absolute;
}


header .m-utility .container .m-dynamic, header .m-utility .container .m-dynamic a i {
	font-size: 30px;
    font-weight: 700;
	color: #86bd3e;
}

header .m-utility .container .m-dynamic a:hover {
	text-decoration: none;
}

header .m-utility .container .col-sm-6:nth-child(2) {
	text-align: right;
}

header .m-utility .container ul {
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: right;
	display: inline-block;
}

header .m-utility .container ul li {
	display: inline-block;
	padding: 0 15px;
	border-right: 1px solid #FFF;
}

header .m-utility .container ul li:last-child {
	border-right: none;
}

header .m-utility .container ul li a {
	color: #FFF;
}

header .m-utility .container ul li.bold a {
	background-color: #FFF;
	color: #e9737f;
	padding: 7px 20px 4px 20px;
	font-weight: 700;
	border-radius: 3px;
}

header .m-utility .container ul li a i {
	font-size: 18px;
}

header .m-utility .container form {
	font-family: "Ionicons", Arial, sans-serif;
	display: inline-block;
	width: 245px;
    margin-right: 10px;
}

header .m-utility .container form input {
	width: 100%;
	font-family: "Ionicons", Arial, sans-serif;
}

@media (max-width: 1440px) {
	header .m-utility .container form input {
		min-width: 190px;
		max-width: 200px
	}
}

header .m-header-wrap {
	margin-top: -8px;
	padding: 10px 0;
}

header .m-header-wrap:before {
    content: '';
    background-image: url(images/header-spill.green.png);
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height: 33px;
    display: block;
    margin-top: -11px;
    position: relative;
    z-index: 200;
}

header .m-header-wrap .m-logo img {
    width: 100%;
    height: auto;
    max-width: 280px;
}


header .m-header-wrap .free-delivery {
    text-align: right;
}

header .m-header-wrap .free-delivery img {
    max-width: 320px;
}

header .m-header-wrap .free-delivery a img {
    transition: all 300ms ease;
}

header .m-header-wrap .free-delivery a:hover img {
    transform: scale(1.1) rotate(-4deg);
}

header .m-header-wrap .commercial-login {
	margin-top: -43px;
	text-align: right;
}

header .m-header-wrap .commercial-login a {
	background-color: #86bd3e;
    padding: 30px 20px 10px 20px;
    display: inline-block;
	margin-left: 10px;
    position: relative;
    z-index: 100;
    color: #FFF;
    font-weight: 700;
    border-radius: 0 0 10px 10px;
	transition: all 150ms ease;
}

header .m-header-wrap .commercial-login a:hover {
	opacity: 0.8;
	padding-bottom: 15px;
}

header .m-header-wrap .commercial-login a.dark-green {
	background-color: #67962d;
}

header .m-header-wrap .commercial-login a.palm-leaf {
	background-color: #6C7D42;
}

header .m-header-wrap .commercial-login a.hunter-green {
	background-color: #305A3A;
	font-weight: 900;
}

header .m-header-wrap .commercial-login a.diy-kit {
	background-color: #eaeaea;
}

header .m-header-wrap .commercial-login a.diy-kit img {
	width: 100%;
	max-width: 140px;
}

header .m-menu-wrapper {
	margin-top: 10px;
}

header .m-menu-wrapper .cart-customlocation {
    display: block;
    padding: 5px 20px;
    background-color: #86bd3e;
    float: right;
    border-radius: 5px;
    color: #FFF;
    font-weight: 700;
}

.m-menu-toggle {
	display: none;
	position: absolute;
	right: 25px;
	top: 14px;
	font-size: 32px;
	z-index: 200;
}

.m-mobile-call {
	display: none;
	position: absolute;
    right: 81px;
    top: 14px;
    font-size: 32px;
    z-index: 200;
}

.m-menu-toggle a, .m-mobile-call a {
	color: #231f20;
}


@media (max-width: 768px) {	
	.m-menu-toggle, .m-mobile-call {
		display: block;
	}
	
	header .m-utility {
		display: none; 
	}
	
	header .m-header-wrap .m-logo img {
		margin-top: 16px;
		margin-bottom: 16px;
		width: 100%;
		height: auto;
		max-width: 160px;
	}

}


footer {
	color: #FFF;
	background-image: url(images/footer-spill.png);
	background-position: center top;
	background-repeat: repeat-x;
	padding-top: 38px;
}

footer a {
	color: #FFF;
	transition: all 300ms ease;
}

footer a:hover {
	color: #FFF;
	text-decoration: none;
}

footer .m-widgets {
	font-size: 16px;
	padding: 0 0;
	background-color: #87be3d;
}

footer .m-widgets h3 {
	color: #FFF;
	font-size: 20px;
	padding-bottom: 0.35em;
	margin-bottom: 0.35em;
}

footer .m-widgets ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .m-widgets ul li {
}

footer .m-widgets ul li a {
    padding: 4px 0;
    display: block;
}

footer .m-widgets #custom_html-2 a {
	margin-right: 10px;
}

footer .m-widgets #custom_html-2 i {
	font-size: 34px;
}

footer .m-copyright {
	padding: 1em 0;
	background-color: #87be3d;
}

footer .m-copyright .container {
	font-size: 12px;
	text-align: left;
}


/*------------------------------------*\
    MENU
\*------------------------------------*/
ul.m-primary-menu {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	font-size: 0;
}

ul.m-primary-menu li {
	display: inline-block;
	transition: background-color 300ms ease;
	position: relative;
	border-radius: 15px;
}

ul.m-primary-menu li:hover, ul.m-primary-menu li.current-menu-item {
	text-decoration: none;
}

ul.m-primary-menu li a:hover {
	text-decoration: none;
}

ul.m-primary-menu > li:hover > a, ul.m-primary-menu > li.current-menu-item > a {
	background-color: #86bd3e;
    border-radius: 5px;
    color: #FFF;
}

ul.m-primary-menu > li.current_page_parent > a {
	background-color: #86bd3e;
    border-radius: 5px;
    color: #FFF;
}

ul.m-primary-menu > li.current-menu-item > a {
	font-weight: 700;
}

ul.m-primary-menu li a {
    color: #282b41;
	padding: 5px 15px;
    display: block;
	font-size: 16px;
	position: relative;
	transition: all 300ms ease;
	line-height: 1.5;
}

ul.m-primary-menu li ul {
	display: none;
	position: absolute;
    top: 100%;
    background-color: #FFF;
    z-index: 600;
    margin: 0;
    padding: 0;
	min-width: 200px;
    left: 0;
    text-align: left;
    border-bottom: 4px solid #86bd3e;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.2);
}

ul.m-primary-menu li:hover ul {
	display: block;
}

ul.m-primary-menu li ul li {
	display: block;
	width: 100%;
}

ul.m-primary-menu li ul li a {
	border-bottom: none !important;

}

ul.m-primary-menu li ul li a:hover {
	color: #86bd3e;
}

@media (max-width: 1440px) {

	ul.m-primary-menu li a {

	}
	
	
	ul.m-primary-menu li a:before {
	}
	

}

@media (max-width: 1024px) {

	ul.m-primary-menu li a {
		font-size: 12px;
		padding: 11px 10px;
	}
	
	
	ul.m-primary-menu li a:before {
		font-size: 30px;
	}
	

}

@media (max-width: 768px) {
	ul.m-primary-menu {
		display: none;
	}
	
	ul.m-primary-menu li {
		display: block !important;
	}
	
	ul.m-primary-menu li a {
		text-align: center;
		padding: 10px !important;
	}
	
	ul.m-primary-menu li a:before, ul.m-primary-menu li a:after {
		display: none !important;
	}
	
	ul.m-primary-menu li a {
		font-size: 22px;
	}
	
	ul.m-primary-menu li.search-menu {
		display: block;
	}
}

/* Mobile Menu */
ul.m-mobile-menu {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

ul.m-mobile-menu li {
	display: block !important;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
}

ul.m-mobile-menu li a {
	text-align: center;
	padding: 10px !important;
}

ul.m-mobile-menu li a:before, ul.m-primary-menu li a:after {
	display: none !important;
}

ul.m-mobile-menu li a {
	font-size: 22px;
}

ul.m-mobile-menu li.search-menu {
	display: block;
}

ul.m-mobile-menu li.search-menu {
	display: none;
	text-align: center;
    padding: 10px 0;
}


ul.m-mobile-menu li.search-menu form {
	font-family: "Ionicons", Arial, sans-serif;
	display: inline-block;
}

ul.m-mobile-menu li.search-menu form input {
	width: 100%;
	font-family: "Ionicons", Arial, sans-serif;
}

ul.m-mobile-menu > li > ul.sub-menu {
	display: none;
	margin: 0;
    padding: 0;
}


/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
.m-main {
	/*background-image: url(images/bg-hp.jpg);*/
	background-position: center top;
	background-repeat: repeat-x;
	background-size: auto;
	background-color: #e9e8e3;
}

.m-body {
	padding-bottom: 30px;
}

.m-body .fw-page-builder-content > section {
}

section .section-inner {
	background-size: cover;
	background-position: center;
}

/*------------------------------------*\
    SHORTCODES
\*------------------------------------*/
/* Image Block */
.m-block-image {
	position: relative;
	text-align: center;
}

.m-block-image .m-image-overlay-title {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
	color: #FFF;
    text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.6);
    font-size: 28px;
    font-weight: 700;
	z-index: 400;
}

.m-block-image .m-image-src {
    overflow: hidden;
	position: relative;
	z-index: 300;
	backface-visibility: hidden;
}

/* Testimonials */

.m-block-testimonials .item {
	padding: 0px 30px;
}

.m-block-testimonials .item .testimonial {
	font-style: italic;
}

.m-block-testimonials .item .testimonial blockquote {
  margin: 1.5em 0;
  quotes: "\201C""\201D""\2018""\2019";
}

.m-block-testimonials .item .testimonial blockquote:before {
	color: #e2e2e2;
	content: open-quote;
	font-size: 5em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

.m-block-testimonials .item .testimonial blockquote:after {
  content: no-close-quote;
}


.m-block-testimonials .item .testimonial blockquote p {
  display: block;
}

.m-block-testimonials .item .critic {
    font-weight: 700;
    font-style: normal;
    color: #e9737f;
    margin: 1em 0;
    text-align: center;
    font-size: 24px;
}

@media (max-width: 1024px) {
	.m-block-testimonials .item {
		padding: 0px 5px;
	}
}

/* Buttons */
.m-btn {
	background-color: #041E42;
	padding: 10px 20px;
	border-radius: 3px;
	display: inline-block;
	font-weight: 700;
	color: #FFF;
	transition: all 300ms ease;
}

.m-btn:hover {
	background-color: #3c719c;
	color: #FFF;
}

.m-btn-teal-green {
	background-color: #008B8B;
}

.m-btn-purple {
	background-color: #FF1493;
}

.m-btn-magenta {
	background-color: #6A5ACD;
}

/* Special Heading */
.m-heading.m-heading-center {
	text-align: center;
}

/* Latest Posts */
.m-shortcode-latest-posts {
	
}

.m-shortcode-latest-posts .excerpt {
}

/* Gallery */
.fw-portfolio-gallery .row > div {
	padding: 5px;
}

.fw-portfolio-gallery .row > div a img {
	transition: opacity 300ms ease;
	backface-visibility: hidden;
}

.fw-portfolio-gallery .row > div a:hover img {
	opacity: 0.8;
}



/*------------------------------------*\
    LOOP
\*------------------------------------*/

.m-loop .btn {
	background-color: #85bf3d;
    color: #FFF;
    margin-top: 10px;
}

ul.m-social-share {
	padding: 0;
	margin: 1em 0;
	list-style: none;
}

ul.m-social-share li {
	display: inline-block;
}

ul.m-social-share li a {
	display: block;
    border: 1px solid #8dc73f;
    width: 44px;
    height: 44px;
    padding: 7px 0;
    border-radius: 50%;
    color: #6c7072;
    transition: all 300ms ease;
    text-align: center;
    line-height: 30px;
}

ul.m-social-share li a:hover {
    background-color: #8dc73f;
	color: #FFF;
}


/*------------------------------------*\
    PAGINATION
\*------------------------------------*/

.page-numbers {
	padding: 20px;
	border: none !important;
	white-space: normal !important;
	text-align: center;
}
.page-numbers li {
	border: none !important;
	float: none !important;
	display: inline-block;
}
.page-numbers a, .page-numbers span {
	line-height: 1.25;
	margin: 0 7px 0 0;
	display: inline-block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px 9px 4px;
}
.page-numbers a.page-numbers {
	background: #86bf3d;
	color: #FFF;
}
.page-numbers a.next {
	background: none;
	font-weight: 600;
	color: #86bf3d;
}
.page-numbers a.prev {
	background: none;
	font-weight: 600;
	color: #86bf3d;
}
.page-numbers a.next:hover, .page-numbers a.prev:hover {
	background: none;
}
.page-numbers span.current {
	background: #F5F5F5;
	color: #555;
}

/*------------------------------------*\
    M SHORTCODES
\*------------------------------------*/

.m-shortcode-image {
	margin-bottom: 1em;
}


/*------------------------------------*\
	WIDGETS
\*------------------------------------*/
/* Mail Chimp */
.widget_ns_mailchimp {
	background-color: #a2373f;
	padding: 10px;
	border-radius: 10px;
	color: #FFF;
	text-align: center;
}
.widget_ns_mailchimp input {
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.widget_ns_mailchimp h2 {
	color: #FFF;
}
.widget_ns_mailchimp .benefits {
	font-size: 12px;
	margin: 1em 0;
}
.widget_ns_mailchimp input[type="submit"] {
	background-color: #3e2d29;
	color: #f6eadc;
}

/* Calculator Widget */
.calculator_widget {
	
}

.calculator_widget .m-calculator-select {
	background-color: #dedede;
    padding: 10px 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.calculator_widget .m-calculator-select select {
	width: 100%;
}

.calculator_widget form {
	background-color: #dedede;
    border-radius: 3px;
    padding: 10px;
}

.calculator_widget form label {
	display: block;
	font-size: 12px;
}

.calculator_widget form input, .calculator_widget form select {
	display: block;
	width: 100%;
    margin-bottom: 12px;
}

.calculator_widget form select {
	height: 36px;
}

.calculator_widget form input[type="submit"] {
    background-color: #85be3e;
    border-radius: 4px;
    font-weight: 900;
    color: #FFF;
}

/* Image Widget */
.widget_media_image {
	margin: 30px 0;
}

/* Gravity Forms */

.gform_wrapper {
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.gform_wrapper .ginput_container input, .gform_wrapper .ginput_container select, .gform_wrapper .ginput_container textarea {
	width: 100% !important;
	margin: 0;
	background-color: #f8f8f8;
    border: none;
    border-radius: 2px;
    padding: 10px;
    line-height: 1em;
	margin-bottom: 0 !important;
	color: #231f20; 
}

.gform_wrapper .gform_footer {
	margin: 0 !important;
}

.gform_wrapper .gform_footer input[type=submit] {
	background-color: #85be3e;
	color: #FFF;
	border: 0;
	border-radius: 0;
	width: 100%;
	font-weight: 700;
	margin: 0;
	transition: all 300ms ease;
	padding: 10px 40px;
}

.gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #71a233;
	cursor: pointer;
}

.gform_wrapper .gfield_checkbox li label, .m-sidebar .gform_wrapper .gfield_radio li label {
	color: #FFF;
}

.gform_wrapper li.hidden_label input {
	margin-top: 0 !important;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url] {
	text-indent: 0;
}

div.ginput_container_select {
	position: relative;
}

/*div.ginput_container_select:after {
	content: '\f078';
    font-family: FontAwesome;
    font-size: 15px;
    right: 8px;
    position: absolute;
    top: 8px;
    color: #555;
	z-index: 299;
}*/

.gform_wrapper .gform_body select {

}

.gform_wrapper .gform_body {
	
}

.gform_wrapper .gform_body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.gform_wrapper .gform_body ul li {
	margin-top: 12px;
}

.gform_wrapper .gform_body ul li.hidden_label label {
	display: none;

}

@media only screen and (min-width: 641px) {
	div.ginput_complex.ginput_container.gf_name_has_2 span, div.ginput_complex.ginput_container.ginput_container_email span  {
		width: 50%;
		display: inline-block;
		vertical-align: top;
		padding-right: 16px;
		margin-right: -4px;
	}
	
	div.ginput_complex.ginput_container.gf_name_has_2, div.ginput_complex.ginput_container.ginput_container_email {
		width: calc(100% + 17px);
	}
}

/* Widget Wrapper */
.m-sidebar h3 {
	border-left: 3px solid #85be3e;
    padding: 14px;
	font-size: 22px;
}

.m-sidebar ul {
	background-color: #dedede;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    border-radius: 3px;
}

.m-sidebar ul li {
	border-bottom: 1px solid #d2d2d2;
	transition: all 300ms ease;
}

.m-sidebar ul li a {
	display: block;
	padding: 10px;
}

.m-sidebar ul li:last-child {
	border-bottom: none;
}

.m-sidebar ul li:hover {
	background-color: #cccccc;
}

.m-sidebar ul li.current-cat {
	background-color: #85bf3d;
}

.m-sidebar ul li.current-cat a {
	color: #FFF;
	font-weight: 900;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-home section.slider .video-container {
	border: 8px solid #5b4e3f;
}

.page-home .stone-bottom .section-content {
	background-size: cover;
	background-position: center;
}


.page-home .stone-bottom:after {
	content: '';
    display: block;
    height: 64px;
    width: 100%;
    background-image: url(images/stone-bottom.jpg);
    background-color: #e9e8e3;
	background-position: top center;
}

.page-home section.stone-bottom .m-block-text {
	text-decoration: none;
	background: #e9e8e3;
	background-image: url(images/paper-background.jpg);   
    display: block;
    width: 90%;
    padding: 1em;
    -moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
    -webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    box-shadow: 5px 5px 7px rgba(33,33,33,.7);
    -moz-transition: -moz-transform .15s linear;
    -o-transition: -o-transform .15s linear;
    -webkit-transition: -webkit-transform .15s linear;
    -o-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
	font-size: 18px;
    font-weight: 700;
	margin-top: 66px;
}

.page-home section.stone-bottom .m-block-text h3 {
    font-size: 29px;
    text-shadow: 1px 1px 0px rgb(98, 148, 37);
    margin: 0 0 10px 0;
}

.page-home section.stone-bottom .m-block-text h3 span {
    color: #585858;
}

.page-home section.slider .btn {
	margin-top: 3em;
    background-color: #66962e;
	transition: all 300ms ease;
	
}

.page-home section.slider .btn:hover {
	transform: scale(1.1);
	
}

.page-home section.slider .btn a {
	color: #FFF;
	font-weight: 900;
}

.page-home section.slider .btn a i {
	color: #85be3e;
}

.page-home section.slider .m-block-image {
	position: relative;
    text-align: center;
    margin-top: 36px;
    transform: rotate(-2deg);
	transition: all 300ms ease;
}

.page-home section.slider .m-block-image:hover {
    transform: rotate(15deg) scale(1.1);
}

.page-home section.process .m-block-image {
	margin-top: 20px;
}


.page-home section.process h3 {
	color: #433726;
}

.page-home section.process h3 span {
	font-size: 50px;
	font-weight: 900;
	margin-right: 5px;
}

.page-home section.why-choose {
	
}

.page-home section.why-choose .container {
	background-color: rgba(0, 0, 0, 0.07);
    border-radius: 5px;
	padding-bottom: 20px;
}

.page-home section.why-choose .m-block-image.promo-photo {
	padding: 20px;
}

.page-home section.choose-pour-on {
	
}

.page-home section.choose-pour-on h2 {
	color: #433726;
}

.page-home section.choose-pour-on h2:after {
	content: '';
    display: block;
    background-color: #689954;
    height: 6px;
    width: 150px;
    margin-top: 12px;
}

.page-home section.as-seen-on .column.programs {
	text-align: center;
}

.page-home section.as-seen-on .column.programs .m-block-image {
    display: inline-block;
    margin: 0 28px;
}

.page-home section.as-seen-on .column.programs .m-block-image.living-room img {
	margin-bottom: 35px;
}

.page-home section.as-seen-on .column.programs .m-block-image.ten img {
	margin-bottom: 25px;
}

.page-home section.as-seen-on .column.programs .m-block-image.grand-designs img {
	margin-bottom: 20px;
}

.page-home section.as-seen-on .column.programs .m-block-image.seven img {
	margin-bottom: 20px;
}

/* ecommerce */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	max-width: 100%;
}

.single-product section.related {
	clear: both;
}

.single-product div.summary .price .amount {
	font-weight: 900;
    color: #7f8284;
    font-size: 30px;
}

.woocommerce-wrapper {
	margin-top: 2em;
}

.woocommerce .woocommerce-result-count {
	background-color: #85be3e;
    border-radius: 2px;
    padding: 1px 10px;
    color: #FFF;
    font-weight: 900;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #797c7e;
	color: #FFF;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #85bf3d;
}

.woocommerce .cart-collaterals .abn-lookup {
	float: left;
	width: 49%;
}

.woocommerce .cart-collaterals .abn-lookup form {
	border: 1px solid rgba(0,0,0,.1);
    padding: 10px;
    border-radius: 5px;
}


.page-blog .fw-page-builder-content {
	padding-top: 20px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
.desktop {
	display: block;
}
.mobile {
	display: none;
}


@media only screen and (min-width:320px) {}
@media only screen and (max-width:480px) {
	.fw-mobile-hide-element {
		display: none;
	}
}


@media (max-width: 1024px) {
	header {
		position: static;
	}
	
	.m-body {
		margin-top: 0;
	}
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #db0a5b;
	color: #FFF;
	text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
}
input#gform_submit_button_4.gform_button.button {
	background-color: #df8300 !important;
	color: #ffffff !important;
}

/* Grid */


/*
How to overwrite this file http://manual.unyson.io/en/latest/extension/builder/index.html#changing-the-grid
*/


/* Utility classes
-------------------------------------------------- */

.clearfix:before, .clearfix:after, .m-container:before, .m-container:after, .m-container-fluid:before, .m-container-fluid:after, .m-row:before, .m-row:after, .dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.clearfix:after, .m-container:after, .m-container-fluid:after, .m-row:after, .dl-horizontal dd:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right, body.rtl .pull-left {
	float: right !important;
}
.pull-left, body.rtl .pull-right {
	float: left !important;
}
.clear {
	clear: both;
	width: 100%;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
img, iframe, embed {
	max-width: 100%;
}
.map img, .m-shortcode-map-wrapper img {
	max-width: none !important;
}

/* Grid system */
/* -------------------------------------------------- */

.m-main-row, .m-main-row *, .m-main-row *:before, .m-main-row *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


@media (max-width: 768px) {
	.m-mobile-hide-element {
		display: none;
	}
}

@media (min-width: 769px) {
	.m-desktop-hide-element {
		display: none;
	}
}


.video-container {
  position: relative;
  /*padding-bottom: 56.25%;*/ /*16:9*/
  padding-bottom: 55%;	
  padding-top: 0px; 
  height: 0; 
  overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
