.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(--blue);
	--icon-color: var(--green);
	--text-color-alt: var(--gray-dark);
	--visit-btn-bg: var(--primary-color-700);
	--visit-btn-bg-alt: var(--primary-color-800);
	--dropbdown-menu-text: var(--gray-dark);
	--nearby-tab-bottom-border: var(--primary-color-700);
	--nearby-tab-bottom-border-alt: var(--gray-400);
	--accent-color: var(--primary-color-700);
	--share-trigger-button-color: var(--blue);

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

.shared-detail a {
	color: var(--text-color);
}

.shared-detail a:hover {
	color: var(--text-color);
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column;
	padding: 0 20px 15px;
}

.shared-detail .back-share.desktop {
	display: none;
}

.shared-detail .back-share.mobile {
	display: flex;
	margin-bottom: 15px;
	width: 100%;
}

.shared-detail .sv-share-popover [data-sv-social-share] {
	left: 50%;
	translate: -50%;
}

@media (min-width: 641px) {
	.shared-detail .sv-share-popover [data-sv-social-share] {
		left: 0;
		translate: 0;
	}
}

.shared-detail .sv-share {
	padding: 0;
}

.shared-detail .sv-share-trigger {
	padding: 0 10px;
}

.shared-detail .back-share,
.shared-detail .back-share .share-buttons .addthis_toolbox a,
.shared-detail .back-share .sv-share-trigger {
	font-family: var(--font-family-body);
	font-weight: 900;
	font-size: 12px;
}

.shared-detail .back-share .pipe {
	margin: 0 15px;
	color: var(--icon-color);
}

.shared-detail .back-share i:not(.sv-share-service-icon) {
	color: var(--icon-color);
}

.shared-detail .detail-top .detail-gallery {
	order: 1; /* Always want gallery coming first on mobile */
	position: relative;
	flex: 1 1 calc(100% * 670 / 1160);
}

.shared-detail .detail-top .detail-gallery::after {
	content: "";
	pointer-events: none;
	background: radial-gradient(180px at 0 120%, rgba(0,0,0,0.4), rgba(0,0,0,0));
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.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;
	left: 0px;
	padding: 11px;
	color: var(--white);
	font-family: var(--font-family-body);
	font-size: 16px;
	font-weight: 400;
	line-height: var(--leading-none);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	letter-spacing: 1px;
	z-index: 1;
}

.shared-detail .detail-top .detail-gallery .gallery-count .i-wrapper {
	padding: 4px;
	background-color: var(--green);
	border-radius: var(--rounded-circle);
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	margin-right: 10px;
}

.shared-detail .detail-top .detail-gallery .gallery-count i {
	font-size: 12px;
	padding: 3px;
	border-radius: var(--rounded-circle);
	border: 2px solid var(--white);
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 8px);
	height: calc(100% - 8px);
}

.shared-detail .detail-top .info-section {
	order: 2;
	flex: 1 1 calc(100% * 490 / 1160);
	padding: 25px 0px 5px;
}

.shared-detail .detail-top .info-section .top-actions,
.shared-detail .detail-top .info-section .bottom-actions {
	display: flex;
	align-items: center;
	position: relative;
	color: var(--text-color);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] a {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-size: 20px;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] a.add-to-trip {
    margin-bottom: 30px;
}

.shared-detail .detail-top .info-section .top-actions [data-tb-button] i {
	font-size:28px;
	color: var(--text-color);
	margin-right: 10px
}

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

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

.shared-detail .detail-top .info-section .restaurant-week-menu {
	font-size: 20px;
}

.shared-detail .detail-top h1 {
	font-family: var(--font-heading-railroad);
	font-size: 60px;
	font-weight: 500;
	line-height: var(
	--leading-none);
	color: var(
	--text-color);
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.shared-detail .wave {
	margin-bottom: 20px;
}

.shared-detail .wave img {
	width: 50px;
}

.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 .action-item {
	font-family: var(--font-family-body);
	font-size: var(--text-base);
	font-weight: 400;
	line-height: var(--leading-tight);
	padding: var(--space-2) var(--space-8);
	background-color: var(--visit-btn-bg);
	color: var(--text-color-alt);
	border-radius: var(--rounded-full);
	margin: 0;
}

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

@media (hover: hover) {
	.shared-detail .detail-top .info-section .bottom-actions .action-item:hover {
		text-decoration: none; /*reboot.css override*/
		background-color: var(--visit-btn-bg-alt);
	}
}

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

.shared-detail .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(--dropbdown-menu-text);
	background-color: var(--background-color);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
}

