/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/
.interior-detail > .row {
	/* display: flex; */
}
.interior-detail > .row > .column {
}
.interior-detail h2 {
	font-size: 30px;
	font-weight: 700;
	font-family: 'Libre Franklin', sans-serif;
	color: #37322d;
	margin-bottom: 15px;
}
.interior-detail .social-media li:nth-of-type(1) { margin-left: 0; }

.shared-detail .gMapContainer .gMapHolder { height: 280px;  }

.shared-detail .trip-builder {
	margin: 5px 10px;
}

.shared-detail ul.info-list {
	list-style: none;
	margin-left: 0;
}

/*** detail slick gallery ***/
.shared-detail .mediaGallery .placeHolder {
	width: 590px;
	height: 240px;
}

.shared-detail .mediaGallery {
	position: relative;
	max-width: 100%;
	padding-left: 40px;
	padding-right: 25px;
}

.shared-detail .mediaGallery .slider {
	margin-bottom: 0;	
}

.shared-detail .mediaGallery .slider .item:not(:first-of-type) { display: none; }
.shared-detail .mediaGallery .slider.slick-initialized .item { display: block; }

/*.shared-detail .mediaGallery .camera-icon {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: rgba(255, 255, 255, 0.8);
	font-size: 50px;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	pointer-events: none;
	-webkit-transition: all 0.33s ease-in-out;
	transition: all 0.33s ease-in-out;
}
.shared-detail .mediaGallery:hover .camera-icon {
	color: #fff;
	font-size: 80px;
}*/

.shared-detail .mediaGallery .slick-slide iframe,
.shared-detail .mediaGallery .slick-slide a { width: 100%; height: 100%; }
.shared-detail .mediaGallery .slick-slide img { width: auto; border-radius: 0px; }

