/* Navbar Strip-bar */

.strip-bar{
    align-items: center;
    background-color: #363636;
    color: #ffffff;
    display: flex;
    min-height: 40px;
    width: 100%;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    top:0;
    text-align: center;
    z-index: 1;
    font-size: 12px;
}

.strip-bar.inactive{
    min-height: 0!important;
    height: 0!important;
}

.strip-bar.hidden{
    display: none;
}

.strip-bar a:hover{
    text-decoration: underline;
}

.strip-bar .close {
    position: absolute;
    right: 15px;
    top: 11px;
    line-height: 11px;
    opacity: 1;
}

.strip-bar .desktop-text,.strip-bar .mobile-text{
    width: 100%;
    padding: 0 40px;
}

.strip-bar .desktop-text *,.strip-bar .mobile-text *{
    color: inherit!important;
}
.strip-bar .desktop-text a,.strip-bar .mobile-text a{
    text-decoration: underline!important;
}