.shared-detail {
	--font-family-display: var(--font-display-bold);
	--font-family-body: var(--font-body);
	--background-color: var(--blue);
	--background-color-alt: var(--gray-200);
	--text-color: var(--white);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropbdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--light-blue);
	--alert-color-tertiary: #d42727;

	margin: 0 auto var(--space-10);
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: block;
	margin: 0 0 0 10px;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
}

.shared-detail .detail-top .detail-gallery {
	order: 2; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 56%;
}

.shared-detail .detail-top .detail-gallery img { 
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.shared-detail .detail-top .detail-gallery iframe { 
	position: absolute;
	top: 0; 
}

.shared-detail .detail-top .detail-gallery .gallery-count {
	position: absolute;
	left: 30px;
	bottom: 20px;
	background-image: none;
	padding-left: 0;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: var(--text-base);
	margin-right: 5px;
	margin-left: -7px;
	color: var(--yellow);
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 44%;
	padding: var(--space-5) var(--space-5) var(--space-16) var(--space-5);
	background-color: var(--background-color);
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: flex-start;
	position: relative;
	flex-direction: column;
}
.shared-detail .detail-top .info-section .top-actions {
	flex-direction: row;
	line-height: 1;
	align-items: center;
}

.shared-detail .detail-top .info-section .top-actions .sv-share {
	margin-bottom: 0.5rem;
	--share-trigger-button-color: var(--white);
	--share-trigger-icon-color: var(--white);
	--share-trigger-bg-color-hover: transparent;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	cursor: pointer;
	margin: 0 5px;
}
.shared-detail .detail-top .info-section .top-actions [data-tb-button] a {
	font-size: 20px;
	position: relative;
	font-family: 'Font Awesome 5 Free';
	text-decoration: none;
}
.shared-detail .detail-top .info-section .top-actions [data-tb-add]:before {
	font: var(--fa-font-solid);
	content: "\f004";
	font-weight: 900;
	color: rgba(0, 0, 0, 0);
}
.shared-detail .detail-top .info-section .top-actions [data-tb-add]:after {
	font: var(--fa-font-solid);
	content: "\f004";
	font-weight: 400;
	color: var(--white);
	position: absolute;
	right: 0;
	top: 0;
}
.shared-detail .detail-top .info-section .top-actions [data-tb-remove]:before {
	font: var(--fa-font-solid);
	content: "\f004";
	font-weight: 900;
	color: var(--alert-color-tertiary);
}

@media (hover: hover ) {
	.shared-detail .detail-top .detail-gallery .gallery-count:hover {
		padding-left: calc(var(--space-4) - var(--space-1));
		padding-right: calc(var(--space-2) - var(--space-1));
	}
	.shared-detail .detail-top .info-section .top-actions span a:hover {
		text-decoration:  none; /*reboot.css override*/
	}
}

.shared-detail .detail-top h1 {
	font-family: var(--font-family-display);
	font-size: 40px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: var(--leading-none);
	color: var(--text-color);
	margin-bottom: var(--space-2);
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	font-family: var(--font-family-body);
	font-size: var(--text-lg);
	font-weight: 400;
	line-height: var(--leading-relaxed);
	color: var(--text-color);
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}


.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: var(--space-4);
	margin-right: var(--space-4);
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown {
	display: flex;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: var(--space-10) 0 0 0;
	padding: var(--space-3) var(--space-4);
	color: var(--black-alt);
	background-color: var(--white);
	border: 1px solid var(--black-alt);
	border-radius: 0px;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a,
.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a:hover {
	display: block;
	width: 100%;
	padding: var(--space-2) 0;
	clear: both;
	white-space: nowrap;
	color: var(--black-alt);
}

.shared-detail .detail-info-bar {
	background-color: #f5f4f5;
}
.shared-detail .detail-info-bar .inner-wrapper {
	max-width: 1210px;
	padding: var(--space-5);
	margin: 0 auto var(--space-8);
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: var(--space-7);
}

.shared-detail .detail-info-bar .split-pane:empty {
	display: none;
}

.shared-detail .detail-info-bar .split-pane:last-child {
	margin-bottom: 0;
	flex: 1.2;
}

.shared-detail .detail-info-bar ul {
	font-family: var(--font-family-body);
	font-size: 1.375rem;
	font-weight: 400;
	line-height: var(--leading-tight);
	letter-spacing: .02em;
	margin: 0;
	list-style: none;
	color: var(--blue);
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: var(--space-3);
}

.shared-detail .detail-info-bar ul li > div {
	display: flex;
	align-items: baseline;
}

.shared-detail .detail-info-bar ul li:last-child {
	margin-bottom: 0;
	margin-right: 0;
}

.shared-detail .detail-info-bar ul li .two-line-wrap,
.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
}

.shared-detail .detail-info-bar ul li .two-line-wrap .pipe {
	display: none;
}

.shared-detail .detail-info-bar ul li .meta-label {
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: var(--space-1);
	width: var(--space-5);
	font-size: 18px;
	color: var(--accent-color);
}

.shared-detail .detail-info-bar ul.info-list li:hover a {
	text-decoration: none; /*reboot.css override*/
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	font-family: var(--font-family-body);
	font-size: 1.375rem;
	font-weight: 400;
	line-height: var(--leading-tight);
	letter-spacing: .02em;
	color: var(--blue);
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: var(--space-1);
	font-weight: bold;
}

.shared-detail .detail-info-bar .open-table {
	margin-bottom: var(--space-3);
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
	flex-wrap: wrap;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: var(--space-4);
	margin-bottom: 10px;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: var(--text-xl);
	color: var(--white);
	background-color: var(--light-blue);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 44px;
}

.shared-detail .detail-info-bar .social-icons a .fa-tripadvisor {
	max-width: 30px;
	position: relative;
	bottom: 2px;
}

.shared-detail .detail-info-bar .badges-container {
	display: flex;
	list-style: none;
	margin-left: 0;
}
.shared-detail .detail-info-bar .badges-container li:not(:last-of-type) {
	margin-right: var(--space-4);
}
.shared-detail .detail-info-bar .badges-container img {
	width: 75px;
	height: 75px;
}

.shared-detail .detail-info-bar ul.hours-of-operation li {
	margin-bottom: 0;
	justify-content: space-between;
}

.shared-detail .detail-info-bar ul.hours-of-operation li.current {
	font-weight: 700;
}

.shared-detail .detail-drawers {
	max-width: 1010px;
	margin: 0 auto;
	margin-bottom: var(--text-xl);
	padding: 0 20px;
}
.shared-detail .detail-drawers .content .item {
	margin-bottom: 20px;
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-top: var(--space-16);
		margin-bottom: var(--space-20);
	}
	.shared-detail .detail-top .info-section {
		padding: var(--space-5) var(--space-5) var(--space-20) var(--space-5);
	}
	.shared-detail .detail-top .info-section .bottom-actions {
		align-items: center;
		flex-direction: row;
	}
	.shared-detail .detail-info-bar .badges-container {
		flex-flow: row wrap;
	}
	.shared-detail .detail-info-bar .social-icons {
		flex-wrap: nowrap;
	}
	.shared-detail .detail-info-bar .social-icons li {
		margin-bottom: 0;
	}
}
@media (min-width: 64em) {
	.shared-detail .detail-top h1 {
		font-size: var(--text-6xl);
	}
	.shared-detail .detail-top .info-section .top-actions [data-tb-button] a {
		font-size: 20px;
	}
	.shared-detail .detail-info-bar .social-icons {
		justify-content: center;
	}
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 0 0 var(--space-5) 0;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
}
.shared-detail .detail-drawers > dl.drawers > dd.active > .content p {
	font-size: 18px;
	line-height: 28px;
	color: #383838;
	letter-spacing: .02em;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: var(--space-1) 0 var(--space-5) 0;
	margin-bottom: var(--space-3);
	width: 100%;
	font-family: var(--font-display);
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--black-alt);
	border-bottom: 1px solid #eeecee;
}

