/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/
.sidebar-fix {
	margin-bottom: 60px;
}
@media(min-width:1025px){
	.sidebar-fix {
		padding: 0 15px 0 125px;
	}
}
.header-cls-1,
.header-cls-2 {
	fill: var(--dark-grey);
}
.shared-detail .gMapContainer .gMapHolder { height: 280px; margin-bottom: 10px; }
.shared-detail {
	max-width:1000px;
	margin:auto;
}


.shared-detail .grey-bg {
	display: block;
	background: transparent;
	height:auto;
	width:100%;
	position: relative;
	margin: auto;
}

.shared-detail .grey-bg .back-share {
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
	position: relative;
	width: calc(100% - 85px);
	margin: 0px 15px;
	font-family: var(--font-body);
	font-weight: 500;
	font-size: 14px;
	z-index: 10;
	pointer-events: none;
}
.shared-detail .grey-bg .back-share a,
.shared-detail .grey-bg .back-share .sv-share {
	pointer-events: all;
	flex: 1 0 auto;
}
.shared-detail .grey-bg .back-share .sv-share {
	padding: 0;
}

.shared-detail .grey-bg .back-share .sv-share-trigger {
	font-size: 19px;
	text-transform: uppercase;
}

.shared-detail .grey-bg .back-share .sv-share-trigger:hover {
	color: var(--red);
}
@media(min-width:800px){
	.shared-detail .grey-bg {
		margin: 100px auto;
		height:390px;
		background: var(--off-white-25);
	}
	.shared-detail .grey-bg .back-share {
		position: absolute;
		top: -40px;
		font-size: 19px;
	}
}
@media(min-width:800px) and (max-width:1114px){
	.shared-detail .grey-bg .back-share {
		bottom: -100px;
		width: 768px;
		margin: auto;
		left: 50%;
		transform: translateX(-50%);
	}
}
.mobile-gallery .back-share {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 0 15px;
	position: relative;
	z-index: 2;
	text-transform: uppercase;
}

.mobile-gallery .back-share .sv-share {
	padding: 0;
}
.shared-detail .detailTop {
	/* overflow: hidden; */
	clear: both;
	margin-top: 0;
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-content: center;
}

.shared-detail .detailInfo {
	padding: 0 15px;
}

.shared-detail .detailInfo a { color: var(--red); }
.shared-detail .detailInfo h1 {
	margin-top: 0;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
	line-height: 32px;
}

.shared-detail .detailInfo .label {
	color: var(--dark-grey-85);
}

@media(min-width:800px){
	.shared-detail .detailTop {
		margin-top: 15px;
	}
	.shared-detail .detailInfo h1 {
		font-size: 60px;
		line-height: 55px;
		margin-bottom: 30px;
	}
}
.shared-detail .yelp-wrapper {
	display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.shared-detail .yelp-wrapper .yelp-logo {
	max-width: 100px;
	width:100px;
}
.shared-detail ul.info-list {
    list-style-type: none;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
	align-items: center;
	text-align: center;
	line-height: 24px;
}
.shared-detail ul.info-list.no-social {
	margin-bottom: 25px;
}
.shared-detail ul.info-list i {
	color: var(--red);
	margin-right:5px;
}
.shared-detail ul.info-list li span.pipe {
	display: none;
}
.shared-detail ul.info-list li span.toll-free {
	display: block;
}
.shared-detail ul.info-list-social {
	display: flex;
    justify-content: center;
	list-style: none;
	margin-bottom: 25px;
}
.shared-detail ul.info-list-social .info-list-value a {
	margin-left: 20px;	
	font-size: 22px;
	color: var(--dark-grey);
}
.shared-detail ul.info-list-social .info-list-value a:first-child {
	margin-left: 0;
}
.shared-detail ul.info-list .featured { margin-bottom: 10px; }
.shared-detail ul.info-list li { 
	font-size: inherit; 
	margin-bottom: 0;
}
.shared-detail ul.info-list li.phone { }
.shared-detail ul.info-list .ratings-back {
	width: 110px;
	height: 21px;
	line-height: 0;
	text-indent: -999em;
	background: url("/includes/public/assets/shared/rating_sprite.png") repeat-x;
	overflow: hidden;
}
.shared-detail ul.info-list .ratings-front {
	display:block;
	float: left;
	height: 21px;
	background: url("/includes/public/assets/shared/rating_sprite.png") repeat-x;
	background-position: 0 100%;
}
.shared-detail ul.info-list .review-count {
	font-size: 14px;
}

/* hax to get rid of the spaces caused by a comma separated list */
.shared-detail ul.info-list li[data-value-template="list_of_link_or_label"] .item a { margin-right: -5px; }
@media(min-width: 641px){
	.shared-detail ul.info-list {
		list-style-type: none;
		font-size: 26px;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 30px;

	}
	.shared-detail ul.info-list li { 
		font-size: inherit; 
		margin-bottom: 10px;

	}
}
@media(min-width:800px){
	/* .shared-detail ul.info-list {
		list-style-type: none;
		font-size: 26px;
		margin-bottom: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 30px;
	} */

	
	.shared-detail ul.info-list li { 
		font-size: inherit; 
		margin-bottom: 10px;
	}
	.shared-detail ul.info-list li span.pipe,
	.shared-detail ul.info-list li span.toll-free {
		display: inline;
	}
	.shared-detail ul.info-list-social .info-list-value a {
		margin-left:40px;	
		font-size: 32px;
	}
}

.shared-detail .highlights {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: var(--dark-grey-25);
}
.shared-detail .highlights h3 {
	font-weight: bold;
	color: var(--red);
}
.shared-detail .highlights ul { margin-bottom: 3px; }

.shared-detail .shared-action-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}

