/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.yti-lang-switcher {
    display: inline-block;
    position: relative;
}
.yti-lang-switcher button.yti-lang-toggle {
    padding: 0 28px 0 0;
    margin: 0;
    background: transparent;
    color: #fff;
    fill: #fff;
    vertical-align: middle;
    outline: none;
    border: none;
    position: relative;
    line-height: 1;
}
.yti-lang-switcher.mode-dark button.yti-lang-toggle{
    color: #000;
    fill: #000;
}
.yti-lang-switcher button.yti-lang-toggle:hover {
    color: #F6DA46;
    fill: #F6DA46;
}
.yti-lang-switcher.mode-dark button.yti-lang-toggle:hover {
    color: #c36;
    fill: #c36;
}
.yti-lang-switcher button.yti-lang-toggle .yti-font-icon-svg {
    height: 25px;
    width: 25px;
    text-align: center;
}
.yti-lang-switcher button.yti-lang-toggle .yti-lang-name {
    font-size: small;
    line-height: 1;
    vertical-align: top;
    margin-left: 2px;
    position: absolute;
    top: -10px;
    right: 0;
}
.yti-lang-switcher .yti-lang-list {
    list-style: none;
    margin: 10px 0 0;
    padding: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    border-radius: 8px;
    z-index: 999;
    display: none;
}
.yti-lang-switcher.mode-dark .yti-lang-list {
    background-color: #000;
}
.yti-lang-switcher .yti-lang-list > li {
    width: 100%;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: small;
}
.yti-lang-switcher .yti-lang-list > li:last-child {
    margin-bottom: 0;
}
.yti-lang-switcher .yti-lang-list > li a {
    color: #c36;
}
.yti-lang-switcher .yti-lang-list > li a:hover {
    color: #000;
}
.yti-lang-switcher.mode-dark .yti-lang-list > li a {
    color: #fff;
}
.yti-lang-switcher.mode-dark .yti-lang-list > li a:hover {
    color: #c36;
}

@media (max-width: 767px) {
    .yti-lang-switcher .yti-lang-list {
        left: 0;
        right: inherit;
    }
}