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

/* Header */

.header {
    z-index: 99999;
    position: relative;
}

.header .navbar{
    justify-content: flex-start;
    gap: 16px;
}

.header .container {
    position: relative;
    display: grid;
}

img.main-logo {
    width: 150px;
}

.header__actions {
    height: 50px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    gap: 12px;
}

.authenticate .authenticate-ul{
    margin: unset;
    padding: unset;
    list-style: none;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.btn-login{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;

    border: 2px solid #f3d961;
    color: #243161;
    border-radius: 50px;
    font-weight: 700;
    padding: 8px 20px 14px;
    min-width: 150px;
}

.btn-register{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;

    border: 2px solid #f3d961;
    background-color: #f3d961;
    color: #243161;
    border-radius: 50px;
    font-weight: 700;
    padding: 8px 20px 14px;
    min-width: 150px;
}

.header__divider {
    height: 100%;
    border: 0.5px solid #243161;
}

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

.header__actions .wpml-ls-legacy-list-horizontal ul{
    list-style: none;
}

.header__actions .wpml-ls-legacy-list-horizontal a{
    color: #243161;
    padding: unset;
}

/* Auth */

#login .paragraph{
    color: #8088A4;
}

/* RTL */

html[dir="rtl"] .header .navbar{ 
    direction: rtl;
}

html[dir="rtl"] .header .header__actions{
    margin-left: unset;
    margin-right: auto;
}
.menuBoxOpen{
    display: none;
}
.smallLineInMenuBox a{
    color:#243161;
}