/*
 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
------------------------------------------------------- */
/*--- 2 Column CF7 Form Styles Start ---*/
.wpcf7 input{
	background-color: #2B87DA !important;
	border-radius: 5px;
	height: 50px;
	width: 100%;
	padding-left: 20px;
	font-size: 15px;
color: black;
}
.wpcf7-textarea{
	padding-top: 15px;
	background-color: #2B87DA !important;
	border-radius: 5px;
	height: 50px;
	width: 100%;
	height: 200px;
	padding-left: 20px;
	font-size: 15px;
color: black;
}
input.wpcf7-form-control.wpcf7-submit {
	background-color: #2B87DA !important;
	border-color: white;
	border-width: 2px;
	color: white;
	font-size: 20px !important;
}
.wpcf7-validation-errors {
	border-color: transparent !important;
}
.wpcf7-response-output {
	border-color: transparent !important;
}

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
#center {
    width: 100%;
	padding-top: 75px;
    }
#top {
    width: 100%;
	padding-bottom: 25px;
	}

#bottom {
    width: 47%;
	float: right;
	padding-top: 15px;
}

.clearfix:after {
    content:"020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}

/*change the placeholder font color*/

::-webkit-input-placeholder { /* WebKit browsers */
color: white !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: white !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: white !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: white !important;
opacity: 1;
}


/*--- 2 Column Form Styles End ---*/
