/*
Theme Name: SiteLaunch
Version: 5
Author: 
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* For copyright information, see https://golandl.com/wp-content/themes/site_launch_by_dgtldash/LICENSE.md. This file was modified 2026-02-04 by Aspen Grove Studios to customize metadata in header comment and add this line. */


/* ========================================
   Disable ALL Divi animations site-wide
   ======================================== */

/* Kill all Divi animation classes */
.et_animated,
.et_animated *,
.et-waypoint,
.et_pb_animation_off,
.et-pb-icon,
[data-animation-style],
[data-animation-delay],
[data-animation-duration],
[data-animation-intensity],
[data-animation-starting-opacity],
[data-animation-speed-curve] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Disable module animation states */
.et_pb_module,
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_blurb,
.et_pb_image,
.et_pb_button,
.et_pb_text,
.et_pb_video {
    animation: none !important;
    transition: none !important;
    transform: none !important;
}

/* Disable hover animations */
.et_pb_module:hover,
.et_pb_image:hover,
.et_pb_blurb:hover,
.et_pb_button:hover {
    animation: none !important;
    transition: none !important;
    transform: none !important;
}

/* Disable Divi builder animation engine */
.et_pb_scroll_top,
.et_pb_scroll_top.et-pb-icon {
    animation: none !important;
    transition: none !important;
}

/* Disable fade/slide states */
.et_pb_fade,
.et_pb_slide,
.et_pb_slide_image,
.et_pb_slide_description {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
}