/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/
.shared-detail .gMapContainer .gMapHolder { height: 280px; margin-bottom: 10px; }

.shared-detail:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 500px;
	top: 0;
	right: 0;
	background: url(https://assets.simpleviewinc.com/simpleview/image/upload/c_scale,h_620,w_1908/v1568672048/bg_image_shpbfq.png);
	background-size: cover;
	z-index: -1;
}
.shared-detail .detailTop {
	clear: both;
	margin-bottom: 10px;
	max-width: 806px;
	margin:0 auto;
	padding: 0 20px;
	margin-top: 226px;
	position: relative;
}
.shared-detail a.shared-back-button {
	display: block!important;
	position: relative;
	max-width: 766px;
	margin: 0 auto;
	left: -3%;
	bottom: -15px;
}
.shared-detail a.shared-back-button i.fas.fa-caret-left {
	color: #47D7AC;
}
.shared-detail a.shared-back-button span {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.shared-detail .background-image {
	position: absolute;
	right: -20%;
	top: 50%;
	transform: translate(50%, -50%);
	z-index: -1;
}
.shared-detail .background-image img {
	width: 100%;
}
.couponDetailContainer .printPage {
	text-transform: capitalize;
	line-height: 18px;
}

.shared-detail .detailInfo {}
.shared-detail .detailInfo a { 
	color: #47D7AC;
	font-weight: 900;
	font-family: 'transat-text', sans-serif;
	font-size: 18px;
}
.shared-detail .detailInfo .info-list-social  li {
	list-style: none;
}
.shared-detail .detailInfo ul.info-list-social {
    margin: 1.25rem 0;
}
.shared-detail .detailInfo .info-list-social a {
    font-family: "Font Awesome 6 Brands";
    color: #004C97;
    font-size: 24px;
    font-weight: 100;
    margin-right: 50px;
}
.shared-detail .booking-button {
	margin: 20px 0px;
}
.shared-detail a.check-rates {
	font-family: 'transat-text', sans-serif;
	color: #47D7AC;
	font-size: 18px;
	font-weight: 900;
}
.shared-detail .slider:not(.slick-initialized) .mediaGallery .slide:not(:first-child) { display:none; }
.shared-detail .background {
	position: absolute;
	top: 0;
}
.detailGallery.mediaGallery {
	position: relative;
	overflow: visible;
	margin-bottom: 20px;
}
.detailGallery.mediaGallery:before {
	content: "";
	background-image: url(/includes/public/assets/circle_bg.png);
	position: absolute;
	top: 0;
	left: 75%;
	height: 780px;
	width: 780px;
	background-size: cover;
	z-index: -1;
	background-repeat: no-repeat;
	pointer-events: none;
}
.detailGallery.mediaGallery a.shared-back-button {
	position: absolute;
	top: 285px;
	z-index: 1;
	left: -86px;
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
}
.detailGallery.mediaGallery i.fas.fa-caret-left {
	color: #47D7AC;
}
.shared-detail .detailInfo h1 {
	margin-top: 0;
	line-height: 37px;
	color: #000;
	font-size: 35px;
	margin-bottom: 7px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
}
.shared-detail .detailInfo .label {
	color: #333;
}
.shared-detail .view-more {
	position: absolute;
	bottom: 30px;
	color: #fff;
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	width: 176px;
	left: 25px;
	z-index: 9;
}
.shared-detail .count {
	position: absolute;
	bottom: 39px;
	right: 25px;
	color: #fff;
	font-size: 23px;
	font-family: 'Ubuntu', sans-serif;
	z-index: 9;
}
.shared-detail .view-more > img {
	max-width: 50px;
	display: inline-block;
	margin-right: 10px;
}
.shared-detail ul.info-list {
	margin: 0;
	list-style-type: none;
	font-size: 18px;
	margin-bottom: 10px;
}
.shared-detail ul.info-list .featured { margin-bottom: 10px; }
.shared-detail ul.info-list li { font-size: inherit; }
.shared-detail ul.info-list li:last-of-type {
	margin-bottom: 25px;
}
.shared-detail ul.info-list li.phone { }
.shared-detail ul.info-list .ratings-back {
	width: 110px;
	height: 21px;
	line-height: 0;
	text-indent: -999em;
	background: url("/includes/public/assets/shared/rating_sprite.png") repeat-x;
	overflow: hidden;
}
.shared-detail ul.info-list .ratings-front {
	display:block;
	float: left;
	height: 21px;
	background: url("/includes/public/assets/shared/rating_sprite.png") repeat-x;
	background-position: 0 100%;
}
.shared-detail ul.info-list .review-count {
	font-size: 14px;
}

/* hax to get rid of the spaces caused by a comma separated list */
.shared-detail ul.info-list li[data-value-template="list_of_link_or_label"] .item a { margin-right: -5px; }

.shared-detail .detailInfo .inner {
	margin: 0 auto;
	display: block;
	max-width: 766px;	
}

.shared-detail .highlights {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #ececec;
}
.shared-detail .highlights h3 {
	font-weight: bold;
	color: #b95915;
}
.shared-detail .highlights ul { margin-bottom: 3px; }

/*** detail slick gallery ***/

.shared-detail .mediaGallery .placeHolder {
	width: 390px;
	height: 240px;
}

.shared-detail .mediaGallery .slider {
	margin-bottom: 0px;
	padding: 0px;
}

.shared-detail .mediaGallery .slick-slide {
	position:relative;z-index:1;
}

.shared-detail .mediaGallery .slick-slide a {
	width: 100%;
	display: block;
}

.shared-detail .mediaGallery .slick-slide > a > img,
.shared-detail .mediaGallery .placeholder img {
	border-top-right-radius: 80px;
	width: 100%;
}
.shared-detail .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 50%;
	width: 100%;
	transition: .5s ease;
	background-image: linear-gradient(0deg, black, transparent);
	z-index: 0;
}
.shared-detail .mediaGallery .slick-slide iframe { position: absolute; top: 0; }

