/**************************** CSS PER SISTEMARE I CAMPI ERRORE DEL FORM************/
.mobile-sidebar {
    background: right top no-repeat rgb(245, 245, 245) !important}

.screen-reader-response{
display:none!important;
}

.wpcf7-not-valid-tip{
color:red!important;
}

.wpcf7-validation-errors{
color:red!important;
}

.wpcf7-mail-sent-ok{
color:green!important;
}
.instagram{
display:none;
}


/**************************** CSS PER SISTEMARE LO SPAZIO TRA I TITOLI NELLA PAGINA COLLABORAZIONI************/
.entry-content h3 {
    margin-top: 20px;
}