jQuery(document).ready(function($){var $window=$(window),$menu=$('div.menu');function menuSize(){var width=$window.width();if(width<824){return $menu.addClass('nav-mobile')} $menu.removeClass('nav-mobile')} $window.resize(menuSize).trigger('menuSize');menuSize();var width=$(window).width();if(width>1000){var colWidth=240}else if((width>961)&&(width<1000)){var colWidth=232}else if((width>930)&&(width<961)){var colWidth=226}else if((width>780)&&(width<900)){var colWidth=252}else if((width>730)&&(width<770)){var colWidth=244}else if((width>700)&&(width<721)){var colWidth=228}else if((width>601)&&(width<641)){var colWidth=305}else if((width>577)&&(width<601)){var colWidth=284}else if((width>500)&&(width<577)){var colWidth=273}else if((width>400)&&(width<481)){var colWidth=226}else if((width>321)&&(width<361)){var colWidth=320}else if((width>290)&&(width<321)){var colWidth=290}else if((width>0)&&(width<241)){var colWidth=290} var $container=$('#grid-wrap').masonry({itemSelector:'.grid-box',columnWidth:colWidth,});$container.imagesLoaded(function(){$container.masonry({itemSelector:'.grid-box',columnWidth:colWidth,})});$(window).resize(function(){var width=$(window).width();if(width>1000){var colWidth=240}else if((width>961)&&(width<1000)){var colWidth=232}else if((width>930)&&(width<961)){var colWidth=226}else if((width>780)&&(width<900)){var colWidth=252}else if((width>730)&&(width<770)){var colWidth=244}else if((width>700)&&(width<721)){var colWidth=228}else if((width>601)&&(width<641)){var colWidth=305}else if((width>577)&&(width<601)){var colWidth=284}else if((width>500)&&(width<577)){var colWidth=273}else if((width>400)&&(width<481)){var colWidth=226}else if((width>321)&&(width<361)){var colWidth=320}else if((width>290)&&(width<321)){var colWidth=290}else if((width>0)&&(width<241)){var colWidth=290} $container.masonry({itemSelector:'.grid-box',columnWidth:colWidth,})});$("#search-icon").on("click",function(){$("#search-box-wrap").slideToggle()});$("#close-x").on("click",function(){$("#search-box-wrap").slideUp()});$('div.menu').prepend('');$("#menu-icon").on("click",function(){$("div.menu > ul").slideToggle();$(this).toggleClass("active")});var $allVideos=$('iframe[src^="http://player.vimeo.com"], iframe[src^="https://player.vimeo.com"], iframe[src^="//player.vimeo.com"], iframe[src^="http://www.youtube.com"], iframe[src^="https://www.youtube.com"], iframe[src^="//www.youtube.com"], iframe[src^="http://www.dailymotion.com"], iframe[src^="//www.dailymotion.com"], embed[src^="http://v.wordpress.com"], embed[src^="https://v.wordpress.com"], embed[src^="//v.wordpress.com"]'),$fluidEl=$(".post_content");$allVideos.each(function(){$(this).data('aspectRatio',this.height/this.width).removeAttr('height').removeAttr('width')});$(window).resize(function(){var newWidth=$fluidEl.width();$allVideos.each(function(){var $el=$(this);$el.width(newWidth).height(newWidth*$el.data('aspectRatio'))})}).resize()}) ;