(function($) { "use strict"; //===== Prealoder $(window).on('load', function(event) { $('.proloader').delay(500).fadeOut(500); }); /* ------------------------------------- Sticky Header -------------------------------------- */ var wind = $(window); var sticky = $('.header-bar-area'); wind.on('scroll', function() { var scroll = wind.scrollTop(); if (scroll < 100) { sticky.removeClass('sticky'); } else { sticky.addClass('sticky'); } }); /* ------------------------------------- Responsive menu -------------------------------------- */ var siteMenuClone = function() { $('.js-clone-nav').each(function() { var $this = $(this); $this.clone().attr('class', 'site-nav-wrap').appendTo('.site-mobile-menu-body'); }); setTimeout(function() { var counter = 0; $('.site-mobile-menu .has-children').each(function() { var $this = $(this); $this.prepend('