/*
 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
------------------------------------------------------- */
#et-top-navigation {
	font-weight: normal;
}
.et_pb_section {
	background-color: #fafafa;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
	font-size: 14px;
	padding: 10px;
	width: 100%;
}
.wpcf7 .wpcf7-submit {
	background-color: #363636;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 2px;
	padding: 10px 20px;
	text-transform: uppercase;
}
.wpcf7 .wpcf7-submit:hover {
	cursor: pointer;
	opacity: 0.8;
}
span.wpcf7-not-valid-tip {
	color: #e10707;
}
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: #e10707;
	margin-left: 0;
	margin-right: 0;
}