.shared-detail .mediaGallery .slider .slick-prev,
.shared-detail .mediaGallery .slider .slick-next {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}
.shared-detail .mediaGallery .slider .slick-next:before,
.shared-detail .mediaGallery .slider .slick-prev:before {
	content: "";
	background: url("/includes/public/assets/shared/slick.gif") no-repeat left center;
	width: 40px;
	height: 40px;
	display: inline-block;
	opacity: 1;
}
.shared-detail .mediaGallery .slider .slick-next:before { background-position: right center;}
.shared-detail .mediaGallery .slider .slick-prev { left: 0; }
.shared-detail .mediaGallery .slider .slick-next { right: 0; }
.shared-detail .mediaGallery .slider .slick-disabled.slick-next:before,
.shared-detail .mediaGallery .slider .slick-disabled.slick-prev:before { opacity: .3; }

.shared-detail.listing-detail .eventsContainer .markerLink { display: none; }
.shared-detail.listing-detail .eventsContainer .shared-action-items .mapit { display: none; } /* "Map It" link on event item */
.shared-detail.coupons .listingContainer .shared-action-items .mapit { display: none; } /* "Map It" link on listing item */
.shared-detail.coupons .listingContainer .markerLink { display: none; } /* pin icon overlayed on listing item image */

/*** items inside details ***/

.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: #009fc3;
}
.shared-detail ul.mapTabs li a:hover { text-decoration: none; }
.shared-detail ul.mapTabs li a.active {
	cursor: default;
	color: #333;
}
/* end: Map Tabs */



