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


.elementor-element.elementor-button-info .elementor-button {
    background: rgba(255,255,255,0) !important;
    color: white;
    border-color: white;
}

.elementor-element.elementor-button-info .elementor-button:hover {
    background: rgba(255,255,255,.2) !important;
    border-color: white !important;
}

.elementor-widget-text-editor a {
    color: inherit;
    text-decoration: underline !important;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

body:not(.elementor-editor-active) .js-section-info-box {
    display: none;
}

.js-section-info-box.active {
    display: flex !important;
}

.elementor-widget-n-carousel .elementor-swiper-button {
    --e-n-carousel-arrow-next-right-position: 30px;
    --e-n-carousel-arrow-prev-left-position: 30px;
    transform: scale(2) !important;
}