.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f50bfa9:#008C45;--e-global-color-0917018:#FFFFFF;--e-global-color-23eee78:#CD212A;--e-global-typography-primary-font-family:"Aisha Latin";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;--e-global-typography-aa600c9-font-family:"Aisha Latin";--e-global-typography-aa600c9-font-size:2rem;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-23eee78 );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );color:var( --e-global-color-0917018 );border-radius:25px 25px 25px 25px;padding:9px 18px 9px 18px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{font-size:6rem;line-height:6rem;}.elementor-kit-6 h2{font-size:5rem;line-height:5rem;}.elementor-kit-6 h3{font-size:4rem;line-height:2.5rem;}.elementor-kit-6 h4{font-size:3rem;line-height:3rem;}.elementor-kit-6 h5{font-size:2rem;line-height:2.5rem;}.elementor-kit-6 h6{font-size:1.5rem;line-height:1.5rem;}.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-kit-6 h1{font-size:5rem;line-height:3rem;}.elementor-kit-6 h2{font-size:3.5rem;line-height:2.5rem;}.elementor-kit-6 h3{font-size:3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */ul {
    padding-bottom: 2rem!important;
}
    
    .highlight-menu a {
    font-weight: 900!important;
    /*border: #009246 solid 4px!important;
    border-radius: 18px!important;*/
}
/*.highlight-menu a:hover {
    border: #CE2B37 solid 4px!important;
    background: #CE2B37!important;
    border-radius: 18px!important;
}
.highlight-menu a:active {
    border: #009246 solid 4px!important;
    background: #00924!important6;
    border-radius: 18px!important;
}*/

/* shrinking header section */

.shrinker {
	background: transparent;
	height: 320px;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: #ffffff;
	/*background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);*/
	height: 120px!important;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.2);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking logo image */

.shrinking-logo {
	width: 300px!important;
	padding: 40px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects .shrinking-logo {
	width: 100px!important;
	padding: 15px!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* shrinking menu 

.shrinker.elementor-sticky--effects ul li a {
	font-size: .9rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

shrinking menu */

/* Tooltip personalizzato base */
/* Contenitore per il posizionamento del tooltip */
.elementor-social-icon {
    position: relative;
}

/* Tooltip personalizzato */
.elementor-social-icon:hover::after {
    content: attr(data-tooltip);
    position: absolute;
    
    /* Posizionamento sotto l'icona */
    top: 130%; 
    left: 50%;
    transform: translateX(-50%);
    
    /* Stile estetico */
    background-color: #008C45; /* Verde richiesto */
    color: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
    
    /* Testo */
    font-size: 14px; /* Font leggermente più grande */
    font-weight: 500;
    white-space: nowrap;
    
    /* Priorità e animazione */
    z-index: 9999;
    pointer-events: none;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
}

/* Freccetta opzionale rivolta verso l'alto */
.elementor-social-icon:hover::before {
    content: "";
    position: absolute;
    top: 115%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #008C45 transparent;
    z-index: 9999;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Aisha Latin';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://realitaliancheese.com/wp-content/uploads/2026/02/Aisha-Latin-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Aisha Latin';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://realitaliancheese.com/wp-content/uploads/2026/02/Aisha-Latin-Semibold.ttf') format('truetype');
}
@font-face {
	font-family: 'Aisha Latin';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://realitaliancheese.com/wp-content/uploads/2026/02/Aisha-Latin-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Aisha Latin';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://realitaliancheese.com/wp-content/uploads/2026/02/Aisha-Latin-Extrabold.ttf') format('truetype');
}
/* End Custom Fonts CSS */