/**
 * Pixi Theme Builder Kit — Animation Frontend Styles
 *
 * @package EBW
 */

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

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

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