jQuery(document).ready(function($){"use strict";var ratio=150/150;$(".gallery-container .item-content").not(".post-gallery-container .item-content").each(function(){var rpsWidth=$(this).parent(".gallery-container").find(".item-cover").first().width();var rpsHeight=rpsWidth*ratio;$(this).find(".item-cover img").height(rpsHeight);$(this).last().addClass("highlight");});if($(window).width()>480){var maxHeight=Math.max.apply(null,$(".section-thumb-excerpt.grid-col-2 .thumb-excerpt-list li, .section-thumb-excerpt.grid-col-3 .thumb-excerpt-list li").map(function() {return $(this).height();}).get());$(".section-thumb-excerpt.grid-col-2 .thumb-excerpt-list li, .section-thumb-excerpt.grid-col-3 .thumb-excerpt-list li").height(maxHeight);} if($(window).width()>1023){var pin=$(".tabs-list");if(pin.length){var pinHeight=pin.offset().top-90;$(window).scroll(function(){var scroolHeight=$(this).scrollTop();if(scroolHeight>=pinHeight){$(".header").removeClass("head-pinned");$(".search-box").removeClass("search-pinned");}else if(scroolHeight1){thisPOPGallerySlider[i]=new Swiper("#"+thisPOPGallerySliderID,{effect:"slide",direction:"horizontal",slidesPerView:"auto",loopedSlides:5,slidesPerGroup:1,spaceBetween:0,centeredSlides:false,simulateTouch:true,preloadImages:true,pagination:{el:"#"+thisPaginationID,type:"bullets",clickable:true,},navigation:{prevEl:"#"+thisPrevButtonID,nextEl:"#"+thisNextButtonID,},a11y:{prevSlideMessage:"Prev",nextSlideMessage:"Next",paginationBulletMessage:"{{index}}",},speed:1200,autoplay:{delay:$(this).data("delay"),disableOnInteraction:false,},loop:true});}else{thisPOPGallerySlider[i]=new Swiper("#"+thisPOPGallerySliderID,{effect:"slide",direction:"horizontal",slidesPerView:"auto",loopedSlides:5,slidesPerGroup:1,spaceBetween:0,centeredSlides:true,simulateTouch:true,preloadImages:true,pagination:{el:"#"+thisPaginationID,type:"bullets",clickable:true,},navigation:{prevEl:"#"+thisPrevButtonID,nextEl:"#"+thisNextButtonID,},a11y:{prevSlideMessage:"Prev",nextSlideMessage:"Next",paginationBulletMessage:"{{index}}",},speed:800,loop:true});}});$(window).bind("scroll",function(){if($(this).scrollTop()>200){$(".back-to-top, .back-to-top-livechat").fadeIn(500);}else{$(".back-to-top, .back-to-top-livechat").fadeOut(500);}});$(".back-to-top, .back-to-top-livechat").click(function(){$("html, body").animate({scrollTop:"0px"},1200);});if($(window).width()>1023){$(".live-chat-icon .live-chat-box p, .live-chat-icon .woo-cart-box").hover(function(){$(this).find("span,strong").animate({right:"45px",opacity:1},300);},function(){$(this).find("span,strong").animate({right:"-200px",opacity:0},300);});} $(document).click(function(){$(".message-form-box .message-form").slideUp("fast");});$(".message-form-box").click(function(event){event.stopPropagation();});$(".message-header").click(function(){$(".message-form-box .message-form").slideToggle("fast");$(".message-form-box").toggleClass("message-form-box-toggle");$(".message-form-box .message-header .arrow-toggle i").toggleClass("fa-angle-up fa-angle-down");});});