/*
 Theme Name:     Divi Child Theme
 Theme URI:      
 Description:    Divi Child Theme
 Author:         
 Author URI:     
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */

#top-header
et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading, .et_color_scheme_green #top-header{
	background: none repeat scroll 0 0 #41C069 !important;
}

.et_color_scheme_green a {
    color: #41C069;
}

.wpcf7-form .wpcf7-text {
	background-color: #eee;
	border: medium none !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	color: #999 !important;
	font-size: 14px;
	padding: 16px !important;
	width: 100% !important;
}

.wpcf7-textarea {
	background-color: #eee;
	border: medium none !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	color: #999 !important;
	font-size: 14px;
	padding: 16px !important;
	width: 100% !important;
}

.wpcf7-submit {
	display: block;
    	float: right;
    	font-family: inherit;
    	margin: 8px auto 0;
	color: #7cc68d !important;
	-moz-osx-font-smoothing: grayscale;
    	background: none repeat scroll 0 0 transparent;
    	border: 2px solid;
    	border-radius: 3px;
    	font-size: 20px;
    	font-weight: 500;
    	line-height: 1.7em;
    	padding: 6px 20px;
    	position: relative;
    	transition: all 0.2s ease 0s;
}

.wpcf7-submit:hover {
    background-color: #eee;
} 

div.wpcf7-response-output {
    margin: 4em 0.5em 1em;
    padding: 0.2em 1em;
}

#footer-info {
	display:none;
}

h2 + p {
	margin: 1em;
}

.directions .directions-input {
	background-color: #eee;
	border: medium none !important;
	border-radius: 0 !important;
	box-sizing: border-box;
	color: #999 !important;
	font-size: 14px;
	padding: 16px !important;
	width: 100% !important;
}

.directions-button {
	display: block;
    	float: right;
    	font-family: inherit;
    	margin: 8px auto 0;
	color: #7cc68d !important;
	-moz-osx-font-smoothing: grayscale;
    	background: none repeat scroll 0 0 transparent;
    	border: 2px solid;
    	border-radius: 3px;
    	font-size: 20px;
    	font-weight: 500;
    	line-height: 1.7em;
    	padding: 6px 20px;
    	position: relative;
    	transition: all 0.2s ease 0s;
}
.directions-button:hover {
    background-color: #eee;
} 