/**
 * Theme Name:     Growthers - Hello Elementor Child
 * Author:         Growthers
 * Template:       hello-elementor
 * Text Domain:	   growthers-hello-elementor-child
 * Description:    Growthers Child Theme
 */

/* Fix Weglot Language Switcher Z-Index */
.weglot-container,
.country-selector,
aside.weglot_switcher,
.weglot_switcher {
    position: relative !important;
    z-index: 999999 !important;
}

.weglot-container ul,
.country-selector ul {
    z-index: 999999 !important;
}

@media (max-width: 768px) {
    .weglot-container,
    .country-selector {
        z-index: 999999 !important;
    }
}

/* Fix Widget Flottante Weglot - sopra i pulsanti */
#weglot-switcher-1,
.weglot-container {
    z-index: 99999999 !important;
    position: fixed !important;
}

/* Tutti gli elementi Weglot sopra */
.weglot_switcher,
.weglot-container,
.country-selector,
aside.weglot_switcher {
    z-index: 99999999 !important;
}

/* Dropdown sempre visibile */
.weglot_switcher .language-list {
    z-index: 99999999 !important;
}
