/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2026 | 10:10:14 */
/* Add your CSS code here. */ 

#site-header{
    position: fixed;
    top:0;
    left:0;
	width: 100%;
    background: transparent;
    transition: background-color .3s ease, box-shadow .3s ease;
    z-index:999;
}

#site-header.scrolled{
    background: #283583;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.hero-frase {
	 text-wrap: balance;
}

.ast-single-post .entry-content a {
	text-decoration: none
}

.ast-single-post .entry-content a:visited {
	color: var(--ast-global-color-0)
}

.ast-single-post .entry-content .chi-siamo-descrizione a {
	color: black;
}


#footer a {
	color: white;
}