.shared-detail {
	--font-family-display: var(--font-display);
	--font-family-body: var(--font-body);
	--background-color: var(--gray-100);
	--background-color-alt: var(--gray-200);
	--text-color: var(--gray-900);
	--text-color-alt: var(--gray-100);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropdown-menu-text: var(--gray-800);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: #4f77aa;

	--max-width: 1012px;

	margin: 0 auto;
}

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

.shared-detail .share-buttons {
	display: block;
	margin-bottom: 9px;
}

.shared-detail .share-buttons .addthis_toolbox a {
	color: var(--white);
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
	color: var(--white);
}

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

.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;
    bottom: 0;
    left: 0;
    padding: 24px 23px;
	font-family: var(--font-display);
	font-size: 15px;
	font-weight: 700;
	line-height: var(--leading-none);
	color: var(--white);
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	margin-left: 8px;
	font-size: 14px;
}

.shared-detail .detail-top .info-section {
	position: relative;
	z-index: 2;
	order: 2;
	flex: 1 1 50%;
	padding: 18px 25px 36px;
	margin-top: -8px;
	background: url('https://assets.simpleviewinc.com/simpleview/image/upload/v1/clients/cheyenne-redesign/torn_37b2bb9d-f24e-49b7-a30f-49faa608ea66.png') no-repeat center center / 110% 100%;
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
	position: relative;
}

.shared-detail .detail-top .info-section .top-actions .sv-share {
	padding-left: 0;
}

.shared-detail .detail-top .info-section .top-actions .sv-share-trigger-icon,
.shared-detail .detail-top .info-section .top-actions .sv-share-trigger {
	color: white;	
}

.shared-detail .detail-top .info-section .top-actions .sv-share-trigger:hover,
.shared-detail .detail-top .info-section .top-actions .sv-share-trigger:focus {
	background: none;
}

.shared-detail .detail-top .info-section .top-actions [class^="sv-share-service"] > a:hover,
.shared-detail .detail-top .info-section .top-actions [class^="sv-share-service"] > a:focus {
	color: black;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] {
	cursor: pointer;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] span + span {
	margin-left: var(--space-2);
}

.shared-detail .detail-top h1 {
    margin-bottom: 22px;
	font-family: var(--font-display);
	font-size: 25px;
	font-weight: 700;
	line-height: calc(27/25);
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	font-family: var(--font-family-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

/* .shared-detail .detail-top a {
	color: inherit;
} */

.shared-detail .detail-top dl {
	margin-bottom: 16px;
}

.shared-detail .detail-top dd {
	margin-bottom: 8px;
}

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

.shared-detail .detail-top .action-item {
	padding: 9px 15px;
	margin: 0;
	font-family: var(--stranger-wide);
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	background: url('/includes/public/assets/shared/white-btn.svg') no-repeat center center / cover;
	color: var(--red);
}

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

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

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 9;
	transform: translateY(100%);
	min-width: 260px;
	max-width: calc(100vw - 60px);
	margin: var(--space-10) 0 0 0;
	padding: var(--space-3) var(--space-4);
	color: var(--dropdown-menu-text);
	background-color: var(--background-color);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a {
	display: flex;
	align-items: baseline;
	width: 100%;
	padding: var(--space-2) 0;
	clear: both;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown-menu a i {
	margin-right: 12px;
}


.shared-detail .detail-info-bar {
	max-width: var(--max-width);
	padding: 37px 22px;
	margin: 0 auto;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: 25px;
}

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

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

.shared-detail .tripadvisor-snippet {
	height: auto;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line {
	display: flex;
	align-items: center;
}
.shared-detail .tripadvisor-snippet a {
	flex-shrink: 0;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line-text,
.shared-detail .tripadvisor-snippet .ta-title {
	font-family: var(--font-body);
	font-weight: 700;
	font-size: 10px;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line-text {
	display: block;
	margin-left: 4px;
	text-decoration: underline;
}

.shared-detail .tripadvisor-snippet .ta-img {
	width: 110px;
	height: 20px;
	object-fit: cover;
}

.shared-detail .detail-info-bar ul {
	margin: 0;
    list-style: none;
	font-family: var(--font-family-body);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 7px;
}

.shared-detail .detail-info-bar a {
	color: inherit;
}

.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;
}

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

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

.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: 9px;
    width: 18px;
	font-size: 14px;
	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: 14px;
	font-weight: 400;
	line-height: var(--leading-tight);
    color: var(--text-color);
}

.shared-detail .detail-info-bar dd {
	margin-bottom: 8px;
}

.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;
}

.shared-detail .detail-info-bar .social-icons li {
	flex-shrink: 0;
	margin-right: 10px;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: var(--blue);
	text-decoration: none !important;
	font-size: 16px;
	color: var(--white);
}

.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: var(--max-width);
	margin: 0 auto 20px;
	padding: 0 24px;
}

.shared-detail .detail-drawers dl.drawers {
	display: grid;
	gap: 12px;
}

.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 4px 0;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
	padding: 7px 0;
	margin-bottom: var(--space-3);
	background-color: transparent;
	border-bottom: 1px solid rgba(209, 210, 212, .5);
	font-family: var(--font-display);
	font-size: 20px;
	font-weight: 700;
	line-height: var(--leading-none);
	color: #2a2b29;
}

.shared-detail .detail-drawers .drawer-button .indicator {
	position: relative;
	display: block;
	width: 12px;
	height: 20px;
}

.shared-detail .detail-drawers .drawer-button .indicator::before,
.shared-detail .detail-drawers .drawer-button .indicator::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	background: #2a2b29;
	content: '';
}

