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

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;	
}

ol,
ul {
	margin-bottom: 14.4px;
	padding-left: 16px; 
}

.elementor-location-footer {
	margin-top: auto;
}

.pp-menu-item:hover,
.pp-sub-item:hover {
	cursor: pointer;
}

/** 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 [id^=gform_confirmation_message_] {
	color: #121d44;
	text-align: center;
}

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

body .gfield--type-name .ginput_complex {
	display: flex !important;
	flex-direction: column !important;
}

body .gfield--type-name .ginput_complex span {
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}

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

body .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;
	}
}
