File: /home/clinicamaciel/www/wp-content/plugins/vc-extensions-bundle/sticker/js/init.min.js
jQuery(document).ready(function(a){a(this).find(".cq-sticker").each(function(){var c=parseInt(a(this).data("size")),d=a(this).data("elementmargin");a(this).css({margin:d,width:c,height:c})}),Sticker.init(".cq-sticker"),a(this).find(".cq-sticker").each(function(){var c=a(this).data("icon"),d=a(this).data("fontsize"),e=a(this).data("fontcolor"),f=a(this).data("backgroundtype"),g=a(this).data("gradientcolor"),h=a(this).data("backgroundcolor"),i=a(this).data("shadowopacity"),j=a(this).data("image");a(this).find(".sticker-img").addClass(c),a(this).find(".sticker-shadow").css("opacity",i),"image"==f?a(this).find(".sticker-img").css({"background-color":"none","background-image":"url("+j+")","background-size":"cover"}):"gradient"==f?a(this).find(".sticker-img").css({"background-color":g,"background-image":"-webkit-linear-gradient(top, hsl(0, 80%, 70%), "+g+")","background-image":"-moz-linear-gradient(top, hsl(0, 80%, 70%), "+g+")","background-image":"o-linear-gradient(top, hsl(0, 80%, 70%), "+g+")","background-image":"linear-gradient(to bottom, hsl(0, 80%, 70%), "+g+")"}):a(this).find(".sticker-img").css({"background-color":h}),a(this).find(".sticker-img").css({color:e,"font-size":d})})});