/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

/* Home */
.home-slider .et_pb_slide_description {
    padding-left: 0;
}
.home-slider .et_pb_slide_content {
    box-shadow: none;
}

.terms ol li h3 {
    display: inline-block;
}
.terms ol li {
    padding-bottom: 10px;
}
/* service */
.service-list .et_pb_blurb_container {
    vertical-align: bottom;
}
/* Contact us */
#gform_1 input[type=text], 
#gform_1 input[type=tel],
#gform_1 input[type=email] {
    border-radius: 0;
	border-color: #cfcfcf;
    min-height: 50px;
    outline: none;
    box-shadow: none;
}
#gform_1 input[type=text]:focus, 
#gform_1 input[type=tel]:focus,
#gform_1 input[type=email]:focus{
	outline:none;
	box-shadow:none;
	border-color:#000;
}
#gform_fields_4,
div#gform_fields_1 {
    gap: 20px;
}
#gform_1 input,#gform_1 textarea {
    background: transparent;
    box-shadow: none;
    outline: none;
	border-radius:0;
	border-color: #cfcfcf;
}
#gform_1 input:focus, #gform_1 textarea:focus {
    border-color: #000;
}
#gform_1 #gform_submit_button_1 {
    background: #fec900 !important;
    border-radius: 10px;
    padding: 10px 2.5em!important;
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	line-height:1.6em;
	border:none;
}
#gform_1 #gform_submit_button_1:hover {
    background: #000 !important;
    color: #fff;
}
#gform_1 #gform_submit_button_1:focus{
	outline:none;
	border:none;
	box-shadow:none;
}
div#gform_confirmation_message_1 {
    font-size: 18px;
    font-weight: 600;
	color:#000;
}
/* Footer */
.footer-menu ul {
    padding: 0;
    margin: 0;
}
.footer-menu ul li {
    display: inline-block;
    padding-right: 25px;
}
@media (max-width:980px){
	.mobile_menu_bar:before{
		color:#000000 !important;
	}
	.et_mobile_menu{
		border-top: 3px solid #ffca00 !important; 
	}
	.footer-menu ul {
		margin: 0 auto;
		text-align: center;
	}

	.footer-menu ul li {
		padding-right: 11px;
	}
}
@media (max-width:767px){
	.ginput_container.ginput_recaptcha{
		transform:scale(0.75);
		-webkit-transform:scale(0.75);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
}