/*
 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
------------------------------------------------------- */
.mappa {
    line-height: 0em;
}

.wpcf7 label {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
}

.wpcf7 input[type=email],
.wpcf7 input.text,
.wpcf7 input[type=text],
.wpcf7 textarea {
    width: 100% !important;
}

.wpcf7 input.text,
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 select,
.wpcf7 textarea {
    border: none !important;
    padding: 16px !important;
    color: #4e4e4e !important;
    font-size: 16px;
    box-shadow: 0px 20px 30px -6px rgba(173, 180, 208, 0.2) !important;
}
.wpcf7 input[type=submit]{
    color: #ffffff !important;
    border-width: 7px !important;
    border-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    background-color: #52a8ff !important;
    padding: .3em 1em;
    float:right;
    cursor: pointer;
    }