/*
Theme Name: theforest
Description: Theme for our brokers
Version: 3.0
Author: Kirill Everett
Author URI: #
*/

/* Header */

.wpml-ls-legacy-list-horizontal{
    padding: unset;
}

.wpml-ls-legacy-list-horizontal a{
    padding: unset;
}

.wpml-ls-legacy-list-horizontal .wpml-ls-flag{
    border-radius: 99px;
    object-fit: cover;
}

.ishome.dark .wpml-ls-native{
    color: white;
}

.header-left{
    width: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-weight: 600!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover{
    font-weight: 600!important;;
}

@media only screen and (max-width: 768px){
    #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before{
        font-size: 30px;
    }
    .header-left-nav{
        order:2;
    }
    .header-right{
        width: 100%;
    }
    .header-left-nav{
            justify-content: flex-end;
    }
}

.ishome.dark #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: white!important;
}
#toggleMenuAction {
    list-style: none;
    padding: unset;
    position: relative;
}

.user-username{
    color: white;
}

.menuBoxOpen{
    position: absolute;
    display: none;
    z-index: 99999;
    width: max-content;
    max-width: none;
    padding: 0px;
    border: 1px solid rgba(0, 0, 0, 0.17);
    background: white;
    border-radius: 6px;
}

.menuBoxOpen a{
    display: block;
    background: transparent;
    color: black;
    font-family: inherit;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 20px;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: baseline;
}