/* Shared public website navigation theme. */
:root {
    --website-menu-bg: #302a27;
    --website-menu-text: #ffffff;
    --website-menu-accent: #db5e41;
    --website-menu-height: 80px;
}

.main-menu__wrapper-inner,
.main-menu-three__wrapper-inner,
.stricky-header .main-menu__wrapper,
.stricky-header .main-menu-three__wrapper,
.stricky-header .main-menu__wrapper-inner,
.stricky-header .main-menu-three__wrapper-inner {
    min-height: var(--website-menu-height);
    padding-left: 35px;
    background-color: var(--website-menu-bg);
    box-shadow: 0 8px 24px rgba(20, 16, 14, 0.16);
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
    padding-top: 24px;
    padding-bottom: 24px;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
    margin-left: 40px;
}

.main-menu .main-menu__list > li > a,
.main-menu-three .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
    color: var(--website-menu-text);
    font-size: 16px;
    font-weight: 500;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
    color: var(--website-menu-accent);
}

.main-menu__search-btn,
.main-menu-three__search-btn {
    min-height: var(--website-menu-height);
    padding-top: 12px;
    padding-bottom: 12px;
}

.main-menu .mobile-nav__toggler {
    min-height: var(--website-menu-height);
    color: var(--website-menu-text);
    align-items: center;
}

.main-header-three__top-logo img {
    width: 170px;
    max-height: 76px;
    object-fit: contain;
}

.mobile-nav__content .logo-box {
    display: inline-flex;
    padding: 8px 12px;
    background: #ffffff;
    border-radius: 4px;
}

.mobile-nav__content .logo-box img {
    display: block;
    width: 180px;
    max-width: 100%;
    height: auto;
}

.mobile-nav__social a i {
    line-height: inherit;
}

.footer-widget__logo {
    display: inline-flex;
    padding: 8px 12px;
    background-color: #ffffff;
    border-radius: 4px;
}

.footer-widget__logo img {
    display: block;
    width: 190px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 1199px) {
    .main-menu__wrapper-inner,
    .main-menu-three__wrapper-inner {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 575.98px) {
    :root {
        --website-menu-height: 70px;
    }

    .main-menu__wrapper-inner,
    .main-menu-three__wrapper-inner {
        padding-left: 18px;
        padding-right: 18px;
    }
}
