﻿/* Add here all your CSS customizations */

/*===================================================
    Header Styles
=====================================================*/
#header {
    background: #fff;
    border-top: 3px solid #333233;
}

#header.colored .header-top {
    background-color: #333233;
}

#header nav ul.nav-main a {
    color: #333233;
}

#header nav ul.nav-main > li.active > a {
    background-color: #333233 !important;
}

#header .header-top p {
    font-size: 14px;
}
 
#free-inspection {
    float: right;
    margin-right: 15px;
    margin-bottom: 0;
}

#free-inspection li {
    list-style: none;
}

#free-inspection a {
    color: #e50000 !important;
}

#free-inspection a:hover {
    color: #dedede !important;
    text-decoration: none !important;
}

#header.flat-menu nav ul.nav-main li > a {
    color: #333233;
}

#header.colored nav ul.nav-main li a:hover {
    background-color: #333233 !important;
}

#header.flat-menu nav ul.nav-main > li.active > a  {
    color: #e50000 !important;
}

.btn-responsive-nav {
    background: #333233;
    top: 30px;
}


/*===================================================
    Footer Styles
=====================================================*/

#footer {
    background: #E9ECF3;
    border-top: 4px solid #333233;
}

#footer .footer-ribbon {
    background: #e50000;
}

#footer .footer-ribbon:before {
    border-right-color: #333233;
    border-left-color: #333233;
}

#footer .footer-copyright {
    background: #E9ECF3;
    border-top: 1px solid #333233;
}

#footer h4 {
    color: #333233 !important;
}

#footer a,
.copyright a {
    color: #333233 !important;
}

#footer a:hover,
.copyright a:hover {
    color: #e50000 !important;
    text-decoration: none;
}

.affiliate-images img{
    margin-right: 10px;
}

.social-icon-widget {
    list-style: none;
    display: inline;
}

.social-icon-widget li{
    float: left;
    margin-right: 5px;
}

.facebook-icon{
    color: #3A5795;
}

.facebook-icon:hover {
    color: #3A5795;
    opacity: .7;
}

.twitter-icon {
    color: #55ACEE;
}

.twitter-icon:hover {
    color: #55ACEE;
    opacity: .7;
}

.googleplus-icon {
    color: #DD4B39;
}

.googleplus-icon:hover {
    color: #DD4B39;
    opacity: .7;
}

.linkedin-icon {
    color: #4875B4;
}

.linkedin-icon:hover {
    color: #4875B4;
    opacity: .7;
}

.social-icons a {
    margin-right: 5px;
}

.copyright {
    text-align: center;
    line-height: .2;
}



/*===================================================
    Home Page Styles
=====================================================*/

#get-started-btn {
    background-color: #333233;
    border: 1px solid #333233;
}

#get-started-btn:hover {
    background-color: #e50000;
    border-bottom: 1px solid #e50000;
}

.home-intro p {
    padding-top: 25px;
}

.home-intro p em {
    color: #e50000;
}

.section-title {
    color: #333233;
}

.home-page-images {
    padding: 0;
}

.no-padding {
    padding: 0;
}

.home-first-image,
.home-third-image {
    box-sizing: border-box;
    border: 3px solid #e50000;
    width: 100%;
}

.home-second-image {
    box-sizing: border-box;
    border: 3px solid #333233;
    width: 100%;
}

.home-image-container {
    position: relative;
}

.home-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align:center;
    padding: 10px 0;
}

.home-image-caption h4,
.home-image-caption p {
    margin-bottom: 0;
    color: #fff;
}

.caption-1,
.caption-3 {
    background-color: #e50000;
}

.caption-2 {
    background-color: #333233;
}

.bold {
    font-weight: bold;
}

.list.hours-list li {
    position: relative;
    padding-left: 0 !Important;
}


/*===================================================
    Service Icon Styles
=====================================================*/

@charset "UTF-8";

@font-face {
  font-family: "ab957";
  src:url("fonts/ab957.eot");
  src:url("fonts/ab957.eot?#iefix") format("embedded-opentype"),
    url("fonts/ab957.woff") format("woff"),
    url("fonts/ab957.ttf") format("truetype"),
    url("fonts/ab957.svg#ab957") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "ab957" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "ab957" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #e50000;
    position: relative;
    margin: 0 auto 10px;

}

