.example {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -webkit-linear-gradient(top, white, black);
    background: linear-gradient(to bottom, white, black);
}

/*
Theme Name: Construction Child
Theme URI: http://www.wpcharming.com
Description: Construction Child Theme
Author: WPCharming
Author URI: http://www.wpcharming.com
Template: construction
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wpcharming
Tags:two-columns, left-sidebar, right-sidebar, light, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
*/

html, body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

#primary {
    padding-top: 0;
    font-size: .8rem;
}

.quote-btn{
        max-width:349px;
    }
    
@media only screen and (min-width: 40.063em) {
    #primary {
        font-size: .9rem;
    }
}

@media only screen and (min-width: 64.063em) {
    #primary {
        font-size: 1rem;
    }
}

#primary p {
    margin-bottom: 35px;
}

.wpc_video_color_overlay {
    opacity: .85;
}

.default-heading h2 {
    font-size: 2.25em;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.italic-headline h2 {
    font-style: italic;
    font-family: "PT Sans", sans-serif;
}

.uppercase-heading h2 {
    text-transform: uppercase;
}

/* Form Styles */

/* online quote request form start */
    #wpcf7-f1501-p1495-o1 .wpcf7-form-control.wpcf7-text,
    #wpcf7-f1501-p1495-o1 .wpcf7-form-control.wpcf7-textarea,
    #wpcf7-f1501-p1495-o1 .wpb_wrapper input[type="number"],
    #wpcf7-f1501-p1495-o1 .wpb_wrapper select,
    #wpcf7-f1501-p1495-o1 .wpb_wrapper p span,
    #wpcf7-f1501-p1495-o1 .wpb_wrapper p label{
        color: #777777;
    }
#wpcf7-f1501-p1495-o1 .wpcf7-list-item {
    display: initial;
}
.wpcf7-form-control-wrap input[type="tel"]{
    width: 100%;
}

/* online quote request form end */

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    background: #fff;
    color: #345cb5;
}

.wpcf7-form-control.wpcf7-text {
    max-height: 45px;
}

.wpcf7-form-control.wpcf7-textarea {
    max-height: 125px;
}

.home .wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 3px #fff solid;
    padding: 12px 50px;
    box-shadow: none;
    color: #fff;
}

.home .wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #345cb5;
}

.wpcf7-form-control.wpcf7-submit {
    background: transparent;
    border: 3px #345cb5 solid;
    padding: 12px 50px;
    box-shadow: none;
    color: #345cb5;
}

.wpcf7-form-control.wpcf7-submit:hover {
    background: #345cb5;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    z-index: 999;
    bottom: -45px;
    right: 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.75);
}

.your-message span.wpcf7-not-valid-tip {
    bottom: -30px;
}

span.wpcf7-not-valid-tip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 5px;
    margin-left: -5px;
}

div.wpcf7-response-output {
    color: #f00;
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.75);
}

.footer-address {
    padding-left: 34px;
    text-indent: -34px;
}

.footer-address:before,
.footer-phone:before,
.footer-email:before,
.footer-fax:before {
    font-family: "FontAwesome";
    font-size: 16px;
}

.footer-phone:before,
.footer-email:before,
.footer-fax:before {
    margin-right: 20px;
}

.footer-address:before {
    content: '\f041';
    margin-right: 22px;
}

.footer-phone:before {
    content: '\f095';
}

.footer-email:before {
    content: '\f0e0';
}

.footer-fax:before {
    content: '\f1ac';
}

.business-hours-wrapper {
    margin-top: 30px;
}

.business-hours-item:not(:last-child) {
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px rgba(255, 255, 255, .25) dotted;
}

.business-hours-time {
    float: right;
    font-weight: 700;
}

.google-map iframe {
    pointer-events: none;
    width: 100% !important;
    height: 350px !important;
}

@media only screen and (min-width: 48em) {
    .google-map iframe {
        height: 450px !important;
    }
}

.home .contact-wrapper a {
    color: #fff;
}

@media only screen and (max-width: 47.9375em) {
    .home .contact-wrapper a {
        display: block;
    }
}

/* max-width 640px, mobile-only styles */

.home .contact-wrapper .contact-address {
    display: inline-block;
    vertical-align: top;
    line-height: 1.25;
}

