.running-line {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: block;
    height: 41px;
    background: #4E4544;
    padding: 13px 0;
    line-height: 1.2;
    text-transform: uppercase;
    overflow: hidden;
    z-index: 25;
}

.running-line *:not(.fa, .vc_btn3-icon, .ab-icon, .aio-icon i) {
    font-family: 'Geologica', sans-serif !important;
}

.running-line ~ .site {
    margin-top: 41px;
}

.running-line ~ .site .header-sticky--normal {
    position: fixed;
    top: 41px;
    z-index: 1500;
}

.running-line-wrap {
    display: flex;
}

.running-line-content {
    display: flex;
    align-items: center;
    margin-right: 64px;
    font-weight: 200;
    font-size: 12px;
    color: #fff !important;
    text-decoration: none;
    white-space: nowrap;
}
