/* 
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 */
.elementor-location-header p{margin: 0; padding: 0}

/* general */
.elementor-heading-title b{color: #85754E}
.ux-cadre {position: absolute;z-index: -1;}







.ux-scrolling-text .ux-scrolling-text-inner {width: 100%;height: auto;display: flex;flex-direction: row;align-items: center;justify-content: flex-start;overflow: hidden;white-space: nowrap;}
.ux-scrolling-text.font_size_15vh .ux-scrolling-text-inner * {font-size: 55px;font-style: oblique;line-height: 1.1em;padding-right: 20px;font-family: var( --e-global-typography-primary-font-family ), Sans-serif;
  color: #85754E;}
.ux-scrolling-text .ux-scrolling-text-inner > * {transform: translateX(-20%) translateZ(0);animation: ux-scrolling-text-animation linear infinite 60s;animation-duration: 60s;}
.ux-scrolling-text-inner .icon{padding: 0 20px;}





@-webkit-keyframes ux-scrolling-text-animation {
0% {transform: translateX(-20%) translateZ(0);}
100% {transform: translateX(-120%) translateZ(0);}
}
@-o-keyframes ux-scrolling-text-animation {
0% {transform: translateX(-20%) translateZ(0);}
100% {transform: translateX(-120%) translateZ(0);}
}
@-moz-keyframes ux-scrolling-text-animation {
0% {transform: translateX(-20%) translateZ(0);}
100% {transform: translateX(-120%) translateZ(0);}
}
@keyframes ux-scrolling-text-animation {
0% {transform: translateX(-20%) translateZ(0);}
100% {transform: translateX(-120%) translateZ(0);}
}









/* 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);}
}
.ux-cadre {display: inline-block;animation: spin 40s linear infinite;}
@keyframes spin {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}