.icon {
    font-size: 4em;
    color: #333233;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon-decking:before {
  content: "a";
}
.icon-guttersrainware:before {
  content: "b";
}
.icon-lowsloperoofing:before {
  content: "c";
}
.icon-roofingaccessories:before {
  content: "d";
}
.icon-siding:before {
  content: "e";
}
.icon-steepsloperoofing:before {
  content: "f";
}
.icon-stucco:before {
  content: "g";
}
.icon-toolsequipment:before {
  content: "h";
}
.icon-windowsdoors:before {
  content: "i";
}
.icon-masonry:before {
  content: "j";
}
.icon-chimney:before {
  content: "l";
}

/*===================================================
    About Page Styles
=====================================================*/

.about-content {
    margin-top: 20px;
}

.about-img-row {
    margin-bottom: 20px;
}

.about-content p {
    margin-right: 33px;
}

.about-img {
    max-width: 220px;
    border-radius: 8px;
}

.about-img-container {
    float: left;
    margin-right: 40px;
}

#why-choose {
    text-align: left;
}

#why-choose h4 {
    margin-bottom: 30px;
}

#why-choose-padding {
    padding: 30px;
}

.about-list {
    list-style: none;
    padding:0;
    margin-left: 10px;
}

.about-list li {
    text-indent: -1.2em;
    font-size: 15px;
    margin: 15px;
}

.about-list li:before {
    content: "• ";
    color: #333233; 
    padding-right: 5px;
}

.star-list {
    list-style: none;
    padding: 0;
    margin-left: 10px;
}

    .star-list li {
        text-indent: -1.2em;
        font-size: 14px;
        margin: 0 15px;
        padding: 2px 0;
    }

        .star-list li:before {
            content: "* ";
            color: #333233;
            padding-right: 5px;
        }

.creditIconList {
    padding: 0;
}

    .creditIconList li {
        list-style: none;
        display: inline;
    }

        .creditIconList li img {
            width: 65px;
        }

.testimonial_cta {
    font-size: 18px;
    margin-top: 40px;
    font-weight: lighter;
    text-align: center;
}

p.bold {
    color: #333;
}

.no-margin {
    margin: 0;
}

html .list-primary.list-icons li .fa {
    color: #e50000;
    border-color: #e50000;
}


/*===================================================
    Products Page Styles
=====================================================*/
#service-box {
    text-align: left;
    margin-top: 5px;
}

#service-box h4 {
    margin-bottom: 30px;
    font-weight: lighter;
    font-size: 1.5em;
}

#service-box-padding {
    padding: 30px;
}

.product-row {
    text-align: center;
    margin: 20px 0;
}

.img-responsive {
    margin: 0 auto;
}

.service-list {
    font-size: 16px;
}

.service-list li {
    margin-bottom: 20px;
}

.product-section-title {
    font-weight: lighter;
    font-size: 1.5em;
}


/*===================================================
    Photo Page Styles
=====================================================*/
.historic-widget {
    height: 245px;
}

.historic-buildings {
    text-transform: none;
    font-weight: lighter;
}

.mfp-figure button {
    cursor: pointer !important;
}

@media (max-width: 767px) {
    .mfp-figure figure {
        margin: 0;
        max-width: 80%;
    }
}

/*===================================================
    Testimonials Page Styles
=====================================================*/

.page-header-no-margin {
    margin-bottom: 0;
}

.testimonial-margin {
    margin-bottom: 60px;
}

.testimonial-intro {
    background-color: #fff;
    margin-bottom: 0;
    text-align: center;
    padding-top: 10px;
}

.testimonial-intro p {
    color: #777;
}

.testimonial .testimonial-author strong {
    COLOR: #333233;
}

.testimonial.testimonial-with-quotes blockquote:before,
.testimonial.testimonial-with-quotes blockquote:after {
    color: #e50000;
}

.testimonial-quotes {
    color: #e50000;
}

.testimonial.testimonial-style-5 blockquote p {
    font-size: 1.1em;
}

.testimonial-content {
   line-height: 1.5 !important;
}

.testimonial-left {
    width: 45%;
}

.testimonial-right {
    width: 45%;
    margin-left: 100px;
}

/*===================================================
    Warning Signs Page Styles
=====================================================*/

.warning-intro {
    margin-bottom: 0;
}