.shared-detail .detail-drawers .drawer-button .indicator::before {
	width: 12px;
	height: 3px;
}

.shared-detail .detail-drawers .drawer-button .indicator::after {
	width: 3px;
	height: 12px;
	transition: transform .3s ease;
}

.shared-detail .detail-drawers .active .drawer-button .indicator::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.shared-detail .detail-drawers .description p {
	margin-bottom: 16px;
	font-family: var(--font-body);
	font-weight: normal;
	font-size: 14px;
	line-height: calc(25/14);
}

.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item {
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item .inner .img-cont {
	margin-bottom: var(--space-2);
}

.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item .inner h4 {
	font-size: var(--text-lg);
	font-weight: var(--font-weight-bold);
	margin-bottom: var(--space-1);
}

.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item .inner a {
	text-decoration: underline;
	font-weight: var(--font-weight-bold);
	color: var(--charcoal-alt);
}

.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item .inner h4 a {
	text-decoration: none;
}

@media(hover:hover) {
	.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item .inner a:hover {
		text-decoration: none;
	}
}

@media(min-width:64em) {
	.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item .inner .img-cont {
		margin-bottom: 0;
	}

	.shared-detail .detail-drawers > dl.drawers dd #eventsTab .eventItem.item .inner h4 {
		font-size: var(--text-xl);
	}
}

.shared-detail .detail-drawers .description p:last-child {
	margin-bottom: 0;
}

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

.shared-detail .detail-drawers .social-cont {
	max-width: 300px;
	margin: 0 auto;
}

.shared-detail .detail-drawers .social-cont .social-title {
	font-size: var(--text-xl);
	font-weight: bold;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .tweet {
	display: flex;
	margin-bottom: var(--space-5);
}

.shared-detail .detail-drawers .social-cont .buddy-icon {
	width: 48px;
	margin-right: var(--space-3);
}

.shared-detail .detail-drawers .social-cont .buddy-icon img {
	border-radius: var(--rounded-circle);
}

.shared-detail .detail-drawers .social-cont .tweet-text {
	flex: 1;
}

.shared-detail .detail-drawers .social-cont .date {
	font-weight: bold;
}

.shared-detail .detail-drawers .social-cont .actions {
	display: flex;
	justify-content: space-between;
	margin-top: var(--space-1);
}

.shared-detail .detail-drawers h5 {
	margin-bottom: 6px;
	font-family: var(--font-display);
	font-weight: var(--font-weight-medium);
	font-size: 18px;
	color:  var(--charcoal-alt);
	line-height: calc(4/3);
}

.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);
}

.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);
}

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

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

.shared-detail .tripadvisor-pane .tripadvisorHeader {
	display: grid;
	gap: 10px;
	margin-bottom: 20px;
}

.shared-detail .tripadvisor-pane .reviews-rating-line {
	display: flex;
	align-items: center;
}

.shared-detail .tripadvisor-pane .ta-logo {
	width: 178px;
	height: 34px;
	object-fit: cover;
}

.shared-detail .tripadvisor-pane .reviews-rating-line-text {
	display: block;
	margin-left: 8px;
	font-size: 12px;
}

.shared-detail .tripadvisor-pane .ranking {
	font-size: 12px;
	line-height: 1.2;
}

.shared-detail .tripadvisor-pane .header-link-row {
	font-size: 12px;
}

.shared-detail .tripadvisor-pane .reviewBoxTitle {
	padding-bottom: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid lightgray;
}

.shared-detail .tripadvisor-pane .review {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid lightgray;
}

.shared-detail .tripadvisor-pane .review-header {
	display: flex;
	align-items: flex-start;
}

.shared-detail .tripadvisor-pane .reviewTitle {
	font-size: 18px;
	line-height: 1.2;
}

