<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

::selection {
	color: white;
	background: #ee3a43;
}

.first-breadcrumb &gt; .current_folder, .eva.eva-home-outline {
	display: none;
}
#ShareoneDrive .entry.file .entry_thumbnail img[src*="css/icons/256x256"] {
	margin-top: 5%;
}
#ShareoneDrive .loading {
	background: transparent !important;
	width: 100% !important;
	height: 100% !important;
}
a.nav-home.entry-info-button:hover {
	background-color: transparent !important;
	cursor: default !important;
}
.galleria-theme-classic{
	background: rgb(255, 255, 255) !important;
}
.page-header-div{
	z-index: 3;	
}

.search-page-heading{
	text-transform: capitalize;
	font-weight: 600;
}

.sub-page-header{
	border-bottom: 2px solid #262424;
	font-weight: 600;
	text-transform: capitalize;
	padding-bottom: 10px;
}

.sub-heading{
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	margin-top: 50px;
}

@import url("../bridge/style.css");

@font-face {
	font-family: 'aileronlight';
	src: url('/wp-content/themes/bridge-child/fonts/aileron-light-webfont.eot');
	src: url('/wp-content/themes/bridge-child/fonts/aileron-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bridge-child/fonts/aileron-light-webfont.woff2') format('woff2'),
		url('/wp-content/themes/bridge-child/fonts/aileron-light-webfont.woff') format('woff'),
		url('/wp-content/themes/bridge-child/fonts/aileron-light-webfont.ttf') format('truetype'),
		url('/wp-content/themes/bridge-child/fonts/aileron-light-webfont.svg#aileronlight') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;

}
@font-face {
	font-family: 'aileronregular';
	src: url('/wp-content/themes/bridge-child/fonts/aileron-regular-webfont.eot');
	src: url('/wp-content/themes/bridge-child/fonts/aileron-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bridge-child/fonts/aileron-regular-webfont.woff2') format('woff2'),
		url('/wp-content/themes/bridge-child/fonts/aileron-regular-webfont.woff') format('woff'),
		url('/wp-content/themes/bridge-child/fonts/aileron-regular-webfont.ttf') format('truetype'),
		url('/wp-content/themes/bridge-child/fonts/aileron-regular-webfont.svg#aileronregular') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;

}
@font-face {
	font-family: 'aileronsemibold';
	src: url('/wp-content/themes/bridge-child/fonts/aileron-semibold-webfont.eot');
	src: url('/wp-content/themes/bridge-child/fonts/aileron-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/bridge-child/fonts/aileron-semibold-webfont.woff2') format('woff2'),
		url('/wp-content/themes/bridge-child/fonts/aileron-semibold-webfont.woff') format('woff'),
		url('/wp-content/themes/bridge-child/fonts/aileron-semibold-webfont.ttf') format('truetype'),
		url('/wp-content/themes/bridge-child/fonts/aileron-semibold-webfont.svg#aileronsemibold') format('svg');
	font-weight: normal;
	font-style: normal;
    font-display: swap;

}

a:hover, p a:hover {
	color: #ee3a43;
	text-decoration: none;
}

.footer_top_holder {
	height: auto !important;
}

.footer_top .widget.widget_nav_menu li {
	line-height: 20px;
}

#back_to_top&gt;span {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

/*-------------------------------------------------------------------------------*/

/*------------------------Klassifieds Disclainer CSS---------------------------------*/

p.disclaimer {
    background: #ee3a43;
    margin-top: 20px;
    padding: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-style: italic;
}

.side_menu_button&gt;a:hover, .mobile_menu_button span:hover{
	opacity: .8;
	color: #9d9d9d;
}

.drop_down .second .inner&gt;ul, li.narrow .second .inner ul{
	background-color:#f2f5f8;
	border-color: #f2f5f8;
	font-weight:400;
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5{
	font-weight:400;
}

.drop_down .second .inner&gt;ul&gt;li&gt;a:hover, .drop_down .second .inner ul li.sub ul li a:hover{
	color:#ee3a43;
}

.drop_down .second .inner ul li a, .drop_down .second .inner ul li h5{
	color:#767575;
}

@media only screen and (max-width: 1024px){

	nav.mobile_menu ul li a, nav.mobile_menu ul li h3 {
		font-size: 15px !important;
		text-align: center !important;
		font-weight: 400 !important;
		color: #231f20 !important;
		padding: 10px 0 10px 0 !important;
		display: block !important;
		position: relative !important; 
		text-transform: uppercase !important;
		line-height: 26px !important;
		letter-spacing: 0 !important;
	}


	nav.mobile_menu ul li a:hover, nav.mobile_menu ul li.active&gt;a {
		color: #ee3a43 !important;
	}


	.mobile_menu_button{
		float: right;
		height: 100px;
		margin: 0;
		position: absolute;
		right: 155px;
		top: 4px;
		z-index: 999;
	}

	.side_menu_button{
		position: relative;
		right: 45px;
	}

	nav.mobile_menu ul li ul li a{
		font-size: 12px !important;
		color: #767575 !important;

	}

	nav.mobile_menu ul li ul li {
		margin: 0;
	}

	.side_menu_button a:last-child{

		padding: 0 10px 0px 14px !important;
	}

	.footer_top_holder {
		height: auto !important;
	}
}

@media only screen and (max-width: 768px){

	.has_header_fixed_right.stick.menu_bottom .header_inner_right, .header_bottom_right_widget_holder{
		display: block;
	}

	.topWhereToBuyButton{
		margin: 37px 0 40px 0 !important;
	}

	.mobile_menu_button{
		right: 147px;
		top: 0px;
	}

	.side_menu_button a:last-child{
		padding: 0 4px 7px 14px !important;

	}
	
	.footer_top_holder {
	height: auto !important;
}
}

@media only screen and (max-width: 767px){
	.mobile_menu_button{
		right: 147px;
		top: 0px;
	}

	.side_menu_button a:last-child{
		padding: 0 9px 7px 14px !important;

	}	
	
	.footer_top_holder {
    height: auto !important;
}
}

@media only screen and (min-width: 321px) and (max-width: 400px){

	.mobile_menu_button {
		float: right;
		height: 100px;
		margin: 0;
		position: absolute;
		right: 119px;
		top: 0px;
		z-index: 9999;
	}

	.side_menu_button a:last-child{
		padding: 0 4px 9px 14px !important;

	}
}

/*-------------------------------------------------------------------------------*/

body {
	font-family: 'aileronlight', arial, sans-serif !important;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.05em !important;
}

.title .title_holder .container {
	display: block;
}

.clear {
	clear: both;
}
.title.title_size_medium h1 {
	font-weight: normal !important;
}
.q_accordion_holder.boxed div.accordion_content {
	padding-left: 10px !important;
}
.q_accordion_holder.accordion.boxed .ui-accordion-header {
	padding-left: 10px !important;
	text-align: left !important;
	border: 1px solid #cccccc;
	background-color: #ffffff;
}
.q_accordion_holder.accordion.with_icon .ui-state-active, .q_accordion_holder.accordion .ui-state-active {
	background-color: #cccccc !important;
}
.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
	width: 100% !important;
	border: 1px solid #cccccc;
}
.q_tabs .tabs-nav li a:after {
	display: none !important;
}

.gform_wrapper textarea.large {
	border: 1px solid #cccccc;
	width: 100% !important;
}
body .gform_wrapper input[type="button"], body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="reset"] {
	height: 55px !important;
	border: 1px solid #ee3a43 !important;
	color: #231f20 !important;
}
body .gform_wrapper input[type="button"]:hover, body .gform_wrapper input[type="submit"]:hover, body .gform_wrapper input[type="reset"]:hover {
	background-color: #ee3a43 !important;
	border-color: #ee3a43 !important;
	color: #ffffff !important;
}
/*HEADER*/
.headerLeft {
	float: left;
	position: relative;
	color: #5a5758;
	font-size: 14px;
	padding: 5px 0;
}
.redLink {
	color: #ee3a43;
	text-decoration: none;
}
.redLink:hover {
	border-bottom: 1px solid;
	color: #ee3a43;
}
.rightTopHeader {
	float: left;
	position: relative;
}
.selectLanguage {
	float: left;
	position: relative;
	color: #5a5758;
	font-size: 14px;
	padding: 5px 10px;
}
.activeLanguage {
	font-style: italic;
	color: #5a5758;
	text-decoration: none;
}
.activeLanguage:hover {
	color: #5a5758;
}
.socialLinkDiv {
	float: left;
	position: relative;
	padding: 8px 0;
}
.footerSocialLinkDiv {
	float: left;
	position: relative;
	padding: 8px 0;
}
.socialLink {
	float: left;
	position: relative;
	width: 35px;
	text-align: center;
	height: 28px;
}
.socialLink a {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
}
.header_top {
	height: 45px !important;
}
nav.main_menu.right {
	margin-right: 30px;
}
.side_menu_button a:last-child {
	padding: 0 0 0 20px;
	border-left: 1px solid #dedede;
}
body.home .qbutton.green {
	background-color: transparent;
	border-color: #ffffff;
	transition: .6s;
}
body.home .qbutton.green:hover {
	background-color: #ffffff;
}
.side_menu_button a:last-child {
	padding: 0 10px 7px 14px;
}
.scrolled .topWhereToBuyButton {
	margin-top: -10px;
}

.item.in li {
	list-style: none;
}

.topWhereToBuyButton a {
	padding: 10px;
	transition: .6s;
	color: #ffffff;
	font-size: 14px;
	background-color: #ee3a43;
	border: 1px solid #ee3a43;
	top: 3px !important;
	position: relative;
}
.topWhereToBuyButton a:hover {
	background-color: #ffffff;
	color: #ee3a43;
}
.mobileSelectLanguage {
	float: left;
	position: relative;
	color: #5a5758;
	font-size: 14px;
	padding: 5px 10px;
	display: none;
}
.mobileSelectLanguage a {
	color: #5a5758;
	text-decoration: none;
}
.lanSpan {
}
nav.main_menu ul li.active a {
	font-weight: normal;
}
/*HEADER*/

/*FOOTER*/
.copyright {
	float: left;
	position: relative;
	color: #9d9c9c;
	font-size: 12px;
	margin-left: 125px;
}
.footerLinkDiv {
	float: right;
	position: relative;
	margin-right: 125px;
	margin-top: 7px;
}
.footerLink {
	float: left;
	position: relative;
}
.footerLink li {
	float: left;
	position: relative;
	margin-right: 0 !important;
	line-height: 12px !important;
}
.footerLink li a {
	float: left;
	position: relative;
	padding: 0 10px;
	color: #9d9c9c !important;
	font-size: 12px !important;
	border-left: 1px solid #9d9c9c !important;
	text-decoration: none;
	text-transform: capitalize !important;
	transition: .7s;
}
.footerLink li a:hover {
	color: #ffffff !important;
}
.footerLink li:first-child a {
	border-left: none !important;
}
.aboutUs {
	color: #9d9c9c;
	font-size: 14px;
	line-height: 35px;
}
.whereToBuy {
	float: left;
	position: relative;
	width: 130px;
	margin-top: 25px;
}
.whereToBuy a {
	float: left;
	position: relative;
	width: 100%;
	background-color: #ee3a43;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 0;
	text-decoration: none;
	transition: .6s;
}
.whereToBuy a:hover {
	background-color: #ffffff;
	color: #ee3a43 !important;
}

.latest_post_holder.minimal h5 {
	text-transform: none;
}

.q_tabs.vertical.left .tab-content{padding-left:0 !important;}
.q_tabs.vertical.left .tabs-nav{padding-bottom:30px; padding-top:20px;}

/*FOOTER*/

