/*
Theme Name:   Travel Tour - Child
Description:  Child theme for Travel Tour
Author:       TheOutist
Author URI:   https://theoutist.com
Template:     traveltour
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  traveltour-child
*/

.wpc-filter-header {
    display: none !important;
}

.widget.widget_wpc_filters_widget {
    display: flex !important;
    justify-content: center !important;
    align-items: center;
}

.traveltour-top-bar {
    transition: background 1s ease;
}

.traveltour-top-bar:hover {
    background: white;
}

.tourmaster-tour-category-head-link {
    color: white !important;
}

.traveltour-header-boxed-wrap {
    z-index: 99 !important;
}

.filter-chipset {
  display: flex;
  flex-wrap: wrap; /* allows wrapping on smaller screens */
  gap: 10px;
  margin-left: 20px;
  margin-bottom: 40px;
}

.filter-chip {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 20px;
  background-color: #234076;
  color: white !important;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.filter-chip.active {
  background-color: white;
  color: black !important;
  border: 2px solid #234076; /* dark green border */
}

.filter-chip:hover {
  opacity: 0.85;
}

.wpcf7-submit {
  border-radius: 30px; /* Adjust the value to control roundness */
  padding: 10px 20px;   /* Optional: makes the button look better */
  background-color: #0073aa; /* Optional: WP blue, change as needed */
  color: white;         /* Optional: text color */
  border: none;         /* Optional: remove border */
  cursor: pointer;      /* Optional: cursor effect on hover */
}

.traveltour-top-cart-checkout-button,
.traveltour-top-cart-button {
	color: #e1e1e1 !important;
}