/**** begin jsedivy****/

.advanced-search-wrapper{
		display:none; /* removes advanced search from trip results page */
}	
:root {
		--primary-color: #0372a1; /*changes blue text to the correct shade of blue */
}

.contact-form.style-2 label{
    color: #bbb !important; /*changes contact form labels */
		z-index: 9999 !important;
}

/**** end jsedivy****/

.elementor-12580 .elementor-element.elementor-element-34b8c06e .wpte-elementor-widget .category-trip-prc-title-wrap .category-trip-title a:hover {
  display: inline;
}
@media screen and (max-width: 767px) {
  .advanced-search-field.search-trip-type.wte-list-opn {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .advanced-search-field.search-trip-type.wte-list-opn,
  .advanced-search-header {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  /* Hide the entire sidebar and its header */
  body .advanced-search-header,
  body .advanced-search-field,
  body [class*="advanced-search-header"],
  body [class*="advanced-search-field"],
  body [class*="wte-list-opn"],
  body .search-trip-type {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
  }
}