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

html {
    font-size: 18px !important;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

@media screen and (max-width: 1280px){
	html {
		font-size: 16px !important;
	}
}
/* Gravity Forms Styling
 * */

.gform_wrapper [type=button], .gform_wrapper [type=submit], .gform_wrapper button {
	font-size: var(--e-global-typography-c7dade2-font-size ) !important;
    line-height: var(--e-global-typography-c7dade2-line-height ) !important;
    letter-spacing: var(--e-global-typography-c7dade2-letter-spacing ) !important;
    word-spacing: var(--e-global-typography-c7dade2-word-spacing ) !important;
	font-family: var(--e-global-typography-c7dade2-font-family ), Sans-serif !important;
    font-weight: var(--e-global-typography-c7dade2-font-weight ) !important;
    font-style: var(--e-global-typography-c7dade2-font-style ) !important;
    text-decoration: var(--e-global-typography-c7dade2-text-decoration ) !important;
    fill: var(--e-global-color-accent ) !important;
    color: var(--e-global-color-accent ) !important;
	background-color: var(--e-global-color-primary ) !important;
	padding: 12px 24px !important;
	border: 0;
    border-radius: 25px !important;
}

.gform_wrapper [type=button]:hover, .gform_wrapper [type=submit]:hover, .gform_wrapper button:hover, .gform_wrapper [type=button]:focus, .gform_wrapper [type=submit]:focus, .gform_wrapper button:focus {
	background-color: var(--e-global-color-accent);
	border: 0;
    border-radius: 0;
	outline: 0;
}
.gform_wrapper legend, .gform_wrapper label.gfield_label.gform-field-label{
	color: var(--e-global-color-primary) !important;
	margin-bottom:10px !important;
}

.gform_wrapper input[type=date], .gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=search], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper select, .gform_wrapper textarea {
	border-radius: 3px !important;
    border: 1px solid !important;
	border-color:var(--e-global-color-accent) !important;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}
/*padding for lists*/
.elementor-widget-container ul li{
	margin-bottom: 10px;
}

.elementor-widget-container ul li ul {
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.e-con>.e-con-inner {
		gap: 10px !important;
	}
}

.gform-theme--foundation .gform_fields {
  grid-row-gap: 15px !important;
}