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

/* -------------------- *
 *
 * Summary
 *
 * 1. COOKIEBAR
 * 2. HORIZONTAL TEXT ANIMATION
 * 3. LANGUAGE SWITCHER
 *
 * -------------------- */


 /* 1. COOKIEBAR */

 #moove_gdpr_cookie_info_bar {
   /* background-color: #009BBE !important; */
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice p {
   font-weight: 500 !important;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button.moove-gdpr-infobar-allow-all,
 #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button.moove-gdpr-infobar-reject-btn {
   background: #fff !important;
   border: 2px solid #fff !important;
   color: #242424 !important;
   font-weight: 500 !important;
   -webkit-transition: background .3s ease, color .3s ease;
   transition: background .3s ease, color .3s ease;
 }

 #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button.moove-gdpr-infobar-allow-all:hover,
 #moove_gdpr_cookie_info_bar .moove-gdpr-button-holder button.moove-gdpr-infobar-reject-btn:hover {
   background: none !important;
   color: #fff !important;
 }



 /* 2. HORIZONTAL TEXT ANIMATION */

.horizontal-animation {
    overflow: hidden;
    white-space: nowrap;
}

.horizontal-animation .elementor-widget-container p {
    display: inline-block;
    animation: scroll 90s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* 3. LANGUAGE SWITCHER */

.lang-switcher a {
  border-radius: 10px !important;
}