@media only screen and (max-width: 47.9375em) {
    .home .contact-wrapper .contact-address {
        display: block;
        line-height: inherit;
    }
}

/* max-width 640px, mobile-only styles */

.home .home-btn a {
    padding: 10px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.home .home-testimonial-btn a {
    padding: 10px 25px;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
}

.header-transparent .site-header .wpc-menu.wpc-menu-mobile {
    top: 144px !important;
}

.header-transparent .site-header .extract-element .header-text {
    font-size: 24px;
    font-family: "PT Sans", sans-serif !important;
    opacity: 1;
}

.header-transparent .site-header .extract-element a.phone-text {
    font-size: 30px !important;
    font-family: "PT Sans", sans-serif !important;
}

@media screen and (max-width: 1099px) {
    .header-transparent .site-header .extract-element .header-text {
        font-size: 20px;
    }

    .header-transparent .site-header .extract-element a.phone-text {
        font-size: 24px !important;
        color: #000 !important;
    }
}

.site-info .footer-menu .menu > li > a {
    text-transform: uppercase;
}

@media only screen and (min-width: 49.375em) {
    .site-info .copy_text {
        width: 30%;
    }

    .site-info .footer-menu {
        width: 70%;
        text-align: right !important;
    }
}

/* Revolution Slider restyling */

.home .forcefullwidth_wrapper_tp_banner {
    margin-bottom: 0;
}

.home .rev_slider_wrapper {
    position: relative !important;
    width: 100% !important;
    height: 400px !important;
    left: auto !important;
}

@media only screen and (min-width: 48em) {
    .home .rev_slider_wrapper {
        height: 500px !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .home .rev_slider_wrapper {
        height: 650px !important;
    }
}

.home .rev_slider {
    max-height: none;
    width: 100% !important;
    height: 100% !important;
}

.home .rev_slider * {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
}

.home .tp-fullwidth-forcer {
    display: none;
}

.home .slotholder {
    position: absolute !important;
}

.home .tp-parallax-wrap {
    display: inline-block;
}

.home .tp-revslider-slidesli {
    text-align: center;
}

.home .tp-revslider-slidesli div:nth-child(2) {
    display: block;
}

.home #first-slide .tp-mask-wrap {
    font-size: .65rem;
}

@media only screen and (min-width: 48em) {
    .home #first-slide .tp-mask-wrap {
        font-size: .9rem;
    }
}

@media only screen and (min-width: 64.063em) {
    .home #first-slide .tp-mask-wrap {
        font-size: 1rem;
    }
}

.home #first-slide .tp-mask-wrap h1 {
    font-size: 2.1875em !important;
    white-space: normal !important;
}



@media only screen and (max-width: 47.9375em) {
    .home #first-slide .tp-mask-wrap h1 {
        line-height: 35px !important;
    }
}

.home #first-slide .tp-mask-wrap h1 span {
    font-size: 1.45714285714em !important;
}

.home .tp-revslider-slidesli div:nth-child(2) {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 48em) {
    .home .tp-revslider-slidesli div:nth-child(2) {
        margin-top: 150px;
    }

    .home .tp-revslider-slidesli div:nth-child(3) {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 64.063em) {
    .home .tp-revslider-slidesli div:nth-child(2) {
        margin-top: 250px;
    }
}

/* min-width 1025px, large screens */

@media only screen and (max-width: 47.9375em) {
    .home.header-transparent .site-header {
        position: relative !important;
        background: #000 !important;
    }
}

.home .tp-bgimg {
    position: relative;
}

.home .tp-bgimg:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

.home .rev-btn {
    margin-bottom: 10px !important;
}

.testimonial_carousel_wrapper .carousel-prev,
.testimonial_carousel_wrapper .carousel-next {
    top: -40px;
}

.attachment.page .page-title-wrap {
    padding: 200px 0 80px;
}

.attachment.page .page-title-wrap {
    position: relative;
}

.attachment.page .page-title-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .85;
}

.attachment.page .content-area {
    padding: 100px 0 !important;
}

.wpc_video_wrapper {
    bottom: 0;
}

.wpc_video_bg {
    height: 100%;
    object-fit: cover;
}