/*
 Theme Name:   GeneratePress Child - Phase 1 Security
 Theme URI:    https://generatepress.com
 Description:  GeneratePress child theme with Phase 1 security fixes (TESTING VERSION)
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      1.0-phase1-test
*/
.site-header{
	display: none !important;
}
.visible{
	visibility: visible;
}

.demo{
	visibility: hidden;
}

.request_service_button{
	background-color: #988d53;
}

.request_service_button a{
	background-color: #feea85;
}

.request_service_button:hover{
	background-color: #feea85 !important;
}

.request_service_button a:hover{
	background-color: #988d53 !important;
	color: white !important;
}


@keyframes load_from_left_animation{
	0%{transform: translate(50px, 0px);
		opacity: 0%;
	}
	100%{
		transform: translate(0px, 0px);
		opacity: 100%
	}
}

.load_from_left{
	animation-name: load_from_left_animation;
	animation-duration: 1.5s;
}

@keyframes load_from_right_animation{
	0%{transform: translate(-50px, 0px);
		opacity: 0%;
	}
	100%{
		transform: translate(0px, 0px);
		opacity: 100%
	}
}

.load_from_right{
	animation-name: load_from_right_animation;
	animation-duration: 1.5s;
}

@keyframes load_from_bottom_animation{
	0%{transform: translate(-50px, 0px);
		opacity: 0%;
	}
	100%{
		transform: translate(0px, 0px);
		opacity: 100%
	}
}

.load_from_bottom{
	animation-name: load_from_right_animation;
	animation-duration: 1.5s;
}



.index_post{
}

.hidden-table td, tr, th, table{
	border: none;
	padding: 0px;
	margin: 0px;
	font-size: 20 px;
	line-height: 20 px;
}

#job-notification{
	margin-bottom: 30px;
	width: 100%;
	padding-left: 30px;
}

.filterDiv{
	display: none;
}

#commercial_brands .filterDiv{
	display: block;
}
#commercial_brands{
	margin-left: auto;
	margin-right: auto;
}
#surveyblock{
	margin-left: auto;
	margin-right: auto;
}
.show{
	display: block
}
.btn{
	background:#0a0000;
	color: white;
	padding: 5px 10px 5px 10px;
	margin: 10px;
	float: left;
	width: 100%;
}
.btn:hover{
	background:#7f7f7f;
}
.btn:active{
	background:#7f7f7f;	
}
ul {
	list-style: none !Important;
}
button {
	background: inherit;
	padding: 0px;
	margin: 0px;
	color: inherit;
	display: initial;
	text-decoration: none !Important;
}
button:hover {
	background: inherit;
}
.cover{
	object-fit: cover;
}
.standard-container{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 2%;
	background-color:rgba(201, 204, 184, 0.28);
}
.standard-container p a{
	font-weight: 500;
	text-decoration: underline;
}
.standard-container .button{
	text-decoration-line: none;
}
.imagetitle{
	width: 100%;
}

.standard-color{
		background-color:rgb(245, 245, 245);
}
.standard-section-top{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	width: 100%;
}
.standard-section{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2%;
	border-top: white solid 15px;
}
.standard-container-sidebar{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	background-color:rgba(201, 204, 184, 0.28);
	padding: 3%;
}
.standard-container-section{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 2%;
	margin-top: 2%;
	background-color:rgba(201, 204, 184, 0.28);
}
.brand{
	width: 100%;
}
.brand .generate-sections-inside-container .container{
	width: 100%;
	display: flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: center;
}
.brand .container .filterDiv{
	margin: 0% 1% 0% 1%;
}
.brand .container .filterDiv .standard-section{
	width: 177px;
	margin: 1%;
	padding: 10px;
	overflow: hidden;
}
.brand .container .filterDiv .button{
	height: 30px;
	width: 100%;
	line-height: 30px;
	padding: 0;
	text-align: center;
	font-size: 17px;
}
.brand .container .filterDiv img{
	width: 100%;
	height: 100px;
	object-fit: contain;
}
.brand .container .filterDiv a{
	line-height: 0px;
}
.brand_bar{
	width: 80%;
}
.filter_bar{
	width: 20%;
}
#community{
		position: absolute;
		top: 42%;
		right: 50%;
		-webkit-transform: translate(50%,-42%);
		    -ms-transform: translate(50%,-42%);
		        transform: translate(50%,-42%);
		width: 95%;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		background-color: rgba(40, 41, 30, .5);
		text-shadow: 0px 0px 20px rgba(40, 41, 30, 1);
		margin: 0px;
	}
