/* =========================================================
   ECOCIVITAS - PERSONALIZZAZIONI (plugin must-use)
   ========================================================= */

/* Testo consenso privacy nei form Contact Form 7: peso regolare
   (Bootstrap imposta font-weight:bold su tutte le label) */
.wpcf7-acceptance .wpcf7-list-item label,
.wpcf7-acceptance .wpcf7-list-item-label {
    font-weight: 400;
}

/* Pagina Gestione operativa Hospitality (ID 13675) */

/* Titolo h1 del titlebar: a sinistra su desktop... */
body.postid-13675 .themestek-titlebar h1.entry-title {
    text-align: left;
}

@media (max-width: 767px) {

    /* ...centrato solo su mobile */
    body.postid-13675 .themestek-titlebar h1.entry-title {
        text-align: center !important;
    }

    /* Titolo del form piu grande */
    body.postid-13675 h4.titolo-hospitality {
        font-size: 30px !important;
        line-height: 1.2 !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    /* Campi del form piu compatti */
    body.postid-13675 .wpcf7-form input.wpcf7-form-control,
    body.postid-13675 .wpcf7-form select.wpcf7-form-control {
        height: 44px !important;
        min-height: 44px !important;
        padding: 6px 12px !important;
        font-size: 14px !important;
    }
    body.postid-13675 .wpcf7-form textarea.wpcf7-form-control {
        min-height: 90px !important;
        padding: 8px 12px !important;
        font-size: 14px !important;
    }
    body.postid-13675 .wpcf7-form .wpcf7-form-control::placeholder {
        font-size: 14px !important;
    }
}
