.shared-detail {
	margin: -60px auto 40px;
	padding-top: 8px;
}

.share-buttons {
	display: none; /* Hide the share button before its added onto page */
}

.shared-detail .share-buttons {
	display: block;
}

.shared-detail .share-buttons a {
	color: var(--Cyan);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: var(--Savannah);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 40px;
	clip-path: polygon(0 15%, 100% 0%, 100% 85%, 6% 99%);
}

.shared-detail .share-buttons a i {
	color: #fff;
	margin-right: 5px;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
	background-color: var(--Cyan);
}

.shared-detail .detail-top .detail-gallery {
	order: 0; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 50%;
	z-index: 2;
}

.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: 15px;
	left: 0px;
	padding: 13px 11px;
	color: #fff;
	background-color:var(--Dynamite);
	font: normal 400 18px/1em 'Metric', sans-serif;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	letter-spacing: .1em;
}

.shared-detail .detail-top .detail-gallery .gallery-count::before {
	content: "";
	background-image: url('/includes/public/assets/shared/grunge.png');
	opacity: 0.3;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 10px;
	margin-right: 5px;
	border: 2px solid #fff;
	border-radius: 20px;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* transform: scale(1.07); */
}

.shared-detail .detail-top .info-section {
	order: 1;
	flex: 1 1 50%;
	padding: 10px 0;
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
}

.shared-detail .detail-top .info-section .bottom-actions {
    flex-wrap: wrap;
}

.shared-detail .detail-top .info-section .top-actions {
	margin-bottom: 10px;
	justify-content: flex-end;
}

.shared-detail .detail-top .info-section .top-actions .tripbuilder-wrapper {
	margin-left: 30px;
}
.shared-detail .detail-top .info-section .top-actions .tripbuilder-wrapper a {
	font: normal 600 14px/1.2em 'Metric', sans-serif;
	color: var(--Savannah);

}

.shared-detail .detail-top h1 {
	font: normal 400 20px/1.1em 'Champion Heviweight', sans-serif;
    color:var(--Savannah);
	margin-bottom: 5px;
	margin-left: 30px;
}

.shared-detail .yelp-snippet {
	margin-top: 15px;
    margin-bottom: 3px;
	margin-left: 30px;
	display: flex;
	align-items: center;
}

.shared-detail .yelp-snippet .yelp-rating {
	width: 80px;
}

.shared-detail .yelp-snippet .yelp-logo {
	width: 35px;
	margin: 0 5px 0 1px;
}

.shared-detail .yelp-snippet .yelp-bottom {
	font-size: 12px;
	font-weight: 600;
	position: relative;
	top:3px;
}

.shared-detail .tripbuilder-wrapper {
	margin-left: 30px;
	margin-bottom: 12px;
}

.shared-detail .tripbuilder-wrapper a {
	color: var(--Savannah);
	font-weight: bold;
	font-size: 12px;
	vertical-align: 1px;
}