.owl-nav {
    display: none;
}

.owl-carousel {
    margin-bottom: 0;
}

.warning-image-caption {
    text-align: center;
    margin-bottom: 0;
}

.warning-list-title {
    margin-bottom: 20px;
}

/*===================================================
    News Page Styles
=====================================================*/

article.post-large h2 {
    font-size: 2em;
    color: #333233;
    margin-bottom: 10px;
}

.post-content p {
    display: none;
}


/*===================================================
    Contact Page Styles
=====================================================*/

.contact-title {
    color: #333233;
}

#contact-page-header {
    border: none;
    padding: 0;
    height: 0;
}

.contact-section-title {
    font-weight: lighter;
}

.contact-list-links a:hover {
    text-decoration: none;
}

.google-map {
    margin-top: 0;
}

#form-submit-btn {
    background-color: #333233;
    border-bottom: none;
    border-right: none;
}

#form-submit-btn:hover {
    background-color: #e50000;
    border-bottom: none;
    border-right: none;
}
/*===================================================
    Media Queries
=====================================================*/
@media (max-width: 1200px) {
    .historic-widget {
        height: 300px;
    }

    .about-img {
        max-width: 180px;
    }

    .about-img-container {
        margin-right: 30px;
    }

}

@media (max-width: 1198px) {
    .owl-nav {
        display: block;
    }

    .testimonial-left {
        width: 100%;
    }

    .testimonial-right {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 992px) {
    
    .footer-widget {
        margin-bottom: 40px !important;
    }

    .testimonial-margin {
        margin-bottom: 20px;
    }
    .testimonial {
        margin-bottom: 40px;
    }

    #header.colored nav ul.nav-main li a:hover {
        background-color: transparent !important;
        color: #e50000 !important;
    }

    .home-intro .get-started {
        margin-top: 15px;
        margin-bottom: 15px;
        position: relative;
        text-align: center;
    }
    
    .under-slider-tag {
        text-align:center;
        padding-top: 0;
    }

    .historic-widget {
        height: 170px;
    }

    .warning-list-2 {
        margin-top: 40px;
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	    top: 50% !important;
    }

    .historic-buildings {
        text-align: center;
    }

    .about-content p {
        margin-right: 0;
    }
    
    .about-img-container {
        float: left;
        margin-right: 60px;
    }

    .about-img {
        max-width: 225px;
    }
    
    .about-img-container {
        margin-right: -10px;
    }

    .testimonial-left {
        width: 100%;
    }

    .testimonial-right {
        width: 100%;
        margin-left: 0;
    }

    .home-image-caption p {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .no-mobile {
        display: none;
    }

    .home-first-image {
        width: 100% !important;
    }

    .home-image-caption p {
        font-size: 14px;
    }
}

@media (max-width: 760px) {
    .about-img {
        max-width: 410px;
    }
    .about-img-container {
        margin-right: -20px;
        float: none;
    }
}

@media (max-width: 767px) {
     .about-img {
        max-width: 410px;
        margin-bottom: 20px;
    }
    .about-img-container {
        margin-right: 0;
        float: none;
        padding-left: 0;
    }
    
}

@media (max-width: 600px) {
    .historic-widget {
        height: 200px;
    }

    .post-date {
        display: none;
    }

    .post-content {
        margin-left: 0;
    }

    article.post-large {
        margin-left: 0;
    }

    .warning-list-2 {
        margin-top: 40px;
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	    top: 50% !important;
    }

    .historic-buildings {
        text-align: center;
    }
}


@media (max-width: 480px) {
    .historic-widget {
        height: 220px;
    }

    .blog-posts article {
        margin-bottom: 20px;
    }

    .warning-list-2 {
        margin-top: 40px;
    }

    .product-row {
        margin: 0;
    }

    .last-product-row {
        margin-bottom: 40px;
    }

    .thumb-info:hover.thumb-info-centered-icons .thumb-info-action {
	    top: 50% !important;
    }

    .home-intro p em {
        line-height: 1.5;
    }

     .about-img {
        max-width: 275px;
        margin-bottom: 10px;
    }
    .about-img-container {
        margin-right: -20px;
        float: none;
    }

    .no-mobile {
        display: none;
    }
}

@media (max-width: 400px) {
    .historic-widget {
        height: 300px;
    }
}

