/*
Theme Name:   Construction Child
Description:  Write here a brief description about your child-theme
Author:       ghhllc
Author URL:   Write here the author's blog or website url
Template:     construction
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  construction-child
*/

/* Write here your own personal stylesheet */
.site-header .site-branding { margin-top: -29px !important; margin-bottom: 5px !important; }
.site-branding img { max-width: 350px; }
.breadcrumbs a:before { display:none; }
.d-none { display:none !important; }
.text-shadow { text-shadow: 1px 1px 1px #000; }
.type-post .entry-content p { font-size: 16px; }
.type-post .entry-content a { text-decoration: underline }
.footer-social label { color: #FFF }
.footer-social a i { color: #FFF !important; border-color: #FFF !important;}
.front-contact .wpcf7-text, .front-contact textarea {
	background: white !important;
	color: #000;
}

.site-branding img {
    max-width: 350px;
    margin-top: 10px;
}

@media screen and (min-width: 500px){
.breadcrumbs span {
    margin-right: 2px;
}
}
@media screen and (max-width: 500px){
	.site-branding img {
		max-width:100%;
		margin-top:10px;
	}
.site-header .header-right-wrap {
	padding: 0px 0px 15px
}
}
.wpc-menu-mobile { top: 137px !important; }

#home-contact.wpforms-field-label {
    color: #fff!important;
}


.front-contact .wpcf7-text, .front-contact textarea {
    background: white !important;
    color: #000;
    font-size: 1.1em!important;
}

