/*
 Theme Name:   HVAC101 Child
 Theme URI:    http://havenotmadewebsiteyet.com/
 Description:  HVAC101 Child Theme
 Author:       Alias Harris
 Author URI:   http://havenotmadewebsiteyet.com/
 Template:     hvac101
*/

  @import url('https://fonts.googleapis.com/css?family=Forum|Open+Sans:400,700,800');


/*
font-family: 'Forum', cursive;
font-family: 'Open Sans', sans-serif;
*/

.entry-content img.aligncenter,
.section-home-page-about .img-fluid{padding: 3px;
border: 1px solid #ccc;
    box-shadow: 2px 3px 4px rgba(0,0,0,0.2);}
.content-area h1 { margin-bottom:20px;}
body {
  font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Forum', cursive;
}

h3.section_heading{
  font-family: 'Forum', cursive;
}
.home-section  .btn-primary {
    color: #fff;
    background-color: #e51937 !important;
    border-color: #e51937 !important;
}
.home-section  .btn-primary:hover {
    color: #fff;
    background-color:#e83f58 !important;
  border-color:#e83f58 !important;}

section.home-section.section-home-page-services a.single-service:before{border-top: 35px solid #ff2047;}
 section.home-section.section-home-page-services a.single-service:after{border-bottom: 35px solid #ff2047;}

@media only screen and (min-width: 992px) {
   ul#menu-top-menu {
    margin-top: -60px;
}
}
@media (max-width:991px) {
.service-areas-content-wrapper ul.menu li {
    width: 32%;
}
}


a.custom-logo-link img {
    margin-top: -22px;
}

a.social-links {
    display: inline-block;
    line-height: 1;
    width: 26px;
    height: 26px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: bottom;
    margin-right: 4px;
    font-size: 25px;
}

.header-box i {
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 32px;
    color: #505050;
    left: -2px;
    top: 3px;
}

/** Just for this theme **/

.logo-row {
    line-height: 1.2;
    color: #505050;
}

.logo-row a.phone {
    color: #505050;
	  line-height: 1.5;
    font-size: 13px;
    font-weight: 900;
}

.col.header-box a.btn {

}

a.nav-link {

}
ul#menu-main-menu li a:visited {
    background: #d72517;
    color: #fff !important;
}
.navbar ul#menu-main-menu li a:hover {
    color: #4fc1ec !important;
    background: #fff !important;
}

@media only screen and (max-width: 575px) {
.box-1{
    width: 50% !important;
    
    margin-top: 20px;
    margin-left: 40px;

    padding: 0 0 20px 15px;

}

.box-2{
    margin-top: 20px;
    padding: 0 0 20px 15px;
}

.logo-row .col-lg-5 {
    text-align: center;
}
  
}

@media only screen and (min-width: 992px) {
.c-cap h1 {
    text-transform: uppercase;
    font-size: 3em;
}

.c-cap p {
    font-size: 1.3em;
    text-transform: uppercase;
}
}

.carousel-item.active::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000024;
    z-index: 0;
}

footer#colophon {
    background-image: url('backgrounds/weather-pattern.png');
}

footer#colophon a {
    color: #222;
}

.footer-4 {
    text-align: right;
}

.footer-3 {
    text-align: center;
}

footer#colophon span.social-icon {
    display: inline-block;
    margin-top: 20px;
}


.section-home-page-promotions, .section-home-page-services, .section-home-page-troubleshooter{
    background-image: url('backgrounds/black-thread-light.png');
    background-color: #f3f3f3;
}



div#home_woocommerce a.text-center.btn.bg-primary-color.text_light {
    display: none;
}

h3.section_heading.text-center {
    font-size: 45px;
    margin-bottom: 20px;
    font-weight: 900;
}

#accordion h4.panel-title {
    background: #ffffff;
    padding: 7px 6px;
    border:none !important;
    margin: 0;
}

#accordion .panel.panel-default{
    border-radius: 5px;
}

h4.panel-title {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight:300;
      border-radius: 5px !important;
}

div#accordion .panel {
    margin: 0 !important;
}



.our-service-layout-4 a.single-service {
    background: none;
}

