/*
Theme Name: Los Cazadores
Theme URI: http://www.wpbeaverbuilder.com
Version: 0.7
Description: Customized child theme for Los Cazadores.
Author: Tribe Design
Author URI: http://tribedesign.com/
License: Copyright 2026 Tribe Design, LLC.
License URI: http://creativecommons.org/licenses/by-nc-nd/4.0/legalcode
template: bb-theme
*/

/* WP Booking Plugin Overrides */
#wpbooking-timeline .flex_tl_table,
#wpbooking-timeline .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell,
#wpbooking-timeline .wpbc_timeline_client_border .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_date_container_show_booking_titles .in_cell_date_booking_title { font-size: 16px; }
#wpbooking-timeline .flex_tl__scrolling_sections .flex_tl__scrolling_section1 { width: 320px; }
#wpbooking-timeline .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6 .in_cell_date_container_show_dates,
#wpbooking-timeline .flex_tl_table .flex_tl_table_row_bookings .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7 .in_cell_date_container_show_dates,
#wpbooking-timeline .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6,
#wpbooking-timeline .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday6 a,
#wpbooking-timeline .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7,
#wpbooking-timeline .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell.flex_tl_weekday7 a,
#wpbooking-timeline .flex_tl_table .flex_tl_table_titles .flex_tl_collumn_2 .flex_tl_dates_bar .flex_tl_day_cell .in_cell_month_year { color: #777; }

/* Menus */
.navbar-nav a[href="#"] { cursor: default; }

/* Parent theme overrides */
.fl-page-bar, 
.fl-page-header .fl-page-header-wrap,
.fl-page-nav-wrap,
.fl-page-footer {
    border: none;
}
@media (max-width: 767px){
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: center; }
}
@media (min-width:768px){
	.fl-page-footer .text-right .fl-page-footer-nav { justify-content: flex-end; }
}