/*
 Theme Name:     Divi Child
 Theme URI:      -
 Description:    Divi Child Theme
 Author:         -
 Author URI:     -
 Template:       Divi
 Version:        1.0.0
*/

/* =Theme customization starts here
------------------------------------------------------- */


.wpcf7 input[type="button"],
.wpcf7 button,
.wpcf7 reset,
.wpcf7 submit,
.wpcf7-submit {
	padding: 15px 35px;
	background-color: #e7ac3c;
	text-transform: uppercase;
	color: #080f18 !important;
	border-width: 0px !important;
	border-radius: 50px;
	font-size: 14px;
	font-family: 'Red Hat Display',Helvetica,Arial,Lucida,sans-serif !important;
	font-weight: 700 !important;
}

.wpcf7 input.text, 
.wpcf7 input.title, 
.wpcf7 input[type="email"], 
.wpcf7 input[type="password"], 
.wpcf7 input[type="tel"], 
.wpcf7 input[type="text"], 
.wpcf7 select, 
.wpcf7 textarea {
	background-color: #fff!important;
	border: 1px solid #808080!important;
	padding: 15px!important;
	color: #2b2b2b!important;
	width: 100%!important;
	margin-bottom: 10px!important;
	font-size: 14px!important;
}