File: /home/clinicamaciel/www/wp-content/plugins/vc-extensions-bundle/morecaptionv2/js/init.min.js
jQuery(document).ready(function(o){o(".cq-morecaptionv2").each(function(e){var n=o(this),s=o(".cq-morecaptionv2-cover",n),a=(o(this).data("captionby"),parseInt(n.data("autodelay"),10));o(".cq-morecaptionv2-close",n).on("click",function(o){o.preventDefault(),n.addClass("hide"),n.on("transitionend webkitTransitionEnd oTransitionEnd",function(){n.hasClass("hide")&&n.removeClass("show")})});var i=0,t=0;a>0&&(clearTimeout(t),t=setTimeout(function(){s.trigger("click"),clearTimeout(t)},1e3*a)),s.on("click",function(e){n.hasClass("show")?(n.addClass("hide"),o(".cq-morecaptionv2-container",n).on("transitionend webkitTransitionEnd oTransitionEnd",function(){n.hasClass("hide")&&n.removeClass("show")})):n.removeClass("show hide").addClass("show"),!n.hasClass("cq-morecaptionv2-byhover"),a>0&&clearTimeout(t)}),n.on("mouseover",function(o){a>0&&clearTimeout(t),n.hasClass("cq-morecaptionv2-byhover")&&n.removeClass("show hide").addClass("show"),o.preventDefault()}).on("mouseleave",function(o){n.hasClass("cq-morecaptionv2-byhover")&&n.hasClass("show")&&(clearTimeout(i),i=setTimeout(function(){n.addClass("hide"),n.on("transitionend webkitTransitionEnd oTransitionEnd",function(){n.hasClass("hide")&&n.removeClass("show hide")})},500)),o.preventDefault()})})});