.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 {
	display: flex;
	flex-direction: column;
}

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 50%;
	margin-bottom: 5px;
	position: relative;
}

.shared-detail .detail-top .detail-gallery::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 33%;
	background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

.shared-detail .detail-top .gallery-wrapper {
	position: relative;
}

.shared-detail .detail-top .gallery-controls {/* 	gap: 5px; */margin-bottom: 5px;max-height: 73px;display: flex;}

.shared-detail .detail-top .gallery-controls > * {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	align-items: center;
	background-color: #ece9db;
	color: #333;
	max-height: 73px;
	padding: 20px 0 10px;
	flex: 1 0 calc(50% - 2.5px);
	text-align: center;
}

.shared-detail .detail-top .gallery-controls .image-controls {
	margin-right: 2.5px;
}

.shared-detail .detail-top .gallery-controls .image-controls:only-child {
	margin: 0;
}

.shared-detail .detail-top .gallery-controls .video-controls {
	margin-left: 2.5px;
}

.shared-detail .detail-top .gallery-controls .video-controls:only-child {
	margin: 0;
}

.shared-detail .detail-top .gallery-controls .tour-controls {
	text-decoration: none;
}

.shared-detail .detail-top .gallery-controls .tour-controls img {
	padding: 5px;
	margin-bottom: 3px;
	width: 40px;
	height: 40px;
	background-color:#2f7a87;
	border-radius: 50%;
}

.shared-detail .detail-top .gallery-controls i {
	display: inline-block;
	z-index: 1;
	color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 14px;
	font-size: 18px;
}

.shared-detail .detail-top .gallery-controls i::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 40px;
	width: 40px;
	background-color: #2f7a87;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	z-index: -1;
}

.shared-detail .detail-top .gallery-controls .gallery-control-label {
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}

.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: 0px;
    right: 0px;
    padding: 15px 20px;
    color: #fff;
	background-color: rgba(0,0,0,.4);
	font: normal 400 18px/1em 'proxima-nova', sans-serif;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 16px;
	margin-right: 5px;
}

.mfp-gallery .photo-credit {
	bottom: 5px;
}
.detail-gallery .photo-credit { bottom: 0; }
.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 50%;
	padding: 15px 20px 20px;
    background-color: #f8f6f1;
}

.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 h1 {
    position: absolute;
    bottom: 45px;
    left: 17px;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 27px;
	font-weight: 600;
    color: #fff;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    max-width: 80%;
}

.shared-detail .detail-top h1.position-shift {
	bottom: 118px;
}

.shared-detail .detail-top dl,
.shared-detail .detail-top dt,
.shared-detail .detail-top dd {
	margin-bottom: 0; /* foundation overwrite */
	font-family: 'Merriweather', serif;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
}

.shared-detail .detail-top dl dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-top .redeemable {
	display: flex;
	align-items: flex-start;
	margin-bottom: var(--space-4);
}

.shared-detail .detail-top .redeemable i {
	flex-shrink: 0;
	width: 18px;
	margin-right: 5px;
	font-size: 16px;
	color: var(--Teal);
	line-height: 1.3;
}

.shared-detail .detail-top .redeemable dt,
.shared-detail .detail-top .redeemable dd {
	float: none;
	display: block;
}

.shared-detail .detail-top .action-item,
.shared-detail .detail-top .operating-details p {
	color: #333;
	margin: 0;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
}

.shared-detail .detail-top button {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    background-color: var(--Teal);
}

.shared-detail .detail-top button.action-item {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: var(--Orange);
    color: #fff;
}

.shared-detail .detail-top button.action-item {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: var(--Orange);
}

.shared-detail .detail-top .info-section .bottom-actions > * {
	margin-top: 0;
	margin-right: 15px;
}

.shared-detail .detail-top .info-section .bottom-actions .print-coupon {
	display: none;
}

.shared-detail .detail-top .info-section .bottom-actions .dropdown {
	display: flex;
}

.shared-detail .detail-top .info-section .dropdown-menu {
	position: absolute;
	z-index: 9;
	margin: 0;
	padding: 10px 15px;
	color: #212529;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
}

.shared-detail .detail-top .info-section .dropdown-menu a {
	display: block;
	width: 100%;
	padding: 8px 0;
	clear: both;
	white-space: nowrap;
}



