/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.4.1.1637206553
Updated: 2021-11-18 03:35:53

*/

div.gform_wrapper.gravity-theme {
	width: 620px;
	max-width: 100%;
	margin: 45px auto;
	margin-right: auto;
}

.gform_wrapper.gravity-theme .gfield_label, .gform_wrapper.gravity-theme .ginput_complex label {
  font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: 1em;
  line-height: 1.2;
  color: var( --e-global-color-primary );
}

.gfield_label.gfield_label_before_complex label {
  font-size: 0.8em; !important;
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  border: 1px solid var( --e-global-color-primary );
  color: var(--e-global-color-primary);
}

.gform_wrapper.gravity-theme .gform_footer input[type="submit"]:hover {
  border-color: var(--e-global-color-primary);
  background: var(--e-global-color-primary);
  font-weight: bold;
  color: #fff;
}
