
var wpAjaxUrl='http://www.robertharris.co.nz/wp-admin/admin-ajax.php';var flBuilderUrl='http://www.robertharris.co.nz/wp-content/plugins/bb-plugin/';var FLBuilderLayoutConfig={anchorLinkAnimations:{duration:1000,easing:'swing',offset:100},paths:{pluginUrl:'http://www.robertharris.co.nz/wp-content/plugins/bb-plugin/',wpAjaxUrl:'http://www.robertharris.co.nz/wp-admin/admin-ajax.php'},breakpoints:{small:768,medium:992,large:1200},waypoint:{offset:80}};(function($){if(typeof FLBuilderLayout!='undefined'){return;}
FLBuilderLayout={init:function()
{FLBuilderLayout._destroy();FLBuilderLayout._initClasses();FLBuilderLayout._initBackgrounds();FLBuilderLayout._initRowShapeLayerHeight();if(0===$('.fl-builder-edit').length){FLBuilderLayout._initModuleAnimations();FLBuilderLayout._initAnchorLinks();FLBuilderLayout._initHash();FLBuilderLayout._initForms();FLBuilderLayout._reorderMenu();}},refreshGalleries:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),mfContent=$element.find('.fl-mosaicflow-content'),wmContent=$element.find('.fl-gallery'),mfObject=null;if(mfContent){mfObject=mfContent.data('mosaicflow');if(mfObject){mfObject.columns=$([]);mfObject.columnsHeights=[];mfContent.data('mosaicflow',mfObject);mfContent.mosaicflow('refill');}}
if(wmContent){wmContent.trigger('refreshWookmark');}},refreshGridLayout:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),msnryContent=$element.find('.masonry');if(msnryContent.length){msnryContent.masonry('layout');}},reloadSlider:function(content)
{var $content='undefined'==typeof content?$('body'):$(content);if($content.find('.bx-viewport > div').length>0){$.each($content.find('.bx-viewport > div'),function(key,slider){setTimeout(function(){$(slider).data('bxSlider').reloadSlider();},100);});}},resizeAudio:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio'),player=null,mejsPlayer=null,rail=null,railWidth=400;if(audioPlayers.length&&typeof mejs!=='undefined'){audioPlayers.each(function(){player=$(this);mejsPlayer=mejs.players[player.attr('id')];rail=player.find('.mejs-controls .mejs-time-rail');var innerMejs=player.find('.mejs-inner'),total=player.find('.mejs-controls .mejs-time-total');if(typeof mejsPlayer!=='undefined'){railWidth=Math.ceil(player.width()*0.8);if(innerMejs.length){rail.css('width',railWidth+'px!important');mejsPlayer.options.autosizeProgress=true;setTimeout(function(){mejsPlayer.setControlsSize();},50);player.find('.mejs-inner').css({visibility:'visible',height:'inherit'});}}});}},preloadAudio:function(element)
{var $element='undefined'==typeof element?$('body'):$(element),contentWrap=$element.closest('.fl-accordion-item'),audioPlayers=$element.find('.wp-audio-shortcode.mejs-audio');if(!contentWrap.hasClass('fl-accordion-item-active')&&audioPlayers.find('.mejs-inner').length){audioPlayers.find('.mejs-inner').css({visibility:'hidden',height:0});}},resizeSlideshow:function(){if(typeof YUI!=='undefined'){YUI().use('node-event-simulate',function(Y){Y.one(window).simulate("resize");});}},reloadGoogleMap:function(element){var $element='undefined'==typeof element?$('body'):$(element),googleMap=$element.find('iframe[src*="google.com/maps"]');if(googleMap.length){googleMap.attr('src',function(i,val){return val;});}},_destroy:function()
{var win=$(window);win.off('scroll.fl-bg-parallax');win.off('resize.fl-bg-video');},_isTouch:function()
{if(('ontouchstart'in window)||(window.DocumentTouch&&document instanceof DocumentTouch)){return true;}
return false;},_isMobile:function()
{return/Mobile|Android|Silk\/|Kindle|BlackBerry|Opera Mini|Opera Mobi|webOS/i.test(navigator.userAgent);},_initClasses:function()
{var body=$('body'),ua=navigator.userAgent;if(!body.hasClass('archive')&&$('.fl-builder-content-primary').length>0){body.addClass('fl-builder');}
if(FLBuilderLayout._isTouch()){body.addClass('fl-builder-touch');}
if(FLBuilderLayout._isMobile()){body.addClass('fl-builder-mobile');}
if($(window).width()<FLBuilderLayoutConfig.breakpoints.small){body.addClass('fl-builder-breakpoint-small');}
if($(window).width()>FLBuilderLayoutConfig.breakpoints.small&&$(window).width()<FLBuilderLayoutConfig.breakpoints.medium){body.addClass('fl-builder-breakpoint-medium');}
if($(window).width()>FLBuilderLayoutConfig.breakpoints.medium&&$(window).width()<FLBuilderLayoutConfig.breakpoints.large){body.addClass('fl-builder-breakpoint-large');}
if($(window).width()>FLBuilderLayoutConfig.breakpoints.large){body.addClass('fl-builder-breakpoint-default');}
if(ua.indexOf('Trident/7.0')>-1&&ua.indexOf('rv:11.0')>-1){body.addClass('fl-builder-ie-11');}},_initBackgrounds:function()
{var win=$(window);if($('.fl-row-bg-parallax').length>0&&!FLBuilderLayout._isMobile()){FLBuilderLayout._scrollParallaxBackgrounds();FLBuilderLayout._initParallaxBackgrounds();win.on('resize.fl-bg-parallax',FLBuilderLayout._initParallaxBackgrounds);win.on('scroll.fl-bg-parallax',FLBuilderLayout._scrollParallaxBackgrounds);}
if($('.fl-bg-video').length>0){FLBuilderLayout._initBgVideos();FLBuilderLayout._resizeBgVideos();var resizeBGTimer=null;win.on('resize.fl-bg-video',function(e){clearTimeout(resizeBGTimer);resizeBGTimer=setTimeout(function(){FLBuilderLayout._resizeBgVideos(e);},100);});}},_initParallaxBackgrounds:function()
{$('.fl-row-bg-parallax').each(FLBuilderLayout._initParallaxBackground);},_initParallaxBackground:function()
{var row=$(this),content=row.find('> .fl-row-content-wrap'),winWidth=$(window).width(),screenSize='',imageSrc={default:'',medium:'',responsive:'',};imageSrc.default=row.data('parallax-image')||'';imageSrc.medium=row.data('parallax-image-medium')||imageSrc.default;imageSrc.responsive=row.data('parallax-image-responsive')||imageSrc.medium;if(winWidth>FLBuilderLayoutConfig.breakpoints.medium){screenSize='default';}else if(winWidth>FLBuilderLayoutConfig.breakpoints.small&&winWidth<=FLBuilderLayoutConfig.breakpoints.medium){screenSize='medium';}else if(winWidth<=FLBuilderLayoutConfig.breakpoints.small){screenSize='responsive';}
content.css('background-image','url('+imageSrc[screenSize]+')');row.data('current-image-loaded',screenSize);},_scrollParallaxBackgrounds:function()
{$('.fl-row-bg-parallax').each(FLBuilderLayout._scrollParallaxBackground);},_scrollParallaxBackground:function()
{var win=$(window),row=$(this),content=row.find('> .fl-row-content-wrap'),speed=row.data('parallax-speed'),offset=content.offset(),yPos=-((win.scrollTop()-offset.top)/speed),initialOffset=(row.data('parallax-offset')!=null)?row.data('parallax-offset'):0,totalOffset=yPos-initialOffset;content.css('background-position','center '+totalOffset+'px');},_initBgVideos:function()
{$('.fl-bg-video').each(FLBuilderLayout._initBgVideo);},_initBgVideo:function()
{var wrap=$(this),width=wrap.data('width'),height=wrap.data('height'),mp4=wrap.data('mp4'),youtube=wrap.data('youtube'),vimeo=wrap.data('vimeo'),mp4Type=wrap.data('mp4-type'),webm=wrap.data('webm'),webmType=wrap.data('webm-type'),fallback=wrap.data('fallback'),loaded=wrap.data('loaded'),videoMobile=wrap.data('video-mobile'),fallbackTag='',videoTag=null,mp4Tag=null,webmTag=null;if(loaded){return;}
videoTag=$('<video autoplay loop muted playsinline></video>');if('undefined'!=typeof fallback&&''!=fallback){videoTag.attr('poster','data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7')
videoTag.css({backgroundImage:'url("'+fallback+'")',backgroundColor:'transparent',backgroundRepeat:'no-repeat',backgroundSize:'cover',backgroundPosition:'center center',})}
if('undefined'!=typeof mp4&&''!=mp4){mp4Tag=$('<source />');mp4Tag.attr('src',mp4);mp4Tag.attr('type',mp4Type);videoTag.append(mp4Tag);}
if('undefined'!=typeof webm&&''!=webm){webmTag=$('<source />');webmTag.attr('src',webm);webmTag.attr('type',webmType);videoTag.append(webmTag);}
if(!FLBuilderLayout._isMobile()||(FLBuilderLayout._isMobile()&&"yes"==videoMobile)){if('undefined'!=typeof youtube){FLBuilderLayout._initYoutubeBgVideo.apply(this);}
else if('undefined'!=typeof vimeo){FLBuilderLayout._initVimeoBgVideo.apply(this);}
else{wrap.append(videoTag);}}
else{videoTag.attr('src','')
wrap.append(videoTag);}
wrap.data('loaded',true);},_initYoutubeBgVideo:function()
{var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),startTime='undefined'!==typeof playerWrap.data('start')?playerWrap.data('start'):0,startTime='undefined'!==typeof playerWrap.data('t')&&startTime===0?playerWrap.data('t'):startTime,endTime='undefined'!==typeof playerWrap.data('end')?playerWrap.data('end'):0,loop='undefined'!==typeof playerWrap.data('loop')?playerWrap.data('loop'):1,stateCount=0,player,fallback_showing;if(videoId){fallback=playerWrap.data('fallback')||false
if(fallback){playerWrap.find('iframe').remove()
fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+playerWrap.data('fallback')+')');fallbackTag.css('background-size','cover');fallbackTag.css('transition','background-image 1s')
playerWrap.append(fallbackTag);fallback_showing=true;}
FLBuilderLayout._onYoutubeApiReady(function(YT){setTimeout(function(){player=new YT.Player(videoPlayer[0],{videoId:videoId,events:{onReady:function(event){if("no"===enableAudio||FLBuilderLayout._isMobile()){event.target.mute();}
else if("yes"===enableAudio&&event.target.isMuted){event.target.unMute();}
playerWrap.data('YTPlayer',player);FLBuilderLayout._resizeYoutubeBgVideo.apply(playerWrap);event.target.playVideo();if(audioButton.length>0&&!FLBuilderLayout._isMobile()){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}},onStateChange:function(event){if(event.data===1){if(fallback_showing){$('.fl-bg-video-fallback').css('background-image','url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)')}}
if(stateCount<4){stateCount++;}
if(stateCount>1&&(-1===event.data||2===event.data)&&"yes"===enableAudio){player.mute();player.playVideo();audioButton.show();}
if(event.data===YT.PlayerState.ENDED&&1===loop){if(startTime>0){player.seekTo(startTime);}
else{player.playVideo();}}},onError:function(event){console.info('YT Error: '+event.data)
FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)}},playerVars:{playsinline:FLBuilderLayout._isMobile()?1:0,controls:0,showinfo:0,rel:0,start:startTime,end:endTime,}});},1);});}},_onErrorYoutubeVimeo:function(playerWrap){fallback=playerWrap.data('fallback')||false
if(!fallback){return false;}
playerWrap.find('iframe').remove()
fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+playerWrap.data('fallback')+')');playerWrap.append(fallbackTag);},_onYoutubeApiReady:function(callback){if(window.YT&&YT.loaded){callback(YT);}else{setTimeout(function(){FLBuilderLayout._onYoutubeApiReady(callback);},350);}},_initVimeoBgVideo:function()
{var playerWrap=$(this),videoId=playerWrap.data('video-id'),videoPlayer=playerWrap.find('.fl-bg-video-player'),enableAudio=playerWrap.data('enable-audio'),audioButton=playerWrap.find('.fl-bg-video-audio'),player,width=playerWrap.outerWidth(),ua=navigator.userAgent;if(typeof Vimeo!=='undefined'&&videoId){player=new Vimeo.Player(videoPlayer[0],{id:videoId,loop:true,title:false,portrait:false,background:true,autopause:false,muted:true});playerWrap.data('VMPlayer',player);if("no"===enableAudio){player.setVolume(0);}
else if("yes"===enableAudio){if(ua.indexOf("Safari")>-1||ua.indexOf("Chrome")>-1||ua.indexOf("Firefox")>-1){player.setVolume(0);audioButton.show();}
else{player.setVolume(1);}}
player.play().catch(function(error){FLBuilderLayout._onErrorYoutubeVimeo(playerWrap)});if(audioButton.length>0){audioButton.on('click',{button:audioButton,player:player},FLBuilderLayout._toggleBgVideoAudio);}}},_toggleBgVideoAudio:function(e){var player=e.data.player,control=e.data.button.find('.fl-audio-control');if(control.hasClass('fa-volume-off')){control.removeClass('fa-volume-off').addClass('fa-volume-up');e.data.button.find('.fa-times').hide();if('function'===typeof player.unMute){player.unMute();}
else{player.setVolume(1);}}
else{control.removeClass('fa-volume-up').addClass('fa-volume-off');e.data.button.find('.fa-times').show();if('function'===typeof player.unMute){player.mute();}
else{player.setVolume(0);}}},_videoBgSourceError:function(e)
{var source=$(e.target),wrap=source.closest('.fl-bg-video'),vid=wrap.find('video'),fallback=wrap.data('fallback'),fallbackTag='';source.remove();if(vid.find('source').length){return;}else if(''!==fallback){fallbackTag=$('<div></div>');fallbackTag.addClass('fl-bg-video-fallback');fallbackTag.css('background-image','url('+fallback+')');wrap.append(fallbackTag);vid.remove();}},_resizeBgVideos:function()
{$('.fl-bg-video').each(function(){FLBuilderLayout._resizeBgVideo.apply(this);if($(this).parent().find('img').length>0){$(this).parent().imagesLoaded($.proxy(FLBuilderLayout._resizeBgVideo,this));}});},_resizeBgVideo:function()
{if(0===$(this).find('video').length&&0===$(this).find('iframe').length){return;}
var wrap=$(this),wrapHeight=wrap.outerHeight(),wrapWidth=wrap.outerWidth(),vid=wrap.find('video'),vidHeight=wrap.data('height'),vidWidth=wrap.data('width'),newWidth=wrapWidth,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newLeft=0,newTop=0,iframe=wrap.find('iframe'),isRowFullHeight=$(this).closest('.fl-row-bg-video').hasClass('fl-row-full-height'),vidCSS={top:'50%',left:'50%',transform:'translate(-50%,-50%)',};if(vid.length){if(vidHeight===''||typeof vidHeight==='undefined'||vidWidth===''||typeof vidWidth==='undefined'){vid.css({'left':'0px','top':'0px','width':newWidth+'px'});vid.on('loadedmetadata',FLBuilderLayout._resizeOnLoadedMeta);return;}
if(!isRowFullHeight){if(newHeight<wrapHeight){newHeight=wrapHeight;newLeft=-((newWidth-wrapWidth)/2);newWidth=vidHeight?Math.round(vidWidth*wrapHeight/vidHeight):newWidth;}
else{newTop=-((newHeight-wrapHeight)/2);}
vidCSS={left:newLeft+'px',top:newTop+'px',height:newHeight+'px',width:newWidth+'px',}}
vid.css(vidCSS);}
else if(iframe.length){if(typeof wrap.data('youtube')!=='undefined'){FLBuilderLayout._resizeYoutubeBgVideo.apply(this);}}},_resizeOnLoadedMeta:function(){var video=$(this),wrapHeight=video.parent().outerHeight(),wrapWidth=video.parent().outerWidth(),vidWidth=video[0].videoWidth,vidHeight=video[0].videoHeight,newHeight=Math.round(vidHeight*wrapWidth/vidWidth),newWidth=wrapWidth,newLeft=0,newTop=0;if(newHeight<wrapHeight){newHeight=wrapHeight;newWidth=Math.round(vidWidth*wrapHeight/vidHeight);newLeft=-((newWidth-wrapWidth)/2);}
else{newTop=-((newHeight-wrapHeight)/2);}
video.parent().data('width',vidWidth);video.parent().data('height',vidHeight);video.css({'left':newLeft+'px','top':newTop+'px','width':newWidth+'px','height':newHeight+'px'});},_resizeYoutubeBgVideo:function()
{var wrap=$(this),wrapWidth=wrap.outerWidth(),wrapHeight=wrap.outerHeight(),player=wrap.data('YTPlayer'),video=player?player.getIframe():null,aspectRatioSetting='16:9',aspectRatioArray=aspectRatioSetting.split(':'),aspectRatio=aspectRatioArray[0]/aspectRatioArray[1],ratioWidth=wrapWidth/aspectRatio,ratioHeight=wrapHeight*aspectRatio,isWidthFixed=wrapWidth/wrapHeight>aspectRatio,width=isWidthFixed?wrapWidth:ratioHeight,height=isWidthFixed?ratioWidth:wrapHeight;if(video){$(video).width(width).height(height);}},_initModuleAnimations:function()
{if(typeof jQuery.fn.waypoint!=='undefined'){$('.fl-animation').each(function(){var node=$(this),nodeTop=node.offset().top,winHeight=$(window).height(),bodyHeight=$('body').height(),waypoint=FLBuilderLayoutConfig.waypoint,offset='80%';if(typeof waypoint.offset!==undefined){offset=FLBuilderLayoutConfig.waypoint.offset+'%';}
if(bodyHeight-nodeTop<winHeight*0.2){offset='100%';}
node.waypoint({offset:offset,handler:FLBuilderLayout._doModuleAnimation});});}},_doModuleAnimation:function()
{var module='undefined'==typeof this.element?$(this):$(this.element),delay=parseFloat(module.data('animation-delay')),duration=parseFloat(module.data('animation-duration'));if(!isNaN(duration)){module.css('animation-duration',duration+'s');}
if(!isNaN(delay)&&delay>0){setTimeout(function(){module.addClass('fl-animated');},delay*1000);}else{setTimeout(function(){module.addClass('fl-animated');},1);}},_initHash:function()
{var hash=window.location.hash.replace('#','').split('/').shift(),element=null,tabs=null,responsiveLabel=null,tabIndex=null,label=null;if(''!==hash){try{element=$('#'+hash);if(element.length>0){if(element.hasClass('fl-accordion-item')){setTimeout(function(){element.find('.fl-accordion-button').trigger('click');},100);}
if(element.hasClass('fl-tabs-panel')){setTimeout(function(){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');label[0].click();FLBuilderLayout._scrollToElement(element);},100);}}}
catch(e){}}},_initAnchorLinks:function()
{$('a').each(FLBuilderLayout._initAnchorLink);},_initAnchorLink:function()
{var link=$(this),href=link.attr('href'),loc=window.location,id=null,element=null,flNode=false;if('undefined'!=typeof href&&href.indexOf('#')>-1&&link.closest('svg').length<1){if(loc.pathname.replace(/^\//,'')==this.pathname.replace(/^\//,'')&&loc.hostname==this.hostname){try{id=href.split('#').pop();if(!id){return;}
element=$('#'+id);if(element.length>0){flNode=element.hasClass('fl-row')||element.hasClass('fl-col')||element.hasClass('fl-module');if(!element.hasClass('fl-no-scroll')&&(link.hasClass('fl-scroll-link')||flNode)){$(link).on('click',FLBuilderLayout._scrollToElementOnLinkClick);}
if(element.hasClass('fl-accordion-item')){$(link).on('click',FLBuilderLayout._scrollToAccordionOnLinkClick);}
if(element.hasClass('fl-tabs-panel')){$(link).on('click',FLBuilderLayout._scrollToTabOnLinkClick);}}}
catch(e){}}}},_scrollToElementOnLinkClick:function(e,callback)
{var element=$('#'+$(this).attr('href').split('#').pop());FLBuilderLayout._scrollToElement(element,callback);e.preventDefault();},_scrollToElement:function(element,callback)
{var config=FLBuilderLayoutConfig.anchorLinkAnimations,dest=0,win=$(window),doc=$(document);if(element.length>0){if('fixed'===element.css('position')||'fixed'===element.parent().css('position')){dest=element.position().top;}
else if(element.offset().top>doc.height()-win.height()){dest=doc.height()-win.height();}
else{dest=element.offset().top-config.offset;}
$('html, body').animate({scrollTop:dest},config.duration,config.easing,function(){if('undefined'!=typeof callback){callback();}
if(undefined!=element.attr('id')){if(history.pushState){history.pushState(null,null,'#'+element.attr('id'));}
else{window.location.hash=element.attr('id');}}});}},_scrollToAccordionOnLinkClick:function(e)
{var element=$('#'+$(this).attr('href').split('#').pop());if(element.length>0){var callback=function(){if(element){element.find('.fl-accordion-button').trigger('click');element=false;}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);}},_scrollToTabOnLinkClick:function(e)
{var element=$('#'+$(this).attr('href').split('#').pop()),tabs=null,label=null,responsiveLabel=null;if(element.length>0){tabs=element.closest('.fl-tabs');responsiveLabel=element.find('.fl-tabs-panel-label');tabIndex=responsiveLabel.data('index');label=tabs.find('.fl-tabs-labels .fl-tabs-label[data-index='+tabIndex+']');if(responsiveLabel.is(':visible')){var callback=function(){if(element){responsiveLabel.trigger($.Event('click',{which:1}));}};FLBuilderLayout._scrollToElementOnLinkClick.call(this,e,callback);}
else{label[0].click();FLBuilderLayout._scrollToElement(element);}
e.preventDefault();}},_initForms:function()
{if(!FLBuilderLayout._hasPlaceholderSupport){$('.fl-form-field input').each(FLBuilderLayout._initFormFieldPlaceholderFallback);}
$('.fl-form-field input').on('focus',FLBuilderLayout._clearFormFieldError);},_hasPlaceholderSupport:function()
{var input=document.createElement('input');return'undefined'!=input.placeholder;},_initFormFieldPlaceholderFallback:function()
{var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if('undefined'!=placeholder&&''===val){field.val(placeholder);field.on('focus',FLBuilderLayout._hideFormFieldPlaceholderFallback);field.on('blur',FLBuilderLayout._showFormFieldPlaceholderFallback);}},_hideFormFieldPlaceholderFallback:function()
{var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(val==placeholder){field.val('');}},_showFormFieldPlaceholderFallback:function()
{var field=$(this),val=field.val(),placeholder=field.attr('placeholder');if(''===val){field.val(placeholder);}},_clearFormFieldError:function()
{var field=$(this);field.removeClass('fl-form-error');field.siblings('.fl-form-error-message').hide();},_initRowShapeLayerHeight:function(){FLBuilderLayout._adjustRowShapeLayerHeight();$(window).on('resize',FLBuilderLayout._adjustRowShapeLayerHeight);},_adjustRowShapeLayerHeight:function(){var rowShapeLayers=$('.fl-builder-shape-layer');$(rowShapeLayers).each(function(index){var rowShapeLayer=$(this),shape=$(rowShapeLayer).find('svg'),height=shape.height(),excludeShapes='.fl-builder-shape-circle, .fl-builder-shape-dot-cluster, .fl-builder-shape-topography, .fl-builder-shape-rect';if(!rowShapeLayer.is(excludeShapes)){$(shape).css('height',Math.ceil(height));}});},_string_to_slug:function(str){str=str.replace(/^\s+|\s+$/g,'');if('undefined'==typeof window._fl_string_to_slug_regex){regex=new RegExp('[^a-zA-Z0-9\'":() !.,-_|]','g');}else{regex=new RegExp('[^'+window._fl_string_to_slug_regex+'\'":\(\) !.,-_|\\\p{Letter}]','ug');}
str=str.replace(regex,'').replace(/\s+/g,' ');return str;},_reorderMenu:function(){if($('#wp-admin-bar-fl-builder-frontend-edit-link-default li').length>1){$('#wp-admin-bar-fl-builder-frontend-duplicate-link').appendTo('#wp-admin-bar-fl-builder-frontend-edit-link-default').css('padding-top','5px').css('border-top','2px solid #1D2125').css('margin-top','5px')}}};$(function(){FLBuilderLayout.init();});})(jQuery);jQuery(function($){$(function(){$('.fl-node-9rnfltyqv36g .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});(function($){FLBuilderMenu=function(settings){this.nodeId=settings.id;this.nodeClass='.fl-node-'+settings.id;this.wrapperClass=this.nodeClass+' .fl-menu';this.type=settings.type;this.mobileToggle=settings.mobile;this.mobileBelowRow=settings.mobileBelowRow;this.mobileFlyout=settings.mobileFlyout;this.breakPoints=settings.breakPoints;this.mobileBreakpoint=settings.mobileBreakpoint;this.currentBrowserWidth=$(window).width();this.postId=settings.postId;this.mobileStacked=settings.mobileStacked;this._initMenu();$(window).on('resize',$.proxy(function(e){var width=$(window).width();if(width!=this.currentBrowserWidth){this.currentBrowserWidth=width;this._initMenu();this._clickOrHover();}},this));$('body').on('click',$.proxy(function(e){if('undefined'!==typeof FLBuilderConfig){return;}
var activeMobileMenu=$(this.wrapperClass+' .fl-menu-mobile-toggle.fl-active');if(activeMobileMenu.length&&('expanded'!==this.mobileToggle)){$(activeMobileMenu).trigger('click');}
$(this.wrapperClass).find('.fl-has-submenu').removeClass('focus');$(this.wrapperClass).find('.fl-has-submenu .sub-menu').removeClass('focus');},this));$(this.wrapperClass+' ul.menu > li:last-child').on('focusout',$.proxy(function(e){if($(this.wrapperClass).find('.fl-menu-mobile-toggle').hasClass('fl-active')&&('expanded'!==this.mobileToggle)){if(!$(e.relatedTarget).parent().hasClass('menu-item')){$(this.wrapperClass).find('.fl-menu-mobile-toggle').trigger('click');}}},this));};FLBuilderMenu.prototype={nodeClass:'',wrapperClass:'',type:'',breakPoints:{},$submenus:null,_isMobile:function(){return this.currentBrowserWidth<=this.breakPoints.small?true:false;},_isMedium:function(){return this.currentBrowserWidth<=this.breakPoints.medium?true:false;},_isLarge:function(){return this.currentBrowserWidth<=this.breakPoints.large?true:false;},_isMenuToggle:function(){if(('always'==this.mobileBreakpoint||(this._isMobile()&&'mobile'==this.mobileBreakpoint)||(this._isMedium()&&'medium-mobile'==this.mobileBreakpoint)||(this._isLarge()&&'large-mobile'==this.mobileBreakpoint))&&($(this.wrapperClass).find('.fl-menu-mobile-toggle').is(':visible')||'expanded'==this.mobileToggle)){return true;}
return false;},_initMenu:function(){this._setupSubmenu();this._menuOnFocus();this._menuOnEscape();this._submenuOnClick();if($(this.nodeClass).length&&this.type=='horizontal'){this._initMegaMenus();}
if(this._isMenuToggle()||this.type=='accordion'){$(this.wrapperClass).off('mouseenter mouseleave');this._menuOnClick();this._clickOrHover();}else{$(this.wrapperClass).off('click');this._submenuOnRight();this._submenuRowZindexFix();}
if(this.mobileToggle!='expanded'){this._toggleForMobile();}
if($(this.wrapperClass).find('.fl-menu-search-item').length){this._toggleMenuSearch();}
if($(this.wrapperClass).find('.fl-menu-cart-item').length){this._wooUpdateParams();}},_setupSubmenu:function(){$(this.wrapperClass+' ul.sub-menu').each(function(){$(this).closest('li').attr('aria-haspopup','true');});},_menuOnFocus:function(){var cKey=0,isShifted=false;$(this.nodeClass).off('keydown').on('keydown','a',function(e){cKey=e.which;isShifted=e.shiftKey;});$(this.nodeClass).off('focus').on('focus','a',$.proxy(function(e){var $menuItem=$(e.target).parents('.menu-item').first(),$parents=$(e.target).parentsUntil(this.wrapperClass);$('.fl-menu .focus').removeClass('focus');$parents.addClass('focus')
if(!$menuItem.closest('.fl-has-submenu').hasClass('escaped')){$menuItem.addClass('focus')}
else{$menuItem.closest('.fl-has-submenu').removeClass('focus escaped')}},this)).on('focusout','a',$.proxy(function(e){var el=$(e.target).parent(),$megaMenu=el.closest('.mega-menu'),$megaLastItem=$megaMenu.find('> .sub-menu > .menu-item:last-child'),$lastItem=el.parents('.fl-has-submenu:last').find('.menu-item:last'),isLastChild=!$megaMenu.length&&el.is($lastItem);if($megaMenu.length){isLastChild=el.is($megaLastItem)||el.is($megaLastItem.find('.menu-item:last-child'));}
if(isLastChild&&cKey===9&&isShifted){isLastChild=false;cKey=0;isShifted=false;}
else if(cKey===27){isLastChild=false;}
if(isLastChild){$(e.target).parentsUntil(this.wrapperClass).removeClass('focus');}},this));},_menuOnEscape:function(){$('body').off('keydown').on('keydown',$.proxy(function(e){if(e.which!==27){return;}
if($(e.target).closest('.menu-item').length){var activeSubmenu=null,menuItem=$(e.target).closest('.menu-item'),type=menuItem.closest('.fl-menu-accordion').length?'accordion':'horizontal';if('horizontal'===type){if(menuItem.hasClass('fl-has-submenu')&&menuItem.hasClass('focus')){activeSubmenu=menuItem.find('> ul.sub-menu');}
else{activeSubmenu=menuItem.closest('ul.sub-menu');}
activeSubmenu.parent().addClass('escaped');activeSubmenu.parent().find('a:first').focus();}
else{if(menuItem.hasClass('fl-has-submenu')&&'accordion'===type&&menuItem.hasClass('fl-active')){activeSubmenu=menuItem.find('> ul.sub-menu');}
else{activeSubmenu=menuItem.closest('ul.sub-menu');}
activeSubmenu.slideUp(400,function(){if(menuItem.hasClass('fl-has-submenu')&&menuItem.hasClass('fl-active')){activeSubmenu.parent().last().find('a:first').focus();}
else{menuItem.removeClass('focus');menuItem.parents('.menu-item').first().find('a:first').focus();}
activeSubmenu.parent().last().removeClass('fl-active');});}}
else{$('.fl-menu').find('li.menu-item.focus').last().removeClass('focus');}},this));},_menuOnClick:function(){$(this.wrapperClass).off().on('click','.fl-has-submenu-container',$.proxy(function(e){var $link=$(e.target).parents('.fl-has-submenu').first(),$subMenu=$link.children('.sub-menu').first(),$href=$link.children('.fl-has-submenu-container').first().find('> a').attr('href'),$subMenuParents=$(e.target).parents('.sub-menu'),$activeParents=$(e.target).parents('.fl-has-submenu.fl-active');if(!$subMenu.is(':visible')||$(e.target).hasClass('fl-menu-toggle')||($subMenu.is(':visible')&&(typeof $href==='undefined'||$href=='#'))){e.preventDefault();}
else{e.stopPropagation();window.location.href=$href;return;}
if($(this.wrapperClass).hasClass('fl-menu-accordion-collapse')){if(!$link.parents('.menu-item').hasClass('fl-active')){$('.menu .fl-active',this.wrapperClass).not($link).removeClass('fl-active');}
else if($link.parents('.menu-item').hasClass('fl-active')&&$link.parent('.sub-menu').length){$('.menu .fl-active',this.wrapperClass).not($link).not($activeParents).removeClass('fl-active');}
$('.sub-menu',this.wrapperClass).not($subMenu).not($subMenuParents).slideUp('normal');}
if(!this.mobileStacked&&'horizontal'==this.type&&'expanded'==this.mobileToggle){$(this.wrapperClass).find('.fl-active').not($link).not($activeParents).removeClass('fl-active');}
else{$subMenu.slideToggle();}
$link.toggleClass('fl-active');e.stopPropagation();},this));},_submenuOnClick:function(){$(this.wrapperClass+' .sub-menu').off().on('click','a',$.proxy(function(e){if($(e.target).parent().hasClass('focus')){$(e.target).parentsUntil(this.wrapperClass).removeClass('focus');}},this));},_clickOrHover:function(){this.$submenus=this.$submenus||$(this.wrapperClass).find('.sub-menu');var $wrapper=$(this.wrapperClass),$menu=$wrapper.find('.menu');$li=$wrapper.find('.fl-has-submenu');if(this._isMenuToggle()){$li.each(function(el){if(!$(this).hasClass('fl-active')){$(this).find('.sub-menu').fadeOut();}});}else{$li.each(function(el){if(!$(this).hasClass('fl-active')){$(this).find('.sub-menu').css({'display':'','opacity':''});}});}},_submenuOnRight:function(){$(this.wrapperClass).on('mouseenter focus','.fl-has-submenu',$.proxy(function(e){if($(e.currentTarget).find('.sub-menu').length===0){return;}
var $link=$(e.currentTarget),$parent=$link.parent(),$subMenu=$link.find('.sub-menu'),subMenuWidth=$subMenu.width(),subMenuPos=0,bodyWidth=$('body').width();if($link.closest('.fl-menu-submenu-right').length!==0){$link.addClass('fl-menu-submenu-right');}else if($('body').hasClass('rtl')){subMenuPos=$parent.is('.sub-menu')?$parent.offset().left-subMenuWidth:$link.offset().left-$link.width()-subMenuWidth;if(subMenuPos<=0){$link.addClass('fl-menu-submenu-right');}}else{subMenuPos=$parent.is('.sub-menu')?$parent.offset().left+$parent.width()+subMenuWidth:$link.offset().left+$link.width()+subMenuWidth;if(subMenuPos>bodyWidth){$link.addClass('fl-menu-submenu-right');}}},this)).on('mouseleave','.fl-has-submenu',$.proxy(function(e){$(e.currentTarget).removeClass('fl-menu-submenu-right');},this));},_submenuRowZindexFix:function(e){$(this.wrapperClass).on('mouseenter','ul.menu > .fl-has-submenu',$.proxy(function(e){if($(e.currentTarget).find('.sub-menu').length===0){return;}
$(this.nodeClass).closest('.fl-row').find('.fl-row-content').css('z-index','10');},this)).on('mouseleave','ul.menu > .fl-has-submenu',$.proxy(function(e){$(this.nodeClass).closest('.fl-row').find('.fl-row-content').css('z-index','');},this));},_toggleForMobile:function(){var $wrapper=null,$menu=null,self=this;if(this._isMenuToggle()){if(this._isMobileBelowRowEnabled()){this._placeMobileMenuBelowRow();$wrapper=$(this.wrapperClass);$menu=$(this.nodeClass+'-clone');$menu.find('ul.menu').show();}
else{$wrapper=$(this.wrapperClass);$menu=$wrapper.find('.menu');}
if(!$wrapper.find('.fl-menu-mobile-toggle').hasClass('fl-active')&&!self.mobileFlyout){$menu.css({display:'none'});}
if(self.mobileFlyout){this._initFlyoutMenu();}
$wrapper.on('click','.fl-menu-mobile-toggle',function(e){$(this).toggleClass('fl-active');if(self.mobileFlyout){self._toggleFlyoutMenu();}
else{var targetMenu=null;if(self.mobileBelowRow){targetMenu=$(this).closest('.fl-col').next('.fl-menu-mobile-clone');}else{targetMenu=$(this).closest('.fl-menu').find('ul.menu');}
if(targetMenu.length){$menu=$(targetMenu);}
$menu.slideToggle();}
e.stopPropagation();});$menu.off().on('click','.menu-item > a[href*="#"]:not([href="#"])',function(e){var $href=$(this).attr('href'),$targetID=$href.split('#')[1],element=$('#'+$targetID);if($('body').find(element).length>0){$(this).toggleClass('fl-active');FLBuilderLayout._scrollToElement(element);if(!self._isMenuToggle()){$menu.slideToggle();}}});}
else{if(this._isMobileBelowRowEnabled()){this._removeMenuFromBelowRow();}
$wrapper=$(this.wrapperClass),$menu=$wrapper.find('ul.menu');$wrapper.find('.fl-menu-mobile-toggle').removeClass('fl-active');$menu.css({display:''});if(!this._isMobileBelowRowEnabled()){$menu.off('click','.menu-item > a[href*="#"]:not([href="#"])');}
if(this.mobileFlyout&&$wrapper.find('.fl-menu-mobile-flyout').length>0){$('body').css('margin','');$('.fl-builder-ui-pinned-content-transform').css('transform','');$menu.unwrap();$wrapper.find('.fl-menu-mobile-close').remove();$wrapper.find('.fl-menu-mobile-opacity').remove();}}},_initMegaMenus:function(){var module=$(this.nodeClass),rowContent=module.closest('.fl-row-content'),rowWidth=rowContent.width(),megas=module.find('.mega-menu'),disabled=module.find('.mega-menu-disabled'),isToggle=this._isMenuToggle();if(isToggle){megas.removeClass('mega-menu').addClass('mega-menu-disabled');module.find('li.mega-menu-disabled > ul.sub-menu').css('width','');rowContent.css('position','');}else{disabled.removeClass('mega-menu-disabled').addClass('mega-menu');module.find('li.mega-menu > ul.sub-menu').css('width',rowWidth+'px');rowContent.css('position','relative');}},_isMobileBelowRowEnabled:function(){return this.mobileBelowRow&&$(this.nodeClass).closest('.fl-col').length;},_placeMobileMenuBelowRow:function(){if($(this.nodeClass+'-clone').length){return;}
var module=$(this.nodeClass),clone=null,col=module.closest('.fl-col');if(module.length<1){return;}
clone=(module.length>1)?$(module[0]).clone():module.clone();module.find('ul.menu').remove();clone.addClass((this.nodeClass+'-clone').replace('.',''));clone.addClass('fl-menu-mobile-clone');clone.find('.fl-menu-mobile-toggle').remove();col.after(clone);if(module.hasClass('fl-animation')){clone.removeClass('fl-animation');}
this._menuOnClick();},_removeMenuFromBelowRow:function(){if(!$(this.nodeClass+'-clone').length){return;}
var module=$(this.nodeClass),clone=$(this.nodeClass+'-clone'),menu=clone.find('ul.menu');module.find('.fl-menu-mobile-toggle').after(menu);clone.remove();menu.find('a').each(FLBuilderLayout._initAnchorLink);},_initFlyoutMenu:function(){var win=$(window),wrapper=$(this.wrapperClass),menu=wrapper.find('ul.menu'),button=wrapper.find('.fl-menu-mobile-toggle');if(0===wrapper.find('.fl-menu-mobile-flyout').length){menu.wrap('<div class="fl-menu-mobile-flyout"></div>');}
if(0===wrapper.find('.fl-menu-mobile-close').length){close=window.fl_responsive_close||'Close'
wrapper.find('.fl-menu-mobile-flyout').prepend('<button class="fl-menu-mobile-close" aria-label="'+close+'"><i class="fas fa-times" aria-hidden="true"></i></button>');}
if(wrapper.hasClass('fl-menu-responsive-flyout-push-opacity')&&0===wrapper.find('.fl-menu-mobile-opacity').length){wrapper.append('<div class="fl-menu-mobile-opacity"></div>');}
wrapper.on('click','.fl-menu-mobile-opacity, .fl-menu-mobile-close',function(e){button.trigger('click');e.stopPropagation();});if('undefined'!==typeof FLBuilder){FLBuilder.addHook('restartEditingSession',function(){$('.fl-builder-ui-pinned-content-transform').css('transform','');if(button.hasClass('fl-active')){button.trigger('click');}});}},_toggleFlyoutMenu:function(){var wrapper=$(this.wrapperClass),button=wrapper.find('.fl-menu-mobile-toggle'),wrapFlyout=wrapper.find('.fl-menu-mobile-flyout'),position=wrapper.hasClass('fl-flyout-right')?'right':'left',pushMenu=wrapper.hasClass('fl-menu-responsive-flyout-push')||wrapper.hasClass('fl-menu-responsive-flyout-push-opacity'),opacity=wrapper.find('.fl-menu-mobile-opacity'),marginPos={},posAttr={},fixedPos={},winHeight=$(window).height(),fixedHeader=$('header, header > div');if(button.hasClass('fl-active')){posAttr[position]='0px';posAttr['height']=winHeight+'px';}else{posAttr[position]='-267px';}
wrapFlyout.css(posAttr);if($('.fl-builder-ui-pinned-content-transform').length>0&&!$('body').hasClass('fl-builder-edit')){$('.fl-builder-ui-pinned-content-transform').css('transform','none');}
if(pushMenu){marginPos['margin-'+position]=button.hasClass('fl-active')?'250px':'0px';$('body').animate(marginPos,200);if(fixedHeader.length>0){fixedPos[position]=button.hasClass('fl-active')?'250px':'0px';fixedHeader.each(function(){if('fixed'==$(this).css('position')){$(this).css({'-webkit-transition':'none','-o-transition':'none','transition':'none'});$(this).animate(fixedPos,200);}});}}
if(opacity.length>0&&button.hasClass('fl-active')){opacity.show();}
else{opacity.hide();}},_toggleMenuSearch:function(){var wrapper=$(this.wrapperClass).find('.fl-menu-search-item'),button=wrapper.find('a.fl-button'),form=wrapper.find('.fl-search-form-input-wrap'),self=this;button.on('click',function(e){e.preventDefault();if(form.is(':visible')){form.stop().fadeOut(200);}
else{form.stop().fadeIn(200);$('body').on('click.fl-menu-search',$.proxy(self._hideMenuSearch,self));form.find('.fl-search-text').focus();}});},_hideMenuSearch:function(e){var form=$(this.wrapperClass).find('.fl-search-form-input-wrap');if(e!==undefined){if($(e.target).closest('.fl-menu-search-item').length>0){return;}}
form.stop().fadeOut(200);$('body').off('click.fl-menu-search');},_wooUpdateParams:function(){if('undefined'!==typeof wc_cart_fragments_params){wc_cart_fragments_params.wc_ajax_url+='&fl-menu-node='+this.nodeId+'&post-id='+this.postId;}
if('undefined'!==typeof wc_add_to_cart_params){wc_add_to_cart_params.wc_ajax_url+='&fl-menu-node='+this.nodeId+'&post-id='+this.postId;}},};})(jQuery);(function($){$(function(){new FLBuilderMenu({id:'kp8cw49uv1dy',type:'horizontal',mobile:'expanded',mobileBelowRow:false,mobileFlyout:false,breakPoints:{large:1200,medium:992,small:768},mobileBreakpoint:'mobile',postId:'5',mobileStacked:true,});});})(jQuery);(function($){$(function(){new FLBuilderMenu({id:'0cjau69kdo43',type:'horizontal',mobile:'expanded',mobileBelowRow:false,mobileFlyout:false,breakPoints:{large:1200,medium:992,small:768},mobileBreakpoint:'mobile',postId:'5',mobileStacked:true,});});})(jQuery);(function($){$(function(){new FLBuilderMenu({id:'ltw5jkimg062',type:'horizontal',mobile:'expanded',mobileBelowRow:false,mobileFlyout:false,breakPoints:{large:1200,medium:992,small:768},mobileBreakpoint:'mobile',postId:'5',mobileStacked:true,});});})(jQuery);(function($){FLThemeBuilderHeaderLayout={win:null,body:null,header:null,overlay:false,hasAdminBar:false,stickyOn:'',breakpointWidth:0,init:function()
{var editing=$('html.fl-builder-edit').length,header=$('.fl-builder-content[data-type=header]'),menuModule=header.find('.fl-module-menu'),breakpoint=null;if(!editing&&header.length){header.imagesLoaded($.proxy(function(){this.win=$(window);this.body=$('body');this.header=header.eq(0);this.overlay=!!Number(header.attr('data-overlay'));this.hasAdminBar=!!$('body.admin-bar').length;this.stickyOn=this.header.data('sticky-on');breakpoint=this.header.data('sticky-breakpoint');if(''==this.stickyOn){if(typeof FLBuilderLayoutConfig.breakpoints[breakpoint]!==undefined){this.breakpointWidth=FLBuilderLayoutConfig.breakpoints[breakpoint];}
else{this.breakpointWidth=FLBuilderLayoutConfig.breakpoints.medium;}}
if(Number(header.attr('data-sticky'))){this.header.data('original-top',this.header.offset().top);this.win.on('resize',$.throttle(500,$.proxy(this._initSticky,this)));this._initSticky();}},this));}},_initSticky:function(e)
{var header=$('.fl-builder-content[data-type=header]'),windowSize=this.win.width(),makeSticky=false;makeSticky=this._makeWindowSticky(windowSize);if(makeSticky||(this.breakpointWidth>0&&windowSize>=this.breakpointWidth)){this.win.on('scroll.fl-theme-builder-header-sticky',$.proxy(this._doSticky,this));if(e&&'resize'===e.type){if(this.header.hasClass('fl-theme-builder-header-sticky')){this._doSticky(e);}
this._adjustStickyHeaderWidth();}
if(Number(header.attr('data-shrink'))){this.header.data('original-height',this.header.outerHeight());this.win.on('resize',$.throttle(500,$.proxy(this._initShrink,this)));this._initShrink();}
this._initFlyoutMenuFix(e);}else{this.win.off('scroll.fl-theme-builder-header-sticky');this.win.off('resize.fl-theme-builder-header-sticky');this.header.removeClass('fl-theme-builder-header-sticky');this.header.removeAttr('style');this.header.parent().css('padding-top','0');}},_makeWindowSticky:function(windowSize)
{var makeSticky=false;switch(this.stickyOn){case'xl':makeSticky=windowSize>FLBuilderLayoutConfig.breakpoints['large'];break;case'':case'desktop':makeSticky=windowSize>=FLBuilderLayoutConfig.breakpoints['medium'];break;case'desktop-medium':makeSticky=windowSize>FLBuilderLayoutConfig.breakpoints['small'];break;case'large':makeSticky=windowSize>FLBuilderLayoutConfig.breakpoints['medium']&&windowSize<=FLBuilderLayoutConfig.breakpoints['large'];break;case'large-medium':makeSticky=windowSize>FLBuilderLayoutConfig.breakpoints['small']&&windowSize<=FLBuilderLayoutConfig.breakpoints['large'];break;case'medium':makeSticky=(windowSize<=FLBuilderLayoutConfig.breakpoints['medium']&&windowSize>FLBuilderLayoutConfig.breakpoints['small']);break;case'medium-mobile':makeSticky=(windowSize<=FLBuilderLayoutConfig.breakpoints['medium']);break;case'mobile':makeSticky=(windowSize<=FLBuilderLayoutConfig.breakpoints['small']);break;case'all':makeSticky=true;break;}
return makeSticky;},_doSticky:function(e)
{var winTop=Math.floor(this.win.scrollTop()),headerTop=Math.floor(this.header.data('original-top')),hasStickyClass=this.header.hasClass('fl-theme-builder-header-sticky'),hasScrolledClass=this.header.hasClass('fl-theme-builder-header-scrolled'),beforeHeader=this.header.prevAll('.fl-builder-content'),bodyTopPadding=parseInt(jQuery('body').css('padding-top')),winBarHeight=$('#wpadminbar').length?$('#wpadminbar').outerHeight():0,headerHeight=0;if(isNaN(bodyTopPadding)){bodyTopPadding=0;}
if(this.hasAdminBar&&this.win.width()>600){winTop+=Math.floor(winBarHeight);}
if(winTop>headerTop){if(!hasStickyClass){if(e&&('scroll'===e.type||'smartscroll'===e.type)){this.header.addClass('fl-theme-builder-header-sticky');if(this.overlay&&beforeHeader.length){this.header.css('top',winBarHeight);}}
if(!this.overlay){this._adjustHeaderHeight();}}}
else if(hasStickyClass){this.header.removeClass('fl-theme-builder-header-sticky');this.header.removeAttr('style');this.header.parent().css('padding-top','0');}
this._adjustStickyHeaderWidth();if(winTop>headerTop){if(!hasScrolledClass){this.header.addClass('fl-theme-builder-header-scrolled');}}else if(hasScrolledClass){this.header.removeClass('fl-theme-builder-header-scrolled');}
this._flyoutMenuFix(e);},_initFlyoutMenuFix:function(e){var header=this.header,menuModule=header.find('.fl-menu'),flyoutMenu=menuModule.find('.fl-menu-mobile-flyout'),isPushMenu=menuModule.hasClass('fl-menu-responsive-flyout-push')||menuModule.hasClass('fl-menu-responsive-flyout-push-opacity'),isSticky=header.hasClass('fl-theme-builder-header-sticky'),isOverlay=menuModule.hasClass('fl-menu-responsive-flyout-overlay'),flyoutPos=menuModule.hasClass('fl-flyout-right')?'right':'left',flyoutParent=header.parent().is('header')?header.parent().parent():header.parent();isFullWidth=this.win.width()===header.width(),flyoutLayout='',activePos=250,headerPos=0;if(!flyoutMenu.length){return;}
if(this.win.width()>header.parent().width()){headerPos=(this.win.width()-header.width())/2;}
if(isOverlay){activePos=headerPos;}
else if(isPushMenu){activePos=activePos+headerPos;}
flyoutMenu.data('activePos',activePos);if(isPushMenu){flyoutLayout='push-'+flyoutPos;}
else if(isOverlay){flyoutLayout='overlay-'+flyoutPos;}
if(isPushMenu&&!$('html').hasClass('fl-theme-builder-has-flyout-menu')){$('html').addClass('fl-theme-builder-has-flyout-menu');}
if(!flyoutParent.hasClass('fl-theme-builder-flyout-menu-'+flyoutLayout)){flyoutParent.addClass('fl-theme-builder-flyout-menu-'+flyoutLayout);}
if(!header.hasClass('fl-theme-builder-flyout-menu-overlay')&&isOverlay){header.addClass('fl-theme-builder-flyout-menu-overlay');}
if(!header.hasClass('fl-theme-builder-header-full-width')&&isFullWidth){header.addClass('fl-theme-builder-header-full-width');}
else if(!isFullWidth){header.removeClass('fl-theme-builder-header-full-width');}
menuModule.on('click','.fl-menu-mobile-toggle',$.proxy(function(event){if(menuModule.find('.fl-menu-mobile-toggle.fl-active').length){$('html').addClass('fl-theme-builder-flyout-menu-active');event.stopImmediatePropagation();}
else{$('html').removeClass('fl-theme-builder-flyout-menu-active');}
this._flyoutMenuFix(event);},this));},_flyoutMenuFix:function(e){var header=this.header,menuModule=header.find('.fl-menu'),flyoutMenu=menuModule.find('.fl-menu-mobile-flyout'),isPushMenu=menuModule.hasClass('fl-menu-responsive-flyout-push')||menuModule.hasClass('fl-menu-responsive-flyout-push-opacity'),flyoutPos=menuModule.hasClass('fl-flyout-right')?'right':'left',menuOpacity=menuModule.find('.fl-menu-mobile-opacity'),isScroll='undefined'!==typeof e&&'scroll'===e.handleObj.type,activePos='undefined'!==typeof flyoutMenu.data('activePos')?flyoutMenu.data('activePos'):0,headerPos=(this.win.width()-header.width())/2,inactivePos=headerPos>0?activePos+4:254;if(!flyoutMenu.length){return;}
if(this.overlay){return;}
if($('.fl-theme-builder-flyout-menu-active').length){if(isScroll&&!flyoutMenu.hasClass('fl-menu-disable-transition')){flyoutMenu.addClass('fl-menu-disable-transition');}
if(header.hasClass('fl-theme-builder-header-sticky')){if(!isScroll){setTimeout($.proxy(function(){flyoutMenu.css(flyoutPos,'-'+activePos+'px');},this),1);}
else{flyoutMenu.css(flyoutPos,'-'+activePos+'px');}}
else{flyoutMenu.css(flyoutPos,'0px');}}
else{if(flyoutMenu.hasClass('fl-menu-disable-transition')){flyoutMenu.removeClass('fl-menu-disable-transition');}
if(header.hasClass('fl-theme-builder-flyout-menu-overlay')&&headerPos>0&&headerPos<250){if(header.hasClass('fl-theme-builder-header-sticky')){inactivePos=headerPos+254;}
else{inactivePos=254;}}
if(e&&e.type==='resize'){inactivePos=headerPos+254;}
flyoutMenu.css(flyoutPos,'-'+inactivePos+'px');}
if(e&&menuModule.is('.fl-menu-responsive-flyout-overlay')&&$.infinitescroll){e.stopImmediatePropagation();}
if(menuOpacity.length){if(header.hasClass('fl-theme-builder-header-sticky')){if('0px'===menuOpacity.css('left')){menuOpacity.css('left','-'+headerPos+'px');}}
else{menuOpacity.css('left','');}}},_adjustStickyHeaderWidth:function(){if($('body').hasClass('fl-fixed-width')){var parentWidth=this.header.parent().width();if(this.win.width()>=992){this.header.css({'margin':'0 auto','max-width':parentWidth,});}
else{this.header.css({'margin':'','max-width':'',});}}},_adjustHeaderHeight:function(){var beforeHeader=this.header.prevAll('.fl-builder-content'),beforeHeaderHeight=0,beforeHeaderFix=0,headerHeight=Math.floor(this.header.outerHeight()),bodyTopPadding=parseInt($('body').css('padding-top')),wpAdminBarHeight=0,totalHeaderHeight=0;if(isNaN(bodyTopPadding)){bodyTopPadding=0;}
if(beforeHeader.length){$.each(beforeHeader,function(){beforeHeaderHeight+=Math.floor($(this).outerHeight());});beforeHeaderFix=2;}
if(this.hasAdminBar&&this.win.width()<=600){wpAdminBarHeight=Math.floor($('#wpadminbar').outerHeight());}
totalHeaderHeight=Math.floor(beforeHeaderHeight+headerHeight);if(headerHeight>0){var headerParent=this.header.parent(),headerParentTopPadding=0;if($(headerParent).is('body')){headerParentTopPadding=Math.floor(headerHeight-wpAdminBarHeight);}else{headerParentTopPadding=Math.floor(headerHeight-bodyTopPadding-wpAdminBarHeight);}
$(headerParent).css('padding-top',(headerParentTopPadding-beforeHeaderFix)+'px');this.header.css({'-webkit-transform':'translate(0px, -'+totalHeaderHeight+'px)','-ms-transform':'translate(0px, -'+totalHeaderHeight+'px)','transform':'translate(0px, -'+totalHeaderHeight+'px)'});}},_initShrink:function(e)
{if(this.win.width()>=this.breakpointWidth){this.win.on('scroll.fl-theme-builder-header-shrink',$.proxy(this._doShrink,this));this._setImageMaxHeight();if(this.win.scrollTop()>0){this._doShrink();}}else{this.header.parent().css('padding-top','0');this.win.off('scroll.fl-theme-builder-header-shrink');this._removeShrink();this._removeImageMaxHeight();}},_doShrink:function(e)
{var winTop=this.win.scrollTop(),headerTop=this.header.data('original-top'),headerHeight=this.header.data('original-height'),shrinkImageHeight=this.header.data('shrink-image-height'),windowSize=this.win.width(),makeSticky=this._makeWindowSticky(windowSize),hasClass=this.header.hasClass('fl-theme-builder-header-shrink');if(this.hasAdminBar){winTop+=32;}
if(makeSticky&&(winTop>headerTop+headerHeight)){if(!hasClass){this.header.addClass('fl-theme-builder-header-shrink');this.header.find('img').each(function(i){var image=$(this),maxMegaMenu=image.closest('.max-mega-menu').length,imageInLightbox=image.closest('.fl-button-lightbox-content').length,imageInNavMenu=image.closest('li.menu-item').length;if(!(imageInLightbox||imageInNavMenu||maxMegaMenu)){image.css('max-height',shrinkImageHeight);}});this.header.find('.fl-row-content-wrap').each(function(){var row=$(this);if(parseInt(row.css('padding-bottom'))>5){row.addClass('fl-theme-builder-header-shrink-row-bottom');}
if(parseInt(row.css('padding-top'))>5){row.addClass('fl-theme-builder-header-shrink-row-top');}});this.header.find('.fl-module-content').each(function(){var module=$(this);if(parseInt(module.css('margin-bottom'))>5){module.addClass('fl-theme-builder-header-shrink-module-bottom');}
if(parseInt(module.css('margin-top'))>5){module.addClass('fl-theme-builder-header-shrink-module-top');}});}}else if(hasClass){this.header.find('img').css('max-height','');this._removeShrink();}
if('undefined'===typeof(e)&&$('body').hasClass('fl-fixed-width')){if(!this.overlay){this._adjustHeaderHeight();}}},_removeShrink:function()
{var rows=this.header.find('.fl-row-content-wrap'),modules=this.header.find('.fl-module-content');rows.removeClass('fl-theme-builder-header-shrink-row-bottom');rows.removeClass('fl-theme-builder-header-shrink-row-top');modules.removeClass('fl-theme-builder-header-shrink-module-bottom');modules.removeClass('fl-theme-builder-header-shrink-module-top');this.header.removeClass('fl-theme-builder-header-shrink');},_setImageMaxHeight:function()
{var head=$('head'),stylesId='fl-header-styles-'+this.header.data('post-id'),styles='',images=this.header.find('.fl-module-content img');if($('#'+stylesId).length){return;}
images.each(function(i){var image=$(this),height=image.height(),node=image.closest('.fl-module').data('node'),className='fl-node-'+node+'-img-'+i,maxMegaMenu=image.closest('.max-mega-menu').length,imageInLightbox=image.closest('.fl-button-lightbox-content').length,imageInNavMenu=image.closest('li.menu-item').length;if(!(imageInLightbox||imageInNavMenu||maxMegaMenu)){image.addClass(className);styles+='.'+className+' { max-height: '+(height?height:image[0].height)+'px }';}});if(''!==styles){head.append('<style id="'+stylesId+'">'+styles+'</style>');}},_removeImageMaxHeight:function()
{$('#fl-header-styles-'+this.header.data('post-id')).remove();},};$(function(){FLThemeBuilderHeaderLayout.init();});})(jQuery);
jQuery(function($){$(function(){$('.fl-node-1pwse5c37abh .fl-photo-img').on('mouseenter',function(e){$(this).data('title',$(this).attr('title')).removeAttr('title');}).on('mouseleave',function(e){$(this).attr('title',$(this).data('title')).data('title',null);});});window._fl_string_to_slug_regex='a-zA-Z0-9';});
(function($){PPAdvancedTabs=function(settings){this.settings=settings;this.nodeClass='.fl-node-'+settings.id;this._init();};PPAdvancedTabs.prototype={settings:{},nodeClass:'',_init:function(){$(this.nodeClass+' .pp-tabs-labels .pp-tabs-label').on('click keyup',this._labelClick.bind(this));$(this.nodeClass+' .pp-tabs-panels .pp-tabs-label').on('click',this._responsiveLabelClick.bind(this));$(this.nodeClass+' .pp-tabs-labels .pp-tabs-label.pp-tab-active').attr('tabindex','0');this._responsiveCollapsed();this._bindEvents();},_bindEvents:function(){var layout=this.settings.layout,tabs=$(this.nodeClass+' .pp-tabs-labels .pp-tabs-label');var tabFocus=0;$(this.nodeClass+' .pp-tabs-labels').on('keydown',function(e){var keyCode=e.keyCode||e.which;if('vertical'===layout){if(38===keyCode||40===keyCode){e.preventDefault();tabs[tabFocus].setAttribute('tabindex',-1);if(40===keyCode){tabFocus++;if(tabFocus>=tabs.length){tabFocus=0;}}else if(38===keyCode){tabFocus--;if(tabFocus<0){tabFocus=tabs.length-1;}}}}else{if(37===keyCode||39===keyCode){e.preventDefault();tabs[tabFocus].setAttribute('tabindex',-1);if(39===keyCode){tabFocus++;if(tabFocus>=tabs.length){tabFocus=0;}}else if(37===keyCode){tabFocus--;if(tabFocus<0){tabFocus=tabs.length-1;}}}}
tabs[tabFocus].setAttribute('tabindex',0);tabs[tabFocus].focus();});if($(this.nodeClass+' .pp-tabs-vertical').length>0){this._resize();$(window).off('resize'+this.nodeClass);$(window).on('resize'+this.nodeClass,this._resize.bind(this));}
this._hashChange();$(window).on('hashchange',this._hashChange.bind(this));},_hashChange:function(){if(location.hash&&-1===location.hash.search('#!')&&$(location.hash).length>0){var element=$(location.hash+'.pp-tabs-label');if(element&&element.length>0){var header=$('.fl-theme-builder-header-sticky');var offset=header.length>0?header.height()+32:120;location.href='#';$('html, body').animate({scrollTop:element.parents('.pp-tabs').offset().top-offset},50,function(){if(!element.hasClass('pp-tab-active')){element.trigger('click');}});}}},_labelClick:function(e){var label=$(e.target).closest('.pp-tabs-label'),index=label.data('index'),wrap=label.closest('.pp-tabs');var showContent='click'===e.type||('keyup'===e.type&&(13===e.keyCode||13===e.which))
if(!showContent){return;}
label.siblings().attr('aria-selected',false).attr('tabindex','-1');label.attr('aria-selected',true).attr('tabindex','0').trigger('focus');if(wrap.hasClass('pp-tabs-vertical')&&this.settings.scrollAnimate){var header=$('.fl-theme-builder-header-sticky');var offset=header.length>0?header.height()+32:120;$('html, body').animate({scrollTop:wrap.offset().top-offset},500);}
wrap.find('.pp-tabs-labels:first > .pp-tab-active').removeClass('pp-tab-active');wrap.find('.pp-tabs-panels:first > .pp-tabs-panel > .pp-tab-active').removeClass('pp-tab-active');wrap.find('.pp-tabs-panels:first > .pp-tabs-panel > .pp-tabs-label').removeClass('pp-tab-active');wrap.find('.pp-tabs-labels:first > .pp-tabs-label[data-index="'+index+'"]').addClass('pp-tab-active');wrap.find('.pp-tabs-panels:first > .pp-tabs-panel > .pp-tabs-panel-content[data-index="'+index+'"]').addClass('pp-tab-active');wrap.find('.pp-tabs-panels:first > .pp-tabs-panel > .pp-tabs-label[data-index="'+index+'"]').addClass('pp-tab-active');FLBuilderLayout.refreshGalleries(wrap.find('.pp-tabs-panel-content[data-index="'+index+'"]'));FLBuilderLayout.resizeAudio(wrap.find('.pp-tabs-panel-content[data-index="'+index+'"]'));FLBuilderLayout.resizeSlideshow();$(document).trigger('pp-tabs-switched',[wrap.find('.pp-tabs-panel-content[data-index="'+index+'"]')]);},_responsiveLabelClick:function(e){var label=$(e.target).closest('.pp-tabs-label'),wrap=label.closest('.pp-tabs'),index=label.data('index'),content=label.siblings('.pp-tabs-panel-content'),activeContent=wrap.find('.pp-tabs-panel-content.pp-tab-active'),activeIndex=activeContent.data('index'),allIcons=wrap.find('.pp-tabs-label .fa'),icon=label.find('.fa');if(index==activeIndex){activeContent.slideUp('normal');activeContent.removeClass('pp-tab-active');$(this.nodeClass+' .pp-tabs-panels .pp-tabs-label').removeClass('pp-tab-active');wrap.removeClass('pp-tabs-animation');return;}
if(wrap.hasClass('pp-tabs-animation')){return;}
wrap.addClass('pp-tabs-animation');activeContent.slideUp('normal');content.slideDown('normal',function(){wrap.find('.pp-tab-active').removeClass('pp-tab-active');wrap.find('.pp-tabs-label[data-index="'+index+'"]').addClass('pp-tab-active');content.addClass('pp-tab-active');wrap.removeClass('pp-tabs-animation');FLBuilderLayout.refreshGalleries(content);FLBuilderLayout.resizeAudio(wrap.find('.pp-tabs-panel-content[data-index="'+index+'"]'));FLBuilderLayout.resizeSlideshow();if('undefined'!==typeof $.fn.isotope){content.find('.pp-content-post-grid').isotope('layout');}
if(label.offset().top<$(window).scrollTop()+100&&!wrap.hasClass('pp-tabs-no-scroll')){$('html, body').animate({scrollTop:label.offset().top-100},500,'swing');}
$(document).trigger('pp-tabs-switched',[content]);});},_resize:function(){$(this.nodeClass+' .pp-tabs-vertical').each(this._resizeVertical.bind(this));},_resizeVertical:function(e){var wrap=$(this.nodeClass+' .pp-tabs-vertical'),labels=wrap.find('.pp-tabs-labels'),panels=wrap.find('.pp-tabs-panels');panels.css('min-height',labels.height()+'px');},_gridLayoutMatchHeight:function(){var highestBox=0;var contentHeight=0;$(this.nodeClass).find('.pp-equal-height .pp-content-post').css('height','').each(function(){if($(this).height()>highestBox){highestBox=$(this).height();contentHeight=$(this).find('.pp-content-post-data').outerHeight();}});$(this.nodeClass).find('.pp-equal-height .pp-content-post').height(highestBox);},_responsiveCollapsed:function(){if($(window).innerWidth()<769){if(this.settings.responsiveClosed){$(this.nodeClass+' .pp-tabs-panels .pp-tabs-label.pp-tab-active').trigger('click');}
$(this.nodeClass+' .pp-tabs-panels').css('visibility','visible');}}};})(jQuery);;(function($){$(function(){new PPAdvancedTabs({id:'cl9a2rh7tve0',layout:'horizontal',responsiveClosed:false,scrollAnimate:true,});$('.fl-node-cl9a2rh7tve0 .pp-tabs-style-2 .pp-tabs-label.pp-tab-active').prev().addClass('pp-no-border');$('.fl-node-cl9a2rh7tve0 .pp-tabs-style-2 .pp-tabs-label').on('click',function(){$('.fl-node-cl9a2rh7tve0 .pp-tabs-style-2 .pp-tabs-label').removeClass('pp-no-border');$('.fl-node-cl9a2rh7tve0 .pp-tabs-style-2 .pp-tabs-label.pp-tab-active').prev().addClass('pp-no-border');});if($(window).width()>768){$('.fl-node-cl9a2rh7tve0 .pp-tabs-vertical .pp-tabs-panel-content').css('min-height',$('.fl-node-cl9a2rh7tve0 .pp-tabs-vertical .pp-tabs-labels').outerHeight()+'px');}
if($(window).width()<=768){$('.fl-node-cl9a2rh7tve0 .pp-tabs-label .pp-tab-close').on('click',function(){$(this).parents('.pp-tabs-label').removeClass('pp-tab-active');});}});})(jQuery);;(function($){PPImageCarousel=function(settings){this.id=settings.id;this.nodeClass='.fl-node-'+settings.id;this.wrapperClass=this.nodeClass+' .pp-image-carousel';this.elements='';this.slidesPerView=settings.slidesPerView;this.slidesToScroll=settings.slidesToScroll;this.settings=settings;this.swipers={};if(this._isSlideshow()){this.slidesPerView=settings.slideshow_slidesPerView;}
if(typeof Swiper==='undefined'){$(window).on('load',function(){if(typeof Swiper==='undefined'){return;}else{this._init();}}.bind(this));}else{this._init();}};PPImageCarousel.prototype={id:'',nodeClass:'',wrapperClass:'',elements:'',slidesPerView:{},slidesToScroll:{},settings:{},swipers:{},_init:function(){this.elements={mainSwiper:this.nodeClass+' .pp-image-carousel'};this.elements.swiperSlide=$(this.elements.mainSwiper).find('.swiper-slide:not(.swiper-slide-duplicate)');this.elements.thumbSwiper=this.nodeClass+' .pp-thumbnails-swiper';if(1>=this._getSlidesCount()){return;}
var swiperOptions=this._getSwiperOptions();$(this.nodeClass).trigger('pp_carousel_before_init',[swiperOptions]);this.swipers.main=new Swiper(this.elements.mainSwiper,swiperOptions.main);if(this.settings.pause_on_interaction&&this.settings.autoplay_speed!==false){var self=this;$(this.swipers.main.el).on('mouseenter',function(){self.swipers.main.autoplay.stop();}).on('mouseleave',function(){self.swipers.main.autoplay.start();});}
if(this._isSlideshow()&&1<this._getSlidesCount()){this.swipers.main.controller.control=this.swipers.thumbs=new Swiper(this.elements.thumbSwiper,swiperOptions.thumbs);this.swipers.thumbs.controller.control=this.swipers.main;}},_getEffect:function(){return this.settings.effect;},_getSlidesCount:function(){return this.elements.swiperSlide.length;},_getInitialSlide:function(){return this.settings.initialSlide;},_getSpaceBetween:function(){var space=this.settings.spaceBetween.desktop,space=parseInt(space);if(isNaN(space)){space=20;}
return space;},_getSpaceBetweenLarge:function(){var space=this.settings.spaceBetween.large,space=parseInt(space);if(isNaN(space)){space=this._getSpaceBetween();}
return space;},_getSpaceBetweenTablet:function(){var space=this.settings.spaceBetween.tablet,space=parseInt(space);if(isNaN(space)){space=this._getSpaceBetweenLarge();}
return space;},_getSpaceBetweenMobile:function(){var space=this.settings.spaceBetween.mobile,space=parseInt(space);if(isNaN(space)){space=this._getSpaceBetweenTablet();}
return space;},_getSlidesPerView:function(){if(this._isSlideshow()){return 1;}
var slidesPerView=this.slidesPerView.desktop;return Math.min(this._getSlidesCount(),+slidesPerView);},_getSlidesPerViewLarge:function(){if(this._isSlideshow()){return 1;}
var slidesPerView=this.slidesPerView.large;if(slidesPerView===''||slidesPerView===0){slidesPerView=this._getSlidesPerView();}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getSlidesPerViewTablet:function(){if(this._isSlideshow()){return 1;}
var slidesPerView=this.slidesPerView.tablet;if(slidesPerView===''||slidesPerView===0){slidesPerView=this._getSlidesPerViewLarge();}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getSlidesPerViewMobile:function(){if(this._isSlideshow()){return 1;}
var slidesPerView=this.slidesPerView.mobile;if(slidesPerView===''||slidesPerView===0){slidesPerView=this._getSlidesPerViewTablet();}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getThumbsSlidesPerView:function(){var slidesPerView=this.slidesPerView.desktop;return Math.min(this._getSlidesCount(),+slidesPerView);},_getThumbsSlidesPerViewLarge:function(){var slidesPerView=this.slidesPerView.large;if(slidesPerView===''||slidesPerView===0){slidesPerView=this._getThumbsSlidesPerView();}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getThumbsSlidesPerViewTablet:function(){var slidesPerView=this.slidesPerView.tablet;if(slidesPerView===''||slidesPerView===0){slidesPerView=this._getThumbsSlidesPerViewLarge();}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getThumbsSlidesPerViewMobile:function(){var slidesPerView=this.slidesPerView.mobile;if(slidesPerView===''||slidesPerView===0){slidesPerView=this._getSlidesPerViewTablet();}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getSlidesToScroll:function(device){if(!this._isSlideshow()&&'slide'===this._getEffect()){var slides=this.slidesToScroll[device];return Math.min(this._getSlidesCount(),+slides||1);}
return 1;},_getSlidesToScrollDesktop:function(){return this._getSlidesToScroll('desktop');},_getSlidesToScrollLarge:function(){return this._getSlidesToScroll('large');},_getSlidesToScrollTablet:function(){return this._getSlidesToScroll('tablet');},_getSlidesToScrollMobile:function(){return this._getSlidesToScroll('mobile');},_getSwiperOptions:function(){var large_breakpoint=this.settings.breakpoint.large,medium_breakpoint=this.settings.breakpoint.medium,responsive_breakpoint=this.settings.breakpoint.responsive;nodeClass=this.nodeClass;var pagination=$(nodeClass).find('.swiper-pagination');var captions=pagination.data('captions');var addAriaLabels=function(){var count=0;setTimeout(function(){pagination.find('.swiper-pagination-bullet').each(function(){var label=captions[count];if(''!==label){$(this).attr('aria-label',label);}
if($(this).hasClass('swiper-pagination-bullet-active')){$(this).attr('aria-current','true');}else{$(this).attr('aria-current','false');}
count++;});},250);};var options={keyboard:{enabled:true,onlyInViewport:false,},navigation:{prevEl:nodeClass+' .pp-swiper-button-prev',nextEl:nodeClass+' .pp-swiper-button-next'},pagination:{el:nodeClass+' .swiper-pagination',type:this.settings.pagination,clickable:true,renderBullet:function(index,className){var pagination=$(nodeClass).find('.swiper-pagination');var captions=pagination.data('captions');return'<button class="'+className+'" aria-label="'+captions[index]+'" tabindex="0" role="button"></button>';},},a11y:{enabled:false},grabCursor:true,effect:this._getEffect(),initialSlide:this._getInitialSlide(),slidesPerView:this._getSlidesPerView(),slidesPerGroup:this._getSlidesToScrollDesktop(),spaceBetween:this._getSpaceBetween(),loop:'undefined'!==typeof this.settings.loop?this.settings.loop:true,speed:this.settings.speed,breakpoints:{},on:{init:addAriaLabels,slideChange:addAriaLabels,}};if(window.innerWidth>large_breakpoint&&this._getSlidesCount()<=this._getSlidesPerView()){options.pagination=false;}
if(window.innerWidth<=large_breakpoint&&window.innerWidth>medium_breakpoint&&this._getSlidesCount()<=this._getSlidesPerViewLarge()){options.pagination=false;}
if(window.innerWidth<=medium_breakpoint&&window.innerWidth>responsive_breakpoint&&this._getSlidesCount()<=this._getSlidesPerViewTablet()){options.pagination=false;}
if(window.innerWidth>=responsive_breakpoint&&this._getSlidesCount()<=this._getSlidesPerViewMobile()){options.pagination=false;}
if(!this.settings.isBuilderActive){options.preloadImages=false;options.lazy={enabled:true,checkInView:true}}
if(this._isSlideshow()){options.loopedSlides=this._getSlidesCount();if('fade'===this._getEffect()){options.fadeEffect={crossFade:true};}}
if(!this.settings.isBuilderActive&&this.settings.autoplay_speed!==false){options.autoplay={delay:this.settings.autoplay_speed,disableOnInteraction:!!this.settings.pause_on_interaction,stopOnLastSlide:'undefined'!==typeof this.settings.stopOnLastSlide?this.settings.stopOnLastSlide:false,};}
if('cube'!==this._getEffect()&&'fade'!==this._getEffect()){options.breakpoints[large_breakpoint]={slidesPerView:this._getSlidesPerViewLarge(),slidesPerGroup:this._getSlidesToScrollLarge(),spaceBetween:this._getSpaceBetweenLarge()};options.breakpoints[medium_breakpoint]={slidesPerView:this._getSlidesPerViewTablet(),slidesPerGroup:this._getSlidesToScrollTablet(),spaceBetween:this._getSpaceBetweenTablet()};options.breakpoints[responsive_breakpoint]={slidesPerView:this._getSlidesPerViewMobile(),slidesPerGroup:this._getSlidesToScrollMobile(),spaceBetween:this._getSpaceBetweenMobile()};}
if('carousel'===this.settings.type&&$(this.nodeClass).hasClass('centered-slides')){options.centeredSlides=true;}
if('coverflow'===this.settings.type){options.effect='coverflow';options.centeredSlides=true;if(window.innerWidth>large_breakpoint&&this._getSlidesPerView()<=2){options.centeredSlides=false;}
if(window.innerWidth<=large_breakpoint&&window.innerWidth>medium_breakpoint&&this._getSlidesPerViewLarge()<=2){options.centeredSlides=false;}
if(window.innerWidth<=medium_breakpoint&&window.innerWidth>responsive_breakpoint&&this._getSlidesPerViewTablet()<=2){options.centeredSlides=false;}
if(window.innerWidth>=responsive_breakpoint&&this._getSlidesPerViewMobile()<=2){options.centeredSlides=false;}}
if(this._isSlideshow()){options.slidesPerView=1;delete options.pagination;delete options.breakpoints;}
var thumbsSliderOptions={slidesPerView:this._getThumbsSlidesPerView(),initialSlide:this._getInitialSlide(),centeredSlides:true,slideToClickedSlide:true,spaceBetween:this._getSpaceBetween(),loop:'undefined'!==typeof this.settings.loop?this.settings.loop:true,loopedSlides:this._getSlidesCount(),speed:this.settings.speed,onSlideChangeEnd:function(swiper){swiper.fixLoop();},breakpoints:{}};thumbsSliderOptions.breakpoints[large_breakpoint]={slidesPerView:this._getThumbsSlidesPerViewLarge(),spaceBetween:this._getSpaceBetweenLarge()};thumbsSliderOptions.breakpoints[medium_breakpoint]={slidesPerView:this._getThumbsSlidesPerViewTablet(),spaceBetween:this._getSpaceBetweenTablet()};thumbsSliderOptions.breakpoints[responsive_breakpoint]={slidesPerView:this._getThumbsSlidesPerViewMobile(),spaceBetween:this._getSpaceBetweenMobile()};if(!this.settings.isBuilderActive){thumbsSliderOptions.preloadImages=false;thumbsSliderOptions.lazy={enabled:true,checkInView:true}}
return{main:options,thumbs:thumbsSliderOptions};},_isSlideshow:function(){return'slideshow'===this.settings.type;},_onElementChange:function(property){if(0===property.indexOf('width')){this.swipers.main.onResize();}
if(0===property.indexOf('spaceBetween')){this._updateSpaceBetween(this.swipers.main,property);}},_updateSpaceBetween:function(swiper,property){var newSpaceBw=this._getSpaceBetween(),deviceMatch=property.match('space_between_(.*)');if(deviceMatch){var breakpoints={tablet:this.settings.breakpoint.medium,mobile:this.settings.breakpoint.responsive};swiper.params.breakpoints[breakpoints[deviceMatch[1]]].spaceBetween=newSpaceBw;}else{swiper.originalParams.spaceBetween=newSpaceBw;}
swiper.params.spaceBetween=newSpaceBw;swiper.onResize();},};})(jQuery);var carousel_opm9fxtw2nev='';(function($){var settings={id:'opm9fxtw2nev',type:'carousel',initialSlide:0,slidesPerView:{desktop:1,large:0,tablet:0,mobile:0,},slidesToScroll:{desktop:1,large:1,tablet:1,mobile:1,},slideshow_slidesPerView:{desktop:5,large:0,tablet:0,mobile:0,},spaceBetween:{desktop:'20',large:'',tablet:'',mobile:'',},isBuilderActive:false,pagination:'bullets',autoplay:false,autoplay_speed:false,pause_on_interaction:true,effect:'slide',speed:1000,breakpoint:{large:1200,medium:992,responsive:768},navText:{prev:'Previous slide',next:'Next slide',}};settings.loop=true;carousel_opm9fxtw2nev=new PPImageCarousel(settings);function updateCarousel(){setTimeout(function(){if('number'!==typeof carousel_opm9fxtw2nev.swipers.main.length){carousel_opm9fxtw2nev.swipers.main.update();if('object'===typeof carousel_opm9fxtw2nev.swipers.thumbs){carousel_opm9fxtw2nev.swipers.thumbs.update();}}else{carousel_opm9fxtw2nev.swipers.main.forEach(function(item){if('undefined'!==typeof item){item.update();}});}},10);}
$(document).on('pp_modal_box_rendered',function(e,selector){if(selector.find('.fl-node-opm9fxtw2nev').length>0){updateCarousel();}});$(document).on('fl-builder.pp-accordion-toggle-complete',function(e){if($(e.target).find('.fl-node-opm9fxtw2nev').length>0){updateCarousel();}});$(document).on('pp-tabs-switched',function(e,selector){if(selector.find('.fl-node-opm9fxtw2nev').length>0){updateCarousel();}});$('.fl-tabs').find('.fl-tabs-label').on('click',function(){var index=$(this).data('index');var panel=$(this).parents('.fl-tabs').find('.fl-tabs-panel-content[data-index="'+index+'"]');if(panel.find('.fl-node-opm9fxtw2nev').length>0){updateCarousel();}});var state=0;$(document).on('pp_expandable_row_toggle',function(e,selector){if(selector.is('.pp-er-open')&&state===0&&selector.parent().find('.fl-node-opm9fxtw2nev').length>0){updateCarousel();state=1;}});})(jQuery);var carousel_cb8nziytusp9='';(function($){var settings={id:'cb8nziytusp9',type:'carousel',initialSlide:0,slidesPerView:{desktop:1,large:0,tablet:0,mobile:0,},slidesToScroll:{desktop:1,large:1,tablet:1,mobile:1,},slideshow_slidesPerView:{desktop:5,large:0,tablet:0,mobile:0,},spaceBetween:{desktop:'20',large:'',tablet:'',mobile:'',},isBuilderActive:false,pagination:'bullets',autoplay:false,autoplay_speed:false,pause_on_interaction:true,effect:'slide',speed:1000,breakpoint:{large:1200,medium:992,responsive:768},navText:{prev:'Previous slide',next:'Next slide',}};settings.loop=true;carousel_cb8nziytusp9=new PPImageCarousel(settings);function updateCarousel(){setTimeout(function(){if('number'!==typeof carousel_cb8nziytusp9.swipers.main.length){carousel_cb8nziytusp9.swipers.main.update();if('object'===typeof carousel_cb8nziytusp9.swipers.thumbs){carousel_cb8nziytusp9.swipers.thumbs.update();}}else{carousel_cb8nziytusp9.swipers.main.forEach(function(item){if('undefined'!==typeof item){item.update();}});}},10);}
$(document).on('pp_modal_box_rendered',function(e,selector){if(selector.find('.fl-node-cb8nziytusp9').length>0){updateCarousel();}});$(document).on('fl-builder.pp-accordion-toggle-complete',function(e){if($(e.target).find('.fl-node-cb8nziytusp9').length>0){updateCarousel();}});$(document).on('pp-tabs-switched',function(e,selector){if(selector.find('.fl-node-cb8nziytusp9').length>0){updateCarousel();}});$('.fl-tabs').find('.fl-tabs-label').on('click',function(){var index=$(this).data('index');var panel=$(this).parents('.fl-tabs').find('.fl-tabs-panel-content[data-index="'+index+'"]');if(panel.find('.fl-node-cb8nziytusp9').length>0){updateCarousel();}});var state=0;$(document).on('pp_expandable_row_toggle',function(e,selector){if(selector.is('.pp-er-open')&&state===0&&selector.parent().find('.fl-node-cb8nziytusp9').length>0){updateCarousel();state=1;}});})(jQuery);;(function($){$(function(){new PPAdvancedTabs({id:'k0lxvowuzbnj',layout:'horizontal',responsiveClosed:false,scrollAnimate:true,});$('.fl-node-k0lxvowuzbnj .pp-tabs-style-2 .pp-tabs-label.pp-tab-active').prev().addClass('pp-no-border');$('.fl-node-k0lxvowuzbnj .pp-tabs-style-2 .pp-tabs-label').on('click',function(){$('.fl-node-k0lxvowuzbnj .pp-tabs-style-2 .pp-tabs-label').removeClass('pp-no-border');$('.fl-node-k0lxvowuzbnj .pp-tabs-style-2 .pp-tabs-label.pp-tab-active').prev().addClass('pp-no-border');});if($(window).width()>768){$('.fl-node-k0lxvowuzbnj .pp-tabs-vertical .pp-tabs-panel-content').css('min-height',$('.fl-node-k0lxvowuzbnj .pp-tabs-vertical .pp-tabs-labels').outerHeight()+'px');}
if($(window).width()<=768){$('.fl-node-k0lxvowuzbnj .pp-tabs-label .pp-tab-close').on('click',function(){$(this).parents('.pp-tabs-label').removeClass('pp-tab-active');});}});})(jQuery);(function($){PPContentGrid=function(settings){this.settings=settings;this.nodeClass='.fl-node-'+settings.id;this.wrapperClass=this.nodeClass+' .pp-content-post-'+this.settings.layout;this.postClass=this.wrapperClass+' .pp-content-'+this.settings.layout+'-post';this.matchHeight=settings.matchHeight=='yes'?true:false;this.style=settings.style;this.masonry=settings.masonry=='yes'?true:false;this.perPage=settings.perPage;this.filters=settings.filters;this.filterTax=settings.filterTax;this.filterType=settings.filterType;this.isFiltering=false;this.isDefaultFilter=false;this.activeFilter='';this.totalPages=1;this.currentPage=1;this.cacheData={};this.ajaxData={};this.includeSettings=true;if(this._hasPosts()){this._initLayout();this._initSearch();}};PPContentGrid.prototype={settings:{},nodeClass:'',wrapperClass:'',postClass:'',perPage:'',filters:false,filterTax:'',filterType:'',filterData:{},isFiltering:false,isDefaultFilter:false,activeFilter:'',totalPages:1,currentPage:1,cacheData:{},ajaxData:{},includeSettings:true,matchHeight:false,masonry:false,style:'',_hasPosts:function(){return $(this.postClass).length>0;},_useCssGrid:function(){return this.matchHeight&&'dynamic'===this.filterType;},_initIsotopeData:function(){var postFilterData={itemSelector:'.pp-content-post',percentPosition:true,transitionDuration:'0.3s',hiddenStyle:{opacity:0},visibleStyle:{opacity:1},masonry:{columnWidth:'.pp-content-post',gutter:'.pp-grid-space'},isOriginLeft:!$('body').hasClass('rtl'),};if(!this.masonry){postFilterData=$.extend({},postFilterData,{layoutMode:'fitRows',fitRows:{gutter:'.pp-grid-space'},});}
this.filterData=postFilterData;if(this.settings.defaultFilter!==''){this.activeFilter=this.settings.defaultFilter;}},_initSearch:function(){var hasSearch=$(this.nodeClass).hasClass('cg-search-result')&&$('.cg-search-form').length>0;if(!hasSearch){return;}
$('.cg-search-form').find('form').on('submit',function(e){e.preventDefault();var input=$(e.target).find('input[type="search"]');bb_powerpack.search_term=input.val();if(input.val()!==''){this.settings.is_search=true;this.isFiltering=true;}else{this.settings.is_search=false;this.isFiltering=false;this.cacheData={};this.ajaxData={};}
this._getAjaxPosts(this.activeFilter,this.filterData,this.currentPage);}.bind(this));$('.cg-search-form').find('form input').on('input clear',function(e){if($(e.target).val()===''){bb_powerpack.search_term='';this.settings.is_search=false;this.isFiltering=false;this.cacheData={};this.ajaxData={};this._getAjaxPosts(this.activeFilter,this.filterData,this.currentPage);}}.bind(this));},_initLayout:function(){if($(this.nodeClass).find('.pp-posts-wrapper').hasClass('pp-posts-initiated')){return;}
switch(this.settings.layout){case'grid':this._initIsotopeData();this._gridLayout();this._initPagination();this._reLayout();break;case'carousel':this._carouselLayout();break;}
$(this.postClass).css('visibility','visible');var self=this;$(window).on('load',function(){if(!$(self.nodeClass).hasClass('pp-cg-no-page-scroll')){FLBuilderLayout._scrollToElement($(self.nodeClass+' .pp-paged-scroll-to'));}});$(this.nodeClass).on('grid.afterInit carousel.afterInit',function(){$(self.nodeClass).find('.pp-posts-wrapper').addClass('pp-posts-initiated');if('carousel'===self.settings.layout){setTimeout(function(){self._gridLayoutMatchHeightSimple();},200);}
if($(self.nodeClass).find('.owl-nav').length>0&&self.settings.carousel.autoplay){var carousel=$(self.nodeClass).find('.owl-carousel');$(self.nodeClass).find('.owl-nav button').on('mouseover',function(){carousel.trigger('stop.owl.autoplay');}).on('mouseleave',function(){carousel.trigger('play.owl.autoplay');});}});$(this.nodeClass).find('.pp-posts-wrapper img').on('load',function(){if('lazy'!==$(this).attr('loading')){return;}
var postsWrapper=$(self.nodeClass).find('.pp-content-post-grid');if('undefined'!==typeof $.fn.isotope){setTimeout(function(){if(postsWrapper.data('isotope')){postsWrapper.isotope('layout');}},500);}});},_gridLayout:function()
{var wrap=$(this.wrapperClass);var postFilterData=this.filterData;this._setLastPostClass();this._setCenterAlign();$(window).on('resize',this._setCenterAlign.bind(this));wrap.imagesLoaded(function(){var node=$(this.nodeClass);var base=this;var postFilters=!this._useCssGrid()&&!wrap.data('isotope')?wrap.isotope(postFilterData):wrap;if(this.settings.filters||this.masonry){var filterWrap=$(this.nodeClass).find('.pp-post-filters');var filterToggle=$(this.nodeClass).find('.pp-post-filters-toggle');filterToggle.on('click',function(){filterWrap.slideToggle(function(){if($(this).is(':visible')){filterToggle.addClass('pp-post-filters-open');}
if(!$(this).is(':visible')){filterToggle.removeClass('pp-post-filters-open');}});});filterWrap.on('click keyup','.pp-post-filter',function(e){var shouldFilter='click'===e.type||('keyup'===e.type&&(13===e.keyCode||13===e.which))
if(!shouldFilter){return;}
base.activeFilter=$(this).data('term');base.isFiltering=true;if('static'===base.filterType){var filterVal=$(this).attr('data-filter');postFilters.isotope({filter:filterVal});}else{var term=$(this).data('term');$(base.wrapperClass).addClass('pp-is-filtering');base._getPosts(term,postFilterData);}
filterWrap.find('.pp-post-filter').removeClass('pp-filter-active');$(this).addClass('pp-filter-active');filterToggle.find('span.toggle-text').html($(this).text());if(filterToggle.hasClass('pp-post-filters-open')){filterWrap.slideUp();filterToggle.removeClass('pp-post-filters-open');}
$(base.nodeClass).trigger('grid.filter.change');});$(window).on('resize',function(){if(!filterToggle.is(':visible')){filterWrap.removeAttr('style');}});if(base.settings.defaultFilter!==''){var defaultFilter=base.settings.defaultFilter;if(filterWrap.find('li[data-term="'+defaultFilter+'"]').length>0){self.isDefaultFilter=true;filterWrap.find('li[data-term="'+defaultFilter+'"]').trigger('click');}}
if(''!==location.hash){var filterHash=location.hash.split('#')[1];filterWrap.find('li[data-term="'+filterHash+'"]').trigger('click');}
$(window).on('hashchange',function(){if(''!==location.hash){var filterHash=location.hash.split('#')[1];filterWrap.find('li[data-term="'+filterHash+'"]').trigger('click');}});}
if('dynamic'===base.filterType){$(base.nodeClass).find('.fl-builder-pagination a').off('click').on('click',function(e){e.preventDefault();var pageNumber=base._getPageNumber(this);base.currentPage=pageNumber;base._getPosts('',postFilterData,pageNumber);});}
if(!this.masonry){setTimeout(function(){if(base.settings.filters&&'static'===base.filterType){node.find('.pp-filter-active').trigger('click');}
base._gridLayoutMatchHeight();if(wrap.data('isotope')){wrap.isotope('layout');}},1000);}
$(this.nodeClass).trigger('grid.afterInit');}.bind(this));},_setLastPostClass:function(){var posts=$(this.postClass);if(posts.length>0){var last=posts[posts.length-1];$(last).addClass('pp-post-last');}},_setCenterAlign:function(){if($(this.nodeClass).hasClass('cg-center-align') ){var columns=this._getColumns();var gridSpace=$(this.wrapperClass).find('.pp-grid-space').outerWidth();if($(this.postClass).length>=columns){gridSpace=gridSpace*(columns-1);}
if(1===columns){gridSpace=0;}
var colWidth=($(this.nodeClass+' .fl-module-content').outerWidth()/columns)-gridSpace;if(colWidth>0){this.filterData.masonry.columnWidth=colWidth;this.filterData.masonry.isFitRows=true;this.filterData.percentPosition=false;gridSpace+=0.18;if($(this.postClass).length<columns){var wrapperWidth=(colWidth*$(this.postClass).length)+(gridSpace*($(this.postClass).length-1));}else{var wrapperWidth=(colWidth*columns)+gridSpace;}
$(this.postClass).css('width',colWidth+'px');$(this.wrapperClass).css('width',wrapperWidth+'px');}}},_carouselLayout:function()
{var self=this;var wrap=$(this.nodeClass+' .pp-content-post-carousel .pp-content-posts-inner');var owlOptions={onInitialized:function(e){var count=1;$(e.target).find('.owl-dot').each(function(){$(this).append('<span class="sr-only">Slide group '+count+'</span>');count++;});self._gridLayoutMatchHeightSimple();},onResized:this._gridLayoutMatchHeightSimple.bind(this),onRefreshed:this._gridLayoutMatchHeightSimple.bind(this),onLoadedLazy:this._gridLayoutMatchHeightSimple.bind(this),rtl:$('body').hasClass('rtl')};if($(this.postClass).length<this.settings.carousel.items){this.settings.carousel.slideBy='page';this.settings.carousel.loop=false;}
if(this.settings.carousel.lazyLoad){$(this.postClass).each(function(){if($(this).find('.pp-content-grid-post-image img').length>0){var src=$(this).find('.pp-content-grid-post-image img').addClass('owl-lazy').attr('src');$(this).find('.pp-content-grid-post-image img').removeAttr('src').attr('data-src',src);}else{var src=$(this).find('.pp-post-image img').addClass('owl-lazy').attr('src');$(this).find('.pp-post-image img').removeAttr('src').attr('data-src',src);}});}
owlOptions=$.extend({},this.settings.carousel,owlOptions);$(this.nodeClass).trigger('carousel.beforeInit',[owlOptions]);wrap.imagesLoaded(function(){wrap.owlCarousel(owlOptions);var owl=wrap.data('owl.carousel');wrap.on('keyup',function(e){if(37===e.keyCode||37===e.which){owl.prev();}
if(39===e.keyCode||39===e.which){owl.next();}});$(this.nodeClass).trigger('carousel.afterInit');}.bind(this));},_getPosts:function(term,isotopeData,paged){var processAjax=false,filter=term,paged=(!paged||'undefined'===typeof paged)?1:paged;if('undefined'===typeof term||''===term){filter='all';}
this._getTotalPages();var cacheData=this._getCacheData(filter);if('undefined'===typeof cacheData){processAjax=true;}else{var cachedResponse=cacheData.page[paged];if('undefined'===typeof cachedResponse){processAjax=true;}else{$(this.nodeClass).trigger('grid.beforeRender');this._renderPosts(cachedResponse,{term:term,isotopeData:isotopeData,page:paged});}}
if(processAjax){this._getAjaxPosts(term,isotopeData,paged);}},_getAjaxPosts:function(term,isotopeData,paged){var taxonomy=this.filterTax,perPage=this.perPage,paged='undefined'===typeof paged?false:paged,self=this;var currentPage=this.settings.current_page.split('?')[0];var data={pp_action:'get_ajax_posts',node_id:this.settings.id,paged:!paged?this.settings.page:paged,current_page:currentPage,};if('undefined'!==typeof this.includeSettings&&this.includeSettings){data.settings=this.settings.fields;}
if('undefined'!==typeof this.settings.template_id){data.template_id=this.settings.template_id;data.template_node_id=this.settings.template_node_id;}
if('undefined'!==typeof this.settings.is_archive){data['is_archive']=true;}
if('undefined'!==typeof term&&''!==term){data['term']=term;}else if(this.settings.is_tax&&this.settings.current_term){data['is_tax']=true;data['taxonomy']=this.settings.current_tax;data['term']=this.settings.current_term;}
if(this.settings.is_tax&&this.settings.current_term){data['current_tax']=this.settings.current_tax;data['current_term']=this.settings.current_term;}
if(this.settings.is_author&&this.settings.current_author){data['is_author']=true;data['author_id']=this.settings.current_author;}
if(this.settings.is_search){data['is_search']=true;data['search_term']=bb_powerpack.search_term;}
if('undefined'!==typeof this.settings.orderby||''!==this.settings.orderby){data['orderby']=this.settings.orderby;}
this.ajaxData=data;$(this.wrapperClass).addClass('pp-is-filtering');$.post(location.href.split('#').shift(),data,function(response){self.includeSettings=true;self._setCacheData(term,response,paged);$(self.nodeClass).trigger('grid.beforeRender');self._renderPosts(response,{term:term,isotopeData:isotopeData,page:paged});$(self.wrapperClass).removeClass('pp-is-filtering');}).fail(function(xhr){if(404==xhr.status&&'undefined'!==xhr.responseJSON.data){var response=xhr.responseJSON;self.includeSettings=true;self._setCacheData(term,response,paged);$(self.nodeClass).trigger('grid.beforeRender');self._renderPosts(response,{term:term,isotopeData:isotopeData,page:paged});$(self.wrapperClass).removeClass('pp-is-filtering');}});},_renderPosts:function(response,args){var self=this,wrap=$(this.wrapperClass),posts=$(response.data);wrap.parent().css('--items-count',posts.length);if(('load_more'!==self.settings.pagination&&'scroll'!==self.settings.pagination)||self.isFiltering){if(wrap.data('isotope')){wrap.isotope('remove',$(this.postClass));}else{wrap.find(this.postClass).remove();}}
if(wrap.data('isotope')){wrap.isotope('remove',$('.pp-posts-not-found-text'));}else{wrap.find('.pp-posts-not-found-text').remove();}
if(wrap.data('isotope')){if(!this.masonry){wrap.isotope('insert',posts,this._gridLayoutMatchHeight.bind(this));wrap.imagesLoaded(function(){setTimeout(function(){self._gridLayoutMatchHeight();},150);}.bind(this));}else{wrap.isotope('insert',posts);}
wrap.find('.pp-grid-space').remove();wrap.append('<div class="pp-grid-space"></div>');}else{posts.hide();if(('load_more'==self.settings.pagination||'scroll'==self.settings.pagination)&&!self.isFiltering){wrap.append(posts.fadeIn(400));}else{wrap.html(posts.fadeIn(400));}}
wrap.imagesLoaded(function(){setTimeout(function(){if(!this.masonry){self._gridLayoutMatchHeight();}
if(wrap.data('isotope')){wrap.isotope('layout');}},500);}.bind(this));if('load_more'===self.settings.pagination){$(self.nodeClass).find('.pp-content-grid-load-more').remove();}
if('scroll'===self.settings.pagination){$(self.nodeClass).find('.pp-content-grid-loader').remove();}
if(response.pagination){var $pagination=$(response.pagination);$(self.nodeClass).find('.fl-builder-pagination').remove();$(self.nodeClass).find('> .fl-module-content').append($pagination);if('load_more'===self.settings.pagination){setTimeout(function(){self._getTotalPages();if(self.totalPages!==self.currentPage){$(self.nodeClass).find('.fl-module-content .pp-content-grid-load-more').fadeIn();self._initPagination();}else{$(self.nodeClass).find('.fl-module-content .pp-content-grid-load-more').slideUp();}},250);}
$(self.nodeClass).off('click','.pp-ajax-pagination a').on('click','.pp-ajax-pagination a',function(e){e.preventDefault();var pageNumber=self._getPageNumber(this);self.currentPage=pageNumber;self._getPosts(args.term,args.isotopeData,pageNumber);});}else{$(self.nodeClass).find('.fl-builder-pagination').remove();}
if(('load_more'!==self.settings.pagination&&'scroll'!==self.settings.pagination)||self.isFiltering){if(self.settings.scrollTo&&!self.isDefaultFilter){var scrollToClass=self.settings.scrollToClass||self.nodeClass;var offsetTop=$(scrollToClass).offset().top-200;$('html, body').stop().animate({scrollTop:offsetTop},300);self.isDefaultFilter=false;}}
if(self.isFiltering){self.isFiltering=false;$(self.nodeClass).trigger('grid.filter.complete');}
wrap.removeClass('pp-is-filtering');$(self.nodeClass).trigger('grid.rendered');},_getPageNumber:function(pageElement)
{var pageNumber=parseInt($(pageElement).text());if($(pageElement).hasClass('next')){pageNumber=parseInt($(pageElement).parents('.pp-content-grid-pagination').find('.current').text())+1;}
if($(pageElement).hasClass('prev')){pageNumber=parseInt($(pageElement).parents('.pp-content-grid-pagination').find('.current').text())-1;}
return pageNumber;},_setCacheData:function(filter,response,paged){if('undefined'===typeof filter||''===filter){filter='all';}
if('undefined'===typeof paged||!paged){paged=1;}
if('undefined'===typeof this.cacheData.ajaxCache){this.cacheData.ajaxCache={};}
if('undefined'===typeof this.cacheData.ajaxCache[filter]){this.cacheData.ajaxCache[filter]={};}
if('undefined'===typeof this.cacheData.ajaxCache[filter].page){this.cacheData.ajaxCache[filter].page={};}
this.cacheData.ajaxCache[filter].page[paged]=response;},_getCacheData:function(filter){var cacheData=this.cacheData;if('undefined'===typeof cacheData.ajaxCache){cacheData.ajaxCache={};}
return cacheData.ajaxCache[filter];},_getColumns:function(){var columns=this.settings.postColumns.xl;if(window.innerWidth<=this.settings.breakpoints.large){columns=this.settings.postColumns.lg;}
if(window.innerWidth<=this.settings.breakpoints.medium){columns=this.settings.postColumns.md;}
if(window.innerWidth<=this.settings.breakpoints.small){columns=this.settings.postColumns.sm;}
return columns;},_gridLayoutMatchHeight:function()
{var highestBox=0;var contentHeight=0;var postElements=$(this.postClass+':visible');var columns=this._getColumns();if(!this.matchHeight||1===columns){return;}
if('style-9'===this.style){return;}
if(this._useCssGrid()){return;}
if(this.settings.layout==='grid'){if(this.masonry){return;}
postElements.css('height','auto');var rows=Math.round(postElements.length/columns);if(postElements.length%columns>0){rows=rows+1;}
var j=1,k=columns;for(var i=0;i<rows;i++){var postsInRow=$(this.postClass+':visible:nth-child(n+'+j+'):nth-child(-n+'+k+')');postsInRow.css('height','').each(function(){if($(this).height()>highestBox){highestBox=$(this).height();contentHeight=$(this).find('.pp-content-post-data').outerHeight();}});postsInRow.height(highestBox);j=k+1;k=k+columns;if(k>postElements.length){k=postElements.length;}
highestBox=0;}}else{postElements.css('height','').each(function(){if($(this).height()>highestBox){highestBox=$(this).height();contentHeight=$(this).find('.pp-content-post-data').outerHeight();}});postElements.height(highestBox);}},_gridLayoutMatchHeightSimple:function(){if(!this.matchHeight){return;}
if('style-9'===this.style){return;}
var highestBox=0;var contentHeight=0;var postElements=$(this.postClass);var columns=this._getColumns();if(1===columns&&this.settings.layout==='grid'){return;}
postElements.css('height','').each(function(){if($(this).height()>highestBox){highestBox=$(this).height();contentHeight=$(this).find('.pp-content-post-data').outerHeight();}});postElements.height(highestBox);},_initPagination:function()
{var self=this;setTimeout(function(){self._getTotalPages();if(self.settings.pagination==='load_more'){self._initLoadMore();}
if(self.settings.pagination==='scroll'&&typeof FLBuilder==='undefined'){self._initScroll();}},500);},_getTotalPages:function()
{var pages=$(this.nodeClass+' .pp-content-grid-pagination').find('li .page-numbers:not(.next)');if(pages.length>1){var total=pages.last().text().replace(/\D/g,'')
this.totalPages=parseInt(total);}else{this.totalPages=1;}
return this.totalPages;},_initLoadMore:function()
{var self=this,$button=$(this.nodeClass).find('.pp-grid-load-more-button'),currentPage=self.currentPage,activeFilter=self.activeFilter,isAjaxPagination='dynamic'===self.filterType;if(!self.filters||'dynamic'!==self.filterType){activeFilter='';}
$(self.nodeClass).on('grid.filter.change',function(){if(self.filters&&'dynamic'===self.filterType){activeFilter=self.activeFilter}});$button.off('click').on('click',function(e){e.preventDefault();$(this).addClass('disabled loading');self.isFiltering=false;currentPage=parseInt(currentPage)+1;self._getPosts(activeFilter,self.filterData,currentPage);self.currentPage=currentPage;self.paginating=true;});$(self.nodeClass).on('grid.rendered',function(){$button.removeClass('disabled loading');if(currentPage>=self.totalPages){$button.parent().hide();}});$(self.nodeClass).on('grid.filter.complete',function(){if($(self.nodeClass).find('.pp-content-grid-pagination').length>0){self._getTotalPages();self.currentPage=currentPage=1;$button.parent().show();}else{$button.parent().hide();}});},_initScroll:function()
{var self=this,gridOffset=$(this.wrapperClass).offset(),gridHeight=$(this.wrapperClass).height(),winHeight=$(window).height(),currentPage=this.currentPage,activeFilter=self.activeFilter,rendered=false,loaded=false;if(!self.filters||'dynamic'!==self.filterType){activeFilter='';}
$(window).on('scroll',function(){if(loaded){return;}
var scrollPos=$(window).scrollTop();if(scrollPos>=gridOffset.top-(winHeight-gridHeight)){self.isFiltering=false;currentPage=parseInt(currentPage)+1;$(self.nodeClass).find('.pp-content-grid-loader').show();if(currentPage<=self.totalPages){loaded=true;self._getPosts(activeFilter,self.filterData,currentPage);self.paginating=true;}else{loaded=true;$(self.nodeClass).find('.pp-content-grid-loader').hide();}
self.currentPage=currentPage;}}.bind(this));$(self.nodeClass).on('grid.filter.change',function(){if(self.filters&&'dynamic'===self.filterType){activeFilter=self.activeFilter}
gridHeight=$(self.wrapperClass).height();self._gridLayoutMatchHeightSimple();if($(self.wrapperClass).data('isotope')){$(self.wrapperClass).isotope('layout');}
if('dynamic'===self.filterType){self._getTotalPages();self.currentPage=currentPage=1;loaded=false;}});$(self.nodeClass).on('grid.rendered',function(){gridHeight=$(self.wrapperClass).height();if(!rendered){self._getTotalPages();}
$(self.nodeClass).find('.pp-content-grid-loader').hide();setTimeout(function(){self._gridLayoutMatchHeightSimple();if($(self.wrapperClass).data('isotope')){$(self.wrapperClass).isotope('layout');}},500);if(currentPage>=self.totalPages){loaded=true;}else{loaded=false;}
rendered=true;});$(self.nodeClass).on('grid.filter.complete',function(){if($(self.nodeClass).find('.pp-content-grid-pagination').length>0){self._getTotalPages();self.currentPage=currentPage=1;}});},_reLayout:function(){var self=this;var wrap=$(this.wrapperClass);var refreshLayout=function(){wrap.imagesLoaded(function(){if($('body').hasClass('fl-builder-active')){return;}
if(!self.masonry){self._gridLayoutMatchHeight();}
setTimeout(function(){if(wrap.data('isotope')){wrap.isotope('destroy');}
self.layoutRefreshed=true;self._gridLayout();self._initPagination();},500);});};$(document).on('sf:ajaxfinish','.searchandfilter',refreshLayout);$(document).on('facetwp-loaded',function(){if('undefined'!==typeof FWPBB&&'undefined'!==typeof FWPBB.modules){FWPBB.modules[self.settings.id]=self.settings;}
refreshLayout();});$(window).on('wpgb.loaded',function(){if('undefined'===typeof WP_Grid_Builder){return;}
if('undefined'===typeof WP_Grid_Builder['on']){return;}
WP_Grid_Builder.on('init',function(wpgb){if(wpgb.facets&&'undefined'!==typeof wpgb.facets['on']){wpgb.facets.on('appended',refreshLayout);}});});}};})(jQuery);var ppcg_t5uhwsvfgi1c='';;(function($){var left_arrow_svg='<span aria-hidden="true"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="currentColor" d="M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z"></path></svg></span><span class="sr-only">Previous</span>';var right_arrow_svg='<span aria-hidden="true"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="currentColor" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z"></path></svg></span><span class="sr-only">Next</span>';var PPContentGridOptions={id:'t5uhwsvfgi1c',layout:'carousel',style:'custom',ajaxUrl:bb_powerpack.getAjaxUrl(),siteUrl:'http://www.robertharris.co.nz',scrollTo:true,perPage:'20',fields:{"layout":"carousel","post_grid_style_select":"custom","alternate_content":"no","custom_layout":{"html":"<div class=\"product-detail-wrap\">\n    <a href=\"[wpbb post:url]\">\n    <div class=\"product-detail-inner-wrap\">\n        [wpbb-if post:featured_image]\n                \n            <div class=\"pp-content-grid-post-image\">\n                \n            \t[wpbb post:featured_image size=\"small\" display=\"tag\" linked='no' ]\n            \t\n            <\/div>\n        [\/wpbb-if]\n        \n        <div class=\"pp-content-grid-post-text\">\n           \n                <h2 class=\"pp-content-grid-post-title\">\n                    [wpbb post:title]\n                    <\/h2>\n           \n        \n        [wpbb-acf-repeater name='details']\n\n            [wpbb-if post:acf type='text' name='roast']\n                <span class=\"product-list__meta\">\n                    [wpbb post:acf type='text' name='roast'] Roast\n                <\/span>\n            [\/wpbb-if]\n            \n            [wpbb-if post:acf type='text' name='strength']\n                <span class=\"product-list__meta product-list__meta-strength\">\n                    Strength [wpbb post:acf type='text' name='strength']\n                <\/span>\n            [\/wpbb-if]\n            \n\n        [\/wpbb-acf-repeater]\n        \n        \n            <div class=\"product-list__short-description\">\n                <p>\n            \t[wpbb post:acf type='text' name='short_description']\n            \t<\/p>\n            <\/div>\n        <\/div>\n        \n    <\/div>  \n    <\/a>\n<\/div>","css":"\n.product-detail-wrap a:hover{\n    text-decoration: none;\n    \n}\n.product-detail-inner-wrap{\n    box-shadow: 1px 1px 10px 1px #e2e2e2;\n    padding: 20px;\n    height: 100%;\n    background: #fff;\n    margin: 10px;\n    min-height: 490px;   \n}\n.pp-content-grid-post {\n    font-size: 14px;\n}\n.pp-content-grid-post-image {\n    \n    padding-bottom: 0;\n}\n.pp-content-grid-post-title{\n    font-size: 24px;\n    line-height: 34px;\n    margin-bottom: 20px;\n    \n}\n.pp-content-grid-post-image img{\n    max-height: 230px;\n    object-fit: contain;\n    \n}\n\n@media (max-width: 768px) {\n    .pp-content-grid-post-image img{\n        display:inline-block;    \n       \n    }\n    .product-detail-inner-wrap{\n        width: 300px;\n        margin: 0 auto;\n        padding: 15px;\n        box-shadow: 1px 1px 10px 1px #e2e2e2;\n        margin-top: 10px !important;\n        margin-bottom: 10px !important;\n    }\n\n}\n\n.pp-content-grid-post-text {\n    \/*padding: 20px;*\/\n}\n\n.pp-content-grid-post-meta {\n    padding: 0;\n}\n.pp-content-grid-post-meta a {\n    text-decoration: none;\n}\n.pp-content-grid-post-meta a:hover {\n    color: #000;\n}\n.pp-content-grid-separator {\n    min-height: 2px;\n    width: 60px;\n    background: #000;\n    margin-top: 10px;\n    margin-bottom: 20px;\n}\n.product-list__meta{\n font-size: 16px;\n line-height: 18px;\n}\n\n@media (max-width: 768px) {\n    .product-list__meta{\n      margin-top: 15px;   \n    }\n}\n\n.product-list__meta-strength{\n    border: #302A2A solid 1px;\n    color: #302A2A;\n    background: #fff;\n    \n}\n\n.product-list__short-description p{\n    font-size: 12px;\n    line-height: 24px;\n    color: #302A2A;\n}\n","connections":{"html":""}},"total_post":"all","total_posts_count":"20","posts_per_page":"20","post_slider_arrow_font_size":"50","post_content_width":"60","post_content_width_large":"","post_content_width_medium":"","post_content_width_responsive":"","pagination":"none","load_more_text":"Load More","no_results_message":"Sorry, we couldn't find any posts. Please try a different search.","show_search":"no","pagination_nofollow":"no","title_tag":"h3","visibility_logic":"[]","export":"","import":"","type":"pp-content-grid","bb_css_code":"","bb_js_code":"","responsive_display_filtered":true,"connections":{"arrow_color":"","arrow_hover_color":"","arrow_bg_color":"","arrow_bg_hover_color":"","arrow_border_hover_color":"","post_slider_dot_bg_color":"","post_slider_dot_bg_hover":"","custom_content":"","more_link_text":"","post_grid_filters_default":"","all_filter_label":"","fallback_image_custom":"","post_bg_color":"","post_bg_color_hover":"","post_title_divider_color":"","post_category_bg_color":"","post_category_text_color":"","post_title_overlay_color":"","post_date_day_bg_color":"","post_date_day_text_color":"","post_date_month_bg_color":"","post_date_month_text_color":"","post_date_bg_color":"","post_date_text_color":"","product_rating_color":"","product_price_color":"","button_bg_color":"","button_bg_hover_color":"","button_text_color":"","button_text_hover_color":"","button_border_hover_color":"","filter_bg_color":"","filter_bg_color_active":"","filter_text_color":"","filter_text_color_active":"","filter_border_hover_color":"","filter_toggle_bg":"","filter_toggle_color":"","pagination_bg_color":"","pagination_bg_color_hover":"","pagination_color":"","pagination_color_hover":"","title_font_color":"","title_font_hover_color":"","content_font_color":"","content_font_hover_color":"","post_meta_font_color":"","post_meta_font_hover_color":"","post_meta_bg_color":"","event_date_color":"","event_venue_color":"","event_cost_color":""},"data_source":"custom_query","data_source_acf_relational_type":"relationship","data_source_acf_relational_key":"related_videos","data_source_acf_order":"DESC","data_source_acf_order_by":"post__in","data_source_acf_order_by_meta_key":"","post_type":["product"],"order_by":"date","order_by_meta_key":"","order":"DESC","offset":"0","exclude_current_post":"yes","posts_post_matching":"1","posts_post":"","tax_post_category_matching":"1","tax_post_category":"","tax_post_post_tag_matching":"1","tax_post_post_tag":"","posts_page_matching":"1","posts_page":"","posts_product_matching":"1","posts_product":"","tax_product_product-category_matching":"related","tax_product_product-category":"","posts_video_matching":"1","posts_video":"","users_matching":"1","users":"","custom_field_relation":"AND","custom_field":[""],"show_title":"yes","show_content":"yes","content_type":"excerpt","custom_content":"","content_length":"300","more_link_type":"box","more_link_text":"Read More","link_target_new":"no","post_grid_filters_display":"no","post_grid_filters_type":"dynamic","post_grid_filters_terms":"","post_grid_filters_archive_terms":"","post_grid_filters_default":"","all_filter_label":"All","post_grid_filters_order_by":"name","post_grid_filters_order_by_meta_key":"","post_grid_filters_order":"ASC","show_image":"yes","image_thumb_size":"large","image_thumb_crop":"","fallback_image":"default","fallback_image_custom":"","show_author":"yes","show_date":"yes","show_categories":"no","meta_separator":" | ","terms_separator":" \/ ","as_values_posts_post":"","as_values_tax_post_category":"","as_values_tax_post_post_tag":"","as_values_posts_page":"","as_values_posts_product":"","as_values_tax_product_product-category":"","as_values_posts_video":"","as_values_users":"","post_grid_filters":"","fallback_image_custom_src":"","post_taxonomies":"","posts_menu_matching":"1","posts_menu":"","tax_menu_menu-category_matching":"1","tax_menu_menu-category":"","as_values_posts_menu":"","as_values_tax_menu_menu-category":"","posts_cafe_matching":"1","posts_cafe":"","as_values_posts_cafe":"","posts_testimonial_matching":"1","posts_testimonial":"","posts_training-guide_matching":"1","posts_training-guide":"","as_values_posts_testimonial":"","as_values_posts_training-guide":"","class":"product-list"},pagination:'none',current_page:'http://www.robertharris.co.nz/product/pohutukawa-blend/',page:'0',is_tax:false,is_author:false,postSpacing:'20',postColumns:{"xl":3,"lg":3,"md":2,"sm":1},breakpoints:{"large":1200,"medium":992,"small":768},matchHeight:'yes',filters:false,defaultFilter:'',filterTax:'',filterType:'dynamic',carousel:{items:3,responsive:{0:{items:1,},1201:{items:3,},993:{items:3,},769:{items:2,},},slideBy:1,autoplay:false,autoplayTimeout:3000,autoplaySpeed:1000,autoplayHoverPause:false,navSpeed:1000,dotsSpeed:1000,nav:false,lazyLoad:true,navText:[left_arrow_svg,right_arrow_svg],navContainer:'.fl-node-t5uhwsvfgi1c .pp-carousel-nav',navElement:'button type="button"',responsiveRefreshRate:200,responsiveBaseWidth:window,loop:false,center:false,autoHeight:false,URLhashListener:true}};ppcg_t5uhwsvfgi1c=new PPContentGrid(PPContentGridOptions);var state=0;$(document).on('pp_expandable_row_toggle',function(e,selector){if(selector.is('.pp-er-open')&&state===0&&selector.parent().find('.pp-content-post-grid').length>0){if('undefined'!==typeof $.fn.isotope&&selector.parent().find('.pp-content-post-grid').data('isotope')){selector.parent().find('.pp-content-post-grid').isotope('layout');}
state=1;}});$(document).on('pp-tabs-switched',function(e,selector){if(selector.find('.pp-content-post-grid').length>0){var postsWrapper=selector.find('.pp-content-post-grid');ppcg_t5uhwsvfgi1c._gridLayoutMatchHeight();if('undefined'!==typeof $.fn.isotope&&postsWrapper.data('isotope')){setTimeout(function(){postsWrapper.isotope('layout');},500);}}});})(jQuery);var ppcg_970ae3y5fgbu='';;(function($){var left_arrow_svg='<span aria-hidden="true"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="currentColor" d="M25.1 247.5l117.8-116c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L64.7 256l102.2 100.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.7 4.7-12.3 4.7-17 0L25 264.5c-4.6-4.7-4.6-12.3.1-17z"></path></svg></span><span class="sr-only">Previous</span>';var right_arrow_svg='<span aria-hidden="true"><svg role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 512"><path fill="currentColor" d="M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z"></path></svg></span><span class="sr-only">Next</span>';var PPContentGridOptions={id:'970ae3y5fgbu',layout:'carousel',style:'custom',ajaxUrl:bb_powerpack.getAjaxUrl(),siteUrl:'http://www.robertharris.co.nz',scrollTo:true,perPage:'6',fields:{"layout":"carousel","post_grid_style_select":"custom","alternate_content":"no","custom_layout":{"html":"\n[wpbb-if post:acf name='video_url']\n    <div class=\"pp-content-grid-post-image vp-a\">\n[wpbb-else]\n    <div class=\"pp-content-grid-post-image\">\n[\/wpbb-if]\n    <a href=\"[wpbb post:url]\">\n\t    [wpbb post:featured_image size=\"large\" display=\"tag\" linked=\"no\"]\n\t<\/a>\n<\/div>\n<div class=\"pp-content-grid-post-text\">\n    <a href=\"[wpbb post:url]\" class=\"post-link\">\n        <h3 class=\"pp-content-grid-post-title\">[wpbb post:title]<\/h3>\n        <span class=\"learn-more-button\">Learn more<\/span>\n    <\/a>\n<\/div>\n","css":".pp-content-grid-post {\n    font-size: 14px;\n}\n.pp-content-grid-post-image {\n    \/*padding: 20px;*\/\n    padding-bottom: 0;\n    \n}\n.pp-content-grid-post-image img{\n    width: 100%;\n    max-height: 225px;\n}\n\n.pp-content-grid-post-image a img{\n    width: 100% !important;\n}\n\n.pp-content-grid-post-text {\n    padding: 20px;\n    padding-bottom: 40px;\n    min-height: 150px;\n    position: relative;\n}\n\n.post-link:hover{\n    font-weight: normal;\n    text-decoration: none;\n}\n\n.pp-content-grid-post-title {\n    font-size: 24px;\n\tline-height: 34px;\n\tmargin: 0;\n\tpadding: 0;\n\tmargin-bottom:30px;\n}\n\n.pp-content-grid-separator {\n    min-height: 2px;\n    width: 60px;\n    background: #000;\n    margin-top: 10px;\n    margin-bottom: 20px;\n}\n\n.learn-more-button{\n    display: block;\n    font-size: 16px;\n    font-family: 'Trade Gothic';\n    position: absolute;\n    bottom: 20px;\n    color: #302A2A;\n}\n\n.learn-more-button:hover{\n    font-weight: normal;\n}\n\n\n.training-guide-wrap{\n    max-width: 370px;\n}","connections":{"html":""}},"total_post":"all","total_posts_count":"20","posts_per_page":"6","post_slider_arrow_font_size":"30","post_content_width":"60","post_content_width_large":"","post_content_width_medium":"","post_content_width_responsive":"","pagination":"none","load_more_text":"Load More","no_results_message":"Sorry, we couldn't find any posts. Please try a different search.","show_search":"no","pagination_nofollow":"no","title_tag":"h3","visibility_logic":"[]","export":"","import":"","type":"pp-content-grid","bb_css_code":"","bb_js_code":"","responsive_display_filtered":true,"connections":{"arrow_color":"","arrow_hover_color":"","arrow_bg_color":"","arrow_bg_hover_color":"","arrow_border_hover_color":"","post_slider_dot_bg_color":"","post_slider_dot_bg_hover":"","custom_content":"","more_link_text":"","post_grid_filters_default":"","all_filter_label":"","fallback_image_custom":"","post_bg_color":"","post_bg_color_hover":"","post_title_divider_color":"","post_category_bg_color":"","post_category_text_color":"","post_title_overlay_color":"","post_date_day_bg_color":"","post_date_day_text_color":"","post_date_month_bg_color":"","post_date_month_text_color":"","post_date_bg_color":"","post_date_text_color":"","product_rating_color":"","product_price_color":"","button_bg_color":"","button_bg_hover_color":"","button_text_color":"","button_text_hover_color":"","button_border_hover_color":"","filter_bg_color":"","filter_bg_color_active":"","filter_text_color":"","filter_text_color_active":"","filter_border_hover_color":"","filter_toggle_bg":"","filter_toggle_color":"","pagination_bg_color":"","pagination_bg_color_hover":"","pagination_color":"","pagination_color_hover":"","title_font_color":"","title_font_hover_color":"","content_font_color":"","content_font_hover_color":"","post_meta_font_color":"","post_meta_font_hover_color":"","post_meta_bg_color":"","event_date_color":"","event_venue_color":"","event_cost_color":""},"data_source":"acf_relationship","data_source_acf_relational_type":"relationship","data_source_acf_relational_key":"related_videos","data_source_acf_order":"DESC","data_source_acf_order_by":"post__in","data_source_acf_order_by_meta_key":"","post_type":["product"],"order_by":"date","order_by_meta_key":"","order":"DESC","offset":"0","exclude_current_post":"yes","posts_post_matching":"1","posts_post":"","tax_post_category_matching":"1","tax_post_category":"","tax_post_post_tag_matching":"1","tax_post_post_tag":"","posts_page_matching":"1","posts_page":"","posts_product_matching":"1","posts_product":"","tax_product_product-category_matching":"related","tax_product_product-category":"","posts_video_matching":"1","posts_video":"","users_matching":"1","users":"","custom_field_relation":"AND","custom_field":[""],"show_title":"yes","show_content":"yes","content_type":"excerpt","custom_content":"","content_length":"300","more_link_type":"box","more_link_text":"Read More","link_target_new":"no","post_grid_filters_display":"no","post_grid_filters_type":"dynamic","post_grid_filters_terms":"","post_grid_filters_archive_terms":"","post_grid_filters_default":"","all_filter_label":"All","post_grid_filters_order_by":"name","post_grid_filters_order_by_meta_key":"","post_grid_filters_order":"ASC","show_image":"yes","image_thumb_size":"large","image_thumb_crop":"","fallback_image":"default","fallback_image_custom":"","show_author":"yes","show_date":"yes","show_categories":"no","meta_separator":" | ","terms_separator":" \/ ","as_values_posts_post":"","as_values_tax_post_category":"","as_values_tax_post_post_tag":"","as_values_posts_page":"","as_values_posts_product":"","as_values_tax_product_product-category":"","as_values_posts_video":"","as_values_users":"","post_grid_filters":"","fallback_image_custom_src":"","post_taxonomies":"","posts_menu_matching":"1","posts_menu":"","tax_menu_menu-category_matching":"1","tax_menu_menu-category":"","as_values_posts_menu":"","as_values_tax_menu_menu-category":"","posts_cafe_matching":"1","posts_cafe":"","posts_testimonial_matching":"1","posts_testimonial":"","posts_training-guide_matching":"1","posts_training-guide":"","as_values_posts_cafe":"","as_values_posts_testimonial":"","as_values_posts_training-guide":""},pagination:'none',current_page:'http://www.robertharris.co.nz/product/pohutukawa-blend/',page:'0',is_tax:false,is_author:false,postSpacing:'60',postColumns:{"xl":3,"lg":3,"md":2,"sm":1},breakpoints:{"large":1200,"medium":992,"small":768},matchHeight:'yes',filters:false,defaultFilter:'',filterTax:'',filterType:'dynamic',carousel:{items:3,responsive:{0:{items:1,},1201:{items:3,},993:{items:3,},769:{items:2,},},slideBy:1,autoplay:false,autoplayTimeout:3000,autoplaySpeed:1000,autoplayHoverPause:false,navSpeed:1000,dotsSpeed:1000,nav:false,lazyLoad:true,navText:[left_arrow_svg,right_arrow_svg],navContainer:'.fl-node-970ae3y5fgbu .pp-carousel-nav',navElement:'button type="button"',responsiveRefreshRate:200,responsiveBaseWidth:window,loop:true,center:false,autoHeight:false,URLhashListener:true}};ppcg_970ae3y5fgbu=new PPContentGrid(PPContentGridOptions);var state=0;$(document).on('pp_expandable_row_toggle',function(e,selector){if(selector.is('.pp-er-open')&&state===0&&selector.parent().find('.pp-content-post-grid').length>0){if('undefined'!==typeof $.fn.isotope&&selector.parent().find('.pp-content-post-grid').data('isotope')){selector.parent().find('.pp-content-post-grid').isotope('layout');}
state=1;}});$(document).on('pp-tabs-switched',function(e,selector){if(selector.find('.pp-content-post-grid').length>0){var postsWrapper=selector.find('.pp-content-post-grid');ppcg_970ae3y5fgbu._gridLayoutMatchHeight();if('undefined'!==typeof $.fn.isotope&&postsWrapper.data('isotope')){setTimeout(function(){postsWrapper.isotope('layout');},500);}}});})(jQuery);;(function($){PPCategoryGridSlider=function(settings){this.id=settings.id;this.nodeClass='.fl-node-'+settings.id;this.wrapperClass=this.nodeClass+' .swiper-wrapper';this.elements='';this.slidesPerView=settings.slidesPerView;this.slidesToScroll=settings.slidesToScroll;this.settings=settings;this.swipers={};if(typeof Swiper==='undefined'){$(window).on('load',function(){if(typeof Swiper==='undefined'){return;}else{this._init();}}.bind(this));}else{this._init();}};PPCategoryGridSlider.prototype={id:'',nodeClass:'',wrapperClass:'',elements:'',slidesPerView:{},slidesToScroll:{},settings:{},swipers:{},_init:function(){this.elements={mainSwiper:this.nodeClass+' .swiper-container'};this.elements.swiperSlide=$(this.elements.mainSwiper).find('.swiper-slide');if(1>=this._getSlidesCount()){return;}
var swiperOptions=this._getSwiperOptions();this.swipers.main=new Swiper(this.elements.mainSwiper,swiperOptions.main);},_getEffect:function(){return this.settings.effect;},_getSlidesCount:function(){return this.elements.swiperSlide.length;},_getInitialSlide:function(){return this.settings.initialSlide;},_getSpaceBetween:function(){var space=this.settings.spaceBetween.desktop,space=parseInt(space);if(isNaN(space)){space=20;}
return space;},_getSpaceBetweenTablet:function(){var space=this.settings.spaceBetween.tablet,space=parseInt(space);if(isNaN(space)){space=this._getSpaceBetween();}
return space;},_getSpaceBetweenMobile:function(){var space=this.settings.spaceBetween.mobile,space=parseInt(space);if(isNaN(space)){space=this._getSpaceBetweenTablet();}
return space;},_getSlidesPerView:function(){if(this._isSlideshow()){return 1;}
var slidesPerView=this.slidesPerView.desktop;return Math.min(this._getSlidesCount(),+slidesPerView);},_getSlidesPerViewTablet:function(){if(this._isSlideshow()){return 1;}
var slidesPerView=this.slidesPerView.tablet;if(slidesPerView===''||slidesPerView===0){slidesPerView=this.slidesPerView.desktop}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getSlidesPerViewMobile:function(){if(this._isSlideshow()){return 1;}
var slidesPerView=this.slidesPerView.mobile;if(slidesPerView===''||slidesPerView===0){slidesPerView=this._getSlidesPerViewTablet();}
if(!slidesPerView&&'coverflow'===this.settings.type){return Math.min(this._getSlidesCount(),3);}
return Math.min(this._getSlidesCount(),+slidesPerView);},_getSlidesToScroll:function(device){if(!this._isSlideshow()&&'slide'===this._getEffect()){var slides=this.slidesToScroll[device];return Math.min(this._getSlidesCount(),+slides||1);}
return 1;},_getSlidesToScrollDesktop:function(){return this._getSlidesToScroll('desktop');},_getSlidesToScrollTablet:function(){return this._getSlidesToScroll('tablet');},_getSlidesToScrollMobile:function(){return this._getSlidesToScroll('mobile');},_getSwiperOptions:function(){var medium_breakpoint=this.settings.breakpoint.medium,responsive_breakpoint=this.settings.breakpoint.responsive;var options={navigation:{prevEl:this.nodeClass+' .pp-categories-outer .swiper-button-prev',nextEl:this.nodeClass+' .pp-categories-outer .swiper-button-next'},pagination:{el:this.nodeClass+' .pp-categories-container .swiper-pagination',type:this.settings.pagination,clickable:true},grabCursor:true,effect:this._getEffect(),initialSlide:this._getInitialSlide(),slidesPerView:this._getSlidesPerView(),slidesPerGroup:this._getSlidesToScrollDesktop(),spaceBetween:this._getSpaceBetween(),loop:true,loopedSlides:this._getSlidesCount(),speed:this.settings.speed,breakpoints:{},};if(!this.settings.isBuilderActive&&this.settings.autoplay_speed!==false){options.autoplay={delay:this.settings.autoplay_speed,disableOnInteraction:this.settings.pause_on_interaction};}
if('cube'!==this._getEffect()){options.breakpoints[medium_breakpoint]={slidesPerView:this._getSlidesPerViewTablet(),slidesPerGroup:this._getSlidesToScrollTablet(),spaceBetween:this._getSpaceBetweenTablet()};options.breakpoints[responsive_breakpoint]={slidesPerView:this._getSlidesPerViewMobile(),slidesPerGroup:this._getSlidesToScrollMobile(),spaceBetween:this._getSpaceBetweenMobile()};}
if('coverflow'===this.settings.type){options.effect='coverflow';options.slidesPerView=3;options.slidesPerGroup=1;options.breakpoints[medium_breakpoint]={slidesPerView:1,slidesPerGroup:1,};options.breakpoints[responsive_breakpoint]={slidesPerView:1,slidesPerGroup:1,};}
if(this._isSlideshow()){options.slidesPerView=1;delete options.pagination;delete options.breakpoints;}
return{main:options,};},_isSlideshow:function(){return'slideshow'===this.settings.type;},_onElementChange:function(property){if(0===property.indexOf('width')){this.swipers.main.onResize();}
if(0===property.indexOf('spaceBetween')){this._updateSpaceBetween(this.swipers.main,property);}},_updateSpaceBetween:function(swiper,property){var newSpaceBw=this._getSpaceBetween(),deviceMatch=property.match('space_between_(.*)');if(deviceMatch){var breakpoints={tablet:this.settings.breakpoint.medium,mobile:this.settings.breakpoint.responsive};swiper.params.breakpoints[breakpoints[deviceMatch[1]]].spaceBetween=newSpaceBw;}else{swiper.originalParams.spaceBetween=newSpaceBw;}
swiper.params.spaceBetween=newSpaceBw;swiper.onResize();},};})(jQuery);;(function($){var settings={id:'fpebqn4igtrv',type:'carousel',initialSlide:0,slidesPerView:{desktop:3,tablet:2,mobile:1,},slidesToScroll:{desktop:1,tablet:1,mobile:1,},slideshow_slidesPerView:{desktop:'',tablet:'',mobile:'',},spaceBetween:{desktop:'30',tablet:'',mobile:'',},isBuilderActive:false,pagination:'bullets',autoplay_speed:5000,pause_on_interaction:true,effect:'slide',speed:1000,breakpoint:{medium:992,responsive:768},};settings.loop=true;if('undefined'===typeof window['pp_category_slider']){window['pp_category_slider']={};}
window['pp_category_slider']['fpebqn4igtrv']=new PPCategoryGridSlider(settings);})(jQuery);(function($){PPFAQModule=function(settings)
{this.settings=settings;this.nodeClass='.fl-node-'+settings.id;this._init();};PPFAQModule.prototype={settings:{},nodeClass:'',clicked:false,_init:function()
{var button=$(this.nodeClass+' .pp-faq-button');button.on('click',this._buttonClick.bind(this));button.on('keypress',this._buttonClick.bind(this));button.on('focus',this._focusIn.bind(this));button.on('focusout',this._focusOut.bind(this));this._openDefaultItem();this._hashChange();$(window).on('hashchange',this._hashChange.bind(this));},_hashChange:function()
{if(location.hash&&$(location.hash).length>0){var element=$(location.hash+'.pp-faq-item');if(element&&element.length>0){location.href='#';$('html, body').animate({scrollTop:element.offset().top-120},0,function(){if(!element.hasClass('pp-faq-item-active')){element.find('.pp-faq-button').trigger('click');}});}}},_buttonClick:function(e)
{var button=$(e.target).closest('.pp-faq-button'),faq=button.closest('.pp-faq'),item=button.closest('.pp-faq-item'),allContent=faq.find('.pp-faq-content'),content=button.siblings('.pp-faq-content'),self=this;if(!this._validClick(e)){return;}
e.preventDefault();if(faq.hasClass('pp-faq-collapse')){faq.find('.pp-faq-item-active').removeClass('pp-faq-item-active');faq.find('.pp-faq-item-active .pp-faq-button').attr('aria-expanded','false');faq.find('.pp-faq-item-active .pp-faq-button').attr('aria-hidden','true');button.attr('aria-expanded','false');button.attr('aria-hidden','true');allContent.slideUp('normal');}
if(content.is(':hidden')){button.attr('aria-expanded','true');item.addClass('pp-faq-item-active');content.slideDown('normal',function(){self._slideDownComplete(this);$(this).attr('aria-hidden',false);});}
else{button.attr('aria-expanded','false');item.removeClass('pp-faq-item-active');content.slideUp('normal',function(){self._slideUpComplete(this);$(this).attr('aria-hidden',true);});}},_slideUpComplete:function(target)
{var content=$(target),faq=content.closest('.pp-faq');faq.trigger('fl-builder.pp-faq-toggle-complete');},_slideDownComplete:function(target)
{var content=$(target),faq=content.closest('.pp-faq'),item=content.parent(),win=$(window);FLBuilderLayout.refreshGalleries(content);if('undefined'!==typeof $.fn.isotope){content.find('.pp-content-post-grid.pp-masonry-active').isotope('layout');var highestBox=0;var contentHeight=0;content.find('.pp-equal-height .pp-content-post').css('height','').each(function(){if($(this).height()>highestBox){highestBox=$(this).height();contentHeight=$(this).find('.pp-content-post-data').outerHeight();}});$(this.nodeClass).find('.pp-equal-height .pp-content-post').height(highestBox);}
if(item.offset().top<win.scrollTop()+100){if(!this.clicked){$('html, body').animate({scrollTop:item.offset().top-100},500,'swing');}}
this.clicked=false;faq.trigger('fl-builder.pp-faq-toggle-complete');$(document).trigger('pp-faq-toggle-complete',[faq]);},_openDefaultItem:function()
{if(this.settings.responsiveCollapse&&window.innerWidth<=768){return;}
if(typeof this.settings.defaultItem!=='undefined'){if('all'==this.settings.defaultItem){$(this.nodeClass+' .pp-faq-button').trigger('click');}else{var item=$.isNumeric(this.settings.defaultItem)?(this.settings.defaultItem-1):null;if(item!==null){this.clicked=true;$(this.nodeClass+' .pp-faq-button').eq(item).trigger('click');}}}},_focusIn:function(e)
{var button=$(e.target).closest('.pp-faq-button');button.attr('aria-selected','true');},_focusOut:function(e)
{var button=$(e.target).closest('.pp-faq-button');button.attr('aria-selected','false');},_validClick:function(e)
{return(e.which==1||e.which==13||e.which==32||e.which==undefined)?true:false;}};})(jQuery);(function($){$(function(){new PPFAQModule({id:'6tiyuq50a4xv',defaultItem:'none',responsiveCollapse:false});});})(jQuery);(function($){$(function(){new PPFAQModule({id:'6la87c25gbhd',defaultItem:'none',responsiveCollapse:false});});})(jQuery);document.addEventListener('DOMContentLoaded',function(){const zoomInButton=document.querySelector('.product-carousel-control-button.zoom-in');const zoomOutButton=document.querySelector('.product-carousel-control-button.zoom-out');const swiperWrapper=document.querySelector('.swiper-wrapper');const zoomInButtonMobile=document.querySelector('.product-carousel-control-button-mobile.zoom-in');const zoomOutButtonMobile=document.querySelector('.product-carousel-control-button-mobile.zoom-out');const swiperWrapperMobile=document.querySelector('.product-carousel-mobile');let scale=1;const scaleStep=0.4;const maxScale=2.12;const minScale=1;function getCurrentSlideImage(){let activeSlide=swiperWrapper.querySelector('.swiper-slide-active .swiper-slide-image');if(!activeSlide){activeSlide=swiperWrapper.querySelector('.swiper-slide .swiper-slide-image');}
return activeSlide;}
function getCurrentSlideImageMobile(){let activeSlide=swiperWrapperMobile.querySelector('.swiper-slide-active .swiper-slide-image');if(!activeSlide){activeSlide=swiperWrapperMobile.querySelector('.swiper-slide .swiper-slide-image');}
return activeSlide;}
zoomInButton.addEventListener('click',function(){const activeSlideImage=getCurrentSlideImage();if(activeSlideImage&&scale<maxScale){scale+=scaleStep;activeSlideImage.style.transform=`scale(${scale})`;}});zoomInButtonMobile.addEventListener('click',function(){const activeSlideImage=getCurrentSlideImageMobile();if(activeSlideImage&&scale<maxScale){scale+=scaleStep;activeSlideImage.style.transform=`scale(${scale})`;}});zoomOutButton.addEventListener('click',function(){const activeSlideImage=getCurrentSlideImage();if(activeSlideImage&&scale>minScale){scale-=scaleStep;activeSlideImage.style.transform=`scale(${scale})`;}});zoomOutButtonMobile.addEventListener('click',function(){const activeSlideImage=getCurrentSlideImageMobile();if(activeSlideImage&&scale>minScale){scale-=scaleStep;activeSlideImage.style.transform=`scale(${scale})`;}});});document.querySelectorAll('.pp-content-post, .pp-category, .pp-category__link').forEach(function(element){element.addEventListener('mousedown',function(){this.style.transform='scale(0.95)';});element.addEventListener('mouseup',function(){this.style.transform='scale(1)';});element.addEventListener('mouseleave',function(){this.style.transform='scale(1)';});});