/**
 * Theme Name: YOOtheme Pellitteri
 * Theme URI: https://studiopellitteri.altea-service.com
 * Description: Child theme di YOOtheme per studiopellitteri.altea-service.com.
 * Author: Altea
 * Template: yootheme
 * Version: 1.0.0
 * Requires PHP: 7.4
 * Requires at least: 6.1
 */

.lang-switcher.widget_polylang ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    list-style: none;
}

.footer-de,
.footer-it {
    display: none !important;
}

html[lang^="de-DE"] .footer-de,
html[lang^="it-IT"] .footer-it {
    display: block !important;
}

.uk-navbar-dropdown-nav>li.uk-active>a {

  border-bottom: #a6d0b4 2px solid;

}