/**
 * Footer custom styles
 * Sfondo blu (colore header) con testo invertito - attivato da Aspetto > Personalizza > Footer
 */

/* Footer sfondo blu (colore header) - testo invertito */
.footer-bg-blue .gh-foot {
    background-color: var(--header-bg, #2f6f8f);
    color: #fff;
}

.footer-bg-blue .gh-foot a {
    color: rgba(255, 255, 255, 0.9);
}

.footer-bg-blue .gh-foot a:hover {
    color: #fff;
    opacity: 1;
}

/* Separatore bullet tra voci menu */
.footer-bg-blue .gh-foot-menu .nav li + li:before {
    color: rgba(255, 255, 255, 0.7);
}
