/*
 Theme Name:   Filippi
 Theme URI:    
 Description:  Theme Fratelli Filippi - Divi child
 Author:       Mirodata
 Author URI:   http://mirodata.it
 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
 Tags:         
 Text Domain:  filippi
*/

/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
background-color: #FFF;
}

.wpcf7 legend {
color: #344d90;
font-size: 1.8em;
line-height: 2.8em;
font-family: "Crimson Text",Georgia,"Times New Roman",serif;
}

.wpcf7-form {
margin-top: 25px;
margin-right: 25px;
margin-left: 25px;
}

.wpcf7 fieldset {
margin-top: 25px;
margin-bottom: 25px;
}
.wpcf7-textarea, .wpcf7 input, .wpcf7 select {
    background-color: #eee;
    border: medium none;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
}

.wpcf7 select option {
    background-color: #eee;
    border: medium none;
    border-radius: 0;
    color: #999;
    font-size: 14px;
    padding: 16px;
}
.wpcf7 select option {
    padding: 0 16px 0 16px;
}
.span.wpcf7-list-item {
display: inline;
margin: 16px 0 0 1em;
}
.wpcf7-list-item-label {
padding-top: 50px !important;
}
.wpcf7-textarea, .wpcf7 input, .wpcf7 select {
width: 85%; 
}
.wpcf7 input[type=radio] {
width: 30%;
-webkit-appearance: radio; 
}
span.label-si-no {
display: inline-block;
min-width: 20%;
}
.wpcf7-text {
width: 50%;
}
.wpcf7-submit {
 
background: #555555;
 
color: #ffffff;
 
}
div.istruzioni {
margin-top: 50px;
margin-bottom: 25px;
}
.wpcf7 input[type=submit] {
    background-color: #C00;
    color: #FFF;
    font-weight: bold;
    font-variant: small-caps;
    border-radius: 20px;
}