.shared-detail {
	margin: 0 auto 40px;
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: block;
}

.shared-detail .detail-top {
	position: relative;
	display: flex;
	flex-direction: column;
}

.shared-detail .detail-top .detail-gallery,
.shared-detail .detail-top .info-section {
	position: relative;
}

.shared-detail .detail-top .detail-gallery {
	align-self: start;
}

.shared-detail .detail-top .detail-gallery .title {
	display: none;
}

.shared-detail .detail-top .detail-gallery img {
	width: 100%;
	height: auto;
}

.shared-detail .detail-top .detail-gallery iframe {
	position: absolute;
	top: 0;
}

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 15px 20px;
	color: var(--Linen);
	background-color: rgba(0,0,0,.4);
	font: normal 400 18px/1em 'Post Grotesk', sans-serif;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 16px;
	margin-right: 5px;
}

.shared-detail .detail-top .info-section {
	padding: 25px 15px;
	background-color: var(--Linen);
	font-size: 15px;
}

.shared-detail .detail-top .featured {
	width: 99px;
	height: 70px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.shared-detail .detail-top .featured span {
	position: absolute;
	display: block;
	width: 130px;
	height: 22px;
	padding: 4px 0 0;
	background-color: var(--Cabernet);
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1.5px;
	transform: rotate(-35deg);
	left: -28px;
	top: 14px;
}

.shared-detail .detail-top h6 {
	font-family: 'GT Pressura Bold';
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.2;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}

.shared-detail .detail-top h6,
.shared-detail .detail-top h6 a {
	color: var(--Ash);
}

.shared-detail .detail-top h1 {
	color: var(--Cabernet);
	font-family: 'Playfair Display';
	font-weight: 400;
	font-style: normal;
	font-size: 34px;
	line-height: 1.1;
	text-align: center;
	margin-bottom: 18px;
}

.shared-detail[data-rankid="5"] .detail-top h1,
.shared-detail[data-rankid="9"] .detail-top h1 {
	padding: 10px 20px 0;
}

.shared-detail .detail-top .date-list {
	padding: 0;
	text-align: center;
}

.shared-detail .detail-top .date-list .date span {
	border: 1px solid var(--Cabernet);
	padding: 7px 12px;
}

.shared-detail .detail-top .date-list .moment,
.shared-detail .detail-top .date-list .recurrence {
	color: var(--Cabernet);
	font: normal normal 15px/1.2em 'Post Grotesk', sans-serif;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
}

.shared-detail .detail-top .date-list .time {
	color: var(--Cabernet);
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 8px;
}

.shared-detail .detail-top .meta,
.shared-detail .detail-top .info-list {
	font: normal 400 15px/1.2em 'Post Grotesk', sans-serif;
	list-style: none;
	margin: 0 0 20px;
	color: var(--Ash);
}

.shared-detail .detail-info-bar {
	max-width: 1200px;
	padding: 26px 0 0;
}

.shared-detail .detail-info-bar .info-list {
	margin: 0;
}

.shared-detail .detail-info-bar .info-list > li {
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
	margin-bottom: 10px;
	margin-left: 0;
	position: relative;
}

.shared-detail .detail-info-bar .info-list .locations {
	display: none;
	font-size: 15px;
}

.shared-detail .detail-info-bar .info-list .locations:first-of-type {
	display: flex;
}

.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
	text-align: left;
}

.shared-detail[data-type="Offers"] .detail-info-bar .street-address,
.shared-detail[data-type="Offers"] .detail-info-bar .city-state-zip {
	display: none;
}

.shared-detail .content .date-list .time i,
.shared-detail .detail-info-bar .info-list li i {
	display: block;
	color: var(--Ash);
	margin-right: 9px;
	min-width: 20px;
	width: 20px;
	max-width: 20px;
	text-align: center;
	font-size: 24px;
}

