/*
 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
------------------------------------------------------- */

#main-header .et_mobile_menu {
	background-color: #1b5299!important;
}
.nav li li {
	line-height: 1.6em;
}
#top-menu li li a {
	padding-left: 0;
	padding-right: 0;
}
.et_mobile_menu {
	border-color: #fff!important;
}
.mobile_menu_bar::before {
	color: #fff!important;
}
.et_mobile_menu li.current-menu-item a {
	color: #00a676;
}
.contact-map iframe {
	min-height: 300px;
	width: 100%;
}
.wpcf7 input[type="email"],
.wpcf7 textarea {
	border: none;
	font-size: 14px;
	line-height: 1.8em;
	padding: 16px;
	width: 100%;
}
.btn,
.wpcf7 .wpcf7-submit {
	background-color: #00a676;
	border: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 15px 40px;
	text-transform: uppercase;
}
.btn:hover,
.wpcf7 .wpcf7-submit:hover {
	cursor: pointer;
	opacity: 0.8;
}
span.wpcf7-not-valid-tip {
	color: #333;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
div.wpcf7-mail-sent-ok {
	background-color: #333;
	border: none;
	color: #fff;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	border-color: #cdcdcd;
}