').insertBefore('div.uk-navbar-center a.uk-navbar-toggle'); jQuery(window).scroll(function() { if (jQuery(this).scrollTop() > 100) { jQuery('.tm-headerbar-top').css({ 'display': 'none', 'opacity': '0' }); jQuery('.tm-header-overlay').css({ 'position' :'sticky', 'top' :'0', 'padding-top' : '10px', 'z-index' : '1', 'background-color' : '#fff' }); } }); jQuery(window).scroll(function() { if (jQuery(this).scrollTop() < 100) { jQuery('.tm-headerbar-top').css({ 'display': 'block', 'opacity': '1' }); jQuery('.tm-header-overlay').css({ 'position' :'relative', 'top' :'unset', 'z-index' : '1', 'margin-top' : '70px', 'padding-top' : '0', 'background-color' : 'transparent' }); } });