/**
Name: Global Site Style Theme Free
Description: Global Site Style
Author: FIT di Formato Iovino Tiziano
Author URI: https://fitsolution.net
*/

.lang-switcher p {
  display: inline-block;
  margin: 0;
}
.lang-switcher li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin-left:5px;
}

.lang-switcher li img {
  vertical-align: middle;
  margin: 0 3px 3px 5px;
}

.lang-switcher li:first-child:before {
content: "\f0ac";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    display: inline-block;
    color: inherit;
}