/*
Theme Name: Jungle
Author: Arturo Cruz P.
Author URI: https://turin.dev
Description: Theme personalizado para Booking Inca Jungle, optimizado para tours, destinos y reservas.
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: jungle
Tags: custom-logoxD, custom-menu, featured-images, translation-ready
*/

@media (min-width: 1024px) {

	#page,
	#primary,
	#tour-content,
	.tour-content-grid,
	.tour-sidebar {
		overflow: visible;
	}

	.tour-content-grid {
		align-items: stretch !important;
	}

	.tour-sidebar {
		align-self: stretch !important;
		min-height: 100%;
	}

	.tour-price-card {
		position: -webkit-sticky !important;
		position: sticky !important;
		top: 112px !important;
		z-index: 20;
	}
}