function astra_hex2rgba(e,a){e=e.replace("#","");var r=g=b="",e=(b=3==e.length?(r=get_hexdec(e.substring(0,1)+e.substring(0,1)),g=get_hexdec(e.substring(1,1)+e.substring(1,1)),get_hexdec(e.substring(2,1)+e.substring(2,1))):(r=get_hexdec(e.substring(0,2)),g=get_hexdec(e.substring(2,4)),get_hexdec(e.substring(4,6))),r+","+g+","+b);return""==a?"rgb("+e+")":"rgba("+e+","+(a=parseFloat(a))+")"}function astraIsHexColor(e){return isHex=!1,regexp=/^[0-9a-fA-F]+$/,isHex=regexp.test(e)?!0:isHex}function astraTrimAlpha(e){return e.replace(/^\s+|\s+$/gm,"")}function astraRgbaToHex(e){var a,r,t,o;return""===e||astraIsHexColor(e.replace("#",""))||(o=e.substring(e.indexOf("(")).split(","),a=parseInt(astraTrimAlpha(o[0].substring(1)),10),r=parseInt(astraTrimAlpha(o[1]),10),t=parseInt(astraTrimAlpha(o[2]),10),o=parseFloat(astraTrimAlpha(o[3].substring(0,o[3].length-1))).toFixed(2),e="#"+a.toString(16)+r.toString(16)+t.toString(16)+Math.round(255*Number(o)).toString(16).padStart(2,"0")),e}function astra_color_responsive_css(o,i,n,g){wp.customize(i,function(e){e.bind(function(e){var a,r,t;e.desktop||e.mobile||e.tablet?(i=(i=i.replace("[","-")).replace("]",""),jQuery("style#"+i+"-"+o).remove(),(t=r=a="")!=e.desktop&&(a=n+": "+e.desktop),""!=e.tablet&&(r=n+": "+e.tablet),""!=e.mobile&&(t=n+": "+e.mobile),jQuery("head").append('")):jQuery("style#"+i+"-"+o).remove()})})}function astra_apply_responsive_background_css(s,c,u,e,b){wp.customize(s,function(e){e.bind(function(e){if(b=(b=b||"")||"header",s=(s=s.replace("[","-")).replace("]",""),""!==e[u]&&void 0!==e[u]){var a,r="",t=e[u]["background-image"],o=e.tablet["background-image"],i=e.desktop["background-image"],n=e[u]["background-color"],g=!!e.tablet["background-image"],d=!!e.desktop["background-image"];if(void 0!==e[u]["background-type"]&&""!==e[u]["background-type"])if("color"===e[u]["background-type"])""!==t&&""!==n&&void 0!==n&&"unset"!==n?r="background-image: linear-gradient(to right, "+n+", "+n+"), url("+t+");":"mobile"===u?d?r="background-image: linear-gradient(to right, "+n+", "+n+"), url("+i+");":g?r="background-image: linear-gradient(to right, "+n+", "+n+"), url("+o+");":(r="background-color: "+n+";",r+="background-image: none;"):"tablet"===u?d?r="background-image: linear-gradient(to right, "+n+", "+n+"), url("+i+");":(r="background-color: "+n+";",r+="background-image: none;"):void 0!==t&&""!==t||(r="background-color: "+n+";",r+="background-image: none;");else if("image"===e[u]["background-type"]){if(""!==t)if("overlay-type"in e[u]&&"none"!==e[u]["overlay-type"]){g="overlay-color"in e[u]?e[u]["overlay-color"]:"",o="overlay-opacity"in e[u]?e[u]["overlay-opacity"]:"",d="overlay-gradient"in e[u]?e[u]["overlay-gradient"]:"";if("classic"===e[u]["overlay-type"]&&""!==g){if(""!==o)return void wp.customize.preview.send("refresh");r="background-image: linear-gradient(to right, "+g+", "+g+"), url("+t+");"}else r="gradient"===e[u]["overlay-type"]&&""!==d?"background-image: "+d+", url("+t+");":"background-image: url("+t+");"}else r="background-image: url("+t+");"}else"gradient"===e[u]["background-type"]&&""!==n&&"unset"!==n&&(r="background-image: "+n+";");""!==t&&(r=(r=(r=(r+="background-repeat: "+e[u]["background-repeat"]+";")+"background-position: "+e[u]["background-position"]+";")+"background-size: "+e[u]["background-size"]+";")+"background-attachment: "+e[u]["background-attachment"]+";"),jQuery("style#"+s+"-"+u+"-"+b).remove(),"desktop"==u&&(a='"),"tablet"==u&&(a='"),"mobile"==u&&(a='"),jQuery("head").append(a)}})})}function astra_responsive_background_obj_css(e,a,r,t,o){var i,n,g,d;""!==a[o]&&void 0!==a[o]&&(n=a[o]["background-image"],g=a[o]["background-color"],(i="")!==n&&""!==g?void 0!==g&&(i="background-image: linear-gradient(to right, "+g+", "+g+"), url("+n+");"):""!==n?i="background-image: url("+n+");":""!==g&&(i="background-color: "+g+";"),""!==n?i=(i=(i=(i+="background-repeat: "+a[o]["background-repeat"]+";")+"background-position: "+a[o]["background-position"]+";")+"background-size: "+a[o]["background-size"]+";")+"background-attachment: "+a[o]["background-attachment"]+";":i+="background-image: none;","desktop"==o&&(d=t.replace("{{css}}",i)),"tablet"==o&&(d="@media (max-width: 768px) {"+t.replace("{{css}}",i)+"};"),"mobile"==o&&(d="@media (max-width: 544px) {"+t.replace("{{css}}",i)+"};"),astra_add_dynamic_css(r+"-"+o,d))}function astra_responsive_background_obj_refresh(e){void 0!==e.desktop&&void 0!==e.tablet&&void 0!==e.mobile&&""===e.desktop["background-color"]&&""===e.tablet["background-color"]&&""===e.mobile["background-color"]&&wp.customize.preview.send("refresh")}