/**
 * AnimationsKit for Elementor — Frontend Styles
 *
 * @package AnimationsKit_For_Elementor
 */

/* Animate.css v3 fill mode base */
.animated {
    animation-fill-mode: both;
}

/* Hide animated elements until WOW.js fires them on scroll */
.animfoel-el:not( .animated ) {
    visibility: hidden;
}

/* Show after animation fires */
.animfoel-el.animated {
    visibility: visible !important;
}
