/*
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
*/

.cd-cform-wrapper form span.wpcf7-not-valid-tip{
	color: #ff0000;
}
.cd-cform-wrapper .wpcf7 form .wpcf7-response-output{
	margin-left: 0 !important;
}
.cd-about-phone p a,
.cs-about-contact p a{
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background-color: #fab702;
	width: 100%;
}
.cd-about-phone p a{
	border-left: 1px solid #fff;
}
.cs-about-contact p{
	font-weight: bold;
	text-align: center;
}
.cd-about-phone p{
	display: flex;
    align-items: center;
    color: #333;
    font-weight: bold;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #fab702;
}
.cd-about-phone p code{
	font-size: initial;
    background-color: transparent;
    padding: 0;
    height: initial;
    min-width: 150px;
    justify-content: center;
    color: #fff;
}

.cdb-os-serv-icon-row .wpb_wrapper .iconbox-wrapper{
	padding: 20px;
    min-height: 200px;
    background-color: #fdfdfd;
    box-shadow: 1px 2px 10px -3px rgba(0,0,0,0.2);
}
.cdb-os-serv-icon-row .wpb_wrapper 
.iconbox-wrapper .iconbox-icon{
	margin-top: 20px;
}

.cd-icon-box-wrapper .iconbox-wrapper {
    margin-bottom: 40px;
    border: 1px solid #eee;
    padding: 20px;
}
.cd-home-description p{
	font-size: 18px;
	color: #000;
}
.cd-video-wrapper .wp-video{
    margin: auto;
    width: 100% !important;
}
.cd-video-wrapper .wp-video .mejs-container{
    width: 100% !important;
}
.site-branding a img{
    max-width: 240px;
    padding-bottom: 10px;
}
.breadcrumbs{
    background-color: #f8f9f9;
}
form.invalid div.wpcf7-response-output{
    background: #f8f9f9!important;
}
form.init div.wpcf7-response-output{
    background:  initial !important;
}
.breadcrumbs a:after{
    border-left: 5px solid #f8f9f9;
}
.page-header-wrap{
    position: relative;
}

.page-header-wrap:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
}
.footer-social{
    z-index: 9;
}

.page-header-wrap{
    background-position: center center !important;
}
body.single .page-title-wrap{
    background-image: initial !important;
}

@media(max-width: 1100px){
    .site-branding a img{
        padding-bottom: 0;
        max-width: 200px;
    }
}