.shared-detail .tripbuilder-wrapper i {
	color: var(--Sunshine);
	margin-right: 9px;
	font-size: 14px;
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	font: normal 400 18px/1.6em 'Metric', sans-serif;
    color: var(--Savannah);
	margin-bottom: 0; /* foundation overwrite */
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-top dl.priority-info {
	margin-left: 30px;
}

.shared-detail .action-item.website, 
.shared-detail .action-item.print-coupon {
    font: normal 600 18px/1.2em 'Metric', sans-serif;
    text-transform: uppercase;
    letter-spacing: .1em;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    background-color: var(--Savannah);
    color: var(--Sunshine);
    width: 190px;
    height: 45px;
	clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.shared-detail .action-item.website i,
.shared-detail .action-item.print-coupon i {
	margin-left: 5px;
    position: relative;
    bottom: 2px;
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: 15px;
	margin-right: 15px;
}

.shared-detail .bg-wrapper {
	position: relative;
	margin-bottom: 25px;
}

.shared-detail .bg-wrapper::before {
	content: "";
	background-image: url(/includes/public/assets/shared/halftone.png);
	background-size: 200%;
    display: block;
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: calc(100% + 30px);
    z-index: 2;
	opacity: 0.2;
	pointer-events: none;
}
.shared-detail .detail-info-bar {
	max-width: 1200px;
	margin: 0;
	padding: 0 0 10px;
	background-color: var(--Cyan);
	order: 2;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: 15px;
	margin-left: 30px;
}

.shared-detail .detail-info-bar .split-pane:empty {
	display: none;
}

.shared-detail .detail-info-bar .split-pane:last-child {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul {
	font: normal 600 18px/1.2em 'Metric', sans-serif;
	color: var(--Savannah);
	margin: 0;
	list-style: none;
	display: flex;
}

.shared-detail .detail-info-bar .phone-email {
	margin-bottom: 25px;
}

.shared-detail .detail-info-bar .phone-email ul,
.shared-detail .detail-info-bar .phone-email ul li {
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul .phone-email-pipe {
	margin: 0 5px;
}
.shared-detail .detail-info-bar ul.info-list a {
	color: var(--Savannah);
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 10px;
}

shared-detail .detail-info-bar .phone-email ul li {
	margin-bottom: 0;
	flex-wrap: wrap;
}

.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 .meta-label {
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-info-bar ul.info-list li i {
	margin-right: 5px;
    width: 18px;
    font-size: 16px;
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	font: normal 400 18px/1.2em 'Metric', sans-serif;
    color: var(--Savannah);
}

.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	margin-bottom: 10px; /* foundation overwrite */
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}

.shared-detail .detail-info-bar .social-icons.desktop {
	display: none;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: 25px;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 22px;
	color: #fff;
}

.shared-detail .detail-drawers {
	max-width: 1225px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 10px;
}

.shared-detail .detail-drawers .detail-title-wrapper {
	margin: 0 auto -5px;
    width: 290px;
}

.shared-detail .detail-drawers .detail-title-wrapper .here {
	font-family:'Mr Dafoe';
	color: var(--Savannah);
	font-size: 35px;
	margin-left: 70px;
}

.shared-detail .detail-drawers .detail-title-wrapper .details {
    color: var(--Azalea);
    text-transform: uppercase;
    font-size: 36px;
    font-family: 'Champion Heviweight';
    display: flex;
    transform: rotate(-2deg);
    position: relative;
    top: -18px;
}

@media (min-width: 40em) {
	.shared-detail .detail-drawers {
		margin-bottom: 80px;
	}
}

.shared-detail .detail-drawers .drawer-wrapper > dl.drawers > dd > .content {
	display: none;
	padding: 5px 20px;
}

.shared-detail .detail-drawers .drawer-wrapper > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	background-color: #f4f5f5;
	padding: 13px 20px;
	margin-bottom: 20px;
	width: 100%;
	text-align: left; /* foundation overwrite */
	font: normal bold 16px/1em 'Champion Heviweight', sans-serif;
	text-transform: uppercase;
	letter-spacing: .05em;
	color:var(--Savannah);
	background-color: var(--Sunshine);
}

.shared-detail .detail-drawers .drawer-button::before {
    content: "";
    background-image: url(/includes/public/assets/shared/halftone.png);
    background-size: 170%;
    display: block;
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: 2;
    opacity: 0.4;
    pointer-events: none;
}

.shared-detail .detail-drawers .active .drawer-button {
	color: var(--Sunshine);
	background-color: var(--Savannah);
}

.shared-detail .detail-drawers .drawer-button span {
	display: flex;
    align-items: center;
	justify-content: flex-start;
	position: relative;
	z-index: 3;
}

.shared-detail .detail-drawers .drawer-button i {
    margin-left: 7px;
    font-size: 13px;
    border: 2px solid;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -2px;
}

.shared-detail .detail-drawers .tab-section {
	display: none;
}

.shared-detail .detail-drawers .gMapHolder { 
	height: 280px; 
}

.shared-detail .detail-drawers .related-item .content h4,
.shared-detail .detail-drawers .related-item .content h4 a {
	font: normal bold 20px/1.1em 'Champion Heviweight', sans-serif;
    color: var(--Savannah);
	margin-bottom: 5px;
}

.shared-detail .detail-drawers .related-item .content li,
.shared-detail .detail-drawers .related-item .content li a {
	font: normal 600 18px/1.2em 'Metric', sans-serif;
    color: var(--Savannah);
}

.shared-detail .detail-drawers .related-item .content .content-section {
	padding: 10px 0;
}

@media (min-width: 64em) {
	.shared-detail {
		margin: -70px auto 80px;
		padding-top: 0;
	}

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
		background-color: #fff;
	}

	.shared-detail .bg-wrapper::before {
		background-size: 60%;
		left: 0;
		top: 0;
		width: calc(100% - 30px);
		height: calc(100% + 30px);
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		padding: 20px 50px 0 30px;
		order: 1;
		background-color: var(--Cyan);
		max-width: calc(46% + 8px);
	}

	.shared-detail .detail-info-bar ul.info-list li i {
		font-size: 25px;
	}

	.shared-detail .detail-top dl.priority-info {
		margin-left: 30px;
	}

	.shared-detail .detail-top dl, .shared-detail .detail-top dt, .shared-detail .detail-top dd {
		font-size: 25px;
	}

	.shared-detail .bg-wrapper {
		margin-bottom: 0;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 40px 60px;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 20px 60px;
		margin-bottom: 10px;
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}

	.shared-detail .detail-top .detail-gallery {
		order: 2;
		top: 15px;
		right: 15px;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count {
		font-size: 25px;
		bottom: 50px;
		align-items: center;
		padding: 18px 17px;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count::before {
		top: -10px;
	}

	.shared-detail .detail-top .detail-gallery .gallery-count i {
		font-size: 16px;
		margin-right: 8px;
		border: 3px solid #fff;
		border-radius: 33px;
		width: 33px;
		height: 33px;
		display: flex;
		align-items: center;
		justify-content: center;
		/* transform: scale(1.07); */
		padding: 0 0 0 1px;
	}

	.shared-detail .detail-top .info-section .top-actions {
		margin-bottom: 20px;
	}

	.shared-detail .share-buttons .addthis_toolbox {
		overflow: visible;
	}

	.shared-detail .share-buttons a {
		font-size: 18px;
		width: 125px;
		height: 70px;
		margin-right: -35px;
		margin-top: 20px;
		letter-spacing: .1em;
	}

	.shared-detail .share-buttons a i {
		font-size: 17px;
	}

	.shared-detail .detail-top .info-section .top-actions .tripbuilder-wrapper a {
		font-size: 22px;
	}

	.shared-detail .detail-top h1 {
		font-size: 30px;
		margin-bottom: 30px;
	}

	.shared-detail .tripbuilder-wrapper {
		margin-left: 30px;
	}

	.shared-detail .yelp-snippet {
		margin-top: 0;
		margin-bottom: 11px;
		margin-left: 30px;
		display: flex;
		align-items: center;
	}
	
	.shared-detail .yelp-snippet .yelp-rating {
		width: 120px;
	}
	
	.shared-detail .yelp-snippet .yelp-logo {
		width: 55px;
		margin: 0 5px 0 2px;
	}
	
	.shared-detail .yelp-snippet .yelp-bottom {
		font-size: 18px;
		font-weight: 600;
		position: relative;
		top:3px;
	}

	.shared-detail .tripbuilder-wrapper {
		margin-bottom: 17px;
	}

	.shared-detail .tripbuilder-wrapper a {
		font-size: 18px;
	}

	.shared-detail .tripbuilder-wrapper i {
		margin-right: 9px;
		font-size: 24px;
		vertical-align: -3px;
	}

	.shared-detail .detail-info-bar {
		margin: 0 0 30px;
	}

	.shared-detail .detail-info-bar ul {
		font-size: 25px;
	}

	.shared-detail .detail-info-bar ul .phone-email-pipe {
		margin: 0 10px;
	}

	.shared-detail .detail-info-bar .social-icons.mobile {
		display: none;
	}

	.shared-detail .detail-info-bar .social-icons.desktop {
		display: flex;
	}

	.shared-detail .detail-info-bar .social-icons li {
		margin-right: 35px;
	}

	.shared-detail .detail-info-bar .social-icons a {
		font-size: 35px;
	}

	.shared-detail .detail-top .info-section .bottom-actions {
		flex-wrap: wrap;
		align-items: baseline;
	}

	.shared-detail .action-item.website,
	.shared-detail .action-item.print-coupon {
		font-size: 25px;
		width: 315px;
		height: 70px;
		padding-left: 40px;
		margin-left: -30px;	
		margin-bottom: 30px;
		margin-right: 20px;
	}

	.shared-detail .action-item.website i,
	.shared-detail .action-item.print-coupon i {
		margin-left: 10px;
	}

	.shared-detail .detail-drawers {
		padding-top: 30px;
	}

	.shared-detail .detail-drawers .detail-title-wrapper {
		margin: 0 120px 15px;
		width: auto;
	}

	.shared-detail .detail-drawers .detail-title-wrapper .here {
		font-size: 54px;
		margin-left: 100px;
		position: relative;
		bottom: -25px;
	}

	.shared-detail .detail-drawers .detail-title-wrapper .details {
		font-size: 70px;
	}

	.shared-detail .detail-drawers .drawer-button {
		font-size: 20px;
	}

	.core-styles p, .contentRender_name_plugins_core_textbox p {
		font-size: 25px;
	}

	.shared-detail .detail-drawers .drawer-wrapper {
		display: flex;
		max-width: 1225px;
		margin: 0 auto;
	}

	.shared-detail .detail-drawers .drawer-wrapper .drawers {
		width: 100%;
	}

	.shared-detail .detail-drawers .drawer-button {
		display: none;
	}

	.shared-detail .detail-drawers .tab-section {
		display: flex;
		flex-direction: column;
	}

	.shared-detail .detail-drawers .tab-section .nav-link {
		font: normal bold 20px/1em 'Champion Heviweight', sans-serif;
		text-transform: uppercase;
		letter-spacing: .05em;
		color: var(--Savannah);
		background-color: var(--Sunshine);
		padding: 20px 10px;
		margin-bottom: 20px;
		position: relative;
		display: flex;
		align-items: center;
	}

	.shared-detail .detail-drawers .tab-section .nav-link.active {
		background-color: var(--Savannah);
		color: var(--Sunshine);
	}

	.shared-detail .detail-drawers .tab-section .nav-link::before {
		content: "";
		background-image: url(/includes/public/assets/shared/halftone.png);
		background-size: 320%;
		display: block;
		position: absolute;
		left: -5px;
		top: -5px;
		width: calc(100% + 10px);
		height: calc(100% + 10px);
		z-index: 2;
		opacity: 0.4;
		pointer-events: none;
	}

	.shared-detail .detail-drawers .tab-section .nav-link.active {
		color: var(--Sunshine);
		background-color: var(--Savannah);
	}

	.shared-detail .detail-drawers .tab-section .nav-link i {
		margin-left: 7px;
		font-size: 13px;
		border: 2px solid;
		width: 25px;
		min-width: 25px;
		height: 25px;
		border-radius: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: -2px;
	}

	.shared-detail .detail-drawers .tab-section .nav-link span {
		white-space: nowrap;
	}

	.shared-detail .detail-drawers .tab-section .nav-link span,
	.shared-detail .detail-drawers .tab-section .nav-link i {
		z-index: 2;
	}

	.shared-detail .detail-drawers .drawer-wrapper > dl.drawers > dd.active > .content {
		display: block;
	}

	.shared-detail .detail-drawers .drawer-wrapper > dl.drawers > dd > .content {
		display: none;
		padding: 10px 50px;
	}
	.shared-detail .detail-drawers .related-item .content .item {
		margin-bottom:30px;
	}

	.shared-detail .detail-drawers .related-item .content h4,
	.shared-detail .detail-drawers .related-item .content h4 a {
		font-size: 24px;
	}

	.shared-detail .detail-drawers .related-item .content li,
	.shared-detail .detail-drawers .related-item .content li a {
		font-size: 22px;
	}

	.shared-detail .detail-drawers .related-item .content .content-section {
		padding: 10px 0;
	}

	.shared-detail .detail-info-bar dl, .shared-detail .detail-info-bar dt, .shared-detail .detail-info-bar dd {
		font-size: 25px;
	}
	
}

@media screen and (min-width: 90em) {

	.shared-detail .yelp-snippet,
	.shared-detail .detail-top h1 {
		margin-left: 90px;
	}

	.shared-detail .detail-top dl.priority-info {
		margin-left: 90px;
	}
	
	.shared-detail .detail-info-bar {
		margin-left: 60px;
	}

	.shared-detail .detail-top .info-section .bottom-actions {
		flex-wrap: nowrap;
		gap: 80px;
	}

	.shared-detail .action-item.website,
	.shared-detail .action-item.print-coupon {
		margin-left: -90px;
	}

	.shared-detail .tripbuilder-wrapper {
		margin-left: 90px;
	}
}

.whats-nearby {
	padding: 20px 0;
}

.whats-nearby .wrapper {
	padding: 40px 0;
	background-color: #f4f5f5;
}

@media (min-width: 64em) {
	.whats-nearby .wrapper {
		padding: 80px 0;
	}
}

.whats-nearby .wrapper > .inner {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1160px;
}

.whats-nearby .section-title {
	margin: 0 auto;
	margin-bottom: 24px;
	padding: 0 20px;
	max-width: 1160px;
}

.whats-nearby .tab-group {
	display: flex;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1160px;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
}

.whats-nearby .tab {
	margin: 0;
	padding: 14px 32px;
	color: currentColor;
	background: transparent;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	white-space: nowrap;
	scroll-snap-align: start;
}

.whats-nearby .tab[aria-expanded="true"] {
	border-bottom-color: #0b467e;
}

@media (hover: hover) {
	.whats-nearby .tab:hover {
		border-bottom-color: #0b467e;
	}	
}

.whats-nearby .tab-pane {
	display: block;
	margin: 0;
	width: 100%;
}

.whats-nearby .layoutjs .content {
	margin: 0;
	padding: 0;
}
