/**
* Theme Name: Westio Child
* Description: This is a child theme of Westio, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes</a>
* Template: westio
* Version: 1.0.1
*/

header {
    transition: transform 0.3s ease, background 0.3s ease;
    position: sticky !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transform: translateY(0);
}


.single-content header.entry-header {
    position: static !important;
}

.cs-wpml-header-nav a {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag {
    width: 22px;
    height: 22px;
}

/* .westio-language-switcher-mobile .language-switcher-img a, .westio-language-switcher-mobile .language-switcher-head {
    width: 30px;
    height: 30px;
    background: #e7e7e7;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
 
.westio-language-switcher-mobile .language-switcher-img {
    margin-left: 10px;
} */

.westio-mobile-nav .westio-language-switcher-mobile .item img {
    width: 35px;
    height: 35px;
}