/*
Theme Name: Hello Elementor Child
Description: Child theme for hello elementor
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom styles here */


@media (prefers-reduced-motion: reduce) {
   .fadeInLeft {
	    animation-name: fadeInLeft !important;
	}
	.fadeInRight {
	    animation-name: fadeInRight !important;
	}
	.fadeIn {
	    animation-name: fadeIn !important;
	}
	.fadeInDown {
	    animation-name: fadeInDown !important;
	}
	.fadeInUp {
	    animation-name: fadeInUp !important;
	}
	.animated {
	    animation-duration: 1.25s !important;
	}
	.animated.animated-fast {
	    animation-duration: .75s  !important;
	}
	.animated.animated-slow {
	    animation-duration: 1.75s  !important;
	}
	/*[data-settings*="animation"] {
	    visibility: visible;
	}*/
}