.main-header .header-items .header-col.logo-item img {
    max-width: 180px!important;
}
@media only screen and (min-width: 1024px) {
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: auto !important;
    }
}
@media only screen and (min-width:1024px) {
    .genesis-nav-menu .sub-menu > .menu-item.menu-item-has-children > a span:after {
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        content: "\f0d7";
        margin-left: 7px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1180px) {
    #footer-count2 {
        width: 30%!important;
    }
    #footer-count3, #footer-count4 {
        width: 17%!important;
    }
}