/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor page builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.9.0.1700202449
Updated: 2023-11-17 06:27:29

*/

.nf-field-label a {
	text-decoration:underline;
	color:orange;
}

.submit-wrap input {
	width:100%!important;
	height:65px!important;
	font-size:22px!important;
}

.nf-field-element li, .nf-field-element ul
{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.gchoice, .nf-field-element li {
	cursor:pointer;
	min-width:23%!important;
	max-width:23%!important;
	margin-right:2%!important;
	margin-top:2%!important;
	padding-bottom:20px!important;
	border:1px solid rgba(0,0,0,0.2)!important;
}

.gchoice:hover, .nf-field-element li:hover {
	border:1px solid #e65c00!important;
}

.gchoice-icon, .nf-field-element li {
	cursor:pointer;
	width:70px!important;
	margin-left:auto!important;
	margin-right:auto!important;
}

.gchoice-icon img, .nf-field-element li, .nf-field-element span, .nf-field-element label {
	cursor:pointer;
}

.gchoice-icon {
	padding-top:15px;
}

.nf-field-element label {
	width:100%!important;
	height:120px;
}

.nf-field-element li input {
	display: none!important;
}

.listradio-wrap .nf-field-element label.nf-checked-label:before, .listradio-wrap .nf-field-element label:after {
	visibility:hidden!important;
}

.nf-field-label {
	font-size:18px!important;
	width:100%!important;
	text-align: center!important;
}

.nf-mp-header, .nf-form-fields-required {
	display:none;
}

.nf-mp-footer {
	visibility:hidden!important;
	height:0px!important;
}

.nd_travel_container {
	padding-bottom:200px;
}

@media only screen and (max-width: 600px) {
	.nf-field-element li {
		min-width:45%!important;
		height:130px!important;
		align-content:center;
	}
	

	.gchoice-icon {
		padding-top:0px!important;
	}

	.nf-field-element label {
		height:100px;
	}
	
	.nf-form-content {
		margin-bottom:-20px!important;
	}
}

@media only screen and (min-width: 601px) {
	.nf-form-cont {
		min-height:250px;
	}
}

.nf-field-container {
	margin-bottom:5px!important;
}