/* Top Bar */
#top-bar .social-links {
    float: right;
    padding-left: 30px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 100;
    list-style: none;
    margin-bottom: 0;
}
#top-bar-wrapper.ghost-top-bar {
    visibility: hidden;
    position: fixed;
    transform: translate(0, -100%);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1), visibility .2s cubic-bezier(.215, .61, .355, 1);
}
.ghost-top-bar-show #top-bar-wrapper {
    visibility: visible;
    transform: translate(0, 0);
    transition: transform .2s cubic-bezier(.215, .61, .355, 1);
}
#top-bar-wrapper.fixed {
    transition: height .4s cubic-bezier(.215, .61, .355, 1), background .4s cubic-bezier(.215, .61, .355, 1), opacity .4s cubic-bezier(.215, .61, .355, 1);
}

#top-bar-wrapper {
    background: var(--top-bar-background-color);
    position: relative;
    z-index: 1001;
    position: absolute;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#top-bar-wrapper.fixed {
    position: fixed;
    top: auto;
    outline: 0 solid transparent;
}
#top-bar {
    max-width: 1170px;
    margin: 0 auto;
    color: var(--top-bar-text-color);
    text-transform: none;
    position: relative;
    font-size: 12px;
    height: 100%;
}
.full-width-header #top-bar {
    padding: 0 30px;
    max-width: none;
}
.top-bar-menu {
    float: right;
    margin-left: auto;
}
.top-bar-menu ul {
    list-style: none;
    margin: 0;
}
.top-bar-menu li {
    display: inline-block;
}
.top-bar-menu li:before {
    content: "|";
    display: inline-block;
    margin: 0 10px;
}
.top-bar-menu li:first-of-type:before {
    display: none;
}
#top-bar .top-bar-menu li a {
    color: #fff;
}
#top-bar .top-bar-menu li a:hover {
    color: #999;
}

#top-bar .info-header a,
#top-bar .info-header [class^='icon-'],
#top-bar .info-header [class*=' icon-'] {
    color: var(--top-bar-link-color);
}
#top-bar a:hover,
#top-bar .info-header a:hover {
    color: var(--top-bar-link-color-hover);
}

/* Top Bar Info */
#top-bar .info-top-bar {
    font-size: inherit;
    float: right;
    height: 100%;
    margin-left: 25px;
    display: flex;
    position: relative;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    align-items: center;
}
#top-bar .info-top-bar-2 {
    float: left;
    margin-left: 0;
}
#top-bar .info-top-bar p {
    margin-bottom: 0;
    font-size: inherit;
    line-height: inherit;
}

#top-bar .social-links .social {
    color: var(--top-bar-social-links-color);
}
#top-bar .social-links .social:hover {
    color: var(--top-bar-social-links-color-hover);
}

.search-position-top-bar .header-wrapper .search-header {
    display: none;
}

#top-bar .search-header-icon:before {
    color: var(--top-bar-text-color);
}
#top-bar .search-header-icon:hover i:before {
    color: var(--top-bar-link-color-hover);
}

/* Top Bar Menu */
.nav-menu-top-bar {
    float: right;
}
.nav-menu-top-bar ul {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
}
#top-bar .nav-menu-top-bar ul a {
    color: var(--top-bar-menu-link-color);
}
#top-bar .nav-menu-top-bar ul li a span:after {
    background: var(--top-bar-menu-link-color);
}
#top-bar .nav-menu-top-bar > ul > li > a:hover,
#top-bar .nav-menu-top-bar > ul > li.sfHover > a,
#top-bar .nav-menu-top-bar > ul > .current-menu-item > a,
#top-bar .nav-menu-top-bar > ul > .current_page_item > a,
#top-bar .nav-menu-top-bar > ul > .current-menu-ancestor > a {
    color: var(--top-bar-menu-link-color-hover);
}
.nav-menu-top-bar ul li li {
    margin-top: .5em;
}
#top-bar .nav-menu > ul > li a:hover span:after,
#top-bar .nav-menu > ul li.sfHover a span:after,
#top-bar .nav-menu > ul > .current-menu-item > a span:after,
#top-bar .nav-menu > ul > .current_page_item > a span:after,
#top-bar .nav-menu > ul > .current-menu-ancestor > a span:after {
    background: var(--top-bar-menu-link-color-hover);
}

.header-wrapper .menu-drawer .info-top-bar {
    font-size: inherit;
    float: left;
    height: 100%;
    margin-left: 0;
    position: relative;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    clear: both;
}
.header-wrapper .menu-drawer .info-top-bar p {
    margin: 1em 0 0 !important;
    float: left;
    clear: both;
}
.menu-drawer .info-top-bar ul li {
    float: left;
    clear: both;
    margin-left: 0 !important;
    margin-bottom: 15px !important;
}

.top-bar-enabled.non-sticky-top-bar .header.header--cloned {
    position: fixed;
    top: 0;
}
.admin-bar.top-bar-enabled .header.header--cloned,
.admin-bar.top-bar-enabled #top-bar-wrapper.ghost-top-bar {
    top: 32px;
}

.top-bar-enabled.non-sticky-top-bar .header--fixed {
    position: fixed;
    top: 0;
}
.admin-bar.top-bar-enabled .header--fixed {
    top: 32px;
}

.top-bar-enabled #main {
    margin-top: 40px;
}

@media (max-width: 1023px) {
    .full-width-header #top-bar {
        padding-left: 15px;
        padding-right: 15px;
    }
    #top-bar-wrapper.ghost-top-bar {
        display: none;
    }
    #top-bar .nav-menu {
        display: none;
    }

    #top-bar {
        padding: 0 15px;
    }
    #top-bar .social-links {
        display: none;
    }
    #top-bar .info-header {
        display: none;
    }
    #top-bar-wrapper {
        display: none;
    }
}

@media (max-width: 782px) {
    .admin-bar.top-bar-enabled .header--fixed {
        top: 46px;
    }
}