/**
* Theme Name: Supgor Child
* Description: This is a child theme of Supgor, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: supgor
* Version: 1.0.4
*/

/* Troca de idioma no canto direito da barra superior (menu top-right),
   em cinza. */
.supgor-lang-switcher-item .supgor-lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.supgor-lang-switcher-item .supgor-lang-switcher a,
.supgor-lang-switcher-item .supgor-lang-switcher .trp-current-lang {
    color: #808080;
    font: inherit;
    text-decoration: none;
}
.supgor-lang-switcher-item .supgor-lang-switcher .trp-current-lang {
    font-weight: 700;
}
.supgor-lang-switcher-item .supgor-lang-switcher a:hover {
    color: #5a5a5a;
    text-decoration: underline;
}
.supgor-lang-switcher-item .supgor-lang-switcher .sep {
    color: #808080;
    opacity: .55;
    font-weight: 400;
}