.shared-detail .shared-action-items a:first-child {
	margin-bottom: 15px;
}
.shared-detail .shared-action-items a.week-menu {
	line-height: normal;
    padding: 14px 25px;
    margin-bottom: 10px;
}

.shared-detail .shared-action-items a.check-rates {
	background-color: var(--dark-grey);
}
.shared-detail .shared-action-items a {
	font-size: 18px;
  background-color: var(--red);
  color: var(--off-white);
  padding: 20px 25px;
	text-transform: uppercase;
	font-family: var(--font-body);
	font-weight: 500;
	width: 215px;
	text-align: center;
}
.shared-detail .shared-action-items a i {
	margin-left: 5px;
}
@media(min-width:500px){
	.shared-detail .shared-action-items {
		flex-direction: row;
		justify-content: center;

	}
	.shared-detail .shared-action-items a.website {
		margin-bottom: 0;
	}
	.shared-detail .shared-action-items a:last-child:not(:first-child) {
		margin-left: 60px;
	}
	.shared-detail .shared-action-items a.week-menu {
		margin-bottom: 0;
	}
}
.shared-detail .detailInfo .description {
	margin: 0 30px;
}
/*** detail slick gallery ***/

.shared-detail .detailGallery .img-count {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	background-color: var(--red);
	padding: 10px 8px;
	font-size:12px;
	pointer-events: none;
}
.shared-detail .detailGallery .img-count span {
	margin-right: 3px;
    letter-spacing: 2px;
}
.shared-detail .detailGallery .img-count i {
	font-size: 12px;
}
.shared-detail .mediaGallery {
	-webkit-box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.22);
	-moz-box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.22);
	box-shadow: 0px 0px 18px rgba(35, 35, 35, 0.22);
	width: calc(100% - 30px);
	height: auto;
	position: relative;
	z-index: 1;
	margin: 15px 15px 5px;
	overflow: hidden;
}

.shared-detail .mediaGallery .placeHolder {
	width: 390px;
	height: 240px;
}

.shared-detail .mediaGallery .slider {
	margin-bottom: 0;
}

.shared-detail .mediaGallery .slick-slide {
	position:relative;z-index:1;
}

.shared-detail .mediaGallery .slick-slide a {
	display: block;
	width: 100%;
}

.shared-detail .mediaGallery .slick-slide img { width: 100%; }

.shared-detail .mediaGallery .slick-slide iframe { position: absolute; top: 0; }

.shared-detail .mediaGallery .slider .slick-prev,
.shared-detail .mediaGallery .slider .slick-next {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}
.shared-detail .mediaGallery .slider .slick-next:before,
.shared-detail .mediaGallery .slider .slick-prev:before {
	content: "";
	background: url("/includes/public/assets/shared/slick.gif") no-repeat left center;
	width: 40px;
	height: 40px;
	display: inline-block;
	opacity: 1;
}
.shared-detail .mediaGallery .slider .slick-next:before { background-position: right center;}
.shared-detail .mediaGallery .slider .slick-prev { left: 0; }
.shared-detail .mediaGallery .slider .slick-next { right: 0; }
.shared-detail .mediaGallery .slider .slick-disabled.slick-next:before,
.shared-detail .mediaGallery .slider .slick-disabled.slick-prev:before { opacity: .3; }

