/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 08:24:58 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Rende i campi del modulo moderni e minimali */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="date"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 18px;
    margin-top: 8px;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px; /* Angoli arrotondati moderni */
    background-color: #f9f9f9;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Effetto focus quando l'utente clicca sul campo */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #0073aa; /* Cambialo con il colore del tuo brand */
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(0, 115, 170, 0.1);
    outline: none;
}

/* Stile per i titoli dei campi (Label e Paragraphs) */
.wpcf7 label, 
.wpcf7 p strong {
    font-size: 14px;
    font-weight: 600;
    color: #444444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 5px;
}

/* Spaziatura e stile per i checkbox (scelte multiple) */
.wpcf7 .wpcf7-checkbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Dispone i checkbox a griglia automatica */
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 25px;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
    display: inline-flex;
    align-items: center;
}

.wpcf7 .wpcf7-list-item input[type="checkbox"] {
    margin-right: 8px;
    width: 18px;
    height: 18px;
    accent-color: #0073aa; /* Cambialo con il tuo colore */
}

/* Trasforma il pulsante Invia in un super bottone di conversione */
.wpcf7 input[type="submit"] {
    width: auto;
    min-width: 200px;
    background-color: #0073aa; /* Colore principale */
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 35px;
    border: none;
    border-radius: 50px; /* Bottone a pillola, molto moderno */
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(0, 115, 170, 0.2);
}

/* Effetto passaggio mouse sul bottone */
.wpcf7 input[type="submit"]:hover {
    background-color: #005177; /* Colore più scuro al passaggio del mouse */
    transform: translateY(-2px); /* Effetto sollevamento */
    box-shadow: 0 6px 20px rgba(0, 115, 170, 0.3);
}

.wpcf7 input[type="submit"]:active {
    transform: translateY(0);
}

.footer .widget.widget_nav_menu H2 {
  color: #fff !important;
  margin: 0px !important;
  padding: 0px !important;
  border: 0px !important;
}
.footer .widget ul li {
	display:block !important;
	border-radius:4px !important;
	margin: 2px !important;
	padding: 0px 8px !important;
}

.footer .widget ul li:hover {
	background: #194174;
	border-radius:4px;
	margin: 2px;

}

.footer .widget ul li:hover a {
	text-decoration: none
}

#menu-footer-menu {
	margin:0px;
	padding:0px;
}
.column_210 {
	border:0px !important;
}