
/* 
 Theme Name:     Bare bones for Divi
 Author:         Divi theme examples
 Author URI:     http://www.divithemeexamples.com 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


.wpcf7-text, .wpcf7-textarea {
	-webkit-appearance: none;
	background-color: #eee !important;
	width: 100%;
	border-width: 0 !important;
	border-radius: 0;
	color: #999 !important;
	font-size: 14px;
	padding: 16px !important;
}

.wpcf7-submit {
	font-size: 21px;
	color: #2ea3f2;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em!important;
    background-color: transparent;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    transition: all .2s;
	float: right;
}