.our-service-layout-4 h3.section_heading.text-center.text-light {
    color: #000 !important;
}
@media (min-width:1300px) and (max-width:1399px) {
	.service-areas-container.service-areas-layout-1 {
	    padding: 27px;
	}
}
@media (max-width:1280px) {
	.section-home-page-services .col-sm { width:25%; }
	.section-home-page-services .col-sm p { font-size:15px; line-height:22px; }
	.service-areas-container.service-areas-layout-1 {
	    padding: 27px;
	}
	.service-areas-layout-1 ul.menu li {
	    padding: 3px 15px;
	}
}
@media (max-width:1024px) {
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-left: 2px !important;
	    padding-right: 3px !important;
	}
	.service-areas-container.service-areas-layout-1 {
	    padding: 0px;
	}
	.service-areas-layout-1 ul.menu li {
	    padding: 3px 15px;
	    font-size: 15px;
	}
	.service-areas-content-wrapper.bg-primary-color {
	    padding: 15px;
	}
	.footer-bar .row {
    	display: block;
	}
	.site-info.col-sm {
	    text-align: center;
	    max-width: 100%;
	}
	#livesite_engage_button {
        margin-right: 20px !important;
	}
}
@media (max-width:991px) {
	.section-home-page-service-areas .service-areas-layout-1 img.service-areas-bg { position: relative;}
	section.home-section.section-home-page-service-areas { background:#ebebe5; }
	.section-home-page-services .col-sm { width:50%; }
	.logo-row a.custom-logo-link img {
	    margin-top: 0px;
	}
	.logo-row .col-lg-5 {
    	text-align: center;
    	margin-bottom: 15px;
	}
	.logo-row .col-sm.header-box.box-1 {
	    margin-left: 20px;
	    padding-right: 0;
	    flex-grow: 2;
	    max-width: 280px;
	    flex: 0 0 252px;
	}
	.logo-row .col.header-box.box-2 {
	    min-width: 248px;
	    max-width: 250px;
	    margin: 0 !important;
	}
	.logo-row .col.header-box.box-3 {
	    width: 280px;
	    padding: 0;
	    flex-grow: 2;
	}
	.footer-bar {
        padding: 15px 0 45px;
	}
	.section-home-page-slider .c-cap h1{
        font-size: 30px;
	}
	.section-home-page-slider .c-cap h2{
	    font-size: 28px;
	}
	.section-home-page-slider .c-cap h3{
		font-size: 26px;
	}
	.section-home-page-slider .c-cap p,.section-home-page-slider .c-cap a {
    	font-size: 16px;
	}
}
@media (max-width:767px) {
	.section-home-page-who-we-serves .col-sm-6 {
        margin: 0 auto;
	}
	.footer-bar {
	    background: #000;
	    color: #fff;
	    padding: 15px 0 50px;
	}
	.section-home-page-about a.btn.btn-primary {
    	margin-bottom: 10px;
	}
	.service-areas-content-wrapper ul.menu li {
    	width: 49%;
	}
	.section-home-page-slider .c-cap h1{
        font-size: 26px;
	}
	.section-home-page-slider .c-cap h2{
	    font-size: 22px;
	}
	.section-home-page-slider .c-cap h3{
		font-size: 20px;
	}
	.section-home-page-slider .c-cap p,.section-home-page-slider .c-cap a {
    	font-size: 15px;
	}
}
@media (max-width:600px) {
	.section-home-page-services .col-sm { width:100%; }
	.who-we-serve-layout-3 .single-who-we-serve { width:33.33%; max-width:33.33%; }
}
@media (max-width:479px) {
	.who-we-serve-layout-3 .single-who-we-serve { width:100%; max-width:200px; flex:100%; float:none; display:block; margin:0 auto; box-shadow:none; -webkit-box-shadow:none; }
	.logo-row .row {
	    width: 250px;
	    margin: 0 auto;
	}
	.logo-row .header-box {
	    max-width: 255px !important;
	    width: 100% !important;
	    display: inline-block; 
	    float: none !important;
	    margin-left: 0px !important;
	    float: left !important;
	}
	.logo-row .col-sm.header-box.box-1 {
        flex: 0 0 220px;
	}
	.logo-row .col.header-box.box-2 {
	    text-align: left;
	    margin-left: 7px;
	    max-width: 210px !important;
    	padding: 0 0 0 20px;
    	flex: 0 0 210px;
    	min-width: 220px;
	}
	.service-areas-content-wrapper ul.menu li {
    	width: 100%;
	}
	.section-home-page-slider .c-cap h1{
        font-size: 20px;
	}
	.section-home-page-slider .c-cap h2{
	    font-size: 18px;
	}
	.section-home-page-slider .c-cap h3{
		font-size: 16px;
	}
	.section-home-page-slider .c-cap p,.section-home-page-slider .c-cap a {
    	font-size: 14px;
	}
}
.who-we-serve-wrapper-a:hover * { color:#E4173C !important;
text-decoration:none !important;} 

.who-we-serve-wrapper-a {text-decoration:none !important;}
.col.header-box.box-2 { min-width:320px;}
.logo-row .col.header-box.box-2 a.phone { font-size:36px;}
.logo-row .col.header-box.box-2 i {left: 7px !important; top: 4px !important;}
.hvac101-footer .greview-block {    margin-bottom: 20px;
margin-left: -14px;}
.widget-area .widget_media_image img { width:100% !important;
max-width:100%;
height: auto}

.widget-area .widget_text .textwidget {padding-left: 0px;
padding-right: 0px;}
.c-cap.carousel-caption-mid-center.text-center.d-xs-block {
    width: 80%;
}
.footer-widget-wrapper img.image.wp-image-13999.attachment-full.size-full {
    margin-top: 20px;
}

.site-info.col-sm a {
    color: #fff;
}

.entry-content a.schedule-a{background: #3498db;color: #fff !important;}

#page-testimonials .testimonial-content {
    position: relative; padding-top:20px;
}
.review_item .testimonial-content h4.testimonial-page-title {
    position: ABSOLUTE;
    top: -10px;
    left: 0;
}
.testimonial-content h4.testimonial-page-title {
    position: absolute;
    top: -20px;
    left: 0;
}
.review_item .review_row .rating {
    margin-top: 28px;
}
.review_item{position:relative;}
#page-testimonials {

    width: 100%;
    float: left;

}