/*
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:50px!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;
}

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

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

.nd_travel_container {
	padding-bottom:200px;
}
.nf-form-content{
	width:600px!important;
}

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

	.nf-field-element label {
		height:100px;
	}
	
	div#nf-form-26-cont.nf-form-cont {
  		margin-top: -60px!important;
	}
	
	.nf-form-content {
		margin-bottom:-20px!important;
		width:100%!important;
	}
}


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

.route-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.route-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  row-gap: 9px;
  font-family: inherit;
}

.route-stop {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap; /* prevents line break between icon and city name */
}

.route-arrow {
  font-size: 1rem;
  color: #1a5ca4;
  white-space: nowrap; /* arrow stays with the group */
}

.icon {
  width: 13px;
  height: 13px;
  display: inline-block;
}


.elementor-element-ceb57cc .route-stop,
.elementor-element-ceb57cc .route-arrow {
  align-items: center;
  background-color: #EDF7FF;
  padding: 6px 10px;
  border-radius: 0px;
  margin: 2px;
}

.elementor-element-ceb57cc .route-arrow {
  padding-left: 4px;
  margin-left: -20px; /* pulls arrow bg into previous block */
}

.elementor-element-ceb57cc .route-stop img.icon {
	width: 18px !important;
}
.elementor-element-ceb57cc .route-arrow img.icon {
	width: 20px !important;
}


/* Mobile (up to 767px wide) */
@media (max-width: 767px) {
  .elementor-element-ceb57cc .route-stop img.icon {
    width: 14px !important;  /* smaller stops */
  }
  .elementor-element-ceb57cc .route-arrow img.icon {
    width: 16px !important;  /* smaller arrows */
  }
}