/* 
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
*/

/* header */
.home .ux-header {background-color: transparent !important; background-image: linear-gradient(180deg, var( --e-global-color-d3b5018 ) 10%, #FFFFFF00 100%);}
.home .ux-header:hover {background: #fff !important;}
.elementor-sticky--effects{-webkit-transform: translateY(-100%);transform: translateY(-100%);transition: transform .3s ease, -webkit-transform .3s ease !important;}
.shownavbar .elementor-sticky--effects{-webkit-transform: translateY(0%);transform: translateY(0%);transition: transform .3s ease, -webkit-transform .3s ease !important;}
.shownavbar .elementor-location-header .elementor-sticky--active{box-shadow: 0px 0px 10px #00000024;background: #fff !important}

/* general */
.elementor-price-list .elementor-price-list-item .elementor-price-list-header {margin-bottom: 0 !important;}

/* animation */
.ux-anim.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);}
}
.ux-anim.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);}
}