.shared-detail .detail-drawers .drawer-button i {
	margin: 0 0 0 auto;
	font-size: var(--text-lg);
}

.shared-detail .detail-drawers #mapTab {
	text-align: center;
}

.shared-detail .detail-drawers #mapTab p {
	text-align: left;
}

.shared-detail .detail-drawers #mapTab .button-default {
	margin: 15px auto;
}

.shared-detail .detail-drawers .gMapHolder { 
	height: 280px; 
}

@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto;
	}

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-32) var(--space-5) var(--space-12);
		order: 1;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		flex: .9;
	}
	.shared-detail .detail-info-bar .split-pane.primary {
		flex: 1.5;
	}

	[data-type="Events"].shared-detail .detail-info-bar .split-pane.secondary,
	[data-type="Offers"].shared-detail .detail-info-bar .split-pane.secondary {
		flex: 2;
	}
	[data-type="Events"].shared-detail .detail-info-bar .split-pane:last-child,
	[data-type="Offers"].shared-detail .detail-info-bar .split-pane:last-child {
		flex: 0;
	}
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: var(--space-3) 0;
	}
	.shared-detail .detail-drawers > dl.drawers > dd.active > .content p {
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 30px;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 0 0 var(--space-5) 0;
		margin-bottom: var(--space-3);
		font-size: 45px;
		line-height: 50px;
		border-bottom: 2px solid #eeecee;
	}
	.shared-detail .detail-drawers .drawer-button i {
		margin-right: 20px;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-info-bar ul li .two-line-wrap {
		display: flex;
	}

	.shared-detail .detail-info-bar ul li .two-line-wrap .pipe {
		display: inline-block;
	}
}

