/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */

/* Next button */
body .gform-body .gform_next_button, body .gform-body .gform_previous_button {
    border-style: solid !important;
    border-width: 1px 1px 1px 1px !important;
    border-radius: 100px 100px 100px 100px !important;
    background-color: var(--e-global-color-8a210d9) !important;
    font-family: var(--e-global-typography-1d89bc2-font-family), Sans-serif !important;
    font-weight: var(--e-global-typography-1d89bc2-font-weight) !important;
    line-height: var(--e-global-typography-1d89bc2-line-height) !important;
    color: var(--e-global-color-d88298d) !important;
    padding: 20px 30px 20px 30px !important;
}

/* Hover effect */
body .gform-body .gform_next_button:hover,
body .gform-body .gform_previous_button:hover {
    background-color: var(--e-global-color-5e2a70f) !important;
    color: var(--e-global-color-primary) !important;
    border-color: var(--e-global-color-primary) !important;
}


