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

body{
	text-decoration:none;
}
.elementor-widget-text-editor p:last-of-type {
    margin-bottom: 0;
}
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6{
	margin-top: 0;
}
/* GravityForm */
#GravityForm .gfield_label, #GravityForm label {
    font-size: 16px;
    line-height: 20px;
    color: #092c5c;
    font-weight: 500;
    margin-bottom: 4px;
    display: flex;
    gap: 2px;
    align-items: flex-start;
    padding: 0;
}
#GravityForm #gform_wrapper_1 .gfield_label, #GravityForm #gform_wrapper_1 label{
	color: #fff;
}
fieldset#field_1_6 {
    display: flex;
    gap: 11px;
}
div#gfield_consent_description_1_6 {
    border: none;
    padding: 0;
    color: #fff;
    margin: 0;
    cursor: pointer;
	 font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
}
#gform_confirmation_message_1 {
    font-weight: 500;
    background: #fff;
    padding: 10px;
    border-radius: 3px;
    color: #0a1e39;
}
fieldset#field_1_6 .gfield_consent_label {
    position: absolute;
    left: 18px;
    opacity: 0;
}
#GravityForm .gfield_consent_label {
    display: block;
	cursor: pointer;
	    font-size: 14px;
}
#GravityForm .gform_confirmation_message {
    text-align: center;
}
#GravityForm .ginput_container_consent span.gfield_required_text,
#GravityForm .gform_validation_errors,
#GravityForm span.gfield_required span.gfield_required_text,
#GravityForm .validation_message  {
    display: none;
}
#GravityForm span.gfield_required::after{
    content: '*';
}
#gform_fields_1,
#gform_fields_2,
#gform_fields_3{
    gap: 20px;
}
#GravityForm input:not([type=checkbox]), 
#GravityForm textarea {
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    box-shadow: none;
    outline: 0;
    min-height: 45px;
    font-size: 16px;
    color: #000;
}
#GravityForm textarea {
    min-height: 90px;
    resize: none;
    min-block-size: 100px;
    height: 100px;
}
#GravityForm input::placeholder,
#GravityForm textarea::placeholder{
    color: #64748b;
}
#GravityForm input.gform_button.button {
    text-align: center;
    border: none;
    margin: 20px 0 0;
    min-height: 36px;
    line-height: 20px;
    background-color: var(--e-global-color-d10ab7e);
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--e-global-color-primary);
    border-radius: 100px;
    padding: 14px 24px;
    text-transform: uppercase;
    min-width: 175px;
}
#GravityForm input.gform_button.button:hover {
    background-color: var(--e-global-color-d10ab7e);
}
#GravityForm .gfield--type-html, #GravityForm .gfield--type-html a {
    color: #fff;
}
#GravityForm .gfield--type-html a{
	text-decoration: underline;
	font-weight: 500;
}
#GravityForm .gform_footer.before {
    padding-bottom: 0;
    margin-bottom: 0;
}
#GravityForm .gfield_error input {
    border-color: #c02b0a;
    background-color: #f1e7e4;
}
#GravityForm .gfield_error .gfield_consent_label {
    color: #c02b0a;
}
#GravityForm .gform_footer {
    padding-bottom: 0;
    margin: 0;
}

#gform_ajax_spinner_1,
#gform_ajax_spinner_2,
#gform_ajax_spinner_3{
    position: absolute;
    left: 0;
    right: 0;
	bottom: 10px;
    margin: auto;
}
/* GravityForm */
#Page_Content ul,
#Page_Content ol,
.elementor-widget-text-editor ul {
    padding-left: 24px;
    margin: 0 0 10px;
}
#Page_Content ul:last-of-type,
.elementor-widget-text-editor ul:last-of-type {
    margin-top: 10px;
}
#Page_Content ul li:not(:last-child){
	margin-bottom: 5px;
}
.elementor-widget-text-editor ul li:not(:last-child) {
    margin-bottom: 8px;
}
.list_dots ul li::marker {
    color: #092c5c;
}
#Page_Content ol li::marker {
    color: #000;
    font-weight: 600;
}

@media (max-width:1024px){
	#MainMenu nav.elementor-nav-menu--dropdown {
		max-width: 280px !important;
		left: auto !important;
		right: 0 !important;
		border-radius: 8px !important;
	}
	.elementor-widget-text-editor h1,
	.elementor-widget-text-editor h2,
	.elementor-widget-text-editor h3,
	.elementor-widget-text-editor h4,
	.elementor-widget-text-editor h5,
	.elementor-widget-text-editor h6{
		margin-bottom: 10px;
	}
}
@media (max-width:767px){}