/* A Helper javascript function for Yellow Pencil Editor; CSS Animation trigger and Custom CSS Engine. Visit the plugin website to the details: waspthemes.com/yellow-pencil By WaspThemes / All Rights Reserved. */ !function($){"use strict";function is_yellow_pencil(){return!!$("body").hasClass("yp-yellow-pencil")||$(document).find(".yp-select-bar").length>0}function get_all_selectors(a){return""!=a&&(a.split("{").length==a.split("}").length&&(a=a.toString().replace(/\}\,/g,"}"),array_cleaner(a.replace(/\{(.*?)\}/g,"|BREAK|").split("|BREAK|"))))}function get_minimized_css(a,b){return a=a.replace(/(\r\n|\n|\r)/g,"").replace(/\t/g,""),a=a.replace(/\/\*(.*?)\*\//g,""),a=a.replace(/\}\s+\}/g,"}}").replace(/\s+\{/g,"{"),a=a.replace(/\s+\}/g,"}").replace(/\{\s+/g,"{"),a=filter_bad_queries(a),!0===b&&(a=a.replace(/@media(.*?)\}\}/g,"").replace(/@?([a-zA-Z0-9_-]+)?keyframes(.*?)\}\}/g,"").replace(/@font-face(.*?)\}\}/g,"").replace(/@import(.*?)\;/g,"").replace(/@charset(.*?)\;/g,"")),a}function filter_bad_queries(a){return a.replace(/[\u2018\u2019\u201A\u201B\u2032\u2035\u201C\u201D]/g,"")}function array_cleaner(a){var b=[];return $.each(a,function(a,c){-1===$.inArray(c,b)&&b.push(c)}),b}function get_css_data(){if(0===$("style#yellow-pencil,style#yp-live-preview,link#yp-custom-css,style#yellow-pencil-backend").length)return!1;var a="";return 0==window.externalCSS?($("#yellow-pencil-backend").length>0&&(a+=$("#yellow-pencil-backend").html()),$("style#yellow-pencil").length>0&&(a+=$("style#yellow-pencil").html()),$("style#yp-live-preview").length>0&&(a+=$("style#yp-live-preview").html())):(a=window.externalData,$("style#yp-live-preview").length>0&&(a+=$("style#yp-live-preview").html()),$("#yellow-pencil-backend").length>0&&(a+=$("#yellow-pencil-backend").html())),0==window.cacheCSS&&(window.cacheCSS=a),window.cacheCSS}function get_matches_selectors(a){var b=get_css_data(),c=get_minimized_css(b,!0),d=get_all_selectors(c),e=[];$.each(d,function(b,c){if(c.match(/\:|\}|\{|\;/))return!0;c.indexOf(a)>=0&&""!=c&&e.push(c.replace(a,""))});var f=get_minimized_css(b,!1),g=f.match(/@media(.*?){(.*?)}/g),h="",i="",j="";return $.each(g,function(b,c){i=c.match(/@media(.*?){/g).toString().replace(/\{/g,"").replace(/@media /g,"").replace(/@media/g,""),h=c.toString().replace(/@media(.*?){/g,""),j=get_all_selectors(h),$.each(j,function(b,c){if(c.match(/\:|\}|\{|\;/))return!0;window.matchMedia(i).matches&&c.indexOf(a)>=0&&""!=c&&e.push(c.replace(a,""))})}),e.toString()}function click_detect(){$(get_matches_selectors(".yp_click")).each(function(){$(this).click(function(){$(this).addClass("yp_click")})})}function onscreen_detect(){$(get_matches_selectors(".yp_onscreen")).each(function(){$(this).visible(!0)&&$(this).addClass("yp_onscreen")})}function cssEngine(rule,scriptMarkup,defaults,data){data=get_minimized_css(data,!0);var matches=data.match(new RegExp(rule+"(s+)?:","gi"));if(!matches)return!1;if(matches.length>0)for(var ix=0;ix=0&&-1==selector.indexOf(":nth"))return!0;var value=$.trim(ruleData[4].split(";")[0]),otherProperties=ruleData[4];-1!=ruleData[4].indexOf("}")&&(otherProperties=ruleData[4].split("}")[0]);for(var allRules=(ruleData[2]+otherProperties).replace(value,"").split(";"),allRulesArray=[],item,ruleName,i=0;i1?this.eq(0):this,f=e.get(0),g=b.width(),h=b.height(),d=d||"both",i=!0!==c||f.offsetWidth*f.offsetHeight;if("function"==typeof f.getBoundingClientRect){var j=f.getBoundingClientRect(),k=j.top>=0&&j.top0&&j.bottom<=h,m=j.left>=0&&j.left0&&j.right<=g,o=a?k||l:k&&l,p=a?m||n:m&&n;if("both"===d)return i&&o&&p;if("vertical"===d)return i&&o;if("horizontal"===d)return i&&p}else{var q=b.scrollTop(),r=q+h,s=b.scrollLeft(),t=s+g,u=e.offset(),v=u.top,w=v+e.height(),x=u.left,y=x+e.width(),z=!0===a?w:v,A=!0===a?v:w,B=!0===a?y:x,C=!0===a?x:y;if("both"===d)return!!i&&r>=A&&z>=q&&t>=C&&B>=s;if("vertical"===d)return!!i&&r>=A&&z>=q;if("horizontal"===d)return!!i&&t>=C&&B>=s}}}}(jQuery),String.prototype.reverse=function(){return this.split("").reverse().join("")},String.prototype.replaceLast=function(a,b){return this.reverse().replace(new RegExp(a.reverse()),b.reverse()).reverse()},window.cacheCSS=!1,$.fn.CallCSSEngine=function(a){customRules(a)},is_yellow_pencil())$("#iframe").on("load",function(){customRules("")});else if($("link#yp-custom-css").length>0){window.externalCSS=!0,window.externalData=!0;var href=$("link#yp-custom-css").attr("href");$.when($.get(href)).done(function(a){window.externalData=a,customRules("")})}else window.externalCSS=!1,customRules("")}(jQuery);