
/* MENU */

/* SUBMENU */

/* BUTTON */

/* Theme Options Custom CSS */
/* 1. FORÇA O MENU A FICAR BRANCO E VISÍVEL EM TODOS OS ESTADOS NO PRAGUE */
.site-header a,
.site-header .navigation a,
.site-header .main-menu a,
header.is-sticky a,
header.is-fixed a,
.header-wrapper a,
.site-header.is-sticky .navigation ul li a {
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-block !important;
}

/* 2. EVITA QUE OS DA NAVEGAÇÃO FIQUEM INVISÍVEIS */
.site-header .navigation,
.site-header .main-menu,
header nav {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* 3. MANTER O HOVER BONITO EM CINZA-AÇO */
.site-header a:hover,
header a:hover {
    color: #8a9597 !important;
}

/* 4. AJUSTA A MARGEM DAS ÂNCORAS PARA NÃO COBRIR O TÍTULO */
#servizi,
#chisiamo,
.aluglaz-premium-section,
.about-row {
    scroll-margin-top: 110px !important;
}