/*********  Pane Layout *********/
.shared-detail .detailSep {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/*** Tabs ***/
.shared-detail .detailPanes > .tabs {
	width: 30%;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.shared-detail .detailPanes > .tabs-content {
	width: 70%;
	max-width: 100%;
	float: right;

}
.shared-detail .detailPanes > .tabs dd > a {
	background: none;
}

.shared-detail .detailPanes > .tabs dd.active a {
	background: #ccc;
}



/*top*/
.shared-detail .detailInfo a.website {
	float: left;
	background: #47D7AC;
	color: #fff;
	border-radius: 40px;
	min-width: 221px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.5px;
	padding: 12px 0;
	margin-right: 50px;
}
.shared-detail .shared-action-items > span {
	float: left;
	line-height: 17px;
	border-right: none;
}
.shared-detail .shared-action-items > span > span,
.listing-detail .shared-action-items [data-tb-remove] {
	border-right: 1px solid #000;
	padding-right: 12px;
	margin-right: 15px;
}

.listing-detail .eventItem .shared-action-items [data-tb-remove] {
	border-right: 0;
	padding-right: 0px;
	margin-right: 0px;
}

.shared-detail .shared-action-items > span > span:last-of-type {
	border-right: none;
}
.shared-detail .shared-action-items {
	margin-bottom: 10px;
	font-size: 16px;
	display: flex;
	align-items: center;
}
/*Bottom	*/
.shared-detail dl.bottom-details {
	max-width: 806px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto 90px auto;
}
.detailTop ul.info-list span.info-list-label {
	font-family: 'transat-text', sans-serif;
	font-weight: 900;
	color: #000;
	font-size: 19px;
}
.detailPanes dl.bottom-details dd > a {
	color: #000;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 30px;
	letter-spacing: 2px;
	border-bottom: 2px solid #bcbcbc;
	width: 100%;
	display: block;
	padding-top: 6px;
	padding-bottom: 2px;
}
.detailTop ul.info-list span.info-list-value a,
.detailTop ul.info-list span.info-list-value {
	font-family: 'transat-text', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 19px;
}
.shared-detail dl.bottom-details dd > .content {
	display: none;
}
.shared-detail .detailPanes dd.active > .content {
	display: block;
	padding: 15px 0;
	color: #000000;
	font-size: 18px;
	font-family: 'transat-text', sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	text-rendering: optimizeLegibility;
}
.shared-detail .detailPanes dd.active > .content p{
	font-size: 18px;
}
.shared-detail .detailPanes dd.active > .content p span{
	font-size: 18px !important;
}
.shared-detail .detailPanes dd.active > .content p strong{
	font-size: 18px !important;
}
.shared-detail .detailPanes dl.bottom-details a i {
	float: right;
	height: 50px;
	line-height: 50px;
}
.shared-detail .detailPanes dl.bottom-details dd a i.fas.fa-minus,
.shared-detail .detailPanes dl.bottom-details dd.active a i.fas.fa-plus {
	display: none;
}
.shared-detail .detailPanes dl.bottom-details dd.active a i.fas.fa-minus,
.shared-detail .detailPanes dl.bottom-details dd a i.fas.fa-plus {
	display: block;
	color:#004C97;
}
.detailPanes h5 {
	color: #000000;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 3px;
	line-height: 23px;
	text-transform: uppercase;
}


/*tablet*/
@media only screen and (max-width: 1024px) {
	.detailGallery.mediaGallery a.shared-back-button {
		position: absolute;
		top: auto;
		bottom: -27px;
		z-index: 9;
		left: 0;
		color: #000;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 900;
		text-transform: uppercase;
	}
	.shared-detail .detailInfo {
		padding-top: 29px;
	}
}
/*** Mobile ***/
@media only screen and (max-width: 40em) {
	.shared-detail .detailInfo {
		padding-top: 15px;
	}
	.detailPanes dl.bottom-details dd > a {
		font-size: 23px;
	}
	.shared-detail .detailPanes dl.bottom-details a i {
		line-height: 40px;
	}
	.shared-detail dl.bottom-details {
		margin-bottom: 30px;
	}
	.shared-detail .detailTop {
		margin-top: 190px;
	}
	.shared-detail:after {
		height: 300px;
	}
	.shared-detail .detailPanes > .tabs { width: 100%; }
	.shared-detail .detailPanes > .tabs-content {
		width : 100%;
		padding-top: 10px;
	}
	.shared-detail .shared-action-items {
		flex-direction: column;
	}
	.shared-detail .detailInfo a.website {
		margin-right: 0px!important;
	}
	.shared-detail .detailInfo h1 {
		font-size: 25px;
		line-height: 27px;
	}
	.shared-detail .detailInfo a.website {
		max-width: 250px;
		margin-bottom: 15px;
	}
	.shared-detail .shared-action-items {
		align-items: end;

	}
	.shared-detail .mediaGallery .slick-slide > a > img,
	.shared-detail .mediaGallery .placeholder img {
		border-top-right-radius: 46px;
	}
	.shared-detail .detailInfo .info-list-social a {
	    font-size: 22px;
	    margin-right: 36px;
	}
	.detailGallery.mediaGallery:before { display: none;}
	.shared-detail .view-more {
		font-size: 20px;
		bottom: 16px;
		left: 16px;
	}
	.shared-detail .count {
		right: 16px;
		bottom: 27px;
		font-size: 20px;
	}
} 

.shared-detail .sv-share {
	margin: 0;
	justify-content: flex-start;
	flex: 0;
}

.shared-detail .sv-share .sv-share-popover a {
	font-size: 14px;
}

.shared-detail.listing-detail .sv-share {
	position: absolute;
	top: 285px;
	right: -135px;
	justify-content: flex-end;
}