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

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

/* Inputs e textarea */
.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 select,
.wpcf7 textarea {
    font-size: 14px;
    color: #808480;
    background-color: #f5f5f5!important;
    border: none;
    border-radius: 0;
    padding: 1% !important;
    margin: 0 auto;
    width: 96%!important;
    font-family: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

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

/* Submit button */
.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;
}

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