.top-area {
    color: #384554;
    padding: 5px 0;
}
.top-area-style-1 {
    background-color: #f1f5f8;
}
.top-area-items {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}
.top-area-contacts .sc-contacts-address:before, .top-area-contacts .sc-contacts-phone:before, .top-area-contacts .sc-contacts-fax:before, .top-area-contacts .sc-contacts-email:before {
    font-family: 'scalia-icons';
    margin-right: 0.33em;
    vertical-align: top;
    display: inline-block;
    width: 14px;
    text-align: center;
}
.blog.blog-style-timeline article .comments:before, .widget .sc-contacts-email:before, .widget .sc-contacts-phone:before, .widget .sc-contacts-address:before, .widget .sc-contacts-fax:before, .top-area-search .searchform button:before, .blog.blog-style-masonry article .description .info .comments:before, .blog-style-default .post-image .sc-dummy:after {
    color: #99a3b0;
}
.top-area-search {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    position: relative;
    margin: 0 0 0 auto;
    gap: 20px;
}
.top-area-search a {
    line-height: 26px;
    color: #384554;
}
.top-area-search a:hover {
    text-decoration: underline;
}
.top-area-contacts {
    line-height: 30px;
    padding-left: 15px;
}
.top-area-contacts .sc-contacts-address, .top-area-contacts .sc-contacts-phone, .top-area-contacts .sc-contacts-fax, .top-area-contacts .sc-contacts-email {
    float: left;
    font-size: 13px;
    padding-right: 25px;
}
.top-area-contacts .sc-contacts-phone a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
}
.top-area-contacts .sc-contacts-phone:before {
    content: '\e625';
    color: #99A3B0;
}
.top-area-contacts .sc-contacts-email:before {
    content: '\e626';
    color: #99A3B0;
}
.top-area-socials {
    float: left;
    height: 30px;
    line-height: 30px;
}
.socials-item {
    display: inline-block;
    vertical-align: top;
    margin-left: 50px;
}
.top-area-socials .socials-item {
    margin-left: 10px;
}
.top-area-socials .socials-item a {
    background-color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 0;
    line-height: 0;
    position: relative;
    display: block;
    text-align: center;
}
.top-area-socials .socials-item a i.custom-icon {
    line-height: 30px;
    font-size: 16px;
    color: #99A3B0;
    transition: .4s;
}
.top-area-socials .socials-item a:hover i.custom-icon {
    color: #eab830;
}
.top-area-search .language-toggle-container {
    background: transparent;
    border: none;
}
.language-toggle-dropdown .select2-results__options {
    text-align: center;
}
@media (max-width: 767px) {
    #header.sticky_header .header_default.fixed:after {
        display: none;
    }
    .navbar-toggle {
        padding-top: 24px;
    }
    .logo-unit {
        padding-bottom: 5px;
    }
}
@media (max-width: 1024px) {
    .top-area-items {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .top-area-search {
        margin: 0;
        gap: 0;
        justify-content: center;
    }
}