.shared-detail .bottom-actions .dropdown-menu a {
	display: block;
	width: 100%;
	padding: var(--space-2) 0;
	clear: both;
	white-space: nowrap;
}

.shared-detail .detail-info-bar {
	max-width: 1160px;
	margin: 0 20px var(--space-8);
	padding: 25px 25px 20px;
	background: var(--pale-cyan);
}

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

.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,
.shared-detail .detail-info-bar dl, 
.shared-detail .detail-info-bar dt, 
.shared-detail .detail-info-bar dd {
	font-family: var(--font-family-body);
	line-height: 1.3;
	list-style: none;
	color: var(--text-color);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.shared-detail .detail-info-bar dd a {
	color: var(--icon-color);
}

.shared-detail .detail-info-bar dl,
.shared-detail .detail-info-bar ul {
	margin: 0 0 25px;
}

.shared-detail .detail-info-bar ul.no-icons {
	padding-left: 30px;
}

.shared-detail .detail-info-bar ul.info-list:last-child:not(:first-child) {
	margin-bottom: 0;
}


.shared-detail .detail-info-bar dl li,
.shared-detail .detail-info-bar ul li {
	display: flex;
	align-items: baseline;
	margin-bottom: 0;
}

.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 .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: 25px;
	font-size: var(--text-base);
	color: var(--icon-color);
}

.shared-detail .detail-info-bar ul.social-icons li i {
	color: var(--text-color);
	font-size: 19px;
}

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

.shared-detail .detail-info-bar ul.info-list li a.cta {
	color: var(--green);
}

.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;
	padding: 10px 0 0;
	margin-bottom: 0;
}

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

.shared-detail .detail-info-bar .social-icons a {
	font-size: var(--text-xl);
}

.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 .print-wrapper {
	display: none;
	margin-bottom: 20px;
}

.shared-detail .print,
.shared-detail .detail-info-bar button.action-item {
	background-color: var(--blue);
    color: #fff;
    padding: 7px 40px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 3px;
}


@media screen and (min-width: 40em) {
	.shared-detail .print-wrapper {
		display: block;
	}

	.shared-detail .detail-info-bar ul {
		flex: 1 1 33%;
		padding-left: 40px;
	}

	.shared-detail .detail-info-bar ul:first-of-type {
	    padding-left: 0;
    }
	.shared-detail .print,
	.shared-detail .detail-info-bar button.action-item {
		font-size: 22px;
	}
}

.shared-detail .detail-drawers {
	max-width: 960px;
	width: calc(100% - 20px);
	margin: 0 auto 60px;
}

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

.shared-detail .detail-drawers .drawers > dd {
	border-bottom: 1px solid var(--green);
	padding: 18px 0 8px;
}

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

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

.shared-detail .detail-drawers > dl.drawers > dd.active > .content .core-styles p {
	color:var(--gray-dark);
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 20px;
}

.shared-detail .detail-drawers > dl.drawers > dd.active > .content li {
	list-style: disc;
	margin-left: 25px;
}

.shared-detail .detail-drawers .drawer-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: left;
	padding: 0 var(--space-5);
	margin-bottom: 0;
	width: 100%;
	font-family: var(--font-heading-railroad);
	font-size: 36px;
	font-weight: 500;
	line-height: var(--leading-none);
	background: transparent;
	color: var(--text-color);
	letter-spacing: 1.5px;
}

.shared-detail .detail-drawers .item {
	margin-bottom:20px;
}

.shared-detail .detail-drawers .item .img-cont {
	margin-bottom: 15px;
}

.shared-detail .detail-drawers .item h4,
.shared-detail .detail-drawers .item h4 a {
	font-family: var(--font-family-body);
    font-size: 16px;
    font-weight: 600;
    line-height: var(--leading-none);
    color: var(--gray-dark);
    margin-bottom: 5px;
    -webkit-hyphens: auto;
    word-break: break-word;
    hyphens: auto;
}

.shared-detail .detail-drawers .item ul {
	font-family: var(--font-family-body);
    font-size: 16px;
    font-weight: 400;
    line-height: var(--leading-snug);
    color: var(--gray-dark);
	margin: 0;
    margin-bottom: var(--space-4);
}

@media screen and (min-width: 375px) {
	.shared-detail .detail-drawers .drawer-button {
		font-size: 45px;
	}
}

