jQuery(function (e) { const t = function () { let t = e(panelsStyles.fullContainer); 0 === t.length && (t = e("body")); const a = e(".siteorigin-panels-stretch.panel-row-style"); a.length && (a.each(function () { const a = e(this), l = a.data("stretch-type"); a.css({ "margin-left": 0, "margin-right": 0 }); const i = a.offset().left - t.offset().left, s = t.outerWidth() - i - a.parent().outerWidth(); a.css({ "margin-left": -i + "px", "margin-right": -s + "px" }), "full" === l && a.css({ "padding-left": i + "px", "padding-right": s + "px" }); }), e(window).trigger("panelsStretchRows")); }; if ( (panelsStyles.stretchRows && e(window).on("resize load", t).trigger("resize"), "undefined" != typeof parallaxStyles && "undefined" != typeof simpleParallax) ) { const { "disable-parallax-mobile": e, "mobile-breakpoint": t, delay: a, scale: l, } = parallaxStyles; (e && window.matchMedia(`(max-width: ${t})`).matches) || new simpleParallax( document.querySelectorAll( "[data-siteorigin-parallax], .sow-slider-image-parallax .sow-slider-background-image" ), { delay: a, scale: l < 1.1 ? 1.1 : l } ); } e("body").removeClass("siteorigin-panels-before-js"); });