.shared-detail .info-section .inner {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

.shared-detail .detail-info-bar .split-pane {
	margin-bottom: 20px;
}

.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 400 18px/1.2em 'proxima-nova', sans-serif;
	margin: 0 0 10px;
	list-style: none;
}

.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}

.shared-detail .detail-info-bar ul .location-wrapper {
	display: flex;
}

.shared-detail .detail-info-bar ul .location-wrapper i {
	position: relative;
	top: 5px;
}

.shared-detail .detail-info-bar ul li:last-child,
.shared-detail .detail-info-bar ul li.phone {
	margin-bottom: 0;
}

.shared-detail .detail-info-bar ul li.phone i,
.shared-detail .detail-info-bar ul li.locations i {
	/* position: relative; */
	/* top: 5px; */
}

.shared-detail .detail-info-bar ul li .two-line-wrap > * {
	display: block;
	font-size: 15px;
	line-height: 1;
	margin-bottom: 10px;
}

.shared-detail .detail-info-bar ul li.locations .two-line-wrap span:first-child {
	line-height: 1;
}

.shared-detail .detail-info-bar ul li .two-line-wrap a {
	/* text-decoration: none; */
	font-family: 'Merriweather', serif;
	/* color: #333; */
	font-size: 15px;
	/* font-weight: 300; */
	font-style: normal;
}

.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;
	color: var(--Teal);
	line-height: 1.3;
}

.shared-detail .detail-info-bar .two-line-wrap {
	display: inline-block;
	text-decoration: none;
	font-family: 'Merriweather', serif;
	color: #333;
	font-size: 15px;
	font-weight: 300;
	font-style: normal;
	line-height: 1;
}

.shared-detail .detail-info-bar dt,
.shared-detail .detail-info-bar dd {
	margin-bottom: 0; /* foundation overwrite */
}

.shared-detail .detail-info-bar dl dt {
	float: left;
	margin-right: 5px;
	font-weight: bold;
}

.shared-detail .detail-info-bar .open-table {
	margin-bottom: 10px;
}

.shared-detail .detail-info-bar .social-icons {
	display: flex;
	list-style: none;
	margin-left: 0;
}

.shared-detail .detail-info-bar .social-icons li {
	margin-right: 20px;
	margin-bottom: 0;
}

.shared-detail .detail-info-bar .social-icons a {
	font-size: 20px;
}

.shared-detail .detail-top .info-section .weburl,
.shared-detail .detail-top .info-section .add-to-cal,
.shared-detail .detail-top .info-section .print-coupon {
    background-color: var(--Teal);
    color: #fff;
    padding: 9px 19px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    letter-spacing: 0.04em;
    font-weight: 700;
    display: inline-block;
    margin: 0 auto 12px 0;
    line-height: 1;
}

.shared-detail .detail-top .info-section .print-coupon {
	display: none;
}

.shared-detail .detail-top .info-section .add-to-cal {
	margin-top: 15px;
}

.shared-detail .detail-top .info-section .weburl i {
	font-size: 13px;
	position: relative;
	top: -1px;
}

/* -- back / share buttons -- */

.shared-detail .back-share-buttons {
	display: flex;
}

.shared-detail .back-share-buttons > * {
	padding: 4px 16px;
}

.shared-detail .back-button {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
	color: #333;
}

.shared-detail .add-this-wrapper {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	text-decoration: none;
	font-style: italic;
	color: #333;
	background-color: #f8f6f1;
}

.shared-detail .split-pane .map-wrapper {
	padding: 41px 18px 0;
	/* margin-bottom: 42px; */
	max-width: 806px;
	margin: 0 auto 45px;
}

.shared-detail .split-pane .map {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	background-image: url("https://assets.simpleviewinc.com/simpleview/image/upload/v1616023245/clients/anchorage-redesign/map_background.png");
	background-size: 330%;
	background-position: -80% 47%;
	transition: height .5s .5s;
}

.shared-detail .split-pane .map::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--Teal);
    opacity: .6;
    pointer-events: none;
}

.shared-detail .split-pane .map.active {height: 400px;}
 
