/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.wpml-ls-legacy-dropdown {
  width: auto;
  max-width: 100%;
  padding: 0;
}
.e--ua-safari .wpml-ls-legacy-dropdown {
  margin-top: 0;
}
.wpml-ls-legacy-dropdown a {
  color: #fff;
  border: 0;
  font-weight: 900;
  font-size: 16px;
  background-color: transparent;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-sticky--effects .wpml-ls-legacy-dropdown a {
  color: var(--e-global-color-text);
}

.wpml-ls-legacy-dropdown a:hover {
  background: transparent;
  color: var(--e-global-color-secondary);
}
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
  color: var(--e-global-color-secondary);
  background: transparent;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  padding-top: 4px;
  border-top: 0;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  position: absolute;
  font-size: 16px;
  margin-top: 1.5px;
  right: 4px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f078";
  border: 0;
  border-top: 0;
}
.wpml-ls-legacy-dropdown
  .wpml-ls-last-item.wpml-ls-item-de
  a.wpml-ls-item-toggle:after {
  display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-last-item.wpml-ls-item-de a {
  display: none;
}
.wpml-ls-legacy-dropdown .wpml-ls-last-item.wpml-ls-item-de a:hover {
  color: #fff;
}
