/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/

.shared-detail {
	font-family: 'Open Sans', sans-serif;
}

.shared-detail .gMapContainer .gMapHolder { height: 280px; margin-bottom: 10px; }

.shared-detail .detailTop {
	display: flex;
	font-weight: 300;
	font-size: 17px;
}
.shared-detail .detailInfo a:not(.fab):not(.fa):not(.fal):not(.far):not(.fas) { 
	color: white;
}

.shared-detail .info-list-value {
	display: flex;
}
.shared-detail .detailTop .booking {
    background: #004758;
    color: #fff;
    font-size: 21px;
    border: none;
    padding: 12px;
	font-family: 'Mont W05 Bold';
	display: inline-block;
	margin-bottom: 15px;
	font-size: 18px;
}
.shared-detail .detailInfo .info-list-social a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 25px;
	margin-right: 10px;
	width: 48px;
	height: 48px;
	background-color: transparent;
	border-radius: 100%;
	transition: background-color 200ms ease;
}

.shared-detail .detailInfo .info-list-social a:hover {
	background-color: #024656;
}

.shared-detail .detailInfo .info-list-social a:first-child {
	margin-left: -18px;
}

.shared-detail .detailInfo h1 {
	margin-top: 0;
	line-height: 1.2em;
	color: white;
	font-size: 35px;
	font-family: 'Sagona W05 Bold', sans-serif;
	letter-spacing: 2px;;
	margin-bottom: 20px;
}
.shared-detail .detailInfo .label {
	color: #333;
}

.shared-detail .detailInfo .address {
	margin-bottom: 2px;
}

.shared-detail .detailInfo .address i {
	margin-right: 5px;
}

.shared-detail .shared-action-items {
	margin-bottom: 25px;
	margin-top: 25px;
}

.shared-detail ul.info-list {
	margin: 0;
	list-style-type: none;
	font-size: 16px;
	margin-bottom: 10px;
}
.shared-detail ul.info-list .featured { margin-bottom: 10px; }
.shared-detail ul.info-list li { 
	font-size: inherit;
	margin-bottom: 7px;
}

.shared-detail ul.info-list a {
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.5px;
	color: white;
}

.shared-detail ul.info-list .info-list-label {
	font-weight: 700;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.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 .info-list-social {
	margin: 0;
	list-style: none;
}

.shared-detail .official-gulf-coast-outpost-container {
	max-width: 165px;
}

@media (min-width: 1024px) {
	.shared-detail .official-gulf-coast-outpost-container {
		position: absolute;
		bottom: 10px;
		right: 10px;
		max-width: 200px;
	}
}

.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; }

.detailTop [data-tb-button] {
	margin-bottom: 12px;
}

.detailTop [data-tb-button] img {
	width: 29px;
	height: 25px;
	margin-right: 8px;
}

.detailTop [data-tb-button] img.selected {
	display: none;
}

.detailTop [data-tb-button]:hover img.selected {
	display: inline-block;
}

.detailTop [data-tb-button]:hover img.unselected {
	display: none;
}

.shared-detail .detailTop .detailInfo [data-tb-button] a {
	font: 300 17px 'Open Sans', sans-serif;
	font-style: italic;
}

/*** detail slick gallery ***/

.shared-detail .detailGallery.mediaGallery {
	flex: 1 1 50%;
}
.shared-detail .mediaGallery .detail-gallery {
	position: relative;
}

.shared-detail .mediaGallery div[data-sv-gallerycontainer],
.shared-detail .mediaGallery .detail-gallery,
.shared-detail .mediaGallery .detail-gallery > a,
.shared-detail .mediaGallery .detail-gallery .image{
	height: 100%;
	width: 100%;
	min-height: 0;
}
.shared-detail .mediaGallery .detail-gallery .image{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.shared-detail .mediaGallery .detail-gallery img { width: 100%; }

.shared-detail .mediaGallery .detail-gallery iframe { position: absolute; top: 0; }

.shared-detail .detailInfo {
	position: relative;
	flex: 1 1 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #1d809f;
	padding: 15px 33px 15px 33px;
	color: white;
	margin-top: 1px;
}

.shared-detail .detailInfo .inner {
	max-width: 550px;
}

@media screen and (min-width: 1300px) {
	.shared-detail .detailInfo .inner {
		margin-left: 65px;
	}
}

.shared-detail .mediaGallery .detail-gallery .gallery-count {
	position: absolute;
	bottom: 20px;
	left: 20px;
	display: flex;
	align-items: center;
	color: #fff;
	background-color: #012d37;
	font: 500 18px 'Mont W05 Regular', sans-serif;
	letter-spacing: 1px;
	padding: 10px 15px 10px 20px;
}

.shared-detail .mediaGallery .detail-gallery .gallery-count img {
	height: 25px;
	width: 25px;
	margin-right: 10px;
}

.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 */

.shared-detail .shared-action-items a {
	text-transform: uppercase;
	font-family: 'Mont W05 Bold';
	letter-spacing: 1px;
}

/*** 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 */



/*** Tabs ***/
.shared-detail .detailPanes dl dd a:hover {
	background-color: transparent;
	color: #024656;
}

.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;
}

