#top-bar {
    position: relative;
    border-bottom: 1px solid var(--opacity-gray-1);
    font-size: 13px;
}

.force-up-3 {
    margin-top: -2px !important;
}

.top-bar-icon {
    margin-right: 5px;
    font-size: 20px;
}

.top-links-item > a {
    display: block;
    padding: 8px;
    font-size: 0.75rem;
    line-height: 20px;
    text-transform: none;
    color: var(--gray-2);
}

.top-links-item > a > i:first-child {
    margin-right: 3px;
}

.top-links-item > a:hover {
    color: var(--white-1);
    transition: color 0.3s ease-in-out;
}

.top-links-item > a > i {
    vertical-align: top;
}

@media (min-width: 768px) {
    .top-links-item > a {
        padding: 8px;
    }
}

.top-links {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    flex-grow: 0;
    border-bottom: 1px solid var(--opacity-gray-1);
}

.signin-box-form {
    min-width: 280px;
}

.topbar-submenu {
    color: var(--white-2);
    min-width: 250px;
    padding: 0.5rem;
    border-radius: 0px 0px 5px 5px;
}

.virtual-links-item i {
    position: relative;
    top: -1px;
    font-size: 0.875rem;
    width: 16px;
    text-align: center;
    margin-right: 6px;
    vertical-align: top;
}

.shadow-submenu {
    box-shadow: 0 12px 18px 12px var(--opacity-gray-2);
}

@media (min-width: 768px) {
    .top-links {
        border-bottom: 0;
    }

    .top-links-item {
        position: relative;
    }
}

.top-links-item:first-child,
.top-links-item {
    border-left: 0 !important;
}

.btn-topbar:link {
    background-color: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.btn-topbar:hover {
    background-color: var(--color-main-navbar);
}

.top-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

#top-social {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0;
}

#top-social li {
    position: relative;
    list-style: none;
}

#top-social li:first-child {
    border-left: 0 !important;
}

#top-social a {
    display: -ms-flexbox;
    display: flex;
    height: 36px;
    width: auto;
    overflow: hidden;
    font-weight: 700;
    color: var(--gray-2);
}

#top-social li a:hover {
    color: var(--white-1) !important;
    text-shadow: 1px 1px 1px var(--opacity-gray-2);
}

#top-social li .ts-icon,
#top-social li .ts-text {
    display: block;
    flex-basis: 0;
    flex-grow: 1;
    height: 36px;
    line-height: 36px;
}

#top-social li .ts-icon {
    width: 40px;
    text-align: center;
    font-size: 0.875rem;
}

#top-social li .ts-text {
    max-width: 0px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#top-social li a:hover .ts-text {
    max-width: 200px;
    padding-right: 12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media (max-width: 768px) {
    span[class="top-links-text-menu"] {
        font-size: 10px;
    }
}
