/*
Theme Name: Lightning-Trais
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.bogo-language-switcher li.current,
.bogoflags
{
    display:none;
}

.bogo-language-switcher {
    list-style-type:none;
    display: flex;
    align-items: center;
    padding:0;
    width:200px;
}
.bogo-language-switcher li a {
    background:#00d084;
    padding:5px 10px;
    color:#fff;
    font-weight:bold;
    transition:0.7s;
   text-decoration:none;
}
.bogo-language-switcher li a:hover  {
   text-decoration:none;
    opacity:0.6;
}