/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* general */
.ux-phone .elementor-button-icon {background: #f1f2f5;padding: 10px;border-radius: 6px;}
ul {padding-bottom: 20px;}
.ux-sub-header.elementor-sticky--active{backdrop-filter: blur(30px);background-color: #f9f9f9d6;transition: .3s ease-in-out}

/* animation */
.elementor-widget-image.fadeInLeft {animation-name: uxleft !important;animation-duration: 3s !important;}
@keyframes uxleft {
0% {-webkit-clip-path: inset(0 100% 0 0);clip-path: inset(0 100% 0 0);}
100% {-webkit-clip-path: inset(0);clip-path: inset(0);}
}
.elementor-widget-image.fadeInRight {animation-name: uxright !important;animation-duration: 3s !important;}
@keyframes uxright {
0% {-webkit-clip-path: inset(0 0 0 100%);clip-path: inset(0 0 0 100%);}
100% {-webkit-clip-path: inset(0);clip-path: inset(0);}
}

/* footer */
.elementor-location-footer a,
.elementor-location-footer a:visited
{color: #fff; animation: .3s ease-in-out}
.elementor-location-footer a:hover{color: #f1f2f5; animation: .3s ease-in-out}