.shared-detail .split-pane .map-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 1px));
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	letter-spacing: 0.03em;
	font-weight: 700;
	background-color: var(--Yellow);
	color: #333;
	padding: 6px 30px;
}

@media screen and (min-width: 375px) {
	.shared-detail .split-pane .map-button {
		font-size: 17px;
		padding: 6px 35px;
	}
}

.shared-detail .split-pane .map.active .map-button {
}

.shared-detail .split-pane .gMapContainer {
	display: none;
}

.shared-detail .split-pane .gMapContainer.active {
	display: block;
}

.shared-detail .split-pane .map-button i {
	margin-left: 0px;
	font-size: 16px
}

.shared-detail .detail-drawers {
	max-width: 1020px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 0 20px;
}

.shared-detail .detail-drawers > dl.drawers .content p {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 0;
	letter-spacing: 0;
}

.shared-detail .detail-drawers > dl.drawers > dd {
	margin-bottom: 25px;
}


.shared-detail .detail-drawers > dl.drawers > dd > .content {
	display: none;
	padding: 11px 0 0;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail .detail-drawers > dl.drawers dd:first-of-type .drawer-button {
	margin-top: 20px;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: #fff;
	padding: 0 0 5px;
	margin: 0;
	border-bottom: 1px solid #f0eee3;
	width: 100%;
	text-align: left; /* foundation overwrite */
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #333;
	font-weight: 600;
}

.shared-detail .detail-drawers .drawer-button:focus {
	outline: none;
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: 5px;
	font-size: 10px;
	color: var(--Teal);
}

.shared-detail .gMapContainer .gMapHolder {
	height: 400px;
}

.shared-detail .tripadvisor-snippet {
	margin-bottom: 25px;
}

.shared-detail .tripadvisor-snippet img {
	width: 160px;
	margin-left: -10px;
}

.shared-detail .tripadvisor-snippet a {
	text-decoration: none;
}

.shared-detail .tripadvisor-snippet .reviews-rating-line-text a {
	text-decoration: none;
	color: #333;
	font-style: normal;
	font-weight: 300;
	margin-left: -10px;
}

.shared-detail .no-image {
	padding: 40px 0 0px;
	background-color: #f8f6f1;
}
.shared-detail .no-image h1 {
	position: static;
	color: #333;
}
@media (min-width: 40em) {
	.shared-detail {
		margin: 0 auto 80px;
	}

	.shared-detail .detail-top {
		align-items: stretch;
		display: flex;
		flex-direction: column;
	}
	
	.shared-detail .detail-top .gallery-partial {
		width: 100%;
		height: 100%;
		display: grid;
		grid-template-columns: .897fr .103fr;
		gap: 10px;
	}

	.shared-detail .detail-top .detail-gallery {
		order: 0;
		margin: 0;
		padding: 0;
	}

	.shared-detail .detail-top .detail-gallery:only-child {
		grid-column: span 2;
	}

	.shared-detail .detail-top .gallery-controls {
		margin:  0;
		padding: 0;
		max-height: 100%;
		flex-direction: column;
	}

	.shared-detail .detail-top .gallery-controls .tour-controls,
	.shared-detail .detail-top .gallery-controls .image-controls,
	.shared-detail .detail-top .gallery-controls .video-controls {
		max-height: 100%;
		margin: 0;
		flex: 1 0 calc(50% - 10px);
	}

	.shared-detail .detail-top .gallery-controls .image-controls {
		margin-bottom: 5px;
	}

	.shared-detail .detail-top .gallery-controls .video-controls {
		margin-top: 5px;
	}

	.shared-detail .detail-top .gallery-controls i {
		font-size: 20px;
		margin-bottom: 19px;
	}

    .shared-detail .detail-top .gallery-controls i::after {
	    height: 40px;
		width: 40px;
	}

	.shared-detail .detail-top .gallery-controls .tour-controls img {
		width: 40px;
		height: 40px;
		padding: 5px;
	}

	.shared-detail .detail-top .gallery-controls .gallery-control-label {
		font-size: 11px;
	}

	.shared-detail .detail-top h1,
	.shared-detail .detail-top h1.position-shift {
		font-size: 40px;
		left: 0;
		bottom: 0px;
		padding-left: 30px;
		padding-bottom: 25px;
	}
	.shared-detail .detail-top .no-image h1 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.shared-detail .detail-top .info-section {
		display: flex;
		padding: 30px 0 15px;
	}

	.shared-detail .detail-info-bar ul li {
		margin-bottom: 6px;
	}

	.shared-detail .detail-info-bar ul.info-list li i {
		font-size: 18px;
	}

	.shared-detail .detail-info-bar ul .location-wrapper {
		margin-bottom: 0px;
	}

	.shared-detail .detail-info-bar .two-line-wrap {
		font-size: 17px;
	}

	.shared-detail .detail-info-bar ul li .two-line-wrap a {
		font-size: 17px;
		line-height: 1em;
	}

	.shared-detail .detail-info-bar ul li.locations i {
		top: 0;
	}

	.shared-detail .detail-top .info-section .weburl {
		order: 0;
		margin-bottom: 25px;
	}
	.shared-detail .detail-top .info-section .ta-wrapper {
		order: 1;
	}

	.shared-detail .detail-top .info-section .print-coupon {
		/* margin-left: 22px; */
		display: inline-block;
	}

	.shared-detail .detail-top .action-item,
	.shared-detail .detail-top .operating-details p {
		font-size: 17px;
	}
	
	.shared-detail .detail-drawers {
		margin-bottom: 80px;
	}

	.shared-detail .info-section .inner {
		display: flex;
		margin: 0 auto;
		flex-wrap: wrap;
	}

	.shared-detail .info-section .inner > * {
		flex: 1 0 50%;
	}

	.shared-detail .info-section .inner .detail-more-info {
		padding: 0 20px;
		flex: 1 1 50%;
		display: flex;
		flex-direction: column;
	}

	.shared-detail .info-section .event-info {
		display: flex;
	}

	.shared-detail .info-section .event-info > * {
		flex: 1 0 50%;
	}

		.shared-detail .info-section .event-info > .inner > * {
		max-width: 85%;
	}

	.shared-detail .detail-info-bar {
	display: flex;
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0 20px;
		flex: 1 1 50%;
	}

	.shared-detail .detail-top dl,
	.shared-detail .detail-top dt,
	.shared-detail .detail-top dd,
	.shared-detail .detail-info-bar ul li .two-line-wrap > * {
		font-size: 17px;
	}

	.shared-detail .back-share-buttons {
		padding: 0 12px;
		margin-bottom: 7px;
	}

	.shared-detail .back-share-buttons > * {
		padding: 8px 16px;
	}

	.shared-detail .back-button {
		font-size: 16px;
		padding: 8px 13px;
	}

	.shared-detail .split-pane .map-wrapper {
		margin-bottom: 68px;
	}

	.shared-detail .split-pane .map {
		padding-bottom: calc(100% * 152/770);
		background-size: 330%;
		background-position: -80% 47%;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 19px 0;
	}

	.shared-detail .detail-drawers > dl.drawers .content p {
		font-size: 17px;
		font-weight: 300;
		line-height: 2.3em;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: 8px 0;
		margin-bottom: 10px;
		font-size: 50px;
	}

	.shared-detail .detail-drawers .drawer-button i {
		font-size: 16px;
		position: relative;
		top: 3px;
		margin-left: 15px;
		filter: drop-shadow(-1px 1px 0px var(--Teal)) drop-shadow(-1px -1px 0px var(--Teal));
	}
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}
}

@media (min-width: 64em) {
	.shared-detail .detail-top .gallery-controls i {
		font-size: 29px;
		margin-bottom: 19px;
	}

	.shared-detail .detail-top .gallery-controls i::after {
	    height: 50px;
		width: 50px;
	}

	.shared-detail .detail-top .gallery-controls .tour-controls img {
		margin-bottom: 8px;
		width: 52px;
		height: 52px;
		padding: 6px;
	}

	.shared-detail .detail-top .gallery-controls .gallery-control-label {
		font-size: 14px;
	}

	.shared-detail .detail-top .info-section .bottom-actions .print-coupon {
	    display: inline-block;
	    background-color: var(--Yellow);
	    padding: 4px 15px;
	    font-family: "Roboto Condensed", sans-serif;
    }
}