.shared-detail.listing-detail .eventsContainer .markerLink { display: none; }
.shared-detail.listing-detail .eventsContainer .shared-action-items .mapit { display: none; } /* "Map It" link on event item */
.shared-detail.coupons .listingContainer .shared-action-items .mapit { display: none; } /* "Map It" link on listing item */
.shared-detail.coupons .listingContainer .markerLink { display: none; } /* pin icon overlayed on listing item image */

@media(min-width:800px){
	.shared-detail .mediaGallery {
		width: 768px;
		height: 515px;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		margin: 0;
	}
	
	.shared-detail .detailGallery .img-count {
		padding: 18px 15px;
		font-size:16px;
	}
	.shared-detail .detailGallery .img-count i {
		font-size: 18px;
	}
	.shared-detail .mediaGallery .slick-slide a {
		display: inline-block;
	}
}
/*** items inside details ***/

.shared-detail .inner-items-ul {
	max-width: 680px;
}

/* begin: Map Tabs */
.shared-detail ul.mapTabs { margin: 0 0 5px 0; color: #e86000; }
.shared-detail ul.mapTabs li { display: inline-block; }
.shared-detail ul.mapTabs li { margin-right: 10px; font-size: 15px;}
.shared-detail ul.mapTabs li:last-child { margin-right: 0;}
.shared-detail ul.mapTabs li a { 
	font-size: inherit;
	height: 32px;
	margin: 0; 
	color: #009fc3;
}
.shared-detail ul.mapTabs li a:hover { text-decoration: none; }
.shared-detail ul.mapTabs li a.active {
	cursor: default;
	color: var(--dark-grey-85);
}
/* end: Map Tabs */



/*********  Pane Layout *********/
.shared-detail .detailSep {
	border-bottom: 1px solid var(--dark-grey-25);
	margin-bottom: 10px;
}

/*** Tabs ***/
.shared-detail .detailPanes > .tabs {
	width: 30%;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.shared-detail .detailPanes > .tabs-content {
	width: 70%;
	max-width: 100%;
	float: right;

}
.shared-detail .detailPanes > .tabs dd > a {
	background: none;
}

.shared-detail .detailPanes > .tabs dd.active a {
	background: var(--dark-grey-25);
}


/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-detail .detailPanes > .tabs { width: 100%; }
	.shared-detail .detailPanes > .tabs-content {
		width : 100%;
		padding-top: 10px;
	}
} 	

.detailPanes {
	padding: 0 15px;
}
.detail-tab {
    margin-bottom: 0;
}
#tab-events.detail-tab .tab-content{
    display: none;
}
.detail-tab .tab-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    cursor: pointer;
}

.detail-tab .tab-inner .spacer {
    height: 3px;
    background-color: var(--dark-grey-25);
    flex: 0 1 100%;
	transform: translateY(360%);

    margin-left: 15px;
}

.detail-tab .tab-inner h2 {
    text-transform: uppercase;
    line-height: 18px;
	flex: 0 0 auto;
    font-size: 22px;
  font-family: var(--font-display-alt);
	font-weight: 900;
	color: var(--dark-grey);
}

.detail-tab .tab-inner .tab-toggle {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    background-color: white;
    flex: 0 0 22px;
    margin-left: 6px;
    cursor: pointer;
    z-index: 1;
}

.detail-tab .tab-inner .tab-toggle i {
    font-size: 16px;
	color: var(--red);
	margin-right: 5px;
}
@media(min-width:641px){
	.detail-tab {
		margin-bottom: 25px;
	}
	.detail-tab .tab-inner h2 {
		font-size: 34px;
	}
	.detail-tab .tab-inner .spacer {
		margin-left: 90px;
		transform: translateY(200%);
	}
	.detail-tab .tab-inner .tab-toggle i {
		font-size: 24px;
		margin-right:10px;
	}
}
.detail-tab .tab-inner .tab-toggle .close {
    display: none;
}

.detail-tab.active .tab-inner .tab-toggle .open {
    display: none;
}

.detail-tab.active .tab-inner .tab-toggle .close {
    display: inline-block;
}

.detail-tab .tab-content {
    display: none;
    padding: 30px 0;
}

