/* 
 Theme Name:   Travel Booking Child
 Theme URI:    https://wpacademy.pk
 Description:  Child theme for Travel Booking theme by WP Travel Engine.
 Author:       WP Academy
 Author URI:   https://wpacademy.pk
 Template:     travel-booking
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

:root {
	--primary-color: #FA7436 !important;
}
.wpte-trip-sfilter-wrapper .wpte-trip__search-submit:hover {
	background-color: #222222 !important;
}
a:hover, button:hover {
	text-decoration: none !important;
}
.wpte-trip__adv-field.wpte__select-field {
	border: none !important;
	border-right: 1px solid rgba(var(--font-color-rgb), 0.2) !important;
	border-radius: 5px 0 0 5px !important;
}
.wpte-trip-sfilter-wrapper .wpte-trip__search-fields.horizontal .wpte-trip__search-submit {
	height: 100% !important;
}
.wpte-trip-category.style-1 .wpte-trip-category-img-wrap figure, .premium-blog-content-wrapper, .premium-blog-thumb-effect-wrapper {
	 border-radius: 5px !important;
}
.footer-links .elementor-icon-list-icon svg {
	color: #FA7436 !important;
}
.wpte-trip-single .discount-text-wrap .discount-percent {
	color: #fff !important;
}
.category-grid .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn, .category-list .category-trips-single-inner-wrap .category-trip-aval-time .category-trip-viewmre-btn, #crumbs .current a, .widget-area .wpte-booking-area .wpte-bf-btn-wrap .wpte-bf-btn, .single-trip #tabs-container .tab-content .itinerary-row::before, .single-trip #wte_enquiry_contact_form input[type="submit"] {
	background: var(--primary-color) !important;
	border-color: var(--primary-color) !important;
}
#crumbs .current a::after {
	border-left-color: var(--primary-color) !important;
}
.trip-content-area .secondary-trip-info .trip-facts-value li svg, .single-trip #tabs-container .tab-inner-wrapper .tab-anchor-wrapper.nav-tab-active a {
	color: var(--primary-color) !important;
}
.single-trip #wte_enquiry_contact_form {
	background: #f7f8fc !important;
}
.site > .container {
	margin-top: 50px !important;
}
.wpte-trip-single .wpte-trip-header-wrap .wpte-trip-title {
	font-weight: bold !important;
	font-size: 16px !important;
}
.single-trip #wte_enquiry_contact_form h2, .single-trip #wte_enquiry_contact_form, .single-trip #wte_enquiry_contact_form .package-name-holder .wp-travel-engine-info {
	color: #222222 !important;
}
@media all and (max-width: 768px) {
	header.elementor-section {
		background: #f9f9f9;
	}
	.wpte-trip__adv-field.wpte__select-field {
		border: none !important;
		border-bottom: 1px solid rgba(var(--font-color-rgb), 0.2) !important;
		border-radius: 5px !important;
	}
	.single-trip #primary .trip-post .entry-header .entry-title {
		font-size: 20px !important;
	}
}