.shared-detail .detail-info-bar .marker {
	text-align: center;
	flex: 0 20px;
	width: 20px;
	height: 24px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.shared-detail .detail-info-bar .info-list .locations + .phone {
	margin-top: -5px;
}

.shared-detail .detail-info-bar .info-list .email,
.shared-detail .detail-info-bar .info-list .phone {
	padding-left: 30px;
}

.shared-detail .detail-info-bar .michelin-rating {
	padding: 12px 0;
}

.shared-detail .detail-info-bar .info-list .price {
	margin-top: 30px;
}

.shared-detail .info-section .meta-title {
	font-weight: bold;
	margin-right: 5px;
}

.shared-detail .info-section .fa-heart.far {
	font-weight: 900;
}

.shared-detail .info-section .fa-heart.fas {
	font-weight: 400;
}

.shared-detail .detail-info-bar .bottom-actions {
	display: flex;
	align-items: center;
	justify-content: left;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 20px;
}

.shared-detail .detail-info-bar .bottom-actions > * {
	margin-bottom: 16px;
	margin-right: 16px;
	white-space: nowrap;
}

.shared-detail[data-rankid="1"] .bottom-actions,
.shared-detail[data-rankid="1"] .social-icons,
.shared-detail[data-type="Listings"][data-rankid="0"] .bottom-actions,
.shared-detail[data-type="Listings"][data-rankid="0"] .social-icons {
	display: none;
}

.shared-detail .detail-info-bar .action-item {
	background-color: var(--Cabernet);
	color: #fff;
	font-family: "GT Pressura Bold", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 1.1;
	letter-spacing: 2px;
	padding: 11px 20px;
	border: none;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	box-shadow: 0px 1.5px 4px rgba(99, 36, 45, 0.5);
}

.shared-detail .detail-info-bar .action-item {
	background-color: var(--Olive);
	box-shadow: 0px 1.5px 3px rgba(159,166,89,0.4);
}

.shared-detail .detail-top .info-section .bottom-actions > a:not([style*="display:none"]):last-of-type {
	margin-right: 0;
}

.shared-detail .detail-info-bar .bottom-actions .print-coupon {
	display: none;
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
	margin-bottom: 30px;
	justify-content: left;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: 10px;
	margin-bottom: 0;
	background-color: var(--Cabernet);
	width: 32px;
	height: 32px;
	border-radius: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 16px;
	color: white;
}

.shared-detail .detail-info-bar .napagreen {
	margin: 0 0 5px;
}

.shared-detail .detail-info-bar .napagreen img {
	max-width: 100px;
	max-height: 34px;
}

.shared-detail .detail-info-bar .opentable {
	display: inline-flex;
	align-items: center;
}

.shared-detail .detail-info-bar .opentable img {
	margin-top: -6px;
	margin-left: 5px;
	width: 100px;
}

.shared-detail .detail-info-bar [data-tb-button] {
	margin-top: 20px;
}

.shared-detail .detail-drawers {
	margin: 25px auto 20px;
	max-width: 1100px;
	padding: 0;
}

.shared-detail[data-type="Listings"][data-rankid="0"] .detail-drawers {
	display: none;
}

.shared-detail .desc {
	max-width: 1100px;
	padding: 0 15px;
	margin: 0 auto;
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 20px;
}

.shared-detail .detail-drawers > dl.drawers > dd.open > .content {
	display: block;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail dd.active .tripadvisor-tab {
	text-align: left;
}

.shared-detail dd.active .tripadvisor-tab  h4,
.shared-detail dd.active .tripadvisor-tab  h5 {
	color: var(--Ash);
	font: normal normal 16px/1.2em 'Post Grotesk', sans-serif;
	text-align: left;
	text-transform: unset;
	letter-spacing: 0;
	margin-bottom: 10px;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-overview  h4:first-of-type {
	font-size: 17px;
	font-weight: bold;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-content {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-content h4 {
	color: var(--Cabernet);
	font: normal bold 18px/1.2em 'GT Pressura Bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	grid-column-start: 1;
	grid-column-end: 4;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-content h4:after {
	content: "";
	display: block;
	background: #ddd;
	height: 1px;
	width: 100%;
	margin-left: 170px;
	position: absolute;
	top: 10px;
}

.shared-detail dd.active .tripadvisor-tab  h5 {
	font-weight: bold;
	margin-bottom: 0;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-header {
	margin-bottom: 40px;
	background: var(--Sky);
	border-radius: 8px;
	padding: 10px 12px 0;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-header .columns:first-child {
	margin-bottom: 30px;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-overview {
	padding: 0;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-content .review.row {
	margin-bottom: 30px;
}

.shared-detail dd.active .tripadvisor-tab .reviews-provider-content .review .columns {
	width: 100% !important;
}

.shared-detail dd.active .tripadvisor-tab .review-meta,
.shared-detail dd.active .tripadvisor-tab .review-rating {
	color: #888;
	font-size: 14px;
}

.shared-detail dd.active .tripadvisor-tab .review-text {
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.shared-detail dd.active .tripadvisor-tab .review-links a,
.shared-detail dd.active .tripadvisor-tab .review-links a:visited {
	font-size: 14px;
	text-decoration: none;
	border-bottom: 1px solid rgba(99,36,45,0.2);
}

.shared-detail dd.active .tripadvisor-tab .review-links a:hover,
.shared-detail dd.active .tripadvisor-tab .review-links a:focus {
	text-decoration: none;
	border-bottom: 1px solid var(--Cabernet);
}

.shared-detail .expand-all {
	margin-bottom: 5px;
}

.shared-detail .detail-drawers .expand-all button,
.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: var(--Cabernet);
	padding: 6px 25px;
	margin: 0;
	width: 100%;
	text-align: left;
	font: normal bold 19px/1.2em 'GT Pressura Bold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: var(--Linen);
}

.shared-detail .detail-drawers .expand-all button {
	width: auto;
	padding: 10px 14px;
	margin-left: auto;
	font-size: 12px;
	color: var(--Cabernet);
	background: #fff;
	border: 1px solid var(--Cabernet);
	display: none;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: 15px;
	font-size: 18px;
}

.shared-detail .detail-drawers .gMapHolder {
	height: 280px;
}

.shared-detail .content .eventItem.item,
.shared-detail .content .offerItem.item {
	margin-bottom: 15px;
}

.shared-detail .content .eventItem.item:last-child,
.shared-detail .content .offerItem.item:last-child {
	margin-bottom: 0;
}

div.mfp-bg {
	background: var(--Vine);
	opacity: 0.97;
}

@media (min-width: 40.063em) {
	.shared-detail {
		margin: 0 auto 80px;
	}

	.shared-detail .detail-top {
		display: flex;
		flex-direction: row;
	}

	.shared-detail .detail-top .detail-gallery,
	.shared-detail .detail-top .info-section {
		width: 50%;
	}

	.shared-detail .detail-top .info-section {
		padding: 30px 20px;
	}

	.shared-detail .detail-top h1 {
		font-size: 37px;
	}

	.shared-detail[data-type="Listings"] .detail-top h1 {
		font-size: 40px;
	}

	.shared-detail[data-rankid="5"] .detail-top h1,
	.shared-detail[data-rankid="9"] .detail-top h1 {
		padding: 5px 15px 0;
	}

	.shared-detail .detail-drawers .expand-all button {
		display: block;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 40px 50px;
	}

	.shared-detail .detail-drawers .gMapHolder {
		height: 400px;
	}
}

@media (min-width: 64.063em) {
	.shared-detail .detail-top {
		flex-direction: row;
	}

	.shared-detail .detail-info-bar {
		flex-direction: column;
		margin: 0;
	}

	.shared-detail .detail-info-bar .info-list li {
		flex-direction: row;
		align-items: flex-start;
		margin-left: 0;
		position: relative;
	}

	.shared-detail .detail-info-bar ul li {
		flex-direction: row;
		align-items: flex-start;
	}

	.shared-detail .detail-top .info-section {
		padding: 30px 50px 0;
		justify-content: flex-start;
	}

	.shared-detail .detail-top .featured {
		width: 115px;
		height: 80px;
	}

	.shared-detail .detail-top .featured span {
		width: 150px;
		height: 25px;
		font-size: 12px;
		left: -30px;
		top: 18px;
	}

	.shared-detail .desc {
		max-width: 800px;
	}
}