#community a{
	width: 100%;
	display: block;
}
#community-gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
#community-gallery img{
	width: auto;
	height: 150px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
#history_gallery img{
	max-height: 200px;
	object-fit: cover;
}
#history_gallery .sy-controls li{
	transform: scale(.75,.75);
	top: 35%;
}
#index-commercial-links{
	margin-bottom: 30px;
}
#index-residential-links{
	margin-bottom: 30px;
}
#index-hvac-links{
	margin-bottom: 30px;
}
#page{
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 30px;
	margin-bottom: 30px;
}
#shop-online{
		position: absolute;
		top: 42%;
		left: 50%;
		-webkit-transform: translate(-50%,-42%);
		    -ms-transform: translate(-50%,-42%);
		        transform: translate(-50%,-42%);
		width: 95%;
		padding: 0px 0px 0px 0px;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		background-color: rgba(40, 41, 30, .75);
	}
#shop-title{
	background-color: rgba(40, 41, 30, .25);
	padding: 5px 0 5px 0;
	}
#wpsp-7129{
	position: relative;
	height: 100%;
	margin-left: 0px;
}
#wpsp-7129 img{
	opacity: .5;
	transition: .5s ease-in-out;
}
#wpsp-7129:hover img{
	opacity: .25;
}
#wpsp-7129 .wp-show-posts-single header{
	position: absolute;
	background-color: rgba(40, 41, 30, .75);
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 50;
	width: 88%;
	padding: 2%;
	margin-left: 17px;
	text-align: center;
	box-sizing: border-box;
}
#wpsp-7129 .wp-show-posts-single header a{
	color: white;
	width: 100%;
}
#wpsp-7129 .wp-show-posts-inner{
	margin-bottom: 0px !Important;
	height: 100%;
}
.astm-search-menu .search-field{
	border-radius: 3px !Important;
	border-bottom: 1px solid rgba(40, 41, 30, .25) !Important;
	border-right: 1px solid rgba(40, 41, 30, .25) !Important;
	line-height: 17px;
	height: 30px !Important;
}
.button{
	border-radius: 0px !Important;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
li.blocks-gallery-item{
	max-height: 188px;
	margin-bottom: 16px !Important;
	margin-top: 0px;
}
.brands_hvac{
	display: flex;
	justify-content: space-around;
}
.brands_hvac a{
	margin:2.5%;
	width: 10%;
	object-fit: contain;
}
.hvac_core a{
	width: 45%;
}
.hvac_core{
	display: flex;
	justify-content: space-around;
}
.com_gen_gallery img{
	width: 100%;
	height: 400px;
	object-fit: cover;
}
.comm_res_gallery{
	position: relative;
	margin-top:30px;
	overflow: hidden;
	width: 66%;
	padding-bottom: 2%;
}
.com_res_gallery_pos{
	position: absolute;
	top: 0;
	left: 0;
}
.comm_res_gallery .sy-box{
	height: 480px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.comm_res_gallery img{
	-o-object-fit: cover;
	   object-fit: cover;
	height: 480px;
}
.com_res_sidebar{
	width: 32%;
	margin-top: 30px;
}
.community{
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		-ms-flex-line-pack: center;
		    align-content: center;
	}
.community img{
		opacity: .5;
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		height: 100%;
		width: 100%;
		margin:0px;
	}
.community a{
	color: white !Important;
	}
.community:hover img{
		opacity: .25;
	}
.contact_margin{
	margin-top: 30px;
}
.content-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}
.entry-content{
	padding:0% 2% 2% 2%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	display: block;
}
.entry-header{
	padding:2% 0 0 2%;
}
.entry-meta{
	padding:0 0 2% 2%
}
.flex-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.footer-widgets li{
	font-size: 13px !Important;
}
.footer-widgets h3{
	color: black;
}
.footer-widget-2{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.gallery img{
	-o-object-fit: contain;
	   object-fit: contain;
	width: 250px;
	height: 250px;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 5px solid white;
}
.gallery_1_coll img{
	height: 150px;
	-o-object-fit: cover;
	   object-fit: cover;
}
.gallery_2_coll{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.gallery_2_coll img{
	height: 150px;
	-o-object-fit: cover;
	   object-fit: cover;
	}
.gallery_2_coll .rl-gallery-container{
	width: 48% !Important;
}
.hero-img{
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.hours{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.hours ul{
	width: 50%;
}
.inline_gallery img{
	height: 150px;
	-o-object-fit: cover;
	   object-fit: cover;
	}
.inside-footer-widgets h3{
	font-size: 20px;
	font-weight: bold;
}
.inside-header{
	display: block;
}
.is-search-input{
	height: 50px;
	width: 150px;
}
.link a{										/*css for links marked with this specific class*/
	color: black;
	border-bottom: 0px black solid;
	-webkit-transition-delay: .1s;
	     -o-transition-delay: .1s;
	        transition-delay: .1s;
	-webkit-transition: .15s;
	-o-transition: .15s;
	transition: .15s;
}
.link a:hover{
	border-bottom: 2px black solid;
}
.links .button{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.lower-section{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top:60px;
	margin-bottom: 30px;
}
.map{
	position: relative;
	overflow: hidden;
}
.map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    border: 0px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.menu-item{
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.navigation-logo img{
	padding: 5px 0px 0px 0px !Important;
}
.page{
	width: 100%;
}
.phonecall h3{
	font-size: 17px;
	font-weight: 400;
}
.post{
	width: 100%;
}
div.pp_default .pp_description{
	font-size: 15px;
}
.rpwwt-widget{
	padding:2%;
}
.search-field{
	width: 150px;
}
.search-form{
	margin-bottom: 15px;
	margin-left: 15px;
}
.search-results article{
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 2%;
	background-color:whitesmoke;
	margin-top: 15px;
}
.search-results p{
	line-height: 1.5em;
}
.search-results h2{
	line-height: 0px;
}
.search-submit{
	background-color: #b01c2e !Important;
	height: 100%;
}
.search-submit:hover{
	background-color: b0424f !Important;
}
.service-area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.service-area ul{
	width: 50%;
}
.shop-online{
		position: relative;
		width: 100%;
		height: auto;
		overflow: hidden;
		-ms-flex-line-pack: center;
		    align-content: center;
	}
.shop-online img{
		opacity: .5;
		background-color: rgba(201, 204, 185, 1);
		-webkit-transition: .5s ease;
		-o-transition: .5s ease;
		transition: .5s ease;
		height: 100%;
		width: 100%;
		margin:0px;
	}
.shop-online a{
		color: white !Important;
	}
.shop-online:hover img{
		opacity: .25;
	}

.site-main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 1275px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}
.sociallinks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: distribute;
	    align-content: space-around;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sociallinks img{
	height: 40px;
	width: 40px;
}
.sociallogos{
	width: 60px;
	display: block;
}
.sociallogos td{
	width: 30px;
}
.social_media_review{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.social_media_review img{
	width: 100px;
	padding: 10px;
}
.store_location h2{
	margin-bottom: 5px;
}
.title-element{
	font-size: 30px;
	font-weight: 350;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 3%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.side-link{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 350;
}
.video iframe{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/**Form Specific CSS**/
#gform_8 .button, #gform_9 .button, #gform_10 .button{
	padding: 0 15 0 15;
	height: 40px;
}
.gform_body input{
	border-radius: 3px !Important;
	border-bottom: 1px solid rgba(40, 41, 30, .25) !Important;
	border-right: 1px solid rgba(40, 41, 30, .25) !Important;
	height: 30px;
	line-height: 17px !Important;
}
.gform_body select{
	border-radius: 3px !Important;
	border-bottom: 1px solid rgba(40, 41, 30, .25) !Important;
	border-right: 1px solid rgba(40, 41, 30, .25) !Important;
}
.gform_body textarea{
	border-radius: 3px !Important;
	border-bottom: 1px solid rgba(40, 41, 30, .25) !Important;
	border-right: 1px solid rgba(40, 41, 30, .25) !Important;
}
.gform_body li, .gfield_error li{
	margin: 5px 0px 0px 0px !Important;
}
.gform_body label{
	line-height: 20px !Important;
}
.gfield_error{
	background-color: inherit !Important;
	border-top-width: 0px !Important;
	border-bottom-width: 0px !Important;
}
.gfield_contains_required{
}
.validation_message{
	display: none;
}

/**Index Page Overlays for dyamic menus**/
.overlay-test .gb-inside-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 25%;
	}
.overlay-test .gb-inside-container img{
	opacity: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	height: 100%;
	width: 100%;
	margin:0px;
	}
.overlay-test:hover .gb-inside-container img{
	opacity: .25;
}
.overlay-test .gb-inside-container .button{
	width: 98%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	display: block;
	font-size: 30px;
	margin-bottom: 0px;
	}
.overlay-test:hover .gb-inside-container #com-links{
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	    -ms-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
	}
.overlay-test:hover .gb-inside-container #res-links{
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	    -ms-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
	}
.trigger_index:hover .gb-inside-container #hvac-links{
	top: 40%;
	-webkit-transform: translate(0%,-40%);
	    -ms-transform: translate(0%,-40%);
	        transform: translate(0%,-40%);
	}

.overlay{
	position: relative;
	width: 100%;
	overflow: hidden;
	line-height: 25%;
	}
.overlay img{
	opacity: 1;
	-webkit-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	height: 100%;
	width: 100%;
	margin:0px;
	}
.overlay a{
	margin-bottom: 0px;
	margin-top: 0px;
	}
.overlay_master_button .button{
	font-weight: 300;
}
.overlay_master_button_1 .button{
	font-weight: 300;
	line-height: 80px;
}
.overlay_master_button .button{
	padding-left: 1% !Important;
	padding-right: 1% !Important;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.overlay-text{
	position: absolute;
	top:-125%;
	width: 100%;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	padding-bottom: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.overlay-text .button{
	background: rgba(0, 0, 0, 0.7);
}
.trigger_index .button{
	width: 98%;
	text-align: center;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	display: block;
	font-size: 30px;
	margin-bottom: 0px;
	}
.trigger_index:hover img{
	opacity: .25;
}
.trigger_index:hover #com-links{
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	    -ms-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
	}
.trigger_index:hover #res-links{
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	    -ms-transform: translate(0%,-50%);
	        transform: translate(0%,-50%);
	}
.trigger_index:hover #hvac-links{
	top: 40%;
	-webkit-transform: translate(0%,-40%);
	    -ms-transform: translate(0%,-40%);
	        transform: translate(0%,-40%);
	}


/**Commercial, Residential, HVAC overlays for dynamic menus**/
.overlay-2{
	position: relative;
	height: 450px;
	width: 100%;
	overflow: hidden;
}
.overlay-2 img{
	padding-bottom: 10px;
	height: 150px;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.overlay-2-hvac{
			position: relative;
			height: 500px;
			width: 100%;
			overflow: hidden;
		}
.overlay-2-hvac a{
			color: white !Important;
		}
.overlay-link-2 .button{
			position: absolute;
			bottom: 0px;
			width: 100%;
			height: 40px;
			text-align: center;
			display: block;
			font-size: 30px;
			line-height: 40px;
			padding: 0px;
			}
.overlay-link-cover-2{
			position: absolute;
			top: 0%;
			left: 0%;
			height: 100%;
			width: 100%;
			background-color: rgba(40, 41, 30, .95);
			text-align: center;
			-webkit-transition: .5s ease-in-out;
			-o-transition: .5s ease-in-out;
			transition: .5s ease-in-out;
			z-index: 1;
		}
.overlay-link-cover-2 button{
			color: inherit;
			background-color: inherit;
			font-weight: inherit;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 50%;
			top: 50%;
			-webkit-transform: translate(-50%, -50%);
			    -ms-transform: translate(-50%, -50%);
			        transform: translate(-50%, -50%);
		}
.overlay-link-cover-2 h1{
	line-height: 400px;
	height: 100%;
	color: white;
	}
.overlay-link-cover-2 a{
		height: 250px;
	}
.overlay-2 p{
	margin-bottom: -10px;
}

.overlay-3{
	position: relative;
	height: 350px;
	width: 100%;
	overflow: hidden;
}
.overlay-content-3 img{
	padding: 0px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.overlay-content-3 p{
	height: 100%;
	width: 100%;
}
.overlay-link-3{
	width: 100%;
}
.overlay-link-3 .button{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,0);
	height: 25px;
	width: 100%;
	line-height: 25px;
	font-size: 29px;
	text-align: center;
	display: inline-block;
}
.overlay-link-cover-3{
	opacity: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	width: 90%;
	padding: 0px 10px 0px 10px;
	height: 95%;
	background-color:rgba(245, 245, 245, 0.9);
	transition: .25s ease-in-out;
}
.overlay-link-cover-3 p{
	position: absolute;
	width: 85%;
	top:2%;
	left: 50%;
	transform: translate(-50%,0);
	color: black;
}
.overlay-3:hover .overlay-link-cover-3{
	opacity: 1;
}
.overlay-content-3{
	position: relative;
	width: 100%;
	height: 80%;
	margin-bottom: 10px;
	overflow: hidden;
}
.overlay-content-3 img{
	filter: blur(0px);
	transition: .25s ease-in-out;
}
.overlay-3:hover .overlay-content-3 img{
	filter: blur(4px);
}
.ed-link{
	font-weight: 300;
}

/**.overlay_blur{
	filter: blur(5px);
	transition: .0s;
	position: relative;
	height: 100%;
	width: 100%;
	}**/
.overlay-content-2{
	margin-bottom: 20px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
	padding: 5px;
}
.trigger:hover .overlay-link-cover-2{
	top: 100%;
}
/**.trigger:hover .overlay_blur{
	filter: blur(0px);	
}**/
.overlay-2-hvac:hover .overlay-link-cover-2{
	top: 100%;
}
.commercial-links{
	background-color: rgba(40,41,30,.5);
	text-align: center;
	font-size: 25px;
	height: 40px;
	line-height: 40px;
	color: white !Important;
	width: 100%;
	display: block;
}
.commercial-links:hover{
	background-color: rgba(40,41,30,.75);
}

@media screen and (min-width:1025px){
	
	.residential-top{
		height: 465px;
	}
	.residential-main-section img{
		object-fit: cover;
		height: 403px;
	}

	.commercial-main-section img{
		height: 350px;
		object-fit: cover;
	}

	.commercial-top{
		height: 400px;
	}
	
	#right-sidebar{
		width: 28%;
		float: right;
		margin: 0 0 0 0;
	}
	#menu-primary-navigation{
		height: 100% !Important;
	}
	.brands {
		width: 100%;
	}
	.brands img{
		width: 200px;
	}
	.com-res-serv{								/*css for Commercial Page*/
		width: 32%;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.com-res-serv img{
		width: 100%;
	}
	.contact_margin form, .contact_margin h1, .contact_margin h2, .contact_margin h3, .contact_margin p{
		margin-right: auto;
		margin-left: auto;
		width: 50%;
	}
	.form_small_size{
		width: 100%;
 	}
	.full-column{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.full-hide{
		display: none !Important;
		visibility: hidden;
	}
	.full-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.full-show{
		display: block;
		visibility: visible;
	}
	.full-23{
		width: 23%;
	}
	.full-33{
		width: 32.33333333%;
	}
	.full-33t{
		width: 33.33333%;
	}
	.full-66{
		width: 66%;
	}
	.full-100{
		width: 100%;
	}
	.hero_image img{
		height: 369px;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		margin-bottom: 20px;
	}
	.hero_image_res img{
		height: 432px;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
		margin-bottom: 20px;
	}
	.hvac-serv{								/*css for Heating and Cooling*/
		width: 49%;
	}
	.hvac-serv img{
		width: 100%;
	}
	.post-heading{
		font-size: 55px;
	}
	.primary{
		width: 70%
	}
	.search-item{
		display: none;
	}
	.sidebar{
		width: 29%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}

	.overlay-text button a{
		font-size: 30px;
	}
	.trigger:hover #shop-links{
		top: 7%
	}
	.overlay-text a{
		font-size: 30px !Important;
		font-weight: 300 !Important;
		line-height: 50px;
		display: block;
	}
	.overlay_master_button .button{
		height: 80px;
		line-height: 40px;
	}
	.overlay_master_button_1 .button{
		height: 80px;
		line-height: 80px;
	}
}


@media screen and (min-width:768px) and (max-width:1024px){
		
	.residential-top{
		height: 465px;
	}
	.residential-main-section img{
		object-fit: cover;
		height: 403px;
	}

	.commercial-main-section img{
		height: 350px;
		object-fit: cover;
	}

	.commercial-top{
		height: 400px;
	}
	
	#community{
		top: 40%;
	}
	#community h1{
		font-size: 30px;
	}
	#menu-primary-navigation{
		height: auto;
	}
	#right-sidebar{
		width: 28%;
		float: right;
	}
	#shop-online{
		top: 40%;
	}
	#shop-online h1{
		font-size: 30px;
	}
	.brands img{
	width: 150px;
	}
	.com-res-serv{
		width: 32%;
		margin-top: 15px;
	}
	.comm_res_gallery{
		margin-top:15px;
		width: 100%;
	}
	.comm_res_gallery .sy-box{
		height: 300px;
	}
	.comm_res_gallery img{
		height: 300px;
	}
	.com_res_sidebar{
		margin-top: 15px;
		width: 100%;
	}
	.contact_margin form, .contact_margin h1, .contact_margin h2, .contact_margin h3, .contact_margin p{
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		}
	.form_small_size{
		width: 25%;
 	}
	.hero_image img{
		height: 300px;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.hero_image_res img{
		height: 364px;
		width: 100%;
		-o-object-fit: cover;
		   object-fit: cover;
	}
	.hvac-serv{
		width: 48%;
	}
	.hvac-serv h3{
		font-size: 30px;
		padding-top: 10%;
	}
	.sbr-widget{
		margin-top: 30px;
		margin-bottom: 0px;
	}
	.search-item{
		display: none;
	}
	.sidebar{
		width: 100%;
		margin-top: 30px;
	}
	.tab-23{
		width: 23%;
	}
	.tab-33{
		width: 30.66666666666%;
	}
	.tab-33t{
		width: 33.3333%;
	}
	.tab-48{
		width:48%;
	}
	.tab-50{
		width:46%;
	}
	.tab-96{
		width:96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.tab-100{
		width:100%;
	}
	.tab-full{
		width: 100%;
	}
	.tab-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.tab-column{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.tab-hide{
		display: none !Important;	
	}
	.tab-show{
		display: block
	}
	.overlay:hover .overlay-text{
		width: 100%;
		height: auto;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.overlay-text a{
		font-size: 20px !Important;
		font-weight: 300 !Important;
		line-height: 1.5;
		margin: 2%;
		display: block;
	}
	.overlay:hover #shop-links{
		top: 0%
	}
	.overlay-2{
		height: 400px;
	}
	.overlay_master_button .button{
		height: 80px;
		line-height: 40px;
	}
	.overlay_master_button_1 .button{
		height: 80px;
		line-height: 80px;
	}
	.overlay-3{
		height: 500px;
	}
	.overlay-link-3 .button{
		font-size: 2.5vw;
		text-align: center;
		display: inline-block;
	}
	.hvac-serv .overlay-3{
		height: 250px;
	}
	.hvac-serv .overlay-content-3{
		height: 80%;
	}
	.overlay-link-cover-3{
		opacity: 1;
		padding: 0px 0px 0px 0px;
	}
	.overlay-content-3{
		height: 88%;
	}
	.overlay-content-3 img{
		filter: blur(4px);
	}
	.trigger_index .button{
		font-size: 28px;
	}
	#index_slider img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#index_slider img{
		height: 300px;
		object-fit: cover;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 40px;
	}
	.imagetitle_headings h1{
		width: 100%;
	}
	.imagetitle_headings h2{
		width: 100%
	}
}


@media screen and (max-width:767px){
	
	.residential-top{
		height: auto;
	}
	.residential-main-section img{
		height: auto;
	}

	.commercial-main-section img{
		height: auto;
	}

	.commercial-top{
		height: auto;
	}
	
	#community{
		height: 75px;
		top: 42%;
		width: 102%;
	}
	#community h1{
		font-size: 25px;
		line-height: 25px;
		margin: 0px 0px 7px 0px;
		padding: 1% 0px 0px 0px;
	}
	#index_about #about_us_video{
		height: 300px;
	}
	#index-commercial-links{
		margin-top: -20px;
		margin-bottom: 5px;
	}
	#index-residential-links{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#index-hvac-links{
		margin-top: 5px;
		margin-bottom: 10px;
	}
	#menu-primary-navigation{
		height: auto;
	}
	#search-box{
		height: 47px !Important;
		padding-top: 20px;
		margin-bottom: 20px;
		border-top: solid 1px black;
		}
	#shop-online{
		height: 75px;
		top: 42%;
		width: 102%;
	}
	#shop-online h1, #shop-online a{
		font-size: 25px;
		line-height: 25px;
		margin: 0px 0px 7px 0px;
		padding: 1% 0px 0px 0px;
	}
	.brands img{
	width: 100px;
	}
	.btm-row-widget{
		margin-top: 15px;
	}
	.button{
		font-size: 20px;
	}
	.cell-row{
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.cell-button{
		margin-left: 3%;
		margin-right: 3%;
	}
	.cell-column{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.cell-96{
		width: 96%;
		margin-right: 2%;
		margin-left: 2%;
	}
	.cell-100{
		width: 100%;
	}
	.cell-hide{
		display: none !Important;	
		visibility: hidden;
	}
	.cell-show{
		display: block;
		visibility: visible;
	}
	.community{
		width: 100%;
		height: 75px;
	}
	.comm_res_gallery{
		margin-top:15px;
		width: 100%;
	}
	.comm_res_gallery .sy-box{
		height: 300px;
	}
	.comm_res_gallery img{
		height: 300px;
	}
	.com-res-serv{
		width: 100%;
		margin-top: 15px;
	}
	.com_res_sidebar{
		margin-top: 15px;
		width: 100%;
	}
	.contact_margin form, .contact_margin h1, .contact_margin h2, .contact_margin h3, .contact_margin p{
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		}
	.content-area{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		width: 100%;
	}
	.division-spot{
		margin-top:10px;
	}
	.form_small_size{
		width: 100%;
		}
	.hvac-serv{
		width: 100%;
		margin-top: 15px;
		padding: 2%;
		-webkit-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.hvac-serv img{
		width: 100%;
	}
	.lower-section{
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.map{
		display: none;
	}
	.menu-item{
	/*	height: 40px; */
		border-top: solid 1px black;
		}
	.menu-item a{
	/*	height: 50px;
		line-height: 50px !Important; 
		font-size: 20px !Important; */
	}
	.menu-item li{
	/*	line-height: 40px !Important;
		height: 40px !Important; */
	}
	.phone_call a{
		font-weight: 400;
		width: 50%;
		text-align: center;
	}
	.sbr-widget{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.search-field{
		width: 65%;
		}
	.search-form{
		height: 50px;
		}
	.search-item{
		display: block;
	}
	.shop-online{
		width: 100%;
		height: 75px;
	}
	.sidebar{
		margin-top: 15px;
	}
	.site-main{
		width: 100%;
	}
	.social_media_popup{
		width: 75%;
	}
	.sub-menu a{
	/*	height: 40px;
		line-height: 40px !Important; */
	/*	font-size: 20px !Important;
		padding-bottom: 0px !Important;
		padding-top: 0px !Important;
		padding-left: 30px !Important; */
		}
	.width50{
		margin-top:15px;
		width: 100%;
	}


	.trigger_index{
		width: 100%;
		height: 75px;
		position: relative;
		overflow:hidden;
		padding: 2%;
	}
	.trigger_index a{
		width:100%;
		height:100%;
	}
	.trigger_index img{
		height: 60px;
		width: 96%;
		-o-object-fit: cover;
		   object-fit: cover;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.trigger_index .button{
		position: absolute;
		top: 5%;
		left: 3.95%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		width: 92.15%;
		height: 60px;
		line-height: 60px;
		color: white !Important;
		background-color: rgba(40, 41, 30, .75) !Important;
		display: block;
	}
	.overlay-text{
		display: none;
	}
	.overlay-text button a{
		font-size: 25px;
	}
	.overlay-2{
			position: relative;
			width: 100%;
			height: 75px;
			overflow: hidden;
			background-image: url("");
	}
	.overlay-2 img{
			height: auto;
			width: 100%;
			top: 0px;
			left: 0px;
			overflow: hidden;
	}
	.overlay-2-hvac{
			position: relative;
			width: 100%;
			height: 75px;
			overflow: hidden;
			background-image: url("");
	}
	.overlay-2-hvac img{
			height: auto;
			width: 100%;
			top: 0px;
			left: 0px;
			overflow: hidden;
	}
	.overlay-link-2 .button{
		position: absolute;
		top: 0px;
		height: 75px;
		line-height: 75px;
		width: 100%;
		color:white;
		background-color: rgba(40, 41, 30, .75) !Important;
		text-align: center;
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding: 0px !Important;
		}
	.overlay-link-2 h1{
		line-height: 75px;
		}
	.overlay-link-2 a{
		width: 100%;
		display: block;
		}
	.overlay-link-cover-2{
		display: none;
	}
	.overlay-2:hover .overlay-text-2{
		top: 72%;
		width: 100%;
		height: 28%;
	}
	.overlay-3{
		height: 75px;
	}
	.overlay-link-cover-3{
		display: hidden;
	}
	.overlay-content-3{
		height: 75px;
	}
	.overlay-content-3 img{
		height: 75px;		
		filter: blur(4px);
		display: block;
	}
	.overlay-link-3 .button{
		font-size: 7vw;
	}
	.overlay-3 .button{
		height: 75px;
		line-height: 75px;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background-color: rgba(40, 41, 30, .75) !Important;
	}
	.overlay-3:hover .button{
		background-color: rgba(40, 41, 30, .75) !Important;
	}
	#wpsp-7129{
		position: relative;
		height: 75px;
		overflow: hidden;
	}
	#wpsp-7129:hover img{
		height: 75px;
	}
	#wpsp-7129 .wp-show-posts-single header{
		left: 45.5%;
		width: 100%;
		height: 75px;
	}
	#index_slider img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#index_slider img{
		width: 92.25%;
		height: 200px;
		object-fit: cover;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 40px;
	}
	.imagetitle_headings h1{
		width: 100%;
	}
	.imagetitle_headings h2{
		width: 100%
	}
}

div#comparison { 
  width: 60vw;
  height: 60vw;
  max-width: 600px;
  max-height: 600px;
  overflow: hidden;
}
div#comparison figure { 
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
}
div#comparison figure > img { 
  position: relative;
  width: 100%;
}
div#comparison figure div { 
  background-size: cover;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: relative;
  top: -5rem; left: 0px;
  background-color: rgba(0,0,0,0.5);
  width: 100%; 
}
input[type=range]:focus { 
  outline: none; 
}
input[type=range]:active { 
  outline: none;  
}

input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:15px;
    width: 98%;
    background-color: rgba(0,0,0,0.5); 
    position: relative;
    outline: none;    
 }
input[type=range]::active { 
  border: none; 
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none;
    width: 30px;
	height: 30px;   
    background: #fff;
    border-radius: 15px;
   }
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 15px;
     }   
input[type=range]:focus::-webkit-slider-thumb {
    background: smokewhite;
   }
input[type=range]:focus::-moz-range-thumb {
    background: smokewhite;
   }

