/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/




/*----------------------------------------
// CSS - MODULO CONTATTI
//--------------------------------------*/

/* Place holder text color */

::-webkit-input-placeholder {
color: #003e80!important;
}
::-moz-placeholder {
color: #003e80!important;
}
::-moz-placeholder {
color: #003e80!important;
}
::-ms-input-placeholder {
color: #003e80!important;
}

/* Clear placeholder text on focus*/

[placeholder]:focus::-webkit-input-placeholder {
transition: opacity 0.15s 0.15s ease;
opacity: 0;
}


/* Highlight input field on focus with background color */
#top .av-contact-form-color input[type='text']:focus, input:focus, textarea:focus {
    background-color: #ecf2f8!important; /* Colore di sfondo quando il campo è in focus */
    transition: background-color 0.3s ease; /* Aggiunta della transizione per lo sfondo */
    font-weight: bold!important;
    color: black!important;
}

/* Optional: If you want to remove focus border or modify it */
#top .av-contact-form-color input[type='text']:focus, input:focus, textarea:focus {
    border: 1px solid #538cc6!important; /* (opzionale) Aggiungi un bordo per evidenziare il focus */
}



#top #main .main_color input[type='text'], #top .main_color select, #top .main_color textarea {
    background-color: #f8f8f8!important;
    color: #000;
}



