@media (min-width: 40em) and (max-width: 64em) {
	.shared-detail .detail-info-bar .hours-of-operation li {
		display: block;
	}
	
	.shared-detail .detail-info-bar .hours-of-operation li span.day {
		display: flex;
		width: auto;
		padding-right: 5px;
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .info-section {
		padding: var(--space-32) var(--space-24) var(--space-12);
	}
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 var(--space-5);
	}
	.shared-detail .detail-info-bar .inner-wrapper {
		display: flex;
		padding: var(--space-10) 0;
		margin-bottom: 0;
	}
}

.whats-nearby {
	padding: 0;
}

.whats-nearby .wrapper {
	padding: var(--space-10) 0;
	background-color: var(--background-color);
	border-top: 4px solid var(--background-color-alt);
}

@media (min-width: 40em) {
	.whats-nearby .wrapper {
		padding: var(--space-20) 0;
	}
}

.whats-nearby .wrapper > .inner {
	margin: 0 auto;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
}

.whats-nearby .section-title {
	margin: 0 auto;
	margin-bottom: var(--space-6);
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	font-family: var(--font-family-display);
	font-size: var(--text-3xl);
	font-weight: 700;
	line-height: var(--leading-tight);
}

.whats-nearby .tab-group {
	display: flex;
	margin: 0 auto;
	margin-bottom: -4px;
	padding: 0 var(--space-5);
	max-width: var(--width-base);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.whats-nearby .tab {
	margin: 0;
	padding: var(--space-4) var(--space-8);
	color: currentColor;
	background: transparent;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	white-space: nowrap;
	scroll-snap-align: start;
}

.whats-nearby .tab[aria-expanded="true"] {
	border-bottom-color: var(--nearby-tab-bottom-border);
}

@media (hover: hover) {
	.whats-nearby .tab:hover {
		border-bottom-color: var(--nearby-tab-bottom-border-alt);
	}	
}

.whats-nearby .tab-pane {
	display: block;
	margin: 0;
	width: 100%;
}

.whats-nearby .layoutjs .content {
	margin: 0;
	padding: 0;
}