.shared-detail .tripadvisor-pane .reviewScore {
	flex-shrink: 0;
}

.shared-detail .tripadvisor-pane .reviewScore img {
	width: 94px;
	height: 20px;
	object-fit: cover;
	margin-left: 16px;
}

.shared-detail .tripadvisor-pane .userInfo {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	padding: 10px 0;
	font-size: 14px;
	color: gray;
}

.shared-detail .tripadvisor-pane .userName {
	margin-right: 16px;
}

.shared-detail .tripadvisor-pane .reviewText {
	margin-bottom: 1em;
}

@media (hover: hover ) {
	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover,
	.shared-detail .detail-top .info-section .top-actions span a:hover {
		text-decoration:  none; /*reboot.css override*/
	}

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

@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-bottom: 112px;
	}

	.shared-detail {
		margin: 0 auto;
	}

	.shared-detail .detail-top {
		display: grid;
		grid-template: auto / 49.2% 1fr;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: var(--space-12) var(--space-5);
	}
	
	.shared-detail .detail-info-bar {
		display: grid;
		grid-template: auto / 1fr 36.5% 1fr;
		align-items: center;
		padding: 32px 0 22px;
		margin-bottom: 0;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 14px var(--space-5);
		flex: 1;
	}

	.shared-detail .detail-info-bar .split-pane.secondary {
		display: flex;
		justify-content: center;
		border-left: 2px solid #e9e9e9;
		border-right: 2px solid #e9e9e9;
	}

	.shared-detail .detail-info-bar .split-pane.secondary.no-border-left {
		border-left: none;
	}
	
	.shared-detail .detail-info-bar .split-pane.secondary.no-border-right {
		border-right: none;
	}

	.shared-detail .detail-info-bar .split-pane.custom {
		display: flex;
		justify-content: flex-end;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 34px 0 0;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 8px 0;
		margin-bottom: 0;
		font-size: 32px;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-drawers .social-cont {
		flex: 1;
		max-width: 500px;
	}

	.whats-nearby .wrapper {
		padding: var(--space-20) 0;
	}
}

@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 {
		margin-top: -45px;
	}
	
	.shared-detail .detail-top .info-section {
		padding: var(--space-12) var(--space-24);
		margin: 0 0 -28px -20px;
		background-size: 110% 110%;
		background-position: left bottom;
	}

	.shared-detail .share-buttons {
		margin-bottom: 14px;
	}

	.shared-detail .detail-top h1 {
		margin-bottom: 24px;
		font-size: 50px;
		line-height: 1.1;
	}

	.shared-detail .detail-top .action-item {
		display: flex;
		align-items: center;
		padding: 12px;
		font-size: 20px;
	}

	.shared-detail .detail-top .action-item::after {
		display: block;
		margin-left: 8px;
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		font-size: 27px;
		content: '\f105';
	}

	.shared-detail .detail-top dl,
	.shared-detail .detail-top dt,
	.shared-detail .detail-top dd,
	.shared-detail .detail-info-bar dl,
	.shared-detail .detail-info-bar dt,
	.shared-detail .detail-info-bar dd,
	.shared-detail .detail-info-bar ul {
		font-size: 16px;
	}

	.shared-detail .detail-info-bar ul li {
		margin-bottom: 12px;
	}

	.shared-detail .detail-info-bar ul.info-list li i {
		margin-right: 2px;
		font-size: 16px;
	}

	.shared-detail .detail-info-bar ul.info-list li i.fa-map::before {
		font-weight: 900;
		content: '\f3c5';
	}

	.shared-detail .detail-info-bar .social-icons a {
		width: 42px;
		height: 42px;
		font-size: 20px;
	}

	.shared-detail .detail-drawers dl.drawers {
		gap: 42px;
	}

	.shared-detail .detail-drawers .description p {
		font-size: 16px;
		line-height: 1.75;
	}

	.shared-detail .detail-drawers .active #socialFeedsTab {
		display: flex;
		justify-content: space-between;
	}

	.shared-detail .detail-drawers #socialFeedsTab > div {
		flex: 1;
	}

	.shared-detail .detail-drawers .social-cont .tweets {
		max-height: 800px;
		overflow-y: auto;
		padding-right: var(--space-4);
	}

	.shared-detail .tripadvisor-pane .reviewBoxTitle {
		margin-bottom: 40px;
	}

	.shared-detail .tripadvisor-pane .tripadvisorHeader {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.shared-detail .tripadvisor-pane .review {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.shared-detail .tripadvisor-pane .userInfo {
		margin-bottom: 20px;
	}

	.shared-detail .tripadvisor-pane .reviewScore img {
		margin-left: 30px;
	}
}