/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.2
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
*/

ol,
ul {
	margin: 0;
	padding-left: 24px;
}

.highlight-text {
	color: #01ccfe !important;
}

.blocked { 
	pointer-events: none; 
} 

.blocked input { 
	border: none; 
	border-radius: 0; 
	padding: 0; 
}

/** Gravity Forms **/
body img.gform_ajax_spinner {
	display: none !important;
}

body .gform_validation_errors,
body .gfield_validation_message {
	border-radius: 5px !important;
	font-size: 14px !important;
	line-height: 20px !important;
	padding: 10px !important;
}

body .gform_validation_errors > h2 {
	font-size: 14px !important;
	font-weight: 300 !important;
	line-height: 20px !important;
}

body .gform_footer {
	justify-content: center !important;
	margin: 20px 0 0 0 !important;
	padding: 0 !important;
}

body footer .gform_wrapper.gravity-theme .ginput_complex span {
	flex: 0 0 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body footer .gfield--type-name .name_first {
	margin-bottom: 16px !important;
}

body footer .gfield--type-name .name_last {
	margin-bottom: 0 !important;
}

@media screen and (max-width: 640px) {
	body .gfield--type-name .name_first {
		margin-bottom: 16px !important;
	}
	
	body .gfield--type-name .name_last {
		margin-bottom: 0 !important;
	}
}