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

.wpcf7 label{
       font-size: 16px; 
       font-weight: 700;
}
.wpcf7 input[type=text], .wpcf7 input[type="email"],.wpcf7 textarea{
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    width: 100%;
    padding: 16px;
    color: #212121;
}
.wpcf7 input[type=submit]{
    color: #ffffff !important;
    border-radius: 0px;
    letter-spacing: 4px;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #ed4441 !important;
    font-size: 20px;
    font-weight: 500;
    padding: .3em 1em;
    line-height: 1.7em !important;
    border: 0px;
    margin-top: 10px;
    float: right;
}
.wpcf7 input[type=submit]:hover{
    background-color: #e90400 !important;
}
.wpcf7 .wpcf7-list-item{
margin: 0 0 0 0em;
}