/*HOME*/
.infoWrapper {
	margin: 0 auto;
	width: 1180px;
	position: relative;
}
.infoDiv {
	float: left;
	position: relative;
	width: 390px;
	box-sizing: border-box;
	padding: 45px 15px;
}
.infoIcon {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
}
.infoHeading {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: 'aileronsemibold', arial, sans-serif;
	color: #231f20;
	padding: 15px 0;
}
.infoDesc {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #231f20;
	line-height: 25px;
}
.ourstoryWrapper {
	float: left;
	position: relative;
	width: 100%;
	background-color: #f2f5f8;
}
.ourStoryImg {
	float: left;
	position: relative;
	width: 50%;
	padding-top: 26px;
}
.ourStoryImg img {
	width: 100%;
}
.ourStoryDesc {
	float: left;
	position: relative;
	width: 50%;
	background-color: #f2f5f8;
	padding: 55px 70px;
	box-sizing: border-box;
}
.ourStoryHeading {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 38px;
	box-sizing: border-box;
}
.ourStoryText {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 15px;
	padding-top: 20px;
}
.storyLearnMore {
	float: left;
	position: relative;
	width: 160px;
	margin-top: 25px;
}
.storyLearnMore a {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #f2f5f8;
	color: #231f20;
	font-size: 14px;
	transition: .6s;
	border: 1px solid #ee3a43;
	text-decoration: none;
	border-radius: 2px;
	padding: 10px;
	box-sizing: border-box;
	font-weight: 600;
	letter-spacing: .5px;
}
.storyLearnMore a:hover {
	background-color: #ee3a43;
	color: #ffffff;
}
.fireplaceWrapper {
	margin: 0 auto;
	position: relative;
	width: 1200px;
	top: -50px;
}
.fireplace {
	float: left;
	position: relative;
	width: 239px;
}
.woodBurning, .gesInsert, .directVent, .gasStove, .electric-fireplaces {
	float: left;
	position: relative;
	width: 239px;
	height: 284px;
	background-image: url(/wp-content/uploads/2024/08/Z42-White-Room-gray.webp);
	background-position: center center;
	transition: .8s;
	cursor: pointer;
}
.woodBurning:hover {
	background-image: url(/wp-content/uploads/2024/08/Z42-White-Room-color.webp);
}
.gesInsert {
	background-image: url(/wp-content/uploads/2025/01/gas-inserts.webp);
}
.gesInsert:hover {
	background-image: url(/wp-content/uploads/2025/01/gas-inserts-hover.webp);
}
.directVent {
	background-image: url(/wp-content/uploads/2024/08/directvent-gray.webp);
}
.directVent:hover {
	background-image: url(/wp-content/uploads/2024/08/directvent-color.webp);
}
.gasStove {
	background-image: url(/wp-content/uploads/2024/08/gasstove-gray2.webp);
}
.gasStove:hover {
	background-image: url(/wp-content/uploads/2024/08/gasstove-color2.webp);
}
.electric-fireplaces{
	background-image: url(/wp-content/uploads/2024/08/image1.webp);

}
.electric-fireplaces:hover {
	background-image: url(/wp-content/uploads/2024/08/Z42-White-Room-gray-1.webp);
}
.fireplaceHoverDiv {
	float: left;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #ffffff;
	padding: 20px 0;
	background-color: #231f20;
	text-align: center;
	font-weight: 600;
	letter-spacing: .5px;
	transition: .8s;
	cursor: pointer;
}
.fireplace:hover .hoverText {
	display: block;
	opacity: 1;
}
.fireplace:hover .stillText {
	display: none;
	opacity: 0;
}
.hoverText {
	display: none;
	opacity: 0;
}
.stillText {
	display: block;
	opacity: 1;
	text-transform: uppercase;
}
.woodBurning:hover + .fireplaceHoverDiv {
	opacity: 1;
	background-color: #3c3c3c;
}
.gesInsert:hover + .fireplaceHoverDiv {
	opacity: 1;
	background-color: #3c3c3c;
}
.directVent:hover + .fireplaceHoverDiv {
	opacity: 1;
	background-color: #3c3c3c;
}
.gasStove:hover + .fireplaceHoverDiv {
	opacity: 1;
	background-color: #3c3c3c;
}
.woodBurning a, .gesInsert a, .directVent a, .gasStove a {
	display: block;
	width: 100%;
	height: 100%;
}
.fireplaceHoverDiv a {
	color: #ffffff !important;
}
.fireplaceHoverDiv:hover {
	background-color: #3c3c3c;
}
/*HOME*/

/*ABOUT*/
.pageCenterHeading {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 39px;
	padding: 35px 0;
	text-align: center;
}
.seperator {
	float: left;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #cccccc;
}
.aboutUsText {
	position: relative;
	width: 1180px;
	margin: 0 auto;
	top: 20px;
}
.aboutUsCenterText {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	color: #231f20;
	font-size: 17px;
}
.aboutUsLeftText {
	float: left;
	position: relative;
	width: 49%;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	padding: 40px 0;
}
.aboutUsRightText {
	float: right;
	position: relative;
	width: 49%;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	padding: 40px 0;
}
.ourHistoryText {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	padding: 40px 80px;
	box-sizing: border-box;
}
.ourHistoryText p {
	margin-bottom: 20px;
}
a.qode-prettyphoto:hover:after {
	position: absolute;
	content: "VIEW LARGE";
	display: block;
	width: 100%;
	padding: 15px;
	background-color: #ee3a43;
	color: #ffffff;
	bottom: 0;
	text-align: center;
	font-size: 14px;
	box-sizing: border-box;
}
body.page-id-8 .title .title_holder {
	padding-top: 140px !important;
}
.bannerHeading {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 45px;
	text-transform: uppercase;
	line-height: 40px;
}
.bannerText {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	padding: 15px 0;
}
.gfield_captcha_input_container.simple_captcha_large input {
	border: 1px solid #ccc !important;
}
/*ABOUT*/

/*FAQ*/
body.page-id-21 .title .title_holder {
	padding-top: 140px !important;
}
.faqHeading {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 39px;
	padding-top: 20px;
}
.faqDesc {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 17px;
	line-height: 25px;
	padding: 30px 0;
}
.faqQuestion {
	font-size: 17px;
	color: #231f20;
	font-family: 'aileronsemibold', arial, sans-serif;
	line-height: 25px;
	padding-top: 20px;
}
.faqAnswer {
	font-size: 14px;
	color: #231f20;
	line-height: 25px;
	padding-top: 10px;
}
html[xmlns*=""] body:last-child body.page-id-21 .title .title_holder {
	padding-top: 140px !important;
	height: 100% !important;
}
/*FAQ*/

/*PRODUCTS*/
body.page-id-11 .title .title_holder {
	padding-top: 140px !important;
}
.productWrapper {
	margin: 0 auto;
	width: 920px;
	position: relative;
}
.productDiv {
	float: left;
	position: relative;
	width: 420px;
	margin-left: 40px;
	margin-top: 40px;
	min-height: 535px;
}
.productImg {
	float: left;
	position: relative;
	width: 100%;
}
.productImg img {
	width: 100%;
}
.productTitle {
	float: left;
	position: relative;
	width: 100%;
	padding: 15px 0;
	color: #231f20;
	font-size: 14px;
}
.productModel {
	float: left;
	position: relative;
	color: #231f20;
	font-family: 'aileronsemibold', arial, sans-serif;
	font-size: 14px;
}
.productSeperator {
	float: left;
	position: relative;
	padding: 0 10px;
}
.productName {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
}
.productDesc {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
}
.productLearnMore {
	float: left;
	position: relative;
	width: 160px;
	padding-top: 20px;
}
.productLearnMore a {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #231f20;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #ee3a43;
	transition: .6s;
	border-radius: 2px;
	text-decoration: none;
	font-family: 'aileronsemibold', arial, sans-serif;
}
.productLearnMore a:hover {
	background-color: #ee3a43;
	color: #ffffff;
}
.yourSelectionDiv {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	margin-top: 40px;
}
.yourSelection {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	font-family: 'aileronsemibold', arial, sans-serif;
}
.clearAllDiv {
	float: right;
	position: relative;
}
.crossButton {
	float: left;
	position: relative;
	width: 20px;
}
.clearAll {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 2px;
}
.filters {
	float: left;
	position: relative;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.filters li {
	float: left;
	position: relative;
	width: 100%;
	padding: 5px 0;
	font-size: 14px;
}
.filterOption {
	color: #231f20;
}
.filterValue {
	color: #ee3a43;
	padding-left: 5px;
}
.marginTop2 {
	margin-top: 2px;
}
.filterInputDiv {
	margin: 7px 0;
	display: inline-block;
	width: 100%;
}
.filterCheckBox {
	padding: 0 8px;
	text-align: center;
	vertical-align: middle;
}
.filterLabel {
	font-size: 14px;
	color: #231f20;
}
.labelActive {
	font-size: 14px;
	color: #ee3a43;
}
body.page-id-11 .q_accordion_holder.boxed div.accordion_content {
	padding-left: 0px !important;
}
.filterBoxWrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-top: 30px;
	display: none;
}
.filterBox {
	float: left;
	position: relative;
	background-color: #6a6a6a;
	padding: 2px 10px;
	border-radius: 15px;
	margin: 5px;
}
.filterBoxText {
	float: left;
	position: relative;
	color: #ffffff;
	font-size: 14px;
	padding-top: 1px;
}
.FilterBoxCross {
	float: right;
	position: relative;
	padding-left: 10px;
	padding-top: 2px;
	margin-top: 3px;
}
.filterBy {
	margin: 0 auto;
	width: 220px;
	position: relative;
	padding-top: 40px;
	display: none;
}
.filterByInput {
	float: left;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #6a6a6a;
	font-size: 14px;
	background-image: url(/wp-content/uploads/2024/08/plus-icon.webp);
	background-position: 100% 45%;
	background-repeat: no-repeat;
	background-color: #dedede;
	border: none;
}
.productDiv:last-child {
	padding-bottom: 40px;
}

/*PRODUCTS*/

