:root{
    --colore-accento: #025585;
}

html,
body {
    height: 100%;
    margin: 0;
}

 #page.site {
     min-height: 100vh;
     display: flex;
     flex-direction: column;
 }

#content.site-content {
    flex: 1 0 auto;
}

#footer {
    flex-shrink: 0;
}

.it-header-center-wrapper {
    background: var(--colore-accento);
}
.it-footer-main {
    background-color: var(--colore-accento);
}

/* Header - Logo */
.it-header-center-wrapper {
    & .it-brand-text {
        & img {
            max-width: 80px;
            width: 100%;
            height: auto;
        }
    }
}
@media (max-width: 972px) {
    .it-header-center-wrapper {
        & .it-brand-text {
            & img {
                max-width: 50px;
            }
        }
    }
}

/**/


/* Menu footer - Submenu */
#menu-menu-footer-submenu {
    display: flex;
    flex-direction: row !important;
}
/**/

/* Fluent Forms - Voce 'Supporto' */
.ff_header {
    & .ff_menu {
        & li:last-child {
            display: none !important;
        }
    }
}