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

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

/* Gravity Forms Styling
 * */

.gform_wrapper [type=button], .gform_wrapper [type=submit], .gform_wrapper button {
	font-size: var(--e-global-typography-392b9e0-font-size );
    line-height: var(--e-global-typography-392b9e0-line-height );
    letter-spacing: var(--e-global-typography-392b9e0-letter-spacing );
    word-spacing: var(--e-global-typography-392b9e0-word-spacing );
	font-family: var(--e-global-typography-392b9e0-font-family ), Sans-serif;
    font-weight: var(--e-global-typography-392b9e0-font-weight );
    font-style: var(--e-global-typography-392b9e0-font-style );
    text-decoration: var(--e-global-typography-392b9e0-text-decoration );
    fill: var(--e-global-color-c696dce ) ;
    color: var(--e-global-color-c696dce ) ;
	background-color: var(--e-global-color-accent );
	padding: 10px 20px;
	border: 0;
    border-radius: 0;
}

.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-text) !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: 0;
    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;
	}
}

a.email-btn {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    color: #004b4d;
}