/*PRODUCT DETAIL*/
body.page-id-13 .title .title_holder {
	padding-top: 140px !important;
}
.productDetailWrapper {
	position: relative;
	width: 1180px;
	margin: 0 auto;
}
.productGallery {
	float: left;
	position: relative;
	width: 820px;
	padding: 40px 0;
}
.productDetailDesc {
	float: right;
	position: relative;
	width: 320px;
	padding: 52px 0;
}
.productDetailModel {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	color: #231f20;
	font-size: 14px;
	font-family: 'aileronsemibold', arial, sans-serif;
	text-transform: uppercase;
}
.prodelDetailItem {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 38px;
	padding: 20px 0;
}
.productDetailText {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 17px;
	padding: 20px 0 0 0;
	line-height: 25px;
}
.productDetailFilters {
	float: left;
	position: relative;
	width: 100%;
	padding: 30px 0;
}
.productWhereToBuy {
	float: left;
	position: relative;
	width: 160px;
}
.productWhereToBuy a {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #231f20;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #ee3a43;
	transition: .6s;
	border-radius: 2px;
	text-decoration: none;
	font-weight: bold;
}
.productWhereToBuy a:hover {
	background-color: #ee3a43;
	color: #ffffff;
}
.productSocialLinksDiv {
	float: left;
	position: relative;
	width: 100%;
	padding-top: 30px;
}
.shareThis {
	float: left;
	position: relative;
	color: #6a6a6a;
	font-size: 14px;
	padding-right: 15px;
	padding-top: 5px;
}
.productSocialLink {
	float: left;
	position: relative;
	padding-right: 10px;
	width: 35px;
}
.productSocialLink a {
	float: left;
	position: relative;
	width: 100%;
}
.galleria-theme-classic .galleria-carousel .galleria-thumbnails-list {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.galleria-info-link {
	display: none;
}
.st-gallery-edit {
	display: none !important;
}
.productInfoHeading {
	float: left;
	position: relative;
	font-size: 39px;
	color: #231f20;
	padding: 60px 0px 40px 0;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	text-align: center;
	margin-bottom: 40px !important;
}
.tabHeading:first-child {
	padding-top: 15px;
}
.tabHeading { 
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.features {
	display: inline-block;
	width: 100%
}
.features li {
	display: inline-block;
	width: 100%;
	color: #231f20;
	font-size: 14px;
	padding: 5px;
}
.q_tabs .tabs-nav li{
	margin-right: 5px;
}
.q_tabs .tabs-nav li a {
	color: #000000;
	font-size: 14px !important;
	text-transform: uppercase;
	text-align: left !important;
	font-weight:300;
	padding: 0 10px;
	background: rgba(0,0,0,0.1);
	transition: .6s;
}

.q_tabs.vertical .tabs-nav li a{padding: 7px 17px;}

.q_tabs .tabs-nav li a:hover {
	color: #fff !important;
	background: #ee3a43 !important;
}
.q_tabs .tabs-nav li.active a {
	color: #fff !important;
	background: #ee3a43 !important;
}
.q_tabs .tabs-nav li a:after {
	display: none !important;
}
.q_tabs .tabs-nav li:last-child a:after {
	display: none;
}
.q_tabs .tabs-nav {
	width: 100%;
	background-color: #ffffff;
}
.q_tabs.horizontal .tabs-nav li:first-child a {
	padding-left: 20px !important;
}
.q_tabs.horizontal .tabs-container {
	padding-top: 0px !important;
}
table td {
	text-align: left;
}
.title {
	background-color: #ee3a43;
}
.title.title_size_small h1, .title h1 {
	font-size: 24px !important;
	color: #ffffff;
	font-weight: normal;
}
.separator.small {
	display: none;
}

/*PRODUCT DETAIL*/

/*PRODUCT RESOURCE*/
body.page-id-17 .title .title_holder {
	padding-top: 140px !important;
}
.accModelHeading {
	color: #231f20;
	font-size: 38px;
	display: inline-block;
	padding: 25px 0;
	width: 100%;
}
.brochureHeading {
	color: #231f20;
	font-size: 16px;
	display: inline-block;
	padding: 5px 0;
	width: 100%;
	font-family: 'aileronsemibold', arial, sans-serif;
}
.downloadLinkDiv {
	width: 100%;
	color: #ed1c24;
	width: 100%;
	display: inline-table;
	padding: 5px 0;
}
.spanDownloadIcon {
	float: left;
	position: relative;
	width: 30px;
	text-align: center;
}
.spanDownloadText {
	float: left;
	position: relative;
}
.tabDiv {
	float: left;
	position: relative;
	width: 100%;
	background-color: #ffffff;
}
.tab {
	float: left;
	position: relative;
	list-style: none;
	background-color: #ffffff;
	padding: 0;
	margin: 0px;
}
.tab li {
	float: left;
	position: relative;
}
.tab li:after {
	content: "/";
	color: #cccccc;
	font-size: 16px;
	padding: 0 5px;
	top: 7px;
	position: relative;
}
.tab li:last-child:after {
	content: "";
}
.tab li a {
	float: left;
	position: relative;
	padding: 8px 10px;
	color: #231f20;
	font-size: 16px;
	font-family: 'aileronsemibold', arial, sans-serif;
	transition: .6s;
	text-decoration: none;
}
.tab li a:hover, .tab li a.active {
	color: #ee3a43;
}
body.page-id-17 .q_accordion_holder.boxed div.accordion_content {
	padding-left: 0px !important;
}
body.page-id-17 .q_accordion_holder.boxed div.accordion_content_inner {
	padding-top: 0px !important;
}

/*PRODUCT RESOURCE*/

/*CONTACT*/
body.page-id-19 .title .title_holder {
	padding-top: 140px !important;
}
.getInTouch {
	float: left;
	position: relative;
	width: 100%;
	line-height: 25px;
	font-size: 38px;
	color: #231f20;
	padding-top: 25px;
}
.getInTouchDesc {
	float: left;
	position: relative;
	width: 100%;
	line-height: 25px;
	font-size: 17px;
	color: #231f20;
	padding-top: 20px;
}
.contactUsHeading {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 16px;
	font-family: 'aileronsemibold', arial, sans-serif;
	padding-top: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.otherInquires {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0;
	color: #231f20;
	font-size: 16px;
	font-family: 'aileronsemibold', arial, sans-serif;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-top: 40px;
}
.sidebarLinkDiv {
	float: left;
	position: relative;
	width: 100%;
	padding-top: 20px;
}
.spanArrow {
	float: left;
	position: relative;
	width: 25px;
	margin-top: 3px;
}
.sidebarLink {
	float: left;
	position: relative;
	font-size: 14px;
}
.sidebarSeperator {
	float: left;
	position: relative;
	width: 100%;
	margin: 25px 0;
	border-bottom: 1px solid #cccccc;
}
.kozyFireplace {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	font-family: 'aileronsemibold', arial, sans-serif;
	width: 100%;
}
.sidebarAddress {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
}
.sidebarPhone {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	padding-top: 25px;
}
.sidebarFax {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
}
.sidebarEmail {
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	color: #ee3a43;
}
.officeTime {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	padding-top: 25px;
}
.officeNote {
	float: left;
	position: relative;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
	width: 100%;
	padding: 25px 0;
	font-style: italic;
}

body .q_tabs .tabs-nav li a:after{display:none !important;}
body .q_tabs.vertical .tabs-nav li.active a{border:none !important;}


body.page-id-19 .gform_wrapper .gform_fields .gfield {
	margin: 0px !important;
}
body.gform_wrapper input::placeholder {
	color: #000000;
}

/*CONTACT*/

/*LOCATION DETAIL*/
body.page-id-25 .title .title_holder {
	padding-top: 140px !important;
}
.backTo {
	color: #231f20;
	font-size: 11px;
}
.backTo:hover {
	color: #ee3a43;
}
.storeName {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-family: 'aileronsemibold', arial, sans-serif;
	font-size: 14px;
	padding-top: 30px;
}
.storeAddress {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 14px;
	line-height: 25px;
}
.storeDetailDiv {
	float: left;
	position: relative;
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}
.storeDetail {
	float: left;
	position: relative;
	width: 100%;
	padding: 5px 0;
}
.spanStoreIcon {
	width: 35px;
	float: left;
	position: relative;
	margin-top: 3px;
}
.spanStoreText {
	float: left;
	position: relative;
	color: #ee3a43;
}
.modelsOnDisplay {
	float: left;
	position: relative;
	color: #00000b;
	font-size: 14px;
	font-family: 'aileronsemibold', arial, sans-serif;
	padding-top: 20px;
}
.sidebarModels {
	float: left;
	position: relative;
	width: 100%;
}
.sidebarModel {
	float: left;
	position: relative;
}
.sidebarModel li {
	float: left;
	position: relative;
	width: 100%;
	padding: 5px;
	color: #00000b;
	font-size: 14px;
}
.mapDiv {
	float: left;
	position: relative;
	width: 100%;
}
body.page-id-25 .yourSelectionDiv {
	margin-top: 0px;
}
.backToResultsBtn {
	float: left;
	position: relative;
	width: 100%;
	margin: 30px 0;
	display: none;
}
.backToResultsBtn a {
	float: left;
	position: relative;
	width: 100%;
	transition: .6s;
	color: #6a6a6a;
	border: 1px solid #ee3a43;
	background-color: #ffffff;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	font-size: 16px;
	padding: 20px 0;
	font-weight: bold;
}
.backToResultsBtn a:hover {
	color: #ffffff;
	border: 1px solid #ee3a43;
	background-color: #ee3a43;
}

/*LOCATION DETAIL*/

/*WHERE TO BUY*/
body.page-id-23 .title .title_holder {
	padding-top: 140px !important;
}
.storeLocator {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 16px;
	color: #231f20;
	font-family: 'aileronsemibold', arial, sans-serif;
}
.locatorSearchDiv {
	float: left;
	position: relative;
	padding: 10px 0;
	width: 100%;
}
.locatorInputField {
	float: left;
	position: relative;
	width: 49%;
}
.morfix .locatorInputField {
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.morfix .firstElem {
	float: left;
}
.sec-ra {
	margin-left: 20px;
}
#zip_code::-webkit-input-placeholder {
	font-size: 13px;
}
#zip_code::-moz-placeholder {
	font-size: 13px;
}
/* Firefox 19+ */
#zip_code:-moz-placeholder {
	font-size: 13px;
}
/* Firefox 18- */
#zip_code:-ms-input-placeholder {
	font-size: 13px;
}
.morfix input[type="radio"] {
	margin-bottom: 25px;
}
.morfix .submit-search {
	background: url(/wp-content/uploads/2024/08/search-icon.webp) no-repeat center center;
	position: absolute;
	cursor: pointer;
	height: 39px;
	width: 41px;
	right: 0;
}
.zipField {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 16px;
	padding: 10px;
	background-position: 95% 45%;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.locatorDropdownFiled {
	float: right;
	position: relative;
	width: 49%;
}
.stateDropdownFiled {
	float: left;
	position: relative;
	width: 100%;
}
.milesFiled {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 16px;
	padding: 10px;
	background-image: url(/wp-content/uploads/2024/08/dropdown-icon.webp);
	background-position: 95% 50%;
	border: 1px solid #cccccc;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
}
.modelsOnDisplyWrapper {
	float: left;
	position: relative;
	width: 100%;
	height: 160px;
	overflow-y: scroll;
	margin-top: 10px;
}
.modelsOnDisply {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	color: #6a6a6a;
	font-size: 14px;
	background-color: #dedede;
	padding: 5px 0;
}
.checkboxWrapper {
	float: left;
	position: relative;
	background-color: #f2f5f8;
	padding: 10px 0px;
	box-sizing: border-box;
}
.checkboxOption {
	float: left;
	position: relative; 
	width: 150px;
}
.checkbox {
	display: inline;
	padding: 0 3px;
}
.checkboxLabel {
	display: inline;
	color: #231f20;
	font-size: 11px;
}
.storesNearYouWrapper {
	float: left;
	position: relative;
	width: 100%;
	height: 510px;
	overflow-y: scroll;
	margin-top: 30px;
	background-color: #f2f5f8;
}
.storesNearYou {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	color: #6a6a6a;
	font-size: 14px;
	background-color: #dedede;
	padding: 5px 0;
}
.addressWrapper {
	float: left;
	position: relative;
	background-color: #f2f5f8;
	padding: 10px 15px;
	box-sizing: border-box;
	min-height: 200px;
}
.locatonInfoDiv {
	float: left;
	position: relative;
	width: 100%;
	padding: 10px 0;
}
.poligonDiv {
	float: left;
	position: relative;
	height: 130px;
	width: 18%;
}
.locationInfo {
	float: left;
	position: relative;
	width: 80%;
}
.locationStoreName {
	float: left;
	position: relative;
	width: 100%;
	color: #ee3a43;
	font-size: 14px;
}
.locationStoreName a {
	float: left;
	position: relative;
	width: 100%;
	color: #ee3a43;
	font-size: 14px;
}
.locationAddress {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 14px;
}
.locationPhone {
	float: left;
	position: relative;
	width: 100%;
	font-size: 14px;
}
.locationPhone .telephone1 {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
	clear: both;
}
.locationPhone .telephone1:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/phone-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 0;
}
.locationWebsite {
	float: left;
	position: relative;
	width: 100%;
	font-size: 14px;
}
.locationWebsite .website {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
}
.locationWebsite .website:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/website-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 4px;
	left: 0;
}
.locationEmail {
	float: left;
	position: relative;
	width: 100%;
	font-size: 14px;
}
.locationEmail .email {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
}
.locationEmail .email:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/email-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 0;
}
.locationMiles {
	float: left;
	position: relative;
	width: 100%;
	color: #231f20;
	font-size: 14px;
}
#storeDetails .backListing {
	font-size: 11px;
	text-transform: uppercase;
	float: right;
	position: relative;
	padding-left: 16px;
}
#storeDetails .backListing:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/back.png) no-repeat;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 7px;
}
#storeDetails .backListing:hover {
	color: #231f20 !important;
}
#storeDetails .details {
	padding-top: 25px;
	font-size: 14px;
}
#storeDetails .details .business_name {
	font-family: 'aileronsemibold', arial, sans-serif;
	color: #231f20;
}
#storeDetails .details .locationAddress {
	color: #231f20;
	padding-bottom: 25px;
	float: none;
}
#storeDetails .details .telephone {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
}
#storeDetails .details .telephone:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/phone-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 7px;
	left: 0;
}
#storeDetails .details .website {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
}
#storeDetails .details .website:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/website-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 4px;
	left: 0;
}
#storeDetails .details .email {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
}
#storeDetails .details .email:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/email-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 0;
}
#storeDetails .details .model_heading {
	font-family: 'aileronsemibold', arial, sans-serif;
	color: #231f20;
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid #cccccc;
}
#storeDetails .details .products {
	color: #231f20;
	padding-left: 12px;
	position: relative;
}
#storeDetails .details .products:before {
	content: '\2022';
	position: absolute;
	top: 0;
	left: 0;
}
/*WHERE TO BUY*/

