/**
 * Theme Name: Gavia
 * Description: Blocksy Child theme
 * Author: Riccardo Turcato - Studio Multidisciplinare
 * Template: blocksy
 * Text Domain: blocksy
 */

/* CF7 */
.wpcf7 .wpcf7-spinner {
	display: block;
    margin: 10px auto 20px;
    text-align: center;
}
@media (min-width: 999.99px) {
    .wpcf7 .wpcf7-form {
        display: grid;
        grid-template-columns: auto auto;
        row-gap: 20px;
        column-gap: 40px;
    }
}
.wpcf7 .wpcf7-form label {
	font-weight:normal!important;
	color:#fff;
}
.wpcf7 .wpcf7-submit  {
    float: none!important;
}
.wpcf7 .wpcf7-form a {
    background-color: inherit!important;
    color: inherit!important;
    padding: inherit!important;
}
.wpcf7 .wpcf7-file {
    margin-top: 10px!important;
}

/* FORM CONTATTI GENERICO */
@media (min-width: 999.99px) {
    #cf7-contact p:nth-of-type(7),
    #cf7-contact p:nth-of-type(8),
    #cf7-contact p:nth-of-type(9),
    #cf7-contact p:nth-of-type(10) {
        grid-column: span 2;
    }
}
#cf7-contact p:nth-of-type(8),
#cf7-contact p:nth-of-type(9),
#cf7-contact p:nth-of-type(10) {
	text-align:center;
}
#cf7-contact p:nth-of-type(8),
#cf7-contact p:nth-of-type(9) {
    margin-bottom: 0;
	color:#fff;
}