/*
Theme Name:     Construction Child
Theme URI:      http://wpdemo.thememodern.com/construction/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         ThemeModern
Author URI:     http://thememodern.com/
Version:        1.0
Template:       construction
*/

/*@import url("../construction/style.css");*/
 
/* =Theme customization starts here
------------------------------------------------------- */


/* ron custom styles */

.my-text-box p{
    font-size: 15px;
    line-height: 1.7em;

}

#site-header-inner{
    padding-top: 5px;
    padding-bottom: 5px;
}

#page .wprt-counter .number{
    color: #fff;
}
#page .wprt-counter .number:after{
    color: inherit;
}

#page .footer-logo{
    display: block;
    margin: 0 auto;
}

/* service custom style */

.service-list{
    background: #7a0800;
    margin: 0;
    color: #fff;
    padding: 5px 20px 20px;
    border-radius: 10px;
}

.service-list ul{
    list-style: none;
    padding-left: 0;
    margin-left: 25px;
}

.service-list li{
    position: relative;
    text-transform: capitalize;
}

.service-list li:before{
    content: '\2022';
    position: absolute;
    left: -20px;
    top: 5px;
    font-size: 30px;
}

#site-content .name_first input,
#site-content .name_last input{
    margin-bottom: 0;
}

#site-content input{
    margin-top: 0;
}

#site-content .ginput_container{
    margin-top: 0;
}

/* what we offer custom icons style */

.wprt-icon-text{
    border: 0;
    margin-bottom: 20px;
}
.wprt-icon-text h3{
    line-height: 1.5em;
    padding-top: 10px;
}
.wprt-button.small{
    margin-top: 15px;
}
.center-btn{
    text-align: center
}

/* slider */

#hero-section .hero-title h1{
    font-size: 35px !important;
}

#copyright a,
#bottom ul.bottom-nav li a{
    color: #fff !important;
}

.wprt-subtitle{
    max-width: 850px;
}


/* custom footer contact style */
.info-wrap{
    padding-top: 40px;
}
.info-wrap a{
    padding-left: 0 !important;
}
.info-wrap a:before{
    display: none;
}

.contractors-construction h2{
    margin-top: 0
}

#bottom ul.bottom-nav > li > a{
    text-transform: uppercase;
}

/* 404 */
.error404 #wrapper.animsition{
    opacity: 1;
}

#page .btn-wrapper a.custom-btn{
    display: inline-block;
    font-size: 13px;
    padding: 10px 35px !important;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    letter-spacing: 2px !important;
    border-radius: 2px !important;
    position: relative;
}


#page .btn-wrapper{
    padding-top: 50px !important;
}

#page .btn-wrapper .btn-red{
    background-color: #7a0800;
}

#page .btn-wrapper .btn-none:after{
        content: "\f18e";
    font-family: "FontAwesome";
    font-size: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    line-height: normal;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.service-home h3{
    font-size: 18px;    
}
.slider_name-removed .name{
    display: none
}



@media only screen and (max-width: 991px){
    .tab-2col{
        width: 50%!important;
        display: inline-block;
        vertical-align: top;
        float: left;
    }
}

@media only screen and (max-width: 600px){
    #site-logo-inner img{
        height: 40px !important
    }
    .hide-on-mobile{
        display: none !important;
    }
    x.style-2 h2{
        text-align: center;
    }
    .wprt-content-box.style-2 h2 + .wprt-lines > div{
        margin-left: auto;
        margin-right: auto;
        display: block;
        left: 0;
        right: 0;
    }
    /* contact form */
    #custom-contact-form input,
    #custom-contact-form textarea{
        font-size: 16px !important;
    }
    .service-red-icon h3{
        min-height: 50px;
    }
}


