/*
 * Single tour page (single-tour.php).
 * Ported from the WPBakery-era rules in nature.css; the vc_* versions there can go
 * once every page is off WPBakery.
 */

.tour-gallery {
	margin-top: 0;
}

#tour-header {
	text-align: center;
	padding: 40px 0 0;
}

#tour-header h1 {
	color: #d15238;
	font-size: 40px;
	text-transform: none;
	line-height: 50px;
	margin-bottom: 10px !important;
}

#tour-header h5 {
	font-size: 15px;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	margin-bottom: 10px !important;
}

.tour-meta-item {
	color: #678b3b;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	line-height: 21px;
}

.tour-meta-label {
	font-weight: 600;
}

#tour-highlights .bn-col {
	padding: 0 45px;
}

#tour-highlights .tour-text {
	margin-top: 35px;
}

#tour-tabs {
	background: #f8f8f8 url(../images/bg-camera-starfish.jpg) no-repeat 0 0;
	background-size: 100%;
	padding: 150px 0 60px;
	margin-top: -50px;
}

#tour-tabs .bn-panel-body ul {
	margin: 20px 0 30px 30px !important;
}

/* Day details: LOCATION: … / ACCOMMODATION: … under each itinerary day */
.additional-tour-info {
	font-size: 15px;
	line-height: 25px !important;
	margin-top: 20px;
}

.additional-tour-info strong {
	text-transform: uppercase;
	color: #d15238;
}

#tour-tabs .tour-services h4 {
	margin-top: 50px;
	margin-bottom: 15px;
}

#tour-tabs .tour-services h4:first-of-type {
	margin-top: 0;
}

.tour-map-notice {
	display: none;
	color: #d15238;
	font-style: italic;
}

/* Tour dates table */
.tour-dates-table {
	width: 50%;
	border-collapse: collapse;
}

.tour-dates-table th,
.tour-dates-table td {
	width: 33.333%;
	padding: 0 15px 20px 0;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #212121;
}

.tour-dates-table th {
	font-weight: 600;
	color: #688a3b;
	text-transform: uppercase;
}

/* Back to tours */
.more-tours {
	text-align: center;
	background: #f8f8f8;
	padding-bottom: 80px;
}

.more-tours.no-tabs {
	background: #fff !important;
	padding-top: 40px;
}

.more-tours-btn {
	background: #d15238;
	color: #fff;
	font-size: 17px;
	padding: 13px 40px 15px;
}

.more-tours-btn a {
	color: #fff !important;
}

/* ---------- Responsive ---------- */

@media only screen and (max-width: 1550px) {

	.location-map {
		margin-bottom: -250px !important;
	}

}

@media only screen and (max-width: 950px) {

	#tour-header h1, #tour-header h5 {
		margin-bottom: 20px !important;
	}

	.location-map {
		width: 170%;
		margin-bottom: -200px !important;
	}

}

@media only screen and (max-width: 900px) {

	.tour-dates-table {
		width: 100%;
	}

}

@media only screen and (max-width: 768px) {

	#tour-highlights .bn-col {
		padding: 0;
	}

	#tour-header h1 {
		font-size: 30px;
		line-height: 40px;
	}

	#tour-tabs {
		padding: 50px 0;
	}

	.tour-map-notice {
		display: block;
	}

	.location-map {
		width: 230%;
		margin-left: -200px;
		margin-bottom: -90px !important;
	}

	.location-map.new-zealand {
		width: 300%;
		margin-bottom: -320px !important;
	}

}

@media only screen and (min-width: 320px) and (max-width: 750px) and (orientation: landscape) {

	#tour-tabs {
		padding: 100px 0 !important;
	}

	.location-map.new-zealand {
		width: 300%;
		margin-left: -400px;
		margin-bottom: -420px !important;
	}

}
