AOS.init({ duration: 800, easing: 'slide', once: true }); jQuery(document).ready(function($) { "use strict"; var slider = function() { $('.nonloop-block-3').owlCarousel({ center: false, items: 1, loop: true, smartSpeed: 700, stagePadding: 15, margin: 20, autoplay: true, nav: true, navText: ['', ''], responsive: { 600: { margin: 20, items: 2 }, 1000: { margin: 20, items: 3 }, 1200: { margin: 20, items: 3 } } }); }; slider(); var siteMenuClone = function() { $('
').prependTo('.site-wrap'); $('
').prependTo('.site-mobile-menu'); $('
').prependTo('.site-mobile-menu-header'); $('').prependTo('.site-mobile-menu-header'); $('
').appendTo('.site-mobile-menu'); $('.js-logo-clone').clone().appendTo('.site-mobile-menu-logo'); $('').prependTo('.site-mobile-menu-close'); $('.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('