/*
Theme Name: Hello Elementor Child
Description: Tema child per Hello Elementor
Author: creative-farm
Author URI: https://www.creative-farm.it
Template: hello-elementor
Version: 1.0
*/
#top-bar{
    z-index:21!important;
}
.wpml-ls-native,
.wpml-ls-display {
  display: none;
}

/* Ricrea IT / EN */
.wpml-ls-item-it > a::before {
  content: "IT";
  font-weight: 600;
}

.wpml-ls-item-en > a::before {
  content: "EN";
  font-weight: 600;
}

.wpml-ls-legacy-dropdown-click .js-wpml-ls-item-toggle::after {
  content: "›"!important;
  transform: translateY(-55%) rotate(90deg);
  font-size: 20px;  
  right: 10px!important;
  top: calc(56%)!important;
  pointer-events: none;
  border:none!important;
  font-weight:500;
}

.wpml-ls-legacy-dropdown-click {
  display: inline;
  font-size:14px;
  line-height: 1;  
}

.wpml-ls-legacy-dropdown-click .js-wpml-ls-item-toggle {
  background: #242424;
  color: #F0F1F1!important;
  font-weight: 700;
  border-radius: 5px;
  padding: 5px 8px 5px 13px;
  display: inline-block;
  text-decoration: none;  
}

/* anche il menu dropdown */
.wpml-ls-sub-menu-click {
  overflow: hidden;
}
.wpml-ls-legacy-dropdown-click .js-wpml-ls-item-toggle[aria-expanded="true"]{
  border-bottom-left-radius: 0px!important;
  border-bottom-right-radius: 0px!important;
}
#wpml-ls-submenu-click-default a{
  border-bottom-left-radius: 5px!important;
  border-bottom-right-radius: 5px!important;
}
.wpml-ls-sub-menu-click li a {
  background: #242424;
  color: #F0F1F1;
  font-weight: 600;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-item{
    text-align:center;
}
.elementor-widget-wpml-language-switcher .wpml-elementor-ls .wpml-ls-item .wpml-ls-link{
    color: #F0F1F1!important;
}
.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:hover::before{
    color:#00A9B6!important;
}
#top-bar .wpml-ls-legacy-dropdown-click>ul{
    margin-left:15px!important;
    margin-right:15px!important;
}
.wpml-ls-current-language{
    line-height:1;
}
.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
    padding-right:25px!important;
    margin-top:-3px!important;
}