/*
 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
------------------------------------------------------- */

.site { background-color: #ffffff; } 

input[type="text"],input[type="email"], select, textarea{
	width:100%;
	padding:10px;
}

article .et_pb_section {
    padding: 0px !important;
}
article .et_pb_section h2 {
    padding-bottom: 0px;
	font-weight:600;
	line-height:36px;
}
.et_pb_text_0{max-height:100% !important;}
.wpcf7-submit{background:#235f2f;color:#fff;padding:8px 25px;border:0px;font-size:20px;display:table;margin:auto;}
.wpcf7-submit:hover{
	background:#699d3d;
	cursor:pointer;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top:50px;
}
@media only screen and (max-width: 767px){
	article .et_pb_section h2 {
		line-height: 19px;
    font-size: 19px;
	}
}