.shared-detail .detail-drawers .drawer-button i {
	margin-left: var(--space-4);
	font-size: var(--text-lg);
	position: relative;
	top: -5px;
}

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

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

	.shared-detail .back-share.mobile {
		display: none;
	}

	.shared-detail .back-share.desktop {
		display: flex;
		position: absolute;
		left: 0;
		top: 0;
	}


	.shared-detail .detail-top .detail-gallery {
		order: 2;
	}

	.shared-detail .detail-top .info-section {
		order: 1;
	}

	.shared-detail .detail-top {
		flex-direction: row;
		align-items: stretch;
		margin: 0 auto 50px;
		max-width: 1200px;
	}
	
	.shared-detail .detail-top .info-section {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 25px var(--space-5) 0 0;
		position: relative;
	}
	
	.shared-detail .detail-info-bar {
		display: flex;
		flex-direction: column;
		padding: 40px 30px;
		margin: 0 auto 50px;
		width: calc(100% - 40px);
	}
	
	.shared-detail .detail-info-bar .split-pane {
		margin-bottom: 0;
		padding: 0;
		flex: 1 1 auto;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-wrap: wrap;
		width: 100%;
	}
	
	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding: 0 var(--space-16) 10px;
	}
	
	.shared-detail .detail-drawers .drawer-button {
		padding: var(--space-5) var(--space-16) 10px;
		margin-bottom: 0;
	}

	.shared-detail .detail-drawers .drawers > dd {
	    border-bottom: 3px solid var(--green);
    }
	
	.shared-detail .detail-drawers .gMapHolder { 
		height: 400px; 
	}
}

@media (min-width: 40em) and (max-width: 1023px) {
	.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 .back-share {
		top: -5px;
	}
	
	.shared-detail .back-share, 
	.shared-detail .back-share .share-buttons .addthis_toolbox a,
	.shared-detail .back-share .sv-share-trigger {
		font-size: 18px;
	}

	.shared-detail .detail-top {
		padding-top: 45px;
	}
	
	.shared-detail .detail-top .info-section {
		padding: 25px 30px 0 0;
	}

	.shared-detail .detail-top h1 {
		font-size:72px;
		margin-bottom: 15px;
	}

	.shared-detail .wave {
		margin-bottom: 30px;
	}

	.shared-detail .wave img {width: 90px;}

	.shared-detail .detail-top .detail-gallery .gallery-count .i-wrapper {
	    padding: 7px;
	    width: 43px;
	    height: 43px;
    }

    .shared-detail .detail-top .detail-gallery .gallery-count {
    	font-size: 20px;
    }

    .shared-detail .detail-info-bar {
    	padding: 45px 30px 20px;
    }

    .shared-detail .detail-info-bar ul.info-list li i {
    	font-size: 18px;
    }

    .shared-detail .detail-info-bar ul {
    	font-size: 20px;
    	line-height: 1.5;
    }

    .shared-detail .detail-info-bar ul.no-icons ul {
    	padding-top: 0;
    }

	.shared-detail .detail-drawers .drawer-button {
		padding: var(--space-5) 0 10px;
		font-size: 50px;
	}

	.shared-detail .detail-drawers .drawers > dd {
		padding: 17px 0 13px;
	}

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

	.shared-detail .detail-drawers .item {
		margin-bottom: 30px;
	}

	.shared-detail .detail-drawers .item h4,
	.shared-detail .detail-drawers .item h4 a {
		font-size: 22px;
	}

	.shared-detail .detail-drawers .item ul {
		font-size: 16px;
	}
}

.shared-detail .map {
	background-image: url(https://assets.simpleviewinc.com/sv-kenosha/image/upload/v1740176162/kenosha_map_mobile_63594aca-bc6b-4663-928f-bd664adf50a4_qbuq7y.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: calc(100% - 40px);
	margin: 0 auto 65px;
	max-width: 1160px;
	height: 235px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
	transition: height 500ms ease;
}

.shared-detail .map.active {
	background: none;
	height: 400px;
}

.shared-detail .map .gMapContainer {
	height: 400px;
	width: 100%;
}

.shared-detail .map .gMapContainer.active .gMapHolder {
	height: 100%;
}

.shared-detail .map .map-toggle {
	background-color: var(--blue);
	color: #fff;
	padding: 7px 40px;
	font-weight: 600;
	font-size: 18px;
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (min-width: 40em) {
	.shared-detail .map {
		background-image: url(https://assets.simpleviewinc.com/sv-kenosha/image/upload/v1740176207/kenosha_map_5673725d-a065-4dd6-af40-be889dfd5cf0_q65qls.png);
		height: 275px;
		margin: 0 auto 160px;
	}

	.shared-detail .map.active {
	    background: none;
	    height: 600px;
    }

	.shared-detail .map .map-toggle {
		padding: 10px 55px;
		font-size: 22px;
	}
	
	.shared-detail .map.active .gMapContainer {
	    height: 600px;
    }
}

