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

.site-header .header-right-wrap .extract-element {
	font-size: 13px;
	font-weight: 600;
	float: none;
	text-align: right;
	width: 100%;
	
}

.site-header .header-right-wrap .extract-element:nth-child(2){
	color: #f15c22;
}

.site-header .header-right-wrap .extract-element .phone-text {
	color: #333 !important;
	font-family: "PT Sans", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 600;

}

.slotholder:before {
	content: '';
	position: absolute;
	background: rgba(0,0,0,.2);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
}

.tp-caption{
	z-index: 10 !important;
}

.calculator-btn .vc_btn3.vc_btn3-color-white.vc_btn3-style-outline {
	font-family: Montserrat;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.entry-content ul, .entry-content ol {
	margin-left: 0px;
	list-style: none;
	position: relative;
	margin-left: 1em;
	padding-left: 0;
	font-size: 18px;
}

.entry-content ul li:before {
	content: "■";
	position: absolute;
	color: #f15c22;
	left: -1em;
	 
}

.site-info-wrapper .site-info .footer-menu ul {
	margin: 15px 0 0 0;
}

.site-info-wrapper .site-info .footer-menu ul li a {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}

.site-info-wrapper .site-info .footer-menu ul li a:hover {
	color: #f15c22;
	text-decoration: none;
}

.featured-box .featured-box-thumb a img:hover {
	opacity: .6;
	
}

.page-title-wrap {
	background-color: #f15c22 !important;
}

@media screen and (max-width: 1100px) {
	.site-header {
		padding-top: 30px;
	}
	
	.site-header .site-branding {
		width: 40%;
	}
	
	.site-header .header-right-wrap {
		float: right;
		padding: 0px;
		width: 60%;
	}
	
	.site-header .header-right-wrap .header-widget {
		display: inherit;
		float: right;
	}
	
	#nav-toggle {
		margin: 54px 22px 0 0;
	}
}

@media only screen and (max-width : 789px) {
	#nav-toggle {
		margin: 54px 0 0 0;
	}
}


@media only screen and (max-width : 768px) {
	#logos ul li {
		width: 100%;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width : 500px) {
	.site-header .site-branding {
		width: 100%;
		max-width: 100%;
	}
	
	.site-header .site-branding a {
		width: 100%;
		text-align: center;
		display: inline-block;
	}
	
	.site-header .header-right-wrap {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
	
	.site-header .header-right-wrap .header-widget {
		width: 100%;
	}
	
	.site-header .header-right-wrap .extract-element {
		text-align: left;
	}
	
	#nav-toggle {
		margin: 128px 0 0 0;
	}
	
	.wpc-menu.wpc-menu-mobile {
		top: 205px !important;
	}
	
}

