/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://www.elegantthemes.com/
 Description:  Child theme for DIVI by Elegant Themes
 Author:       Indigo Marmoset
 Author URI:   https://www.indigomarmoset.co.uk
 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
*/

/* Main Header Extra Width */

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

/* Dropdown Menu Width */

#top-menu ul.sub-menu {
	width: 300px;
}

#top-menu ul.sub-menu li a {
	width: 260px;
}

/* Mobile Menu */

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

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

#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul, .et_pb_menu .et_mobile_menu li ul {
    padding-left: 0px;
}

.et_mobile_menu li li {
    padding-left: 0px;
}

@media (max-width: 980px) {
	.et_header_style_left #logo, .et_header_style_split #logo, .et_pb_svg_logo #logo {
		max-width: 100%;
		height: 100%;
    		max-height: 40%;
	}
}

/* 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: #8CC63F;
	border: 2px solid;
	border-color: #8CC63F;
	border-radius: 0px;
	font-weight: 600;
	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: #4d4d4d;
	border-color: #4d4d4d;
}

@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: #8CC63F;
}

/* Estimate Bars */

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

.estimate_bar .et_pb_button, .estimate_bar .et_pb_button:hover  {
	display: inline-block;
	background: #8CC63F !important;
	color: #fff !important;
	border: 2px solid #8CC63F !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: 14px;
	line-height: 17px;
}

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

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

/* Footer Bottom */

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

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