/*
 Theme Name:     Divi Child
 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
------------------------------------------------------- */
.middle .et_pb_column{
    margin: auto;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #ccc !important;
    padding: 15px !important;
    color: #1a1a1a !important;
	width:100% !important;
	margin-bottom: 15px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #D4A1A0 !important;
    color: #fff !important;
    padding: 15px 35px;
    width: 100%;
    border: 0px !important;
}

@media (max-width:980px){
	.reverse{
		flex-direction: column-reverse;
    	display: flex;
	}
	.et_mobile_menu {
		border-color: #d4a1a0;
	}
}

@media (max-width:767px){
#et_top_search {
    margin: 0 5px 0 0;
}
}