.shared-detail .back-share-panel {
	display: flex;
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1206px;
	margin: 18px auto 42px;
}

.shared-detail .back-share-panel .shared-back-button,
.shared-detail .back-share-panel [data-sv-addthis] .share-button{
	margin-right: auto;
	font: 16px 'Mont W05 Bold', sans-serif;
	color: #024656;
	text-transform: uppercase;
}

.shared-detail .back-share-panel .shared-back-button i{
	font-size: 22px;
    position: relative;
    top: 2px;
}

.shared-detail .back-share-panel [data-sv-addthis] {
	margin-left: auto;
}

.shared-detail .back-share-panel .sv-share {
	flex: 0;
	margin-right: 0;
}

.shared-detail .detailPanes {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.shared-detail .detailPanes dl dd > a {
	display: flex;
	justify-content: space-between;
	font: 600 24px 'Mont W05 SemiBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #024656;
	padding-bottom: 12px;
	margin-bottom: 20px;
	margin-top: 28px;
	border-bottom: 2px solid #1d809f;
}

.shared-detail .detailPanes dd > a .close {
	display: none;
}

.shared-detail .detailPanes dd.active > a .close {
	display: block;
}

.shared-detail .detailPanes dd.active > a .open {
	display: none;
}

.shared-detail .detailPanes dd i {
	font-size: 28px;
}

.shared-detail .detailPanes dd p {
	font-size: 18px;
	line-height: 1.7em;
	margin-bottom: 17px;
}

.panel-navigation-share {
	display: none;
}

.panel-header {
	position: relative;
	background-color: #155f76;
}

.shared-detail .detailPanes p:empty {
	display: none;
}

/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-detail .detailPanes > .tabs { width: 100%; }
	.shared-detail .detailPanes > .tabs-content {
		width : 100%;
		padding-top: 10px;
	}
	.shared-detail .detailTop {
		display: block;
	}

	.shared-detail .detailInfo .info-list-social a {
		height: 35px;
	}

	.shared-detail .detailGallery.mediaGallery {
		margin-right: 0px;
	}

	.shared-detail .mediaGallery div[data-sv-gallerycontainer],
	.shared-detail .mediaGallery .detail-gallery,
	.shared-detail .mediaGallery .detail-gallery > a,
	.shared-detail .mediaGallery .detail-gallery > a > .image{
		height: calc(320px + (640 - 320) * ((100vw - 320px) / (640 - 320)));
		min-height: 375px;
	}
} 

@media screen and (min-width: 640px) {
	.shared-detail .back-share-panel {
		margin-bottom: 70px;
	}

	.shared-detail .detailInfo {
		margin-right: 1px;
		margin-top: 2px;
		padding: 40px 33px 40px 33px;
	}

	.shared-detail .detailGallery {
		margin-left: 1px;
		margin-top: 2px;
	}

	.shared-detail .detailTop {
		font-size: 18px;
	}

		
	.shared-detail .shared-action-items {
		margin-top: 25px;
	}

	.shared-detail .detailInfo h1 {
		font-size: 40px;
		margin-bottom: 15px;
	}

	.shared-detail .detailPanes dl dd > a {
		font-size: 30px;
		margin-top: 35px;
	}

	.shared-detail .detailPanes dl dd > .content {
		padding-left: 50px;
		padding-right: 40px;
	}

	.shared-detail .detailPanes dd p {
		font-size: 20px;
	}
}


/*TripAdvisor*/

.shared-detail .tripadvisor-snippet h4,
.shared-detail .tripadvisor-snippet .reviews-rating-line-text{
	font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: #FFF;
    font-size: 17px;
    letter-spacing: 0.4px;
    margin-bottom: 6px;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line-text{
	margin-left: 5px;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line img{
	width: 139px;
}
.shared-detail .tripadvisor-snippet .reviews-rating-line-text a{
	text-decoration: underline;
}
.ta-reviews .reviews-provider-overview h4{
	font-family: "Open Sans", sans-serif;
	margin: 0;
	font-weight: normal;
	color: #303032;
	font-weight: 400;
}
.ta-reviews a{
	color: #024656;
}
.ta-reviews .reviews-provider-content h4{
    color: #024656;
    font-size: 20px;
    font-family: 'Mont W05 SemiBold', sans-serif;
    text-transform: uppercase;
}

@media screen and (min-width: 64em) {
	.shared-detail .tripadvisor-snippet h4,
	.shared-detail .tripadvisor-snippet .reviews-rating-line-text{
		font-size: 18px
	}
}