/* Language Selector */
.foot-languages .wpml-ls-legacy-dropdown {
  width:175px!important;
}
.foot-languages li a {
  padding:0!important;
  display: flex!important;
  align-items: center!important;
  justify-content: flex-end;
}
.foot-languages li a img {
  max-width:30px!important;
}
.foot-languages li a span {
  font-size:14px!important;
}
.foot-languages .wpml-ls-sub-menu {
  padding-top:10px;
  width:auto!important;
  left:0!important;
}
.foot-languages .wpml-ls-sub-menu li a {
  justify-content: flex-start;
  padding:5px!important;
}