.detail-tab.active .tab-content {
	display: block;
	position: relative;
}
.detail-tab.active .tab-content.yelp-tab-content {
	padding-top:15px;
}
.detail-tab.active .tab-content.yelp-tab-content .day {
	margin-bottom:15px;
}
.detail-tab.active .tab-content.yelp-tab-content .day p {
	margin-bottom: 0;
}
.detail-slider .round-button {
	background-color: var(--red);
    border-radius: 50%;
    width: 70px;
	height: 70px;
	display: flex;
    align-items: center;
	justify-content: center;
	color:var(--off-white);
	font-size: 28px;
	cursor: pointer;
}
.detail-slider {
	position: relative;
	width: calc(100% - 70px);
    margin: auto;
}

.detail-slider .arrow-cont {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}
.detail-slider .arrow-cont .prev {
	margin-left: -35px;
}
.detail-slider .arrow-cont .next {
	margin-right: -35px;
}


.detail-tab .slider-grey-bg {
    margin-top: 70px;
    display: block;
    background: var(--off-white-25);
    height: calc(100% - 70px);
    width: calc(100% - 70px);
    margin: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.shared-item {
    margin: 0 35px;
}
.layout-list .shared-item {
	display: flex;
	flex-direction: column;
	margin:0;
}
@media(min-width:640px){
	.layout-list .shared-item {
		flex-direction: row;
	}
}
.shared-item .image-container {
	position: relative;
}

.shared-item .image-container img {
	width:100%;
}

.shared-item .image-container .image-date-block {
	background-color: var(--red);
    position: relative;
    display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px 15px 15px;
    position: absolute;
    left: 0;
	top: 0;
	color:var(--off-white);
	font-family: var(--font-body);
	font-weight: 500;
}

.shared-item .image-container .image-date-block .month {
	text-transform: uppercase;
	font-size:18px;
	font-weight: 900;
}

.shared-item .image-container .image-date-block .day {
	font-size:56px;
	font-weight: 900;
	line-height: 44px;
}

.shared-item .contents {
	background-color: #fff;
	padding: 15px 20px;
}
.shared-item .contents h4 {
	color: var(--dark-grey);
    font-size: 20px;
    font-family: var(--font-display-alt);
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
	text-transform: uppercase;
	margin-bottom: 0;
}
#tab-offers .shared-item .contents h4 {
	color: var(--red);
}
.shared-item .contents h4 a {
	color: inherit;
	font-weight: inherit;
}

.shared-item .contents p {
	margin-bottom: 0;
	font-size: 15px;
  font-family: var(--font-body);
	font-weight: 500;
}
#tab-offers .shared-item .contents p.desc {
	line-height: 20px;
}
#tab-offers .shared-item .contents p.dates {
	color: var(--red);
	font-weight: 700;
}
.shared-item .contents p a {
	color: inherit;
	font-weight: inherit;
}

.shared-item .contents p i {
	margin-right: 5px;
	color: var(--red);
}
@media(max-width:640px){
	.detail-slider .arrow-cont {
		top:auto;
		bottom: -90px;
		width: 90px;
	}
	.detail-slider .round-button {
		width: 60px;
		height: 60px;
	}
	.detail-tab .slider-grey-bg {
		width: calc(100% + 30px);
	}
}

@media(min-width:1200px){
	.detail-slider {
		width: 100%;
	}
	.detail-tab .slider-grey-bg {
		width: 100%;
	}
	.shared-item {
		margin: 0 65px;
	}
	#tab-offers .shared-item {
		margin: 0 50px;
	}

}


.gMapContainer .infoWindow {
	position: relative;
}
.gMapContainer button.gm-ui-hover-effect img {
    display: none !important;
}

.gMapContainer .close-button {
    position: absolute;
    top: -15px;
    right: -3px;
    pointer-events: none;
    color: var(--red);
    z-index: 100;
    font-size: 20px;
}

.gm-style-iw {
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    overflow: visible;
}

.gm-style-iw, .gm-style-iw div {
    min-width: 225px !important;
    overflow: visible !important;
}

.gm-style-iw ~ div,
.gm-style-iw ~ div img,
.gm-style-iw ~ img{
	display: none;
    right: -99999px !important;
}

.gm-style-iw {
    padding: 5px 12px !important;
    max-width: none !important;
    max-height: none !important;
}

.gMapContainer .infoWindow {
    margin-top: 15px;
}

.gMapContainer h5 {
	font-weight: bold;
}

.gMapContainer .shared-action-item {
	font-size: 16px;
}

.crowdriff {
	background: var(--off-white-25);

}
@media(min-width: 1025px){
	.crowdriff {
		padding: 0 0 0 110px;
	}
}