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

@media screen and (min-width: 980px) {
	#main-header .container, #top-header .container {
	width: 90%;
	max-width: 2560px;
	padding-left: 0px;
	padding-right: 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: 75%;
	}
}

/* Mobile Menu */

#mobile_menu2 {
	margin-top: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* Change Divi hamburger menu to X */
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}

/* Header Blurb Modules */

.header_blurb_module .et_pb_blurb_content {
	margin-left: 0px;
}

.header_blurb_module.et_pb_blurb.et_pb_text_align_left .et_pb_blurb_content .et_pb_blurb_container {
    vertical-align: middle;
}

.header_blurb_module .et_pb_module_header {
	padding-bottom: 0px;
}

/* Keystone Offer Banner */

#keystone_offer h6 {
	padding-bottom: 0px;
}

#keystone_offer.et_pb_text_1 {
	margin-bottom: 0px !important;
}

/* Multi Buttons */

.multi_buttons .et_pb_button {
	display: inline-block;
}

.multi_buttons .et_pb_button:last-child {
	display: inline-block;
	background: #F57C30;
	border-color: #F57C30;
}

.multi_buttons .et_pb_button:last-child:hover {
	background: #f4631a;
	border-color: #f4631a;
}

@media (max-width: 1150px) {
	.multi_buttons .et_pb_button {
		margin-top: 10px;
	}
}

/* Review Module */

.review_module p {
	padding-bottom: 0px !important;
}

.review_module .reviews_button {
	display: inline-block;
	margin: 0px auto;
	background: #008b9a;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	padding: 10px 20px;
	font-size: 14px;
	margin-right: 20px;
}

.review_module .reviews_button:hover {
	background: #005c66;
}

.review_module .reviews_button:last-child {
	margin-right: 0px;
}

@media (max-width: 980px) {
	.review_module .reviews_button {
		margin-right: 0px;
		margin-bottom: 20px;
	}
	.review_module .reviews_button:last-child {
		margin-bottom: 0px;
	}
}

#review_carousel strong {
	display: inline-block;
	padding-top: 10px;
	color: #008b9a;
}

#review_carousel .swiper-button-prev:before, #review_carousel .swiper-button-next:before {
	display: none;
}

#review_carousel .swiper-button-prev {
	left: -40px;
}

#review_carousel .swiper-button-next {
	right: -40px;
}

/* 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: -1px;
	left: 0;
	content: '\e081';
	width: 50px;
	height: 50px;
	color: #008b9a;
}

/* X List */

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

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

.x_list ul li:last-child {
	margin-bottom: 0px;
}

.x_list ul li:before {
	font-family: ETmodules!important;
	font-weight: 900;
	font-size: 21px;
	position: absolute;
	top: 0px;
	left: 0;
	content: '\51';
	width: 50px;
	height: 50px;
	color: #E73A1E;
}

/* Ordered List */

.ordered_list li {
	color: #444444;
	font-weight: 900;
	margin-bottom: 15px;
}

.ordered_list li:last-child {
	margin-bottom: 0px;
}

.ordered_list li span {
	color: #444444;
	font-weight: 400;
}

/* Bullet List */

.bullet_list ul {
	margin-top: 20px;
}

.bullet_list li {
	color: #444444;
	font-weight: 900;
	margin-bottom: 15px;
}

.bullet_list li:last-child {
	margin-bottom: 0px;
}

.bullet_list li span {
	color: #444444;
	font-weight: 400;
}

/* Happy Forms */

.happyforms-part--legal .label p {
	padding-left: 5px !important;
}

.pp_link a {
	text-decoration: underline;
}

/* Footer */

#footer-info {
    float: none;
    margin: auto;
    text-align: center;
}