Hide hellobar on mobil
/* Hide hellobar on mobile
--------------------------------------------- */
/*@media screen and (max-width: 760px) {
body #hellobar-wrapper,
body #hellobar-pusher {
display: none !important;
}
}*/
#hellobar_bar .hb-logo-wrapper .hb-logo-line {
display:none!important;
}