/*
** Progetti Astratti
** www.progettiastratti.com
**
** Theme: Struttura
** Version: 4.5.0
*/

/* Plugin: Contact Form 7  */
/* Plugin: Contact Form 7 */
.wpcf7 {
    border: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 auto !important;
}

/* Lista elementi (checkbox, radio, ecc.) */
.wpcf7 .wpcf7-list-item {
    display: block;
    margin: 0 0 5px 0 !important; /* spaziatura verticale tra gli elementi */
    padding: 0;
}

/* Input e textarea generici */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 input[type="file"],
.wpcf7 input[type="number"],
.wpcf7 textarea {
    font-size: 14px !important;
    color: #808480 !important;
    background-color: #f5f5f5 !important;
    border: none !important;
    border-radius: 0 !important;
    width: 96% !important;
    padding: 10px !important;
    margin: 0 auto !important;
    font-family: inherit;
}

/* Checkbox */
.wpcf7 input[type="checkbox"] {
    border: none;
    border-radius: 0;
    width: 25px !important;
    height: 25px !important;
    vertical-align: middle;
}

/* Select */
.wpcf7-form select {
    line-height: 50px;
    font-size: 16px;
    color: #808480;
    background-color: #f5f5f5;
    border: none;
    border-radius: 0;
    padding: 0 10px 15px 10px;
    width: 96% !important;
    height: 50px;
    margin: 0 auto;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    /* text-transform: capitalize !important; */ /* da gestire con JS se vuoi effetto reale */
}

/* Submit */
.wpcf7 input[type="submit"] {
    width: 100% !important;
}

.wpcf7 input[type="submit"] a { 
    color: #000 !important;
    border: 1px solid #fff !important;
}

.wpcf7 input[type="submit"]:hover {
    color: #000 !important;
    background-color: #fff !important;
}

/* Output messaggi */
.wpcf7-response-output {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}


.wpcf7-form select,
.wpcf7-form select option {
    text-transform: none !important;
}
