.elementor-kit-5{--e-global-color-primary:#141B2B;--e-global-color-secondary:#596F95;--e-global-color-text:#000000;--e-global-color-accent:#596F95;--e-global-color-2f0289e:#FFFFFF;--e-global-color-e0da09f:#55C0E7;--e-global-typography-primary-font-family:"Noto Serif";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Serif";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Serif";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Serif";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:700;--e-global-typography-08106d6-font-family:"Noto Serif";}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#3CD868;color:var( --e-global-color-2f0289e );}.elementor-kit-5 button:hover,.elementor-kit-5 button:focus,.elementor-kit-5 input[type="button"]:hover,.elementor-kit-5 input[type="button"]:focus,.elementor-kit-5 input[type="submit"]:hover,.elementor-kit-5 input[type="submit"]:focus,.elementor-kit-5 .elementor-button:hover,.elementor-kit-5 .elementor-button:focus{background-color:#43B663;color:#F8F8F8;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-primary );}.elementor-kit-5 a:hover{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Forza il font Noto Serif e la dimensione 12 sul menu in basso */
#wp-bottom-menu, 
#wp-bottom-menu .wpbm-label, 
#wp-bottom-menu .wpbm-text {
    font-family: 'Noto Serif', serif !important;
    font-size: 12px !important;
    text-transform: none; /* Opzionale: evita il tutto maiuscolo se non richiesto */
}

/* Se ci sono icone e vuoi rimpicciolire solo il testo */
#wp-bottom-menu span {
    font-family: 'Noto Serif', serif !important;
    font-size: 12px !important;
}

/* Crea l'icona Cookie Minimal (Solo contorno) per il WP Bottom Menu */
.icona-cookie-custom {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: transparent !important; /* Rimosso il colore pieno */
    border-radius: 50%;
    position: relative;
    vertical-align: middle;
    border: 1.5px solid #011640; /* Contorno scuro come le altre icone */
    box-sizing: border-box;
}

/* Aggiungiamo i dettagli (punti) dello stesso colore del contorno */
.icona-cookie-custom::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    background: #011640; /* Colore uniforme */
    border-radius: 50%;
    top: 4px;
    left: 5px;
    /* Posizionamento dei puntini interni */
    box-shadow: 7px 1px 0 #011640, 3px 8px 0 #011640, 9px 7px 0 #011640, 5px 4px 0 #011640;
}

/* Fix per la visibilità nel plugin */
.wpbm-menu-item i.icona-cookie-custom, 
.wpbm-menu-item span.icona-cookie-custom {
    font-family: inherit !important;
    font-style: normal;
    display: inline-flex;
}/* End custom CSS */