/*
Theme Name: Hello Elementor Child Theme
Description: This is a custom child theme for Hello Elementor
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Author: soxes
Author URI:  https://soxes.ch/
Template: hello-elementor
Version: 1.0.4
*/

.wpml-ls-legacy-dropdown {
    width: auto;
    display: inline-block;
    vertical-align: super;
}

body .wpml-ls-legacy-dropdown a {
    border: none;
    font-weight:bold;
    font-size: 14px;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a,
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
    color: #000000;
    background: none !important;
}

.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a:hover, .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a:hover {
    color: var(--e-global-color-accent );
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: 0.35em solid transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 5px;
    left: 33px;
    top: 4px;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border: none;
    text-align: left;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #FFFFFF;
}