.shared-detail .mediaGallery .slider:not(.slick-initialized) .slick-controls {
	display: none;
}
.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow {
	position: absolute;
	top: 50%;
	display: block;
	margin: 0px;
	z-index: 5;
	width: 45px;
	height: 45px;
	cursor: pointer;
	background: #415573 !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-moz-border-radius: 999px;
	-webkit-border-radius: 999px;
	border-radius: 999px;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow:before{
	content: '';
	background-image: none;
}

.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow .fa {
	position: absolute;
	line-height: 38px;
	z-index: 2;
	font-family: 'FontAwesome' !important;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	margin-top: 2px;
}
.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow.prevSlide .fa{
	left: 25%;
	margin-left: 2px;
}
.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow.nextSlide .fa{
	right: 25%;
	margin-right: 2px;
}


.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow.slick-prev {
	left: 10px;
}
.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow.slick-next {
	right: 10px;
}
.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow.slick-disabled {
	opacity: 0.5;
}
.shared-detail .mediaGallery .gallery-index {
	margin-top: 25px;
	margin-bottom: 0;
	margin-right: -20px;
	display: flex;
}
.shared-detail .mediaGallery .gallery-index.slick-initialized { display: block; }
.shared-detail .mediaGallery .gallery-index .index-item {
	margin-right: 20px;
	max-width: 175px;
	width: 33%;
}
/*** items inside details ***/
.shared-detail .interior-detail .detail-cont {
    padding: 0 0 0 28px;
}

.shared-detail .interior-detail .detail {
	font-size: 24px;
	line-height: 1.2;
}

.shared-detail .interior-detail .detail > div { margin-bottom: 10px; }

.shared-detail .interior-detail .region-info span {
	color: #2d736e;
	font-weight: 600;
}

.shared-detail .interior-detail .detail > div .fa {
	margin-left: -37px;
	margin-right: 10px;
	font-size: 36px;
	color: #415573;
}

.shared-detail .interior-detail .phone-info,
.shared-detail .interior-detail .addr-info {margin-left: 37px;}

.shared-detail .interior-detail .social-media { margin: 25px 0 30px; }

.shared-detail .interior-detail .social-media .fa {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	background-color: #415573;
	color: #fff;
	height: 35px;
	width: 35px;
	border-radius: 50%;
}

.shared-detail .inner-items-ul {
	max-width: 680px;
}

/* begin: Map Tabs */
.shared-detail ul.mapTabs { margin: 0 0 5px 0; color: #e86000; }
.shared-detail ul.mapTabs li { display: inline-block; }
.shared-detail ul.mapTabs li { margin-right: 10px; font-size: 15px;}
.shared-detail ul.mapTabs li:last-child { margin-right: 0;}
.shared-detail ul.mapTabs li a { 
	font-size: inherit;
	height: 32px;
	margin: 0; 
	color: #415573;
	text-decoration: underline;
}
.shared-detail ul.mapTabs li a.active {
	cursor: default;
	color: #37322d;
	text-decoration: none;
}
/* end: Map Tabs */



/*********  Pane Layout *********/
.shared-detail .bottom-detail { padding: 10px 25px 0; }

.shared-detail .bottom-detail > div { padding: 0 15px; }

.shared-detail .details-title {
	display: flex;
	align-items: center;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	color: #415573;
	margin-bottom: 25px;
}

.shared-detail .details-title::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #415573;
	margin-left: 10px;
}

.shared-detail .hours-map-cont {
	display: flex;
	margin-bottom: 35px;
	/* padding: 0 !important; */
}

.shared-detail .hours-map-cont > div {
	flex: 1;
	max-width: 50%;
}

.listing-detail .map-cont .tab-title { display: block; }
.listing-detail.map-open .map-cont .tab-title { display: none; }

.listing-detail .map-cont .content { display: none; }
.listing-detail.map-open .map-cont .content { display: block; }

.eventDetails .map-cont .tab-title { display: block; }
.eventDetails .map-cont .tab-title.active { display: none; }

.eventDetails .map-cont .content { display: none; }
.eventDetails .map-cont .content.active { display: block; }

.coupon-detail .map-cont .tab-title { display: block; }
.coupon-detail .map-cont .tab-title.active { display: none; }

.coupon-detail .map-cont .content { display: none; }
.coupon-detail .map-cont .content.active { display: block; }

.shared-detail .bottom-detail .tab-menu { margin-bottom: 30px !important; }

.shared-detail .bottom-detail .tab-title { margin: 0 !important; }

.shared-detail .bottom-detail .tab-title, 
.shared-detail .bottom-detail .tab-title a {
	font-family: 'Libre Franklin', sans-serif !important;
	font-size: 22px !important;
	font-weight: 700 !important;
	margin-bottom: 5px !important;
	color: #2d736e !important;
	text-transform: uppercase !important;
	width: auto !important;
	min-height: initial !important;
}

.shared-detail .bottom-detail .tab-title:not(:last-of-type) a { border-right: 2px solid #2d736e; }

.shared-detail .bottom-detail .tab-title a { padding: 0 10px !important; }

.shared-detail .bottom-detail .map-cont .tab-title a {
	border: none;
	padding: 0 !important;
}

.shared-detail .bottom-detail .tab-title img { border: none !important; }

.shared-detail .bottom-detail .tab-title.active a {
	color: #415573 !important;
	border-bottom: none !important;
	text-decoration: underline;
}

.shared-detail .box .tab-group .tab-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.shared-detail .bottom-detail .desc {
	font-size: 16px;
}

.expandable + button.expandableButton {
	font-size: 16px;
	font-weight: 600;
	border: 2px solid rgba(0, 0, 0, 0.2);
	margin-top: 40px;
	letter-spacing: 1px;
	color: #415573;
	max-width: none;
	border-radius: 0;
}

.shared-detail .detailSep {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/*** Tabs ***/
.shared-detail .detailPanes > .tabs {
	width: 330px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.shared-detail .detailPanes > .tabs-content {
	width: 100%;
	max-width: 100%;
	padding-left: 330px;
	margin-left: -330px;
	float: right;

}
.shared-detail .detailPanes > .tabs dd > a {
	background: none;
}

.shared-detail .detailPanes > .tabs dd.active a {
	background: #ccc;
}

.shared-detail .box.hotel-thumbnail.small .img-wrapper {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: -5px;
}
.shared-detail .box.hotel-thumbnail.small .img-wrapper img {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* hide back button on quickview */
.qv-open .page-nav {
	display: none !important;
}

/*** Mobile ***/
@media only screen and (min-width: 640px) and (max-width: 1025px) {
	.shared-detail .interior-detail h2,
	.shared-detail .interior-detail .detail { max-width: none; }

	.interior-detail > .row > .column:first-of-type {/* max-width: 580px; */width: 60%;}
	.interior-detail > .row > .column:last-of-type {padding: 0;/* max-width: 444px; */width: 40%;}

	.shared-detail .interior-detail .detail-cont {padding-right: 40px;padding-left: 0;}

	.interior-detail .interior-navigation > a {
		display: block;
		margin: 15px 10px !important;
	}

	.shared-detail .hours-map-cont > div:first-of-type { max-width: 45%; }
	.shared-detail .hours-map-cont > div:last-of-type { max-width: 55%; }

	.box .tab-group .tab-menu .tab-title > a { font-size: 18px !important; }
}

@media only screen and (max-width: 641px) {
	body .shared-detail .page-nav { padding: 0 8px !important; border-bottom: none !important; }
	.shared-detail .mediaGallery { width: auto; max-width: 641px; margin: 0 auto;}
	.shared-detail .detailPanes > .tabs-content { padding: 10px 0 0 0;} 
	.shared-detail .detailPanes > .tabs { width: auto; }
	.shared-detail .detailPanes > .tabs-content.vertical > .content { padding: 0; }

	body .shared-detail .box .tab-group .mobile-layout-block {
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
	body .shared-detail .box .tab-group .tabs.no-stack {
		position: relative;
	}
	body .shared-detail .box .tab-group .tabs.left-nav.no-stack.open {}
	body .shared-detail .box .tab-group .tabs dd { margin-bottom: 0px !important;}
	body .shared-detail .box .tab-group .tabs.left-nav.no-stack dd:not(.active) {}
	body .shared-detail .box .tab-group .tabs.left-nav.no-stack dd.active {}
	body .shared-detail .box .tab-group .tabs.left-nav.no-stack.open dd {}
	body .shared-detail .box .tab-group .tabs .tab-title a:after {
		display: none;
	}
	body .shared-detail .box .tab-group .tabs .arrow {
		position: absolute;
		top: -18px;
		right: 20px;
		z-index: 99999;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	body .shared-detail .box .tab-group .tabs.open .arrow {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	body .shared-detail .box .tab-group .tabs .arrow:before {
		content: "\f107";
		font-family: FontAwesome;
		font-size: 30px;
		color: #fff;
	}
	.shared-detail .interior-detail { margin-bottom: 0; }
	.interior-detail > .row { display: block; }

	.interior-detail > .row > .column:nth-of-type(n) {/* max-width: none; */}

	.interior-detail h2 {font-size: 28px;margin: 0 10px;}

	.shared-detail .interior-detail .detail {font-size: 24px;margin: 15px 10px 0;}

	.shared-detail .mediaGallery,
	.shared-detail .interior-detail .detail-cont {
		padding-right: 0;
		padding-left: 0;
	}

	.shared-detail .mediaGallery .gallery-index {margin-top: 15px;}

	.interior-detail > .row > .column:last-of-type {padding: 20px 10px 0;}

	.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow {
		width: 38px;
		height: 38px;
	}

	.shared-detail .mediaGallery .slick-controls .slick-nav .slick-arrow .fa {
		font-size: 30px;
		margin-top: -1px;
	}

	.shared-detail .interior-detail .social-media {
		margin: 20px 10px 5px;
		text-align: left;
	}

	.shared-detail .bottom-detail { padding: 10px 10px 0; }

	.shared-detail .bottom-detail > div { padding: 0; }

	.shared-detail .hours-map-cont { display: block; }
	.shared-detail .hours-map-cont > div { max-width: none; }

	.shared-detail .bottom-detail .tab-title,
	.shared-detail .bottom-detail .tab-title a { font-size: 18px !important; }

	.box .tab-group .tab-menu .tab-title > a {
		font-size: 14px !important;
		padding: 0 5px !important;
		margin-bottom: 15px !important;
	}

	.shared-detail .bottom-detail .tab-menu { margin-bottom: 0px !important; }

	.shared-detail .box .tab-group {
		padding-top: 25px;
		padding-bottom: 0;
	}
	.shared-detail .bottom-detail .tab-title img {
		width: 100%;
		height: auto;
	}
	.expandable + button.expandableButton {
		font-size: 14px;
		height: 30px;
	}
}

@media only screen and (min-width: 1024px) {
	.interior-detail .detail .addr-info { display: inline-block !important; padding-left: 2px; }
	.shared-detail .interior-detail h2,
	.shared-detail .interior-detail .detail { max-width: calc(100% - 50px); }
	.shared-detail .interior-detail .detail-cont { padding-top: 20px; }
}

/* t:361513 - quickview styles */
@media only screen and (min-width: 64.063em) {
	.qv-open .interior-detail h2 {
		width: 70%;
	}
}

/* ====== Quick View ====== */
.qv-content .shared-detail .interior-detail h2, 
.qv-content .shared-detail .interior-detail .detail { max-width: none; }
.qv-content .interior-detail .social-media { margin: 15px 0; }
.qv-content .interior-detail .interior-navigation .button { width: 100%; }
.qv-content .interior-detail .booking-container {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
}

/* To remove default top padding when there is no header slideshow */
.slideshow_container.empty {
	min-height: 25px;
}