/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://www.elegantthemes.com/
 Description:  Child theme for DIVI by Elegant Themes
 Author:       
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Hero Banner */

#hero_banner .et_pb_main_blurb_image {
	position: relative;
	top: -3px;
}

/*Typography */

h2 span {
	color: #0096ff;
}

/* Address */

.cbr_address {
	display: table-row;
}

.cbr_address .address_text {
	display: table-cell;
	padding-right: 10px;
}

.cbr_address .address_text:last-child {
	color: #000 !important;
	padding-right: 0px;
	line-height: 1.3em;
}

/* Main Header Extra Width */

#main-header .container, #top-header .container {
	width: 85%;
	max-width: 2560px;
	padding-left: 0px;
	padding-right: 0px;
}

/* Areas Menu Item */

li.menu_areas a span:before {
	font-family: ETmodules!important;
	content: '\e081';
	color: #fff;
	position: relative;
	top: 1px;
	margin-right: 5px;
}

/* Mobile Menu */

.et_mobile_menu li a {
	text-align: center;
	border: none;
}

.et_mobile_menu li a:hover {
    background-color: transparent;
}

@media only screen and (max-width: 980px) {
	.menu_areas {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	#et-info-email {
		display: none;
	}
	#et-info-phone {
		font-size: 16px !important;
	}
}

/* Mobile Menu Close Button */

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

/* CTA Navigation Button */

li.cta_btn a span {
	color: #fff;
	background-color: #ed1c24;
	border: 2px solid;
	border-color: #ed1c24;
	border-radius: 0px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 300ms ease 0ms;
	font-size: 15px;
	padding: 0.5em 1em;
	line-height: 0em !important;
}

li.cta_btn a:hover {
	opacity: 1 !important;
}

li.cta_btn a:hover span {
	color: #fff;
	background-color: #0096ff;
	border-color: #0096ff;
}

@media screen and (max-width: 980px) {
	li.cta_btn {
		margin-top: 10px;
	}
}

/* Tick List */

.tick_list ul {
	list-style: none;
	padding-left: 0px;
}

.tick_list ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
}

.tick_list ul li:before {
	font-family: ETmodules!important;
	position: absolute;
	top: 2px;
	left: 0;
	content: '\52';
	width: 50px;
	height: 50px;
	color: #e02b20;
}

/* Local Area List */

.local_area_list ul {
	list-style: none;
	padding-left: 0px;
}

@media only screen and (max-width: 980px) {
	.local_area_list ul {
		padding-bottom: 0px;
	}
}

.local_area_list ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.local_area_list ul li:before {
	font-family: ETmodules!important;
	position: absolute;
	top: 2px;
	left: 0;
	content: '\e081';
	width: 50px;
	height: 50px;
	color: #0096ff;
}

/* Project Navigation */

.single-project.et_pb_pagebuilder_layout .nav-single {
    width: 100%;
    max-width: 2560px;
}

/* 2 Columns (Local Area Lists) */

@media only screen and (max-width: 980px) {
	.two-columns .et_pb_column {
		width: 50%!important;
	}
}

/* Estimate Bar */

.estimate_bar h3 {
	padding-bottom: 0px;
}

.estimate_bar .et_pb_button, .estimate_bar .et_pb_button:hover  {
	display: inline-block;
	background: transparent !important;
	color: #fff !important;
	border: 2px solid #fff !important;
	margin-left: 10px;
}

@media screen and (max-width: 980px) {
	.estimate_bar span  {
		display: block;
	}
	.estimate_bar .et_pb_button, .estimate_bar .et_pb_button:hover  {
		margin: 10px 0px 0px 0px;
	}
}

/* GMB Map */

#gmb_map iframe {
	width: 100%;
	height: 550px;
}

@media screen and (max-width: 980px) {
	#gmb_map iframe {
		width: 100%;
		height: 400px;
	}
}

/* Lead Form */

#lead_form h3 {
	padding-bottom: 0px;
}

#lead_form #happyforms-49447_select_9-part label.happyforms-part__label span.label {
	line-height: 1.3em;
}

#lead_form .happyforms-form-progress {
	position: absolute;
	bottom: 8px;
	left: 130px;
	z-index: 10;
}

#lead_form .happyforms-form-progress button:hover {
	opacity: 0.5;
}

#lead_form .happyforms-form-progress__step-title {
	display: none;
}

#lead_form .happyforms-form--part-outer-padding-narrow .happyforms-form__part, #lead_form  .happyforms-step, .happyforms-step-preview {
    margin-bottom: 10px;
}

.happyforms-part--legal .label {
	margin-left: 5px;
}

.happyforms-part--legal .label p {
	font-size: 12px;
	line-height: 17px;
}

.happyforms-part--legal .label a {
	text-decoration: underline;
}

.happyforms-message-notices {
    margin: 25px 0px 25px 0px !important;
}

/* Footer Bottom */

#footer-bottom .container {
    width: 85%;
    max-width: 2560px;
}

#footer-bottom #footer-info .gms_legal {
	line-height: 15px;
}