/* ---------------------------------------------------------------------------
   Modulo di contatto statico
   Solo le regole che Divi non forniva gia': il campo trappola anti-spam
   e i messaggi di esito. Il resto dello stile resta quello del tema.
   --------------------------------------------------------------------------- */

/* Campo trappola: invisibile a chi naviga, compilato dai bot.
   Non usa display:none, che alcuni bot riconoscono ed evitano. */
.ti-hp {
    position: absolute !important;
    left: -9999px !important;
    top: auto !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

/* Messaggi di esito, sopra al modulo */
.et-pb-contact-message .ti-msg {
    margin: 0 0 18px;
    padding: 14px 18px;
    border-radius: 3px;
    border-left: 4px solid;
    font-size: 15px;
    line-height: 1.5;
}

.et-pb-contact-message .ti-msg--ok {
    background: #eaf6ec;
    border-left-color: #3a9d4f;
    color: #24632f;
}

.et-pb-contact-message .ti-msg--errore {
    background: #fdecec;
    border-left-color: #d0342c;
    color: #8f221c;
}

/* Bottone durante l'invio */
.et_pb_contact_submit[disabled] {
    opacity: .6;
    cursor: progress;
}
