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

/* Gravity Forms Default Styles */

.gform-theme--framework {
  --gf-form-gap-y: 20px;
  --gf-label-req-gap: 2px;
  --gf-ctrl-outline-width-focus: 1px;
  --gf-form-validation-bg-color: rgba(var(--gf-color-danger-rgb), 0.2);
  --gf-color-danger: #DA6969;
  --gf-ctrl-btn-border-color-primary: #fff;
  --gf-local-font-size: 16px;
  --gf-ctrl-btn-font-family: "Poppins", sans-serif;

  .gform-field-label.gform-field-label--type-inline {
    margin-left: 5px;
  }

  .gfield_required .gfield_required_asterisk {
    color: #fff;
  }

  .gform_button.button {
    --gf-ctrl-btn-size: 48px;
    --gf-ctrl-btn-font-size: 16px;
    padding: 15px 30px !important;
  }

  .gform_confirmation_message {
    background-color: #fff;
    padding: 20px;
    border-radius: 6px;
  }
}

.ginput_counter.gfield_description {
    color: #d1d1d1;
}