/*---------------------------------------------------------------------------------

 Theme Name:   CreatiVets-Divi Child Theme
 Theme URI:    https://creativets.org
 Description:  Divi child theme for CreatiVets
 Author:       Tim Pfeiffer
 Author URI:   https://timpfeiffer.dev
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/


/* Vertically center content when "equalize column heights" activated */

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/* Contact form7 styling*/

.wpcf7-text {
	width: 100%;
	height: 60px;
	font-family: roboto slab;
	font-size: 18px;
	
}

.wpcf7-form .wpcf7-text .wpcf7-textarea {
	margin-bottom: 20px;
	border-color: #939293;
	width: 100%;
}

.wpcf7-date {
	margin-bottom: 20px;
	border-color: #939293;
	width: 100%;
	height: 60px;
}

.wpcf7 label {
	font-family: robot slab, serif;
	font-weight: 400;
	font-size: 20px;
}

.wpcf7-textarea {
	width: 100%;

}

.wpcf7-submit {
	float: right;
	background-color: #D02322;
	border-color: #D02322;
	border-radius: 4px;
	border-style: solid;
	box-shadow: none;
	color: #ffffff;
	font-family: roboto slab;
	font-size: 17px;
	text-transform: uppercase;
	padding: 16px 40px;
	
}

.wpcf7-submit:hover {
	background-color: #000000;
	border-color: #000000;
}



