!function(){var t,e;t=jQuery,e={toggle:function(t){t==this.params.required[1]?this.container.show():this.container.hide()},ready:function(){var e=this;this.params.required&&wp.customize(this.params.required[0],(function(t){e.toggle(t.get()),t.bind((function(t){e.toggle(t)}))}));var n=t(".customize-control-range"),i=t(".customize-control-range-slider"),r=t(".customize-control-range-value-wrap"),a=t(".customize-control-range-value");n.each((function(){i.on("input",(function(){t(this).next(r).find(a).val(t(this).val())})),a.on("input",(function(){var e=parseInt(t(this).parent(r).prev(i).attr("min")),n=parseInt(t(this).parent(r).prev(i).attr("max"));this.valuen&&(this.value=n),t(this).parent(r).prev(i).val(t(this).val()).change()}))}))}},wp.customize.controlConstructor.range=wp.customize.Control.extend(e)}();