/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.tour-hero {
	margin-top: 0px;
        margin-bottom: -50px;
}
.tour-hero-bg {
	height: 500px;
}
.tour-destination {
	padding-bottom: 0px;
}
.tour-hero-content {
	padding-bottom: 80px;
}
.tour-hero-content .tour-meta {
	margin-bottom: 0px;
	gap: 10px;
}
.tour-hero-content .tour-title {
	font-size: 22px !important;
}
.tour-body {
	padding: 10px 0px;
}
.tour-body-grid {
	grid-template-columns: unset;
}

.tour-content {
    padding: 0px;
    padding-left: 10px;
}
.itinerary-nav {
	gap: 0px;
}
.itinerary-wrap {
	gap: 20px;
}
.itinerary-box {
	padding: 20px;
}
.itinerary-content-area {
	gap: 20px;
}

.booking-price [
    flex: 1;
}
.booking-control {
    justify-content: space-between;
    width: 100%;
}