@charset "utf-8";

.language-switcher {
    position: relative;
    width: 130px;
    height: 40px;
    background: #ddd93d;
    display: block;
    padding: 0px 0px;
    border-radius: 5px;
}

#polyglotLanguageSwitcher {}

#polyglotLanguageSwitcher,
#polyglotLanguageSwitcher * {
    margin: 0;
    padding: 11px 0px 12px;
    outline: none;
}

#polyglotLanguageSwitcher ul {
    list-style: none;
}

#polyglotLanguageSwitcher {
    color: #fff !important;
    line-height: normal;
    position: relative;
}

#polyglotLanguageSwitcher form {
    display: none;
}



/* ---------------------------------------------------------------------- */
/* JS-created Code
/* ---------------------------------------------------------------------- */
#polyglotLanguageSwitcher a {
    text-decoration: none;
    display: block;
    padding: 2px 0px 3px 0;
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: 0px center;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: var(--thm-font-two);
    transition: all 500ms ease;
}

#polyglotLanguageSwitcher a.current:link,
#polyglotLanguageSwitcher a.current:visited,
#polyglotLanguageSwitcher a.current:active {
    position: relative;
    /* sets the initial position for the trigger arrow */
}

#polyglotLanguageSwitcher a.active {
    /* This style is applied as long as the drop-down menu is visible. */
    border-bottom: none !important;
    border-radius: 3px 3px 0 0 !important;
}

#polyglotLanguageSwitcher span.trigger {
    display: block;
    position: absolute;
    top: 8px;
   
}

#polyglotLanguageSwitcher span.trigger:before {
    
}

#polyglotLanguageSwitcher a.current:hover span.trigger,
#polyglotLanguageSwitcher a.current:active span.trigger,
#polyglotLanguageSwitcher a.active span.trigger {
    background-position: left bottom !important;
}







#en {
    background-image: url(../../assets/../vendors/language-switcher/en.png);
    background-image: none;
}

#fr {
    background-image: url(../../assets/../vendors/language-switcher/fr.png);
    background-image: none;
}

#de {
    background-image: url(../../assets/../vendors/language-switcher/de.png);
    background-image: none;
}

#it {
    background-image: url(../../assets/../vendors/language-switcher/it.png);
    background-image: none;
}

#es {
    background-image: url(../../assets/../vendors/language-switcher/es.png);
    background-image: none;
}