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

ul,
ol {
	margin: 10px 0;
}

.jet-toggle__content-inner ul,
.jet-listing-dynamic-field__content ul {
	margin: 0 !important;
}

.jet-listing-dynamic-field__content ul {
	padding-left: 20px !important;
}

/** Navigation **/
.menu-item-link {
	cursor: pointer;
}

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

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

body .gform_validation_errors > h2 {
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 22px !important;
}

body .gform_footer {
	margin: 0 !important;
	padding: 0 !important;
}

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

/** Parts **/
.flexbox-container.parts-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.flexbox-container.parts-list .flexbox-item {
	width: 48%;
}

.flexbox-container.parts-list .flexbox-item .fa-ul {
	margin: 10px 0;
}

.flexbox-container.parts-list .flexbox-item .fa-ul li {
	cursor: default;
}

.flexbox-container.parts-list .flexbox-item .fa-ul li .fa-check {
	color: #187fc0;
	margin-right: 6px;
}

.flexbox-container.parts-list .flexbox-item .fa-ul li:hover .fa-check {
	color: #000;
}

.flexbox-container.parts-list .flexbox-item h6 {
	color: #222e50;
}

@media screen and (max-width: 767px) {
	.flexbox-container.parts-list .flexbox-item {
		width: 100%;
	}
}

/** Rentals **/
.rental-option-list {
	list-style: none;
}

.rental-option-list li:before {
  content: '✓ ';
}

/* Reimbursement */
.footnote {
	font-size: 10px;
	margin-top: 30px;
}