.ecos-fixed {
    position: fixed;
    width: 100%;
    padding: .5rem 0 0 0;
    margin: 0;
    z-index: 9999;
}
#ecos-sticky-header {
    transition: padding 500ms ease-in-out;
}

html.hc-nav-yscroll #wpadminbar {
   position: fixed !important;
}
@media screen and (max-width: 600px) {
    html #wpadminbar {
        position: fixed !important;
    }
}
@media screen and (max-width: 782px) {
    html #wpadminbar {
        z-index: 4 !important;
    }
    #ecos-sticky-header {
        top: 46px !important;
    }
}