/*GALLERY*/
body.page-id-15 .title .title_holder {
	padding-top: 140px !important;
}
.projects_holder article .portfolio_like, .portfolio_slider .portfolio_like {
	display: none;
}
body.page-id-15 .qbutton.white:hover {
	background-color: #ee3a43;
	border-color: #ee3a43;
}
body.page-id-15 .filter_holder ul li.active span {
	color: #ee3a43 !important;
}
body.page-id-15 .filter_holder ul li:hover span {
	color: #ee3a43 !important;
}
.qbutton, .load_more a, .blog_load_more_button a, #submit_comment, .drop_down .wide .second ul li .qbutton, .drop_down .wide .second ul li ul li .qbutton {
	border: 1px solid;
}
.archiveMannual {
	font-size: 16px;
	text-transform: uppercase;
	color: #ee3a43;
}
.archiveMannual:hover {
	border-bottom: 1px solid #ee3a43;
}
body.page-id-2543 .q_accordion_holder.boxed div.accordion_content_inner {
	padding-top: 0px !important;
}
body.page-id-2543 .q_accordion_holder.boxed div.accordion_content {
	padding-left: 0px !important;
}

/*GALLERY*/

.q_slide_title span {
	background-color: rgba(102, 102, 102, .5);
	padding: 5px 5px 5px 10px;
}
.q_slider {
	background-color: #ffffff;
}
@media only screen and (min-width: 1401px) and (max-width: 5000px) {
	.carousel-inner .item .image {
		background-size: contain !important;
	}
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.title .title_holder {
		height: 100% !important;
	}
}
@supports (-ms-accelerator:true) {
	.title .title_holder {
		height: 100px !important;
	}
}

