jQuery(document).ready(function(){function e(e){if(jQuery(e).length)var r=jQuery(e).outerHeight(!0);else r=0;return r}jQuery(window).on("load resize scroll",function(r){adminbarHeight=e("#wpadminbar"),jQuery(window).innerWidth()>767?jQuery("#header-main.sticky").css({top:adminbarHeight+"px"}):jQuery("#header-main.sticky").css({top:0});var a=adminbarHeight+jQuery(".header-bottom").outerHeight();jQuery("#header-search-form-wrap.sticky").css({top:a+"px"})}),adminbarHeight=e("#wpadminbar");var r=jQuery("#header-main").offset().top-adminbarHeight;document.onscroll=function(){if(jQuery(window).scrollTop()>=r){jQuery("#header-main").addClass("sticky"),jQuery("#header-main.sticky").css({top:adminbarHeight+"px"});var e=adminbarHeight+jQuery(".header-bottom").outerHeight();jQuery("#header-search-form-wrap").addClass("sticky"),jQuery("#header-search-form-wrap.sticky").css({top:e+"px"})}else jQuery("#header-main").removeClass("sticky"),jQuery("#header-main").css({top:"auto"}),jQuery("#header-search-form-wrap").removeClass("sticky")}});