/*
Theme Name: Divi Child
Template: Divi
*/
.gs-bottom h3{
	padding-bottom: 20px;
}
.hwh-blurb ul{
	padding-bottom: 0;
}
.hwh-blurb .et_pb_blurb_content{
	display: flex;
	align-items: center;
	padding: 30px;
}
.hwh-blurb .et_pb_main_blurb_image{
    display: block;
    margin-bottom: 0;
    width: 150px;
    margin-left: -50px;
}
.hwh-blurb .et_pb_blurb .et_pb_image_wrap {
    display: block;
    margin: auto;
    width: 150px;
    height: 150px;
    background: #e9e9e9;
    padding: 30px;
}
.hwh-blurb .et_pb_blurb .et_pb_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hwh-blurb .et_pb_blurb_container{
	margin-bottom: auto;
	padding-left: 20px;
}
.contact-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contact-content .form-input{
	flex: 0 0 48%;
	margin-bottom: 20px;
}
.contact-content span.wpcf7-form-control-wrap,
.contact-content .wpcf7-form-control{
	display: block;
	width: 100%;
}
.contact-content .wpcf7-form-control{
	padding: 10px;
	height: 40px !important;
}
.form-top{
    color: #fff;
    padding-bottom: 10px;
    display: block;	
}
.contact-content input::placeholder{
	color: #000;
	font-weight: 700;
}
.contact-content .wpcf7-submit{
	border: 0;
    background: #06b6de;
    color: #fff;
    font-weight: 700;
}
.contact-content .wpcf7-submit:hover{
	background: #fff;
	color: #000;
}
.banner-section .header-content{
	max-width: 725px;
}
.banner-section .et_pb_button{
	width: 45%;
	text-align: center;
	margin-top: 40px;
}
#main-footer{
	display: none;
}
.site-footer .et_pb_widget_area_left{
	border-right: 0px !important;
}
.site-footer p{
	font-size: 12px;
    font-weight: 700;
}
.site-footer .et_pb_widget ul li{
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 16px;
}
.site-footer strong{
	font-size: 16px;
	display: block;
}
.site-footer .fwidget{
	margin-bottom: 0 !important;
} 

#top-menu >li > a{
	font-size: 20px;
	color: #000;
	font-weight: 400;
	padding-bottom: 0 !important;
}
#top-menu >li:last-child > a:hover{
    background: #05b6de;
    color: #ffffff !important;
}
#top-menu li{
	padding-right: 50px;
}

#top-menu > li:last-child > a{
    padding: 15px 25px !important;
    color: #05b6de;
    border: 4px solid #05b6de;
}
#main-header .container{
	width: 90%;
	max-width: unset;
}
#et-top-navigation{
	padding-top: 35px;
	padding-bottom: 35px;
}
.testimonials-section .et_pb_module{
	position: relative;
	padding: 0;
}
.testimonials-section .et_pb_testimonial_portrait{
	position: absolute;
	bottom: -10px;
	right: 0;
	margin-right: 45px;
}
.testimonials-section .et_pb_testimonial_description{
	margin-left: 0 !important;
}
.testimonials-section .et_pb_testimonial_meta,
.testimonials-section .et_pb_testimonial_author{
	text-align: right;
    margin-right: 170px;
    font-style: normal !important;
}
.testimonials-section .et_pb_testimonial_author{
	font-size: 30px;
    font-weight: 500;
}
.testimonials-section .et_pb_testimonial_meta{
	font-size: 20px !important;
}
.et_header_style_left .et-fixed-header #et-top-navigation{
	padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.contact-content .form-input{
		flex: 0 0 100%;
	}
	.banner-section .et_pb_button{
		width: 100%;
	}
	.banner-section .et_pb_button_two{
		margin-left: 0 !important;
	}
	.testimonials-section .et_pb_testimonial_meta, .testimonials-section .et_pb_testimonial_author{
		margin-right: 110px;
	}
	.testimonials-section .et_pb_testimonial_portrait{
		margin-right: 0;
	}
	.gs-bottom .et_pb_module{
		padding-left: 65px !important;
	}
	.gs-bottom .et_pb_module:before{
		height: 35px;
		width: 35px;
		font-size: 30px;
		line-height: 35px;
	}
	.site-footer{
		text-align: center;
	}
	.banner-section h1{
		line-height: 1.2;
		font-size: 25px;
	}
}
@media only screen and (max-width: 600px) {
	.banner-section h1.et_pb_module_header{
		text-align: center;
	}
	.banner-section > section:before{
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		height: 100%;
		width: 100%;
		background: rgba(0, 0, 0, 0.3);
	} 
}