@media only screen and (max-width: 1000px) {
	.logo_wrapper {
		left: 0px !important;
	}
	.q_logo a {
		left: 0px !important;
	}
}
@media only screen and (min-width: 1201px) and (max-width: 1300px) {
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
	}
	.gesInsert {
		width: 100%;
	}
	.directVent {
		width: 100%;
	}
	.gasStove {
		width: 100%;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 15px 0px 15px;
		width: 45%;
	}
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	nav.main_menu.right {
		margin-right: 0px;
	}
	nav.main_menu &gt; ul &gt; li &gt; a {
		padding: 0 8px;
		font-size: 13px;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
	}
	.gesInsert {
		width: 100%;
	}
	.directVent {
		width: 100%;
	}
	.gasStove {
		width: 100%;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 25%;
	}
	.ourStoryImg img {
		height: 500px;
	}
	.ourStoryDesc {
		padding: 25px;
	}
	.aboutUsText {
		width: 95%;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 15px 0px 15px;
		width: 45%;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 65%;
	}
	.productDetailDesc {
		width: 30%;
	}
	.ourStoryText {
		line-height: 17px;
	}
}
@media only screen and (min-width: 1150px) and (max-width: 1200px) {
	.ourStoryText {
		line-height: 19px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
	nav.main_menu.right {
		margin-right: 0px;
	}
	nav.main_menu &gt; ul &gt; li &gt; a {
		padding: 0 8px;
		font-size: 9px;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
	}
	.gesInsert {
		width: 100%;
	}
	.directVent {
		width: 100%;
	}
	.gasStove {
		width: 100%;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 25%;
	}
	.ourStoryImg img {
		height: 500px;
	}
	.ourStoryDesc {
		padding: 25px;
	}
	.aboutUsText {
		width: 95%;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 15px 0px 15px;
		width: 45%;
	}
	.filterLabel {
		font-size: 13px;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 65%;
	}
	.productDetailDesc {
		width: 30%;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	.carousel-inner .slider_content.left {
		top: 85% !important;
	}
	.carousel {
		height: 400px !important;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1023px) {
	nav.main_menu.right {
		margin-right: 0px;
	}
	nav.main_menu &gt; ul &gt; li &gt; a {
		padding: 0 8px;
		font-size: 9px;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
	}
	.gesInsert {
		width: 100%;
	}
	.directVent {
		width: 100%;
	}
	.gasStove {
		width: 100%;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 25%;
	}
	.ourStoryImg img {
		height: 500px;
	}
	.ourStoryDesc {
		padding: 25px;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 30% !important;
	}
	.four_columns &gt; .column1 {
		width: 35%;
	}
	.four_columns &gt; .column2 {
		width: 35%;
	}
	.four_columns &gt; .column4 {
		width: 30%;
	}
	.aboutUsText {
		width: 95%;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 15px 0px 15px;
		width: 45%;
	}
	.filterLabel {
		font-size: 13px;
	}
	.yourSelection {
		font-size: 12px;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 65%;
	}
	.productDetailDesc {
		width: 30%;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	.selectLanguage {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
}
@media only screen and (min-width: 979px) and (max-width: 1000px) {
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
}
@media only screen and (min-width: 880px) and (max-width: 979px) {
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
	}
	.gesInsert {
		width: 100%;
	}
	.directVent {
		width: 100%;
	}
	.gasStove {
		width: 100%;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 25%;
	}
	.ourStoryImg img {
		height: 500px;
	}
	.ourStoryDesc {
		padding: 25px;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 30% !important;
	}
	.four_columns &gt; .column1 {
		width: 35%;
	}
	.four_columns &gt; .column2 {
		width: 35%;
	}
	.four_columns &gt; .column4 {
		width: 30%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		width: 385px;
		text-align: center;
		margin: 0 auto;
		float: none;
		top: 5px;
	}
	.aboutUsText {
		width: 95%;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 10px 0px 10px;
		width: 45%;
	}
	.filterLabel {
		font-size: 13px;
	}
	.clearAllDiv {
		float: left;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 65%;
	}
	.productDetailDesc {
		width: 30%;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
}
@media only screen and (min-width: 769px) and (max-width: 879px) {
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
		height: 225px;
	}
	.gesInsert {
		width: 100%;
		height: 225px;
	}
	.directVent {
		width: 100%;
		height: 225px;
	}
	.gasStove {
		width: 100%;
		height: 225px;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 25%;
	}
	.ourStoryImg img {
		height: 590px;
	}
	.ourStoryDesc {
		padding: 25px;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 30% !important;
		left: 5% !important;
	}
	.four_columns &gt; .column1 {
		width: 35%;
		padding-left: 10px;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		width: 385px;
		text-align: center;
		margin: 0 auto;
		float: none;
		top: 5px;
	}
	.aboutUsText {
		width: 95%;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 20px 10px 0px 10px;
		width: 45%;
		min-height: 500px;
	}
	.filterLabel {
		font-size: 13px;
	}
	.clearAllDiv {
		float: left;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 65%;
	}
	.productDetailDesc {
		width: 33%;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
}
@media only screen and (min-width: 768px) and (max-width: 768px) {
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.carousel {
		height: 450px !important;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
		height: 225px;
	}
	.gesInsert {
		width: 100%;
		height: 225px;
	}
	.directVent {
		width: 100%;
		height: 225px;
	}
	.gasStove {
		width: 100%;
		height: 225px;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 25%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 25% !important;
		left: 5% !important;
	}
	.four_columns &gt; .column1 {
		width: 33%;
	}
	.four_columns &gt; .column2 {
		width: 33%;
	}
	.four_columns &gt; .column4 {
		width: 33%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		width: 385px;
		text-align: center;
		margin: 0 auto;
		float: none;
		top: 5px;
	}
	.aboutUsText {
		width: 95%;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 20px 10px 0px 10px;
		width: 45%;
		min-height: 500px;
	}
	.filterLabel {
		font-size: 11px;
	}
	.clearAllDiv {
		float: left;
	}
	body.page-id-11 .q_accordion_holder.accordion h5.ui-accordion-header {
		font-size: 13px;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 65%;
	}
	.productDetailDesc {
		width: 33%;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 50px !important;
		padding-left: 50px !important;
	}
	.shareThis {
		padding-right: 10px;
	}
	.productSocialLink {
		padding-right: 5px;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	.getInTouch {
		font-size: 28px;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	.spanStoreIcon {
		width: 100%;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	.locatorInputField {
		width: 100%;
	}
	.locatorDropdownFiled {
		width: 100%;
	}
	.checkboxWrapper {
		padding: 5px 0px;
	}
	.addressWrapper {
		padding: 5px;
	}
	.poligonDiv {
		padding: 0 2px;
	}
	.locationInfo {
		width: 78%;
	}
	.mapDiv iframe {
		height: 970px;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.prodelDetailItem {
		line-height: 40px;
	}
	.storesNearYouWrapper {
		height: 470px;
	}
	.filter_holder ul li span {
		padding: 0 13px;
	}
	.prod-type-info {
		right: 16px;
	}
	.filterCheckBox {
		padding: 0px;
	}

}
@media only screen and (min-width: 641px) and (max-width: 767px) {
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.carousel {
		height: 400px !important;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
		height: 180px;
	}
	.gesInsert {
		width: 100%;
		height: 180px;
	}
	.directVent {
		width: 100%;
		height: 180px;
	}
	.gasStove {
		width: 100%;
		height: 180px;
	}
	.fireplaceHoverDiv {
		padding: 10px 0;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 50%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 20% !important;
		left: 5% !important;
	}
	.four_columns &gt; .column1 {
		width: 33%;
	}
	.four_columns &gt; .column2 {
		width: 33%;
	}
	.four_columns &gt; .column4 {
		width: 33%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		width: 385px;
		text-align: center;
		margin: 0 auto;
		float: none;
		top: 5px;
	}
	.aboutUsText {
		width: 95%;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 20px 10px 0px 10px;
		width: 45%;
		min-height: 500px;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 100%;
	}
	.productDetailDesc {
		width: 100%;
		padding: 20px 0;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.filter_holder ul li {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	.product-type-info {
		top: -15px !important;
	}
	.storesNearYouWrapper {
		height: 340px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 640px) and (max-width: 640px) {
	.carousel {
		height: 400px !important;
	}
	.fireplaceWrapper {
		width: 90%;
	}
	.fireplace {
		width: 25%;
	}
	.woodBurning {
		width: 100%;
		height: 180px;
	}
	.gesInsert {
		width: 100%;
		height: 180px;
	}
	.directVent {
		width: 100%;
		height: 180px;
	}
	.gasStove {
		width: 100%;
		height: 180px;
	}
	.fireplaceHoverDiv {
		padding: 10px 0;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 50%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 20% !important;
		left: 5% !important;
	}
	.four_columns &gt; .column1 {
		width: 33%;
	}
	.four_columns &gt; .column2 {
		width: 33%;
	}
	.four_columns &gt; .column4 {
		width: 33%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		width: 385px;
		text-align: center;
		margin: 0 auto;
		float: none;
		top: 5px;
	}
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.aboutUsText {
		width: 95%;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 20px 10px 0px 10px;
		width: 45%;
		min-height: 500px;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 100%;
	}
	.productDetailDesc {
		width: 100%;
		padding: 20px 0;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.carousel-inner .slider_content.center {
		top: 15% !important;
	}
	.filter_holder ul li {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	body.page-id-15 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-15 div#fancybox-content &gt; div {
		width: auto !important;
	}
	body.page-id-11 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-11 div#fancybox-content &gt; div {
		width: auto !important;
	}
	.product-type-info {
		top: -15px !important;
	}
	.storesNearYouWrapper {
		height: 340px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 639px) {
	.carousel {
		height: 350px !important;
	}
	.fireplaceWrapper {
		width: 90%;
		top: 0px;
	}
	.fireplace {
		width: 100%;
		margin-top: 30px;
	}
	.woodBurning {
		width: 100%;
		background-size: cover;
	}
	.gesInsert {
		width: 100%;
		background-size: cover;
	}
	.directVent {
		width: 100%;
		background-size: cover;
	}
	.gasStove {
		width: 100%;
		background-size: cover;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 100%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 10% !important;
		left: 5% !important;
	}
	.four_columns &gt; .column1 {
		width: 100%;
	}
	.four_columns &gt; .column2 {
		width: 100%;
	}
	.four_columns &gt; .column4 {
		width: 100%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		width: 385px;
		text-align: center;
		margin: 0 auto;
		float: none;
		top: 5px;
	}
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.aboutUsText {
		width: 95%;
	}
	.aboutUsLeftText {
		padding-top: 10px;
		padding-bottom: 0px;
		width: 100%;
	}
	.aboutUsRightText {
		padding: 0px;
		width: 100%;
	}
	.ourHistoryText {
		padding: 40px 20px;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	.title_subtitle_holder {
		text-align: center;
	}
	.breadcrumb {
		display: none;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	.faqHeading {
		line-height: 40px;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 0px 0px 0px;
		width: 100%;
		min-height: auto;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 100%;
	}
	.productDetailDesc {
		width: 100%;
		padding: 20px 0;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.footerSocialLinkDiv {
		float: none;
		margin: 0 auto;
		width: 250px;
	}
	.aboutUs {
		line-height: 30px;
	}
	.carousel-inner .slider_content.center {
		top: 15% !important;
	}
	.filter_holder ul li {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	body.page-id-15 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-15 div#fancybox-content &gt; div {
		width: auto !important;
	}
	body.page-id-11 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-11 div#fancybox-content &gt; div {
		width: auto !important;
	}
	.product-type-info {
		top: -15px !important;
	}
	.storesNearYouWrapper {
		height: 340px;
		margin-bottom: 20px;
	}
}
@media only screen and (min-width: 480px) and (max-width: 480px) {
	.carousel {
		height: 350px !important;
	}
	.fireplaceWrapper {
		width: 90%;
		top: 0px;
	}
	.fireplace {
		width: 100%;
		margin-top: 30px;
	}
	.woodBurning {
		display: none;
	}
	.gesInsert {
		display: none;
	}
	.directVent {
		display: none;
	}
	.gasStove {
		display: none;
	}
	.fireplaceHoverDiv {
		opacity: 1;
		transition: .6s;
	}
	.fireplaceHoverDiv:hover {
		background-color: #ee3a43;
		color: #ffffff;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 100%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 10% !important;
		text-align: center !important;
	}
	body.home .carousel-inner .active .slider_content .text {
		text-align: center !important;
	}
	.four_columns &gt; .column1 {
		width: 100%;
	}
	.four_columns &gt; .column2 {
		width: 100%;
	}
	.four_columns &gt; .column4 {
		width: 100%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		display: none;
	}
	.whereToBuy {
		width: 100%;
	}
	.whereToBuy a {
		padding: 15px 0;
		border-radius: 5px;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 {
		text-align: center;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner p {
		text-align: center;
	}
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.aboutUsText {
		width: 95%;
	}
	.aboutUsLeftText {
		padding-top: 10px;
		padding-bottom: 0px;
		width: 100%;
	}
	.aboutUsRightText {
		padding: 0px;
		width: 100%;
	}
	.ourHistoryText {
		padding: 40px 20px;
	}
	body.page-id-8 .vc_custom_1442303969853 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	.title_subtitle_holder {
		text-align: center;
	}
	.breadcrumb {
		display: none;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	.faqHeading {
		line-height: 40px;
		text-align: center;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 0px 0px 0px;
		width: 100%;
		min-height: auto;
	}
	.filterBoxWrapper {
		display: block;
	}
	.filterBy {
		display: block;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 100%;
	}
	.productDetailDesc {
		width: 100%;
		padding: 10px 0;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.productGallery {
		padding: 0px;
	}
	.productDetailModel {
		display: none;
	}
	.productWhereToBuy {
		width: 100%;
	}
	.galleria-theme-classic .galleria-thumbnails-container {
		display: none;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .faqHeading {
		display: none;
	}
	body.page-id-17 .vc_custom_1442821369788 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.productInfoHeading {
		border: none;
		margin-bottom: 0px !important;
		line-height: 40px;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	.getInTouch {
		line-height: 40px;
		font-size: 28px;
	}
	body .gform_wrapper input[type="button"], body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="reset"] {
		width: 100%;
		text-align: center;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .yourSelectionDiv {
		display: none;
	}
	.storeName {
		padding-top: 0px;
		color: #6a6a6a;
		font-size: 16px;
	}
	body.page-id-25 .vc_custom_1442984590148 {
		padding-top: 0px !important;
	}
	.storeAddress {
		font-size: 16px;
		color: #6a6a6a;
	}
	.storeDetailDiv {
		padding: 10px 0;
	}
	.spanStoreIcon {
		display: none;
	}
	.modelsOnDisplay {
		font-size: 16px;
		color: #6a6a6a;
	}
	.sidebarModel li {
		font-size: 16px;
		color: #6a6a6a;
	}
	.mapDiv {
		height: 150px;
		margin-top: 30px;
	}
	.mapDiv iframe {
		height: 150px;
	}
	.backToResultsBtn {
		display: block;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	.storeLocator {
		display: none;
	}
	body.page-id-25 .vc_custom_1442993337209 {
		padding-top: 0px !important;
	}
	body.page-id-23 .vc_custom_1442993337209 {
		padding-top: 0px !important;
	}
	.modelsOnDisply {
		font-family: 'aileronsemibold', arial, sans-serif;
		color: #000000;
		text-align: left;
		text-transform: uppercase;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.poligonDiv {
		display: none;
	}
	.locationInfo {
		width: 100%;
	}
	.locationStoreName {
		width: 60%;
	}
	.locationAddress {
		width: 60%;
	}
	.locationMiles {
		width: auto;
		float: right;
		margin-top: -25px;
	}
	.locatonInfoDiv {
		border-bottom: 1px solid #cccccc;
	}
	.storeLocator {
		display: none;
	}
	.zipField {
		padding: 11px;
	}
	.modelsOnDisplyWrapper {
		height: auto;
		overflow: auto;
		margin-top: 25px;
	}
	.checkboxWrapper {
		padding: 10px 0px;
	}
	.checkboxOption {
		width: 100%;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.mobile_menu_button {
		padding-left: 5px;
	}
	.footerSocialLinkDiv {
		float: none;
		margin: 0 auto;
		width: 250px;
	}
	.aboutUs {
		line-height: 30px;
	}
	.carousel-inner .slider_content.center {
		top: 15% !important;
	}
	.filter_holder ul li {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	body.page-id-15 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-15 div#fancybox-content &gt; div {
		width: auto !important;
	}
	body.page-id-11 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-11 div#fancybox-content &gt; div {
		width: auto !important;
	}
	.product-type-info {
		top: -15px !important;
	}
	.storesNearYouWrapper {
		height: 340px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 401px) and (max-width: 479px) {
	.carousel {
		height: 350px !important;
	}
	.fireplaceWrapper {
		width: 90%;
		top: 0px;
	}
	.fireplace {
		width: 100%;
		margin-top: 30px;
	}
	.woodBurning {
		display: none;
	}
	.gesInsert {
		display: none;
	}
	.directVent {
		display: none;
	}
	.gasStove {
		display: none;
	}
	.fireplaceHoverDiv {
		opacity: 1;
		transition: .6s;
	}
	.fireplaceHoverDiv:hover {
		background-color: #ee3a43;
		color: #ffffff;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 100%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 10% !important;
		text-align: center !important;
	}
	body.home .carousel-inner .active .slider_content .text {
		text-align: center !important;
	}
	.four_columns &gt; .column1 {
		width: 100%;
	}
	.four_columns &gt; .column2 {
		width: 100%;
	}
	.four_columns &gt; .column4 {
		width: 100%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		display: none;
	}
	.whereToBuy {
		width: 100%;
	}
	.whereToBuy a {
		padding: 15px 0;
		border-radius: 5px;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 {
		text-align: center;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner p {
		text-align: center;
	}
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.aboutUsText {
		width: 95%;
	}
	.aboutUsLeftText {
		padding-top: 10px;
		padding-bottom: 0px;
		width: 100%;
	}
	.aboutUsRightText {
		padding: 0px;
		width: 100%;
	}
	.ourHistoryText {
		padding: 0 20px 40px 20px;
	}
	body.page-id-8 .vc_custom_1442237420019 {
		padding-top: 0px !important;
	}
	.seperator {
		display: none;
	}
	.aboutUsText {
		top: 0px;
	}
	body.page-id-8 .vc_custom_1442303969853 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	.title_subtitle_holder {
		text-align: center;
	}
	.breadcrumb {
		display: none;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	.faqHeading {
		line-height: 40px;
		text-align: center;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 40px 0px 0px 0px;
		width: 100%;
		min-height: auto;
	}
	.filterBoxWrapper {
		display: block;
	}
	.filterBy {
		display: block;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 100%;
	}
	.productDetailDesc {
		width: 100%;
		padding: 10px 0;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.productGallery {
		padding: 0px;
	}
	.productDetailModel {
		display: none;
	}
	.productWhereToBuy {
		width: 100%;
	}
	.galleria-theme-classic .galleria-thumbnails-container {
		display: none;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .faqHeading {
		display: none;
	}
	body.page-id-17 .vc_custom_1442821369788 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.productInfoHeading {
		border: none;
		margin-bottom: 0px !important;
		line-height: 40px;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	.getInTouch {
		line-height: 40px;
		font-size: 28px;
	}
	body .gform_wrapper input[type="button"], body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="reset"] {
		width: 100%;
		text-align: center;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .yourSelectionDiv {
		display: none;
	}
	.storeName {
		padding-top: 0px;
		color: #6a6a6a;
		font-size: 16px;
	}
	body.page-id-25 .vc_custom_1442984590148 {
		padding-top: 0px !important;
	}
	.storeAddress {
		font-size: 16px;
		color: #6a6a6a;
	}
	.storeDetailDiv {
		padding: 10px 0;
	}
	.spanStoreIcon {
		display: none;
	}
	.modelsOnDisplay {
		font-size: 16px;
		color: #6a6a6a;
	}
	.sidebarModel li {
		font-size: 16px;
		color: #6a6a6a;
	}
	.mapDiv {
		height: 150px;
		margin-top: 30px;
	}
	.mapDiv iframe {
		height: 150px;
	}
	.backToResultsBtn {
		display: block;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .vc_custom_1442993337209 {
		padding-top: 0px !important;
	}
	.modelsOnDisply {
		font-family: 'aileronsemibold', arial, sans-serif;
		color: #000000;
		text-align: left;
		text-transform: uppercase;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.poligonDiv {
		display: none;
	}
	.locationInfo {
		width: 100%;
	}
	.locationStoreName {
		width: 60%;
	}
	.locationAddress {
		width: 60%;
	}
	.locationMiles {
		width: auto;
		float: right;
		margin-top: -25px;
	}
	.locatonInfoDiv {
		border-bottom: 1px solid #cccccc;
	}
	.zipField {
		padding: 11px;
	}
	.modelsOnDisplyWrapper {
		height: auto;
		overflow: auto;
		margin-top: 25px;
	}
	.checkboxWrapper {
		padding: 10px 0px;
	}
	.checkboxOption {
		width: 100%;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.mobile_menu_button {
		padding-left: 5px;
	}
	.footerSocialLinkDiv {
		float: none;
		margin: 0 auto;
		width: 250px;
	}
	.aboutUs {
		line-height: 30px;
	}
	.carousel-inner .slider_content.center {
		top: 15% !important;
	}
	.filter_holder ul li {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	body.page-id-15 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-15 div#fancybox-content &gt; div {
		width: auto !important;
	}
	body.page-id-11 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-11 div#fancybox-content &gt; div {
		width: auto !important;
	}
	.product-type-info {
		top: -15px !important;
	}
	.storesNearYouWrapper {
		height: 340px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 321px) and (max-width: 400px) {
	.carousel {
		height: 350px !important;
	}
	.fireplaceWrapper {
		width: 90%;
		top: 0px;
	}
	.fireplace {
		width: 100%;
		margin-top: 30px;
	}
	.woodBurning {
		display: none;
	}
	.gesInsert {
		display: none;
	}
	.directVent {
		display: none;
	}
	.gasStove {
		display: none;
	}
	.fireplaceHoverDiv {
		opacity: 1;
		transition: .6s;
	}
	.fireplaceHoverDiv:hover {
		background-color: #ee3a43;
		color: #ffffff;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 100%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 10% !important;
		text-align: center !important;
	}
	body.home .carousel-inner .active .slider_content .text {
		text-align: center !important;
	}
	.four_columns &gt; .column1 {
		width: 100%;
	}
	.four_columns &gt; .column2 {
		width: 100%;
	}
	.four_columns &gt; .column4 {
		width: 100%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		display: none;
	}
	.whereToBuy {
		width: 100%;
	}
	.whereToBuy a {
		padding: 15px 0;
		border-radius: 5px;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 {
		text-align: center;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner p {
		text-align: center;
	}
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.aboutUsText {
		width: 95%;
	}
	.aboutUsLeftText {
		padding-top: 10px;
		padding-bottom: 0px;
		width: 100%;
	}
	.aboutUsRightText {
		padding: 0px;
		width: 100%;
	}
	.ourHistoryText {
		padding: 0 20px 40px 20px;
	}
	body.page-id-8 .vc_custom_1442237420019 {
		padding-top: 0px !important;
	}
	.seperator {
		display: none;
	}
	.aboutUsText {
		top: 0px;
	}
	body.page-id-8 .vc_custom_1442303969853 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.pageCenterHeading {
		font-size: 26px;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	.title_subtitle_holder {
		text-align: center;
	}
	.breadcrumb {
		display: none;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	.faqHeading {
		line-height: 40px;
		text-align: center;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 10px 0px 0px 0px;
		width: 100%;
		min-height: 150px;
	}
	.productDesc {
		display: none;
	}
	body.page-id-11 .vc_custom_1442389597563 {
		padding-right: 30px !important;
		padding-left: 30px !important;
	}
	.productImg {
		width: 50%;
	}
	.productTitle {
		padding: 0 10px;
		width: 50%;
		box-sizing: border-box;
	}
	.productSeperator {
		display: none;
	}
	.productLearnMore {
		width: 45%;
		padding-top: 10px;
		padding-left: 10px;
	}
	.productModel {
		width: 100%;
		font-size: 16px;
	}
	.productName {
		font-size: 16px;
	}
	.productImg img {
		height: 110px;
	}
	.filterBoxWrapper {
		display: block;
	}
	.filterBy {
		display: block;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 100%;
	}
	.productDetailDesc {
		width: 100%;
		padding: 10px 0;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.productGallery {
		padding: 0px;
	}
	.productDetailModel {
		display: none;
	}
	.productWhereToBuy {
		width: 100%;
	}
	.galleria-theme-classic .galleria-thumbnails-container {
		display: none;
	}
	.productInfoHeading {
		font-size: 32px;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .faqHeading {
		display: none;
	}
	body.page-id-17 .vc_custom_1442821369788 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.productInfoHeading {
		border: none;
		margin-bottom: 0px !important;
		line-height: 40px;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	.getInTouch {
		line-height: 40px;
		font-size: 28px;
	}
	body .gform_wrapper input[type="button"], body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="reset"] {
		width: 100%;
		text-align: center;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .yourSelectionDiv {
		display: none;
	}
	.storeName {
		padding-top: 0px;
		color: #6a6a6a;
		font-size: 16px;
	}
	body.page-id-25 .vc_custom_1442984590148 {
		padding-top: 0px !important;
	}
	.storeAddress {
		font-size: 16px;
		color: #6a6a6a;
	}
	.storeDetailDiv {
		padding: 10px 0;
	}
	.spanStoreIcon {
		display: none;
	}
	.modelsOnDisplay {
		font-size: 16px;
		color: #6a6a6a;
	}
	.sidebarModel li {
		font-size: 16px;
		color: #6a6a6a;
	}
	.mapDiv {
		height: 150px;
		margin-top: 30px;
	}
	.mapDiv iframe {
		height: 150px;
	}
	.backToResultsBtn {
		display: block;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .vc_custom_1442993337209 {
		padding-top: 0px !important;
	}
	.modelsOnDisply {
		font-family: 'aileronsemibold', arial, sans-serif;
		color: #000000;
		text-align: left;
		text-transform: uppercase;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.poligonDiv {
		display: none;
	}
	.locationInfo {
		width: 100%;
	}
	.locationStoreName {
		width: 60%;
	}
	.locationAddress {
		width: 60%;
	}
	.locationMiles {
		width: auto;
		float: right;
		margin-top: -25px;
	}
	.locatonInfoDiv {
		border-bottom: 1px solid #cccccc;
	}
	.storeLocator {
		display: none;
	}
	.zipField {
		padding: 11px;
	}
	.modelsOnDisplyWrapper {
		height: auto;
		overflow: auto;
		margin-top: 25px;
	}
	.checkboxWrapper {
		padding: 10px 0px;
	}
	.checkboxOption {
		width: 100%;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.q_logo {
		width: 100px !important;
		height: auto !important;
	}
	.q_logo a {
		width: 100px !important;
		height: auto !important;
	}
	.q_logo a img {
		width: 100px !important;
		height: auto !important;
	}
	.topWhereToBuyButton a {
		padding: 6px;
	}
	.mobile_menu_button {
		margin: 0px;
		padding: 0 10px;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.footerSocialLinkDiv {
		float: none;
		margin: 0 auto;
		width: 250px;
	}
	.aboutUs {
		line-height: 30px;
	}
	.carousel-inner .slider_content.center {
		top: 15% !important;
	}
	.filter_holder ul li {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	body.page-id-15 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-15 div#fancybox-content &gt; div {
		width: auto !important;
	}
	body.page-id-11 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-11 div#fancybox-content &gt; div {
		width: auto !important;
	}
	.product-type-info {
		top: -15px !important;
	}
	.storesNearYouWrapper {
		height: 340px;
		margin-top: 0px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 320px) {
	.carousel {
		height: 350px !important;
	}
	.fireplaceWrapper {
		width: 90%;
		top: 0px;
	}
	.fireplace {
		width: 100%;
		margin-top: 30px;
	}
	.woodBurning {
		display: none;
	}
	.gesInsert {
		display: none;
	}
	.directVent {
		display: none;
	}
	.gasStove {
		display: none;
	}
	.fireplaceHoverDiv {
		opacity: 1;
		transition: .6s;
	}
	.fireplaceHoverDiv:hover {
		background-color: #ee3a43;
		color: #ffffff;
	}
	.infoWrapper {
		width: 100%;
	}
	.infoDiv {
		width: 100%;
	}
	.ourStoryImg {
		width: 100%;
	}
	.ourStoryDesc {
		padding: 25px;
		width: 100%;
	}
	body.home .vc_custom_1442210501098 {
		padding-top: 0px !important;
	}
	body.home .carousel-inner .slider_content.left {
		top: 10% !important;
		text-align: center !important;
	}
	body.home .carousel-inner .active .slider_content .text {
		text-align: center !important;
	}
	.four_columns &gt; .column1 {
		width: 100%;
	}
	.four_columns &gt; .column2 {
		width: 100%;
	}
	.four_columns &gt; .column4 {
		width: 100%;
	}
	.copyright {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.footerLinkDiv {
		display: none;
	}
	.whereToBuy {
		width: 100%;
	}
	.whereToBuy a {
		padding: 15px 0;
		border-radius: 5px;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner h2 {
		text-align: center;
	}
	body.home .carousel:not(.advanced_responsiveness) .carousel-inner h2 span {
		font-size: 24px !important;
	}
	.carousel:not(.advanced_responsiveness) .carousel-inner p {
		text-align: center;
	}
	body.home .carousel:not(.advanced_responsiveness) .carousel-inner p span {
		font-size: 16px !important;
	}
	body.home .carousel:not(.advanced_responsiveness) .carousel-inner .qbutton {
		font-size: 16px;
		padding: 10px 20px;
	}
	.header_top {
		height: auto !important;
	}
	.headerLeft {
		display: none;
	}
	.socialLinkDiv {
		display: none;
	}
	.side_menu_button a:last-child {
		border: none;
	}
	.header_top .left {
		display: none;
	}
	.aboutUsText {
		width: 95%;
	}
	.aboutUsLeftText {
		padding-top: 10px;
		padding-bottom: 0px;
		width: 100%;
	}
	.aboutUsRightText {
		padding: 0px;
		width: 100%;
	}
	.ourHistoryText {
		padding: 0 20px 40px 20px;
	}
	body.page-id-8 .vc_custom_1442237420019 {
		padding-top: 0px !important;
	}
	.seperator {
		display: none;
	}
	.aboutUsText {
		top: 0px;
	}
	body.page-id-8 .vc_custom_1442303969853 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.pageCenterHeading {
		font-size: 26px;
	}
	body.page-id-8 .title .title_holder {
		padding-top: 0px !important;
	}
	.title_subtitle_holder {
		text-align: center;
	}
	.breadcrumb {
		display: none;
	}
	body.page-id-21 .title .title_holder {
		padding-top: 0px !important;
	}
	.faqHeading {
		line-height: 40px;
		text-align: center;
	}
	body.page-id-11 .title .title_holder {
		padding-top: 0px !important;
	}
	.productWrapper {
		width: 100%;
	}
	.productDiv {
		margin: 10px 0px 0px 0px;
		width: 100%;
		min-height: 150px;
	}
	.productDesc {
		display: none;
	}
	body.page-id-11 .vc_custom_1442389597563 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.productImg {
		width: 50%;
	}
	.productTitle {
		padding: 0 10px;
		width: 50%;
		box-sizing: border-box;
	}
	.productSeperator {
		display: none;
	}
	.productLearnMore {
		width: 45%;
		padding-top: 10px;
		padding-left: 10px;
	}
	.productModel {
		width: 100%;
		font-size: 16px;
	}
	.productName {
		font-size: 16px;
	}
	.productImg img {
		height: 110px;
	}
	.filterBoxWrapper {
		display: block;
	}
	.filterBy {
		display: block;
	}
	body.page-id-13 .title .title_holder {
		padding-top: 0px !important;
	}
	.productDetailWrapper {
		width: 95%;
	}
	.productGallery {
		width: 100%;
	}
	.productDetailDesc {
		width: 100%;
		padding: 10px 0;
	}
	body.page-id-13 .vc_custom_1442491011437 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	.productGallery {
		padding: 0px;
	}
	.productDetailModel {
		display: none;
	}
	.productWhereToBuy {
		width: 100%;
	}
	.galleria-theme-classic .galleria-thumbnails-container {
		display: none;
	}
	.productInfoHeading {
		font-size: 32px;
	}
	body.page-id-17 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-17 .vc_custom_1442812875730 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442822399954 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823602634 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .vc_custom_1442823883505 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	body.page-id-17 .faqHeading {
		display: none;
	}
	body.page-id-17 .vc_custom_1442821369788 {
		padding-right: 10px !important;
		padding-left: 10px !important;
	}
	.productInfoHeading {
		border: none;
		margin-bottom: 0px !important;
		line-height: 40px;
	}
	body.page-id-19 .title .title_holder {
		padding-top: 0px !important;
	}
	.getInTouch {
		line-height: 40px;
		font-size: 28px;
	}
	body .gform_wrapper input[type="button"], body .gform_wrapper input[type="submit"], body .gform_wrapper input[type="reset"] {
		width: 100%;
		text-align: center;
	}
	body.page-id-25 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-25 .yourSelectionDiv {
		display: none;
	}
	.storeName {
		padding-top: 0px;
		color: #6a6a6a;
		font-size: 16px;
	}
	body.page-id-25 .vc_custom_1442984590148 {
		padding-top: 0px !important;
	}
	.storeAddress {
		font-size: 16px;
		color: #6a6a6a;
	}
	.storeDetailDiv {
		padding: 10px 0;
	}
	.spanStoreIcon {
		display: none;
	}
	.modelsOnDisplay {
		font-size: 16px;
		color: #6a6a6a;
	}
	.sidebarModel li {
		font-size: 16px;
		color: #6a6a6a;
	}
	.mapDiv {
		height: 150px;
		margin-top: 30px;
	}
	.mapDiv iframe {
		height: 150px;
	}
	.backToResultsBtn {
		display: block;
	}
	body.page-id-23 .title .title_holder {
		padding-top: 0px !important;
	}
	body.page-id-23 .vc_custom_1442993337209 {
		padding-top: 0px !important;
	}
	.modelsOnDisply {
		font-family: 'aileronsemibold', arial, sans-serif;
		color: #000000;
		text-align: left;
		text-transform: uppercase;
		padding: 5px 10px;
		box-sizing: border-box;
	}
	.poligonDiv {
		display: none;
	}
	.locationInfo {
		width: 100%;
	}
	.locationStoreName {
		width: 60%;
	}
	.locationAddress {
		width: 60%;
	}
	.locationMiles {
		width: auto;
		float: right;
		margin-top: -25px;
	}
	.locatonInfoDiv {
		border-bottom: 1px solid #cccccc;
	}
	.zipField {
		padding: 11px;
	}
	.modelsOnDisplyWrapper {
		height: auto;
		overflow: auto;
		margin-top: 25px;
	}
	.checkboxWrapper {
		padding: 10px 0px;
	}
	.checkboxOption {
		width: 100%;
	}
	body.page-id-15 .title .title_holder {
		padding-top: 0px !important;
	}
	.q_logo {
		width: 100px !important;
		height: auto !important;
	}
	.q_logo a {
		width: 100px !important;
		height: auto !important;
	}
	.q_logo a img {
		width: 100px !important;
		height: auto !important;
	}
	.topWhereToBuyButton a {
		padding: 6px;
	}
	.mobile_menu_button {
		margin: 0px;
		padding: 0 10px;
	}
	.mobileSelectLanguage {
		display: block;
	}
	.selectLanguage {
		display: none;
	}
	.vc_custom_1442491011437 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.footerSocialLinkDiv {
		float: none;
		margin: 0 auto;
		width: 250px;
	}
	.aboutUs {
		line-height: 30px;
	}
	.carousel-inner .slider_content.center {
		top: 15% !important;
	}
	.filter_holder ul li {
		width: 100%;
		text-align: justify;
		padding: 10px 0;
	}
	body.page-id-15 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-15 div#fancybox-content &gt; div {
		width: auto !important;
	}
	body.page-id-11 div#fancybox-content {
		overflow-y: scroll;
	}
	body.page-id-11 div#fancybox-content &gt; div {
		width: auto !important;
	}
	.product-type-info {
		top: -15px !important;
	}
	.storesNearYouWrapper {
		height: 340px;
		margin-top: 0px;
	}
}
.filter-wrapper {
	margin-top: 15px;
}
.filter-box {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	line-height: 2em;
	position: relative;
	transform: translateZ(0px);
}
.filter-box-header {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding-left: 10px !important;
	text-align: left !important;
}
.filter-by-wrapper {
	background-color: #f0f0f0;
	padding: 5px;
}
.filter-box-active {
	background-color: #e0e0e0;
}
.filter-wrapper .inactive {
	display: none;
}
span.filter-expand:after {
	content: "+";
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px;
	background-color: #ededed;
	padding: 0 10px;
}
span.filter-narrow:after {
	content: "-";
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 18px;
	background-color: #ededed;
	padding: 0 13px;
}
.q_accordion_holder.accordion.boxed .ui-accordion-header:before {
	content: '+';
	position: absolute;
	right: 15px;
	font-size: 18px;
}
.q_accordion_holder.accordion.boxed .ui-accordion-header-active:before {
	content: '-';
	position: absolute;
	right: 19px;
	font-size: 18px;
}
.q_accordion_holder.accordion .ui-accordion-header {
	margin: 0 0 15px;
}
.galleria-lightbox-close {
	z-index: 999999 !important;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image {
	border: 1px solid #c7c7c7 !important;
	position: relative;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image.active {
	border-bottom: 1px solid transparent;
}
.galleria-theme-classic .galleria-thumbnails .galleria-image.active:after {
	content: '';
	position: absolute;
	height: 4px;
	background: #ee3a43;
	width: 100%;
	bottom: -1px;
	left: 0;
}
@media only screen and (max-width: 640px) {
	a.prettyphoto:hover:after {
		display: none !important;
	}
	#back_to_top:hover span {
		background-color: rgba(238, 58, 67, 1);
		border-color: rgba(238, 58, 67, 1);
	}
	#back_to_top:hover span i {
		color: #ffffff;
	}
	q_tabs.vertical.left .tabs-nav {
		float: left;
		width: 100% !important;
	}

	.q_tabs.vertical.left .tabs-container {
		float: left;
		text-align: left;
		width: 100%;
	}

	.q_tabs.vertical .tabs-nav{
		width: 100% !important;
	}

}
.pos-bottom-22, .pos-bottom-74 {
	background-position: center 60px !important;
	background-image: url(/wp-content/uploads/2018/10/icon-bg.png) !important;
	background-repeat: no-repeat !important;
	background-size: contain !important;

}
.pos-bottom-74 {
	background-position: center 74px !important;
}
.dealer-info-popup .business_name {
	font-family: 'aileronsemibold', arial, sans-serif;
	color: #231f20;
}
.dealer-info-popup .locationAddress {
	color: #231f20;
	padding-bottom: 25px;
	float: none;
}
.dealer-info-popup .telephone {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
}
.dealer-info-popup .telephone:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/phone-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 7px;
	left: 0;
}
/*ENH: Dealer Details on Search(27561697)*/
.dealer-info-popup .telephone1 {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
	clear: both;
}
.dealer-info-popup .telephone1:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/phone-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 5px;
	left: 0;
}
.dealer-info-popup .website {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
	display: table;
}
.dealer-info-popup .website:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/website-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 4px;
	left: 0;
}
.dealer-info-popup .email {
	color: #ee3a43;
	position: relative;
	padding-left: 30px;
	clear: both;
}
.dealer-info-popup .email:before {
	content: '';
	background: url(/wp-content/uploads/2015/09/email-icon.png) no-repeat;
	width: 23px;
	height: 17px;
	position: absolute;
	top: 6px;
	left: 0;
}
.dealer-info-popup .model_heading {
	font-family: 'aileronsemibold', arial, sans-serif;
	color: #231f20;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid #cccccc;
}
footer {
	z-index: 99 !important;
}
.title {
	z-index: 18 !important;
}
.prod-type-info, .product-type-info {
	position: absolute;
	background: url(/wp-content/uploads/2023/03/info-icon.png) no-repeat;
	right: 10px;
	width: 20px;
	height: 20px;
}
.prod-type-info {
	right: 22px;
	margin-top: 3px;
}
.product-type-info {
	top: -10px;
	right: 0px;
}
.fireplace &gt; div &gt; a {
	color: transparent;
}
.ourStoryText {
	line-height: 22px !important;
}

/* ==========================================================================
remodal
========================================================================== */
/*
*  Remodal - v1.1.1
*  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
*  http://vodkabears.github.io/remodal/
*
*  Made by Ilya Makarov
*  Under MIT License
*/

/* ==========================================================================
Remodal's necessary styles
========================================================================== */

/* Hide scroll bar */

html.remodal-is-locked {
	overflow: hidden;

	-ms-touch-action: none;
	touch-action: none;
}
/* Anti FOUC */

.remodal,
[data-remodal-id] {
	display: none;
}
/* Necessary styles of the overlay */

.remodal-overlay {
	position: fixed;
	z-index: 9999;
	top: -5000px;
	right: -5000px;
	bottom: -5000px;
	left: -5000px;

	display: none;
}
/* Necessary styles of the wrapper */

.remodal-wrapper {
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	display: none;
	overflow: auto;

	text-align: center;

	-webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
	display: inline-block;

	height: 100%;
	margin-left: -0.05em;

	content: "";
}
/* Fix iPad, iPhone glitches */

.remodal-overlay,
.remodal-wrapper {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */

.remodal {
	position: relative;

	outline: none;

	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
.remodal-is-initialized {
	/* Disable Anti-FOUC */
	display: inline-block;
}
/*
*  Remodal - v1.1.1
*  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
*  http://vodkabears.github.io/remodal/
*
*  Made by Ilya Makarov
*  Under MIT License
*/

/* ==========================================================================
Remodal's default mobile first theme
========================================================================== */

/* Default theme styles for the background */

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
	-webkit-filter: blur(3px);
	filter: blur(3px);
}
/* Default theme styles of the overlay */

.remodal-overlay {
	background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
	-webkit-animation-name: remodal-overlay-opening-keyframes;
	animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
	-webkit-animation-name: remodal-overlay-closing-keyframes;
	animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */

.remodal-wrapper {
	padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */

.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px;

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);

	color: #2b2e38;
	background: #ffffff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
	-webkit-animation-name: remodal-opening-keyframes;
	animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
	-webkit-animation-name: remodal-closing-keyframes;
	animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */

.remodal,
.remodal-wrapper:after {
	vertical-align: middle;
}
/* Close button */

.remodal-close {
	position: absolute;
	top: 0;
	left: 0;

	display: block;
	overflow: visible;

	width: 35px;
	height: 35px;
	margin: 0;
	padding: 0;

	cursor: pointer;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;

	color: #95979c;
	border: 0;
	outline: 0;
	background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
	color: #2b2e38;
}
.remodal-close:before {
	font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
	font-size: 25px;
	line-height: 35px;

	position: absolute;
	top: 0;
	left: 0;

	display: block;

	width: 35px;

	content: "\00d7";
	text-align: center;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */

.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
	padding: 0;

	border: 0;
}
/* Keyframes
========================================================================== */

@-webkit-keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);

		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;

		opacity: 1;

		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@keyframes remodal-opening-keyframes {
	from {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);

		opacity: 0;
	}
	to {
		-webkit-transform: none;
		transform: none;

		opacity: 1;

		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@-webkit-keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);

		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);

		opacity: 0;

		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@keyframes remodal-closing-keyframes {
	from {
		-webkit-transform: scale(1);
		transform: scale(1);

		opacity: 1;
	}
	to {
		-webkit-transform: scale(0.95);
		transform: scale(0.95);

		opacity: 0;

		-webkit-filter: blur(0);
		filter: blur(0);
	}
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes remodal-overlay-opening-keyframes {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes remodal-overlay-closing-keyframes {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
/* Media queries
========================================================================== */

@media only screen and (min-width: 641px) {
	.remodal {
		max-width: 900px;
	}
}
/* IE8
========================================================================== */

.lt-ie9 .remodal-overlay {
	background: #2b2e38;
}
.lt-ie9 .remodal {
	width: 700px;
}
/* ==========================================================================
new_img_container
========================================================================== */

.new_img_container {
	box-sizing: border-box;
}
.new_img_container * {
	box-sizing: border-box;
}
.new_img_container {
	width: 100%;
	height: 347px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 75px;
	padding-left: 60px;
	position: relative;
}
.new_img_container .inner_container {
	position: relative;
	z-index: 20;
}
.new_img_container .name {
	font-size: 30px;
	color: #ffffff;
	font-family: 'aileronsemibold';
	padding-bottom: 20px;
	text-transform: uppercase;
	display: block;
}
.new_img_container .project_category {
	color: #ffffff;
	font-size: 17px;
	font-family: "aileronregular";
	display: block;
	padding-bottom: 40px;
}
.new_location, .new_dealer {
	font-size: 14px;
	color: #ffffff;
	display: block;
	padding-bottom: 20px;
}
.new_img_container:before {
	background: rgba(27, 27, 27, .4);
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all ease 0.2s;

}
.new_img_container:hover:before {

	background: rgba(27, 27, 27, .7);
}
.c_btn_wrap {
	position: absolute;
	bottom: 50px;
	left: 42%;
	z-index: 20;
}
.c_btn_zoom {
	color: #ffffff;
	font-size: 14px;
	text-decoration: underline;
	font-family: "aileronregular";
	display: inline-block;
	cursor: pointer;
	margin-right: 40px;
	transition: all ease-out 0.2s;

}
.c_btn_zoom:hover {
	text-decoration: none;
}
.c_btn_detail {
	color: #ffffff;
	cursor: pointer;
	border-radius: 3px;
	background: #ee3a43;
	width: 120px;
	height: 35px;
	line-height: 35px;
	display: inline;padding:10px;
	font-size: 14px;
	font-family: "aileronregular";
	transition: all ease-out 0.2s;

	text-align: center;
}
.c_btn_detail:hover {
	background: #be2b33;
	color: #ffffff;
}
.ccc {
	font-size: 0;
	line-height: 0;
	display: block;
	clear: both;
	overflow: hidden;
}
.flex_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}
.remodal {
	text-align: left;
	border-radius: 3px;
}
.remodal .name {
	font-size: 30px;
	color: #333333;
	font-family: 'aileronsemibold';
	padding-bottom: 10px;
	text-transform: uppercase;
	display: block;
}
.remodal .project_category {
	color: #333333;
	font-size: 17px;
	font-family: "aileronregular";
	display: block;
	padding-bottom: 10px;
}
.remodal .new_location, .remodal .new_dealer {
	color: #333333;
	padding-bottom: 0;
}
.remodal_left {
	float: left;
	width: 450px;
}
.remodal_right {
	float: left;
}
.images_container {
	font-size: 0;
	margin-top: 20px;
}
.images_container .all_images {
	width: 18%;
	margin-left: 1%;
	margin-right: 1%;
	display: inline-block;
	transition: all ease-out 0.2s;
	cursor: pointer;

}
.images_container .all_images:hover {
	opacity: .85;
}
.images_container .img_full {
	background-size: auto 100%;
	background-position: center center;
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 20px;
	height: 500px;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 1000px) {
	.new_img_container {
		padding: 20px;
		text-align: center;
	}
	.new_img_container .name {
		font-size: 20px;
	}
	.new_img_container .project_category {
		padding-bottom: 20px;
	}
	.c_btn_zoom {
		margin: 20px auto;
		display: block;
	}
	.c_btn_wrap {
		bottom: 30px;
		left: 0;
		right: 0;
	}
	.remodal {
		padding: 40px 10px 10px 10px;
	}
	.images_container .img_full {
		height: 300px;
	}
	.images_container .all_images {
		width: 31%;
	}
}
h2.prd-desc-h2 {
	text-transform: none;
	line-height: 3.385em;
	font-size: 18px;
}
.listing_remodal {
	text-align: left;
	border-radius: 3px;
	padding: 0 !important;
	max-width: 564px;
	margin-bottom: 0 !important;
}
.listing_remodal .remodal-close {
	left: auto;
	right: -35px;
	color: #cc0000;
	top: -35px;
}
.listing_remodal .remodal-close:before {
	font-size: 50px;
}
@media only screen and (max-width: 480px) {
	#edf_3271 span.error_img007 {
		top: 0px !important;
	}
}
.vc_custom_1445859529370 {
	z-index: 1000;
	background: #ffffff;
}

.page-template-product-listing #fancybox-content &gt; div {
	width: 100% !important;
	background: #ffffff;
}

.page-template-product-listing #fancybox-content  {
	min-height: 290px !important;
	padding: 20px !important;
	background: #ffffff !important;
}
.home div.slider_content a.qbutton.green{padding: 5px 15px;
	transition: .6s;
	color: #ffffff;
	font-size: 12px;
	background-color: #f8672e;
	border: 1px solid #f8672e;}



.cpt_item_wrap h3 {
	font-size: 17px;
}

.gform_wrapper {
	padding: 20px;
}


#edf_3537, #edf_3537 ul, #edf_3537 .main_form {padding: 0 !important;}
#edf_3537 {display: block !important;width: 80% !important;margin: 0 10% 40px !important;}
#edf_3537 li {margin: 2px 0 15px !important;}
#edf_3537 li:nth-child(8) {text-align: center !important;}
#edf_3537 input[type="text"], #edf_3537 textarea, #edf_3537 select {border-radius: 3px !important;}
#edf_3537 .form_setting_box li .label_txt {font-weight: normal !important;}
#edf_3537 span.error_img007 {top: -25px !important;}
#edf_3537 input[type="submit"] {background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;border: 1px solid #ee3a43 !important;color: #000 !important;    font-family: inherit !important;font-weight: bold !important;letter-spacing: 1px !important;text-transform: uppercase !important;}
#edf_3537 input[type="submit"]:hover {background: #ee3a43 none repeat scroll 0 0 !important;color: #fff !important;transition: all 0.5s ease-in-out 0s;}
#edf_3537 span.error_img007 {top: -25px !important;}
#edf_3537 textarea {height: 150px !important;font-family: inherit !important;}
@media only screen and (max-width: 500px) {
	#edf_3537 {margin: 0 0 40px !important;width: 100% !important;}
	#edf_3537 span.error_img007 {top: -65px !important;}
}

.single-post ul.disc{ list-style:disc !important; padding-left:30px !important; margin-bottom:22px !important; }
.single-post ul.disc li{ list-style-type:disc !important; }



.admin-bar.single-products .q_tabs li a{

}
.home .content.has_slider{
	margin-top: 140px;
}
@media only screen and (max-width: 1400px) {
	.carousel-inner .item .image{
		background-position: center !important;
	}
}


/* parent css file code */


.markers {
	clear: both;
	display: flex;
	align-items: baseline;
}
.marker {

	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.marker img {
	display: block;
	margin-right: 20px;
}
.page-id-6641 .title.title_size_small h1, .title h1 {
	line-height: 4.304em !important;
}
#edf_3271 .red_star {
	left: 75px !important;
	position: absolute !important;
	top: 2px !important;
	z-index: 1 !important;
}
#edf_3271 .form_setting_box li {
	position: relative !important;
	margin: 2px 0 50px !important;
}
#edf_3271 input[type="text"], #edf_3271 textarea, #edf_3271 select {
	font-family: inherit !important;
	font-size: 13px !important;
	padding: 15px 20px 15px 10px !important;
}
#edf_3271 textarea {
	height: 200px !important;
}
#edf_3271 input[type="submit"] {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: 1px solid #ee3a43 !important;
	color: #231f20 !important;
	font-family: "Raleway", sans-serif !important;
	font-weight: 700 !important;
	height: 55px !important;
	letter-spacing: 1px !important;
}
#edf_3271 input[type="submit"]:hover {
	background: #ee3a43 none repeat scroll 0 0 !important;
	transition: all 0.1s linear 0s !important;
	color: #ffffff !important;
}
#edf_3271 span.error_img007 {
	top: 50px !important;
}
#edf_3271 .form_setting_box li:nth-child(4) {
	margin: 2px 0 0 !important;
}
#edf_3271, #edf_3271 .main_form {
	padding: 0 !important;
}
@media only screen and (max-width: 480px) {
	#edf_3271 .form_setting_box li:first-child, #edf_3271 .form_setting_box li:nth-child(2) {
		margin: 2px 0 0 !important;
	}
	#edf_3271 span.error_img007 {
		top: 0px !important;
	}
}
.hide_on_product_page {
	display: none;
}
#submitSearch {
	border: none;
	border-left: 1px solid #cccccc;
}
#submitSearch:hover {
	opacity: .8;
}
#storeLocations .markers {
	display: block !important;
}
.marker-last img {
	max-width: 32px;
	margin-right: 12px;
}

.single-post ul.disc{ list-style:disc !important; padding-left:30px !important; margin-bottom:22px !important; }
.single-post ul.disc li{ list-style-type:disc !important; }

.side_menu_button_wrapper {
	direction: rtl;
}

nav.main_menu &gt; ul &gt; li &gt; a {
	font-size: 12px;
}

.header_bottom_right_widget_holder {
	padding: 0;
}

nav.main_menu&gt;ul&gt;li&gt;a {
	padding: 0 10px;
	color: #231f20;
	font-size: 12px;
	font-weight: 500;
}

a:hover, p a:hover {
	color: #ee3a43;
	text-decoration: none;
}

.topWhereToBuyButton.cl-res-popupbtn {
	display: flex;
	justify-content: center;
}

button.pum-close.popmake-close {
	border-top-right-radius: 10px !important;
}

.breadcrumb a:hover {
	color: white !important;
}

.page-template-template-product-listing .breadcrumbs {
	margin-top: -2px;
}

.single-products .title_subtitle_holder {
	margin-top: 15px;
}

.single-products .title.title_size_small {
	height: 253px !important;
}

.single-products .breadcrumb {
	top: -2px;
}</pre></body></html>