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


p.elementor-counter-title {
    text-align: center;
    line-height: 1.4em !important;
}


/* STICKY HEADER */
/***
* class: .sticky-header
*/
header.sticky-header {
	--header-height: 80px;
	--shrink-header-to: 0.6;
	--transition: .45s cubic-bezier(.4, 0, .2, 1);
	background-color: rgba(244, 245, 248, 1);
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}


/***
* Sticky header activated
*/
header.sticky-header.elementor-sticky--effects {
	background-color: #48631B !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
header.sticky-header > .elementor-container {
	min-height: var(--header-height);
	transition: min-height var(--transition);
}
header.sticky-header.elementor-sticky--effects > .elementor-container {
	min-height: calc( var(--header-height) * var(--shrink-header-to) );
}

header.sticky-header.elementor-sticky--effects .elementor-widget-wrap.elementor-element-populated {
    padding: 0px;
    padding-top: 10px;
    height: 94px;
}

/***
* Shorter header on mobile (70px instead of 100px)
*/
@media only screen and (max-width: 767px) {
	header.sticky-header {
		--header-height: 70px;
	}
}
/***
* class: .logo
*/
header.sticky-header .logo img {
	transition: transform var(--transition);
}
header.sticky-header.elementor-sticky--effects .logo img {
	transform: scale(.7);
}


/* END */



.elementor-widget-text-editor ul, .elementor-widget-text-editor ol {
    padding-left: 20px;
    list-style-position: outside;
    margin-bottom: 10px;
}



/* GRAVITY FORMS */

p.gform_required_legend {
    display: none;
}

div#gform_fields_1 {
    row-gap: 15px;
}

div#gform_fields_1 input, div#gform_fields_1 textarea {
	background-color: transparent;
	border: 1px solid #000;
}

input#gform_submit_button_1 {
    background-color: #F37E00 !important;
    font-weight: 700;
    font-size: 16px !important;
    padding: 20px;
    border-radius: 8px;
    border: none;
}


input#gform_submit_button_1:hover {
    background-color: #B31217 !important;
	transition: 0.6s;
    font-weight: 700;
    font-size: 16px !important;
    padding: 20px;
    border-radius: 8px;
    border: none;
}





