/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.topbar-one {
    position: relative;
    background: var(--digitalfirehouse-base, #CA4445);
    height: 40px;
}

.topbar-one .container-fluid {
    max-width: 1760px;
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-one__info {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.topbar-one__info__item span, .topbar-one__info__item a {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
    color: var(--digitalfirehouse-gray, #DCCEC6);
}

.topbar-one__info__item i {
    color: var(--digitalfirehouse-white, #fff);
    transition: all 0.4s ease-in-out;
}

.topbar-one__info__item a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar-one__info__item a:hover {
    background-size: 100% 1px;
}

.topbar-one__info__item:hover i {
    color: var(--digitalfirehouse-secondary, #232728);
}

.topbar-one__info__item + .topbar-one__info__item {
    margin-left: 30px;
}

.topbar-one__right {
    background: var(--digitalfirehouse-secondary, #232728);
    padding-left: 50px;
    position: relative;
    height: 40px;
    z-index: 1;
}

.topbar-one__right::after {
    content: "";
    background: var(--digitalfirehouse-secondary, #232728);
    width: 9999999px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 99%;
    z-index: -1;
}

.topbar-one__social {
    display: flex;
    height: 40px;
    align-items: center;
}

.topbar-one__social a {
    color: var(--digitalfirehouse-white, #fff);
    font-size: 14px;
}

.topbar-one__social a + a:hover {
    color: var(--digitalfirehouse-base, #CA4445);
}

@media (max-width: 767px) {
    .topbar-one {
        display: none;
    }
}

.topbar-one {
    position: relative;
    background: var(--digitalfirehouse-base, #CA4445);
}

.topbar-one .container-fluid {
    max-width: 1760px;
}

.topbar-one__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar-one__info {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.topbar-one__info__item span, .topbar-one__info__item a {
    margin-bottom: 0;
    padding-bottom: 0;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 129%;
    color: var(--digitalfirehouse-gray, #DCCEC6);
}

.topbar-one__info__item i {
    color: var(--digitalfirehouse-white, #fff);
    transition: all 0.4s ease-in-out;
}

.topbar-one__info__item a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
}

.topbar-one__info__item a:hover {
    background-size: 100% 1px;
}

.topbar-one__info__item:hover i {
    color: var(--digitalfirehouse-secondary, #232728);
}

.topbar-one__info__item + .topbar-one__info__item {
    margin-left: 30px;
}

