.entry-content span.site-location br {
    display: none;
}

@media only screen and (min-width: 1024px) {
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: 70px !important;
    }
    .main-header .header-items .header-col.logo-item {
        width: 40%;
        text-align: left;
    }
    .genesis-nav-menu > .menu-item.menu-item-has-children > ul.sub-menu > .menu-item-has-children > a span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        margin-left: 7px;
        font-size: 12px;
    }
}