/*
Theme Name: Travel Monster Child 02
Theme URI: https://wptravelengine.com/wordpress-travel-themes/travel-monster/
Template: travel-monster
Author: WP Travel Engine
Author URI: https://wordpress.org/themes/author/wptravelengine/
Description: Travel Monster is a free travel and tour booking WordPress theme for travel agencies. It is powered by the WP Travel Engine plugin, the most popular travel booking plugin. You can use the Travel Monster theme to create websites such as travel agencies, tour operators, trekking, camping, mountaineering, surfing, city tour, rafting, jungle safari, hiking, tourism, summer holidays, winter holidays, wine tours, cruise websites, beach holidays, etc. You can create itineraries, destinations, activities, trip types. etc. Your website visitors can quickly search for tours and book them. Travel Monster is mobile-friendly, SEO-optimized, translation-ready and RTL-ready. Plus, it is compatible with Elementor and Gutenberg, offering more flexibility to customise your website. Check the demos here: https://wptravelengine.com/travel-monster-demo/. Documentation at https://docs.wptravelengine.com/docs-category/travel-monster/, and get support at https://wptravelengine.com/support/.
Tags: one-column,two-columns,right-sidebar,left-sidebar,footer-widgets,custom-background,custom-header,custom-menu,custom-logo,featured-images,threaded-comments,full-width-template,rtl-language-support,translation-ready,theme-options,food-and-drink,holiday,entertainment
Version: 1.3.1.1752571833
Updated: 2025-07-15 09:30:33

*/

/* Custom search bar styling for WP Travel Engine search form */
.wpte-trip-search, .wpte-search-wrapper, .wpte-search-form-wrapper, .wpte-search-form {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin: 0 auto;
}

/* Style dropdowns and input fields */
.wpte-trip-search select,
.wpte-trip-search input[type="text"],
.wpte-trip-search input[type="date"],
.wpte-trip-search .select2-container--default .select2-selection--single {
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #ddd;
  background-color: #ffffff;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
}

/* Style search button */
.wpte-trip-search button,
.wpte-trip-search input[type="submit"] {
  background-color: #0086c7; /* primary blue color similar to manaslu site */
  color: #fff;
  border-radius: 8px;
  padding: 14px 30px;
  font-weight: 600;
  border: none;
  width: 100%;
  transition: background-color 0.3s ease;
}
.wpte-trip-search button:hover,
.wpte-trip-search input[type="submit"]:hover {
  background-color: #006ba2;
}
