.elementor-kit-10{--e-global-color-primary:#62259D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FC6A3A;--e-global-color-c1e76b5:#FFFFFF;--e-global-color-01d75f5:#EB2454;--e-global-color-08b04e1:#FF3399;--e-global-color-b47cef7:#6B0FB2;--e-global-color-9d953a4:#FFEBF6;--e-global-color-dac1ea1:#7B1BCC;--e-global-typography-primary-font-family:"Archivio";--e-global-typography-primary-font-weight:900;--e-global-typography-secondary-font-family:"Archivio";--e-global-typography-secondary-font-weight:bold;--e-global-typography-text-font-family:"Archivio";--e-global-typography-text-font-weight:normal;--e-global-typography-accent-font-family:"Archivio";--e-global-typography-accent-font-weight:normal;--e-global-typography-ef0c4dc-font-family:"Archivio";--e-global-typography-ef0c4dc-font-size:35px;--e-global-typography-ef0c4dc-font-weight:900;--e-global-typography-ef0c4dc-text-transform:uppercase;--e-global-typography-f6de9a9-font-family:"Archivio";--e-global-typography-f6de9a9-font-weight:normal;--e-global-typography-81af873-font-family:"Archivio";--e-global-typography-81af873-font-weight:bold;--e-global-typography-3c577e9-font-family:"Archivio";--e-global-typography-3c577e9-font-weight:bold;--e-global-typography-4246ac4-font-family:"Archivio";--e-global-typography-4246ac4-font-size:32px;--e-global-typography-4246ac4-font-weight:bold;--e-global-typography-4246ac4-text-transform:uppercase;--e-global-typography-4246ac4-line-height:1.4em;--e-global-typography-4246ac4-letter-spacing:0.3px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:60px;padding-inline-start:60px;background-color:#FFFFFF;}.site-header .site-description{color:#62259D;font-family:"Montserrat", Sans-serif;}.site-header .site-navigation ul.menu li a{color:#54595F;}.site-header .site-navigation-toggle i{color:#A6A6A6;}.site-header .site-navigation .menu li{font-family:"Montserrat", Sans-serif;}.site-footer{background-color:#333333;}.site-footer h4.site-title a{color:#FFFFFF;}.site-footer h4.site-title{font-family:"Montserrat", Sans-serif;}.site-footer .site-description{font-family:"Montserrat", Sans-serif;}footer .footer-inner .site-navigation a{color:#FFFFFF;font-family:"Montserrat", Sans-serif;}.site-footer .copyright p{color:#FFFFFF;font-family:"Montserrat", Sans-serif;font-size:16px;line-height:2.3em;}@media(max-width:1200px){.elementor-kit-10{--e-global-typography-4246ac4-font-size:27px;--e-global-typography-4246ac4-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-10{--e-global-typography-4246ac4-font-size:28px;--e-global-typography-4246ac4-line-height:1.1em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header{padding-inline-end:10px;padding-inline-start:10px;}}/* Start custom CSS *//*
*** Header
*/

#site-header {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

/* Stile di base per le voci del menu */
menu-item a {
    
    transition: color 0.3s ease; /* Colore quando il cursore è sopra la voce */
}

/* Stile di hover per le voci del menu */
.menu-item a:hover {
    color: #62259d; /* Colore quando il cursore è sopra la voce */
}

/*Sub menu*/
ul.sub-menu {
    border: 1px solid #ebebeb;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 4%);
}

ul.sub-menu li:hover {
    background-color: #333;
}

ul.sub-menu li:hover a {
   color: #fff!important;
}

/*
*** Footer
*/
#site-footer {
    margin-top: 30px;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Archivio';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://test-wp.wbb.it/wp-content/uploads/Archivo-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Archivio';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('https://test-wp.wbb.it/wp-content/uploads/Archivo-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Archivio';
	font-style: normal;
	font-weight: bold;
	font-display: swap;
	src: url('https://test-wp.wbb.it/wp-content/uploads/Archivo-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Archivio';
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url('https://test-wp.wbb.it/wp-content/uploads/Archivo-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */