/* ============================================================= 
    Header
============================================================= */

.top-bar__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.acf-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 0.5em;
    font-weight: 400;
}

.acf-link span {
    position: relative;
    top: 1px;
    display: inline-block;
    margin-right: 0.5em;
}

.acf-link img {
    width: 75px;
}
