/* 
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-widget-heading strong {
    font-family: var(--e-global-typography-text-font-family), Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 2;
    color: var(--e-global-color-accent);
}

.elementor .elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 10px;
}

.elementor .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 20px;
}

.elementor .elementor-element.elementor-button-info .elementor-button {
    background-color: var(--e-global-color-9674d60);
    color: var(--e-global-color-text);
}

.elementor .elementor-element.elementor-button-info .elementor-button:hover {
    /* background-color: var(--e-global-color-65a1a8b); */
    color: var(--e-global-color-33ac8e0);
}