/* 
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
*/

/* Add your custom styles here */

.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal,
.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal a,
.pc-language-switcher-wrap .wpml-ls-native {
    color: #fff;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none !important;
}

.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal {
    border: 0;
    padding: 0;
}

.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal > ul {
    display: inline-flex;
    align-items: center;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 0;
    margin: 0 !important;
    padding: 0 !important;
}

.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal .wpml-ls-item,
.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal .wpml-ls-item-legacy-list-horizontal {
    margin: 0 !important;
    padding: 0 !important;
}

.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal a:hover,
.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal a:focus {
    color: #fff;
    text-decoration: none;
}

.pc-language-switcher-wrap .wpml-ls-legacy-list-horizontal a {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.pc-language-switcher-wrap .wpml-ls-item-fr-ca .wpml-ls-link::after {
    content: "/";
    color: #fff;
    margin: 0;
    padding: 0;
}
.wpml-ls-legacy-list-horizontal .wpml-ls-item{
    display: inline-flex!important;
    
}