/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/

/* LISTING DETAILS */

.listings .header-slideshow-int img{width: 100%;}


/* Shared Details */

.shared-detail [data-sv-region-display] {visibility: hidden;}

.shared-detail a:not(.button):hover{
	color: #84dde3;
}

.shared-detail {
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 0.06em;
}

.shared-detail .quickview-only {
	display: none;
}

.row .detail-info .listing-amenities + .no-quickview{
	display: flex;
	justify-content: center;
}

.shared-top .custom-button{
	padding: 0 4px 0 4px;
}
.shared-top .custom-button.intro{
	text-align: center;
	margin-bottom: 12px;
}

@media only screen and (min-width: 1025px) {
	.shared-detail.no-header {margin-top: 70px;}
}

.shared-detail.coolinary .coolinary-message-wrapper p {
	color: #0087a4;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.4;
}

@media (max-width: 425px) {
	.shared-top .custom-button {
		padding-left: 0px;
		padding-right: 5px;
		text-align: center;
		margin-bottom: 20px;
	}
}
@media (max-width: 375px) {
	.shared-top .custom-button .general-bookingurl a{
		height: 50px;
		padding-top: 8px;
	}
}

@media (max-width: 641px) {
	.shared-detail.coolinary .coolinary-message-wrapper p {
		font-size: 20px;
	}
}

.shared-detail .head-title {
	position: relative;
	color: #0087a4;
	font-size: 18px;
	font-family: 'Freight Display W01 Bold', serif;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.theme-wedding .shared-detail .head-title{
	color: #cb5151;
}

.shared-detail .desc-title {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 1rem;
}
.shared-detail .shared-bottom .desc,
.shared-detail .shared-bottom .desc p {
	height: auto;
	overflow-y: initial;
}

.shared-detail .tab-title {position: relative;}
.shared-detail .tab-title > h3{
	position: relative;
	display: inline-block;
	background-color: #fff;
	width: auto;
	padding-right: 30px;
	z-index: 2;
}


.shared-detail .tab-title:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: ' ';
	height: 1px;
	width: 98%;
	border-top: 1px solid #e7e5d7;
	z-index: 1;
}
/*@media only screen and (min-width: 1025px) {
	.shared-detail .head-title { font-size: 28px; }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.shared-detail .head-title { font-size: 27px; }
}*/

.shared-detail ul.bullets li {
	float: left;
	width: 50%;
	line-height: 30px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.shared-detail ul.bullets li:before{
	position: relative;
	top: 1px;
	content: '\00b7';
	font-size: 44px;
	line-height: 0.5;
	width: 20px;
	flex: 0;
}

.qv-content .shared-detail ul.bullets li {
	width: 100%;
}

.shared-detail ul.bullets li .title {
	padding-right: 5px;
	padding-left: 10px;
	text-transform: uppercase;
}
.shared-detail ul.bullets li .fa { color: #0087a4; }

@media only screen and (max-width: 64em) {
	.shared-detail ul.bullets li {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.shared-detail ul.bullets.extra-info li:before{
		display: none;
		width: 0;
	}
	.shared-detail ul.bullets.extra-info li .title { padding-left: 0; }
}
@media only screen and (max-width: 40em) {
	.shared-detail ul.bullets li {
		line-height: 1.4;
	}
	.shared-detail ul.bullets.extra-info li .title { display: block; }
}

.shared-detail .parking_dropdown span,
.shared-detail .hours_dropdown span {display: inline-block;}

.shared-detail ul.three-col li {
	float: left;
	width: 30%;
	text-transform: uppercase;
}

@media only screen and (max-width: 40em) {
	.shared-detail ul.three-col li {
		float: none;
		width: 100%;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.shared-detail ul.three-col li { width: 50%; }
}

/* Shared Top */
.shared-top {
	margin-bottom: 40px;
}
.shared-detail.artist-detail .shared-top {
	margin-bottom: 0;
}
.wwoz-block {
	background-color: #f6f2e6;
	margin-top: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: 'Knockout', Arial, Helvetica, serif;
	letter-spacing: 0px;
	margin-bottom: 2em;
}
.wwoz-block p {
	margin: 0;
}
.wwoz-block .wwoz-block-header {
	color: #cc3031;
	font-size: 1.5em;
	font-weight: 300;
}
.wwoz-block .wwoz-block-desc {
	text-transform: uppercase;
}
.wwoz-block .wwoz-block-desc a {
	color: #cc3031 !important;
}
.wwoz-block img {
	float: right;
}

.shared-top .addthis {
	margin-top: 0;
	text-align: right;
}

.shared-top .ta-rating,
.shared-top .ta-reviews,
.shared-top .trip-add {
	display: inline-block;
	float: left;
	width: auto;
	line-height: 1.5;
	vertical-align: middle;
	text-transform: uppercase;
}
.shared-top .trip-add.remove a {color: #cc3131;}
.shared-top .ta-ratings { margin-right: 10px; }

.shared-top .ta-rating {
	margin-right: 20px;
}

@media only screen and (max-width: 40em) {
	.shared-top .right-cont { margin-bottom: 10px; }
}

.shared-top .trip-add {
	position: relative;
	top: -3px;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}
.shared-top .trip-add a { color: #2f292b; }

.shared-top h1 {
	font-family: 'Knockout', Arial, Helvetica, serif;
	font-size: 37px;
	line-height: 1;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 15px;
}

.shared-top h3.second-title{
	position: relative;
	top: -12px;
}
@media only screen and (min-width: 768px) {
	.wwoz-block {
		margin-top: 60px;
	}
	.wwoz-block img {
		float: left;
	}

}
@media only screen and (min-width: 1440px) {
	.wwoz-block {
		margin-top: -20px;
	}
	.wwoz-block img {
		float: left;
	}
}
@media only screen and (min-width: 1025px) {
	.shared-top h1 {
		font-size: 60px;
		line-height: 1;
		margin-bottom: 0;
	}

	.qv-content .shared-top h1 {
		font-size: 40px;
		line-height: 1;
	}
}
.shared-top ul {
	list-style: none;
	margin: 0;
}
.shared-top ul.info {
	line-height: 1.8;
	margin-bottom: 20px;
}

.shared-top .links a:hover{color: #84dde3;}

.shared-top .links .web-link {
	display: block;
	width: 100%;
}
.shared-top .social {
	display: inline-block;
	font-size: 14px;
	color: #0087a4;
}
.shared-top .social .bullet {color: #313131; font-size: 20px;}
.shared-top .social.only-opentable { display: none; }

.shared-top .social a {
	display: inline-block;
	font-size: 16px;
	color: #0087a4;
	margin-right: 10px;
}

.shared-top .social a i{font-size: 16px;}
/*.shared-top .social .bullet { display: none; }*/
.shared-top .social ul {display: inherit;}
.shared-top .social ul .info-list-label {color:#313131;}

@media only screen and (min-width: 1025px) {
	.shared-top .links .web-link {
		display: inline-block;
		width: auto;
	}

	.shared-top .bullet {
		color: #313131;
		margin: 0 5px;
	}
}

.shared-top .ta-cost {
	letter-spacing: 0.2em;
	margin-right: 20px;
	color: #918f8f;
}
.shared-top .ta-cost .active { color: #000; }

.shared-top .listing-amenities {
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 20px auto;
}
.shared-top .listing-amenities .amenity {
	display: inline-block;
	margin-right: 10px;
}
.shared-top .listing-amenities .small-logo {
	max-width: 50px;
}
.shared-top .custom-button {
	margin-top: 20px;
}
.shared-top .quickview-only .custom-button .general-bookingurl {
	text-align: left;
}
.shared-top .quickview-only .custom-button .general-bookingurl a {
	padding: 7px 10px 3px;
	font-size: 12px;
}
.shared-top .quickview-only .custom-button .general-bookingurl a:after {
	display: none;
}
.shared-top .custom-button .purchase {
	width: auto;
	color: #fff;
	vertical-align: middle;
	text-align: left;
}
.theme-wedding .shared-top .custom-button .purchase a {
	background-color: #e08485;
}
.theme-wedding .shared-top .custom-button .purchase a:hover {
	background-color: #cb5151;
}

.shared-top .custom-button .purchase .no-ticket-url {
	background-color: #6f6f6a;
	padding: 15px 25px;
	max-width: fit-content;
	cursor: auto;
}

.shared-top .custom-button .purchase .no-ticket-url::after{
	display: none;
}

@media only screen and (min-width: 1025px) {
	.shared-top .listing-amenities {
		text-align: center;
		margin: 30px auto 0;
	}

	.shared-top .custom-button .purchase {  }
	.shared-top .custom-button .purchase a {
		font-size: 14px;
		line-height: 2;
		padding: 7px 40px 3px 20px;
		max-width: 185px;
	}
	.shared-top .custom-button .purchase a.button:after { right: 12px; }

	.shared-top .custom-button .purchase .no-ticket-url { 
		max-width: 160px;
	}

	.shared-top .custom-button .purchase .no-ticket-url {
		background-color: #6f6f6a;
		line-height: 1.3em;
		text-align: left;
		padding: 10px 20px;
	}

	.shared-top .custom-button .general-bookingurl a {
		font-size: 14px;
		line-height: 2;
		padding: 7px 40px 3px 20px;
	}
	.shared-top .custom-button .general-bookingurl a.button:after { right: 12px; }
}

.shared-top .amenity-group {
	position: relative;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
}
.shared-top .coolcousin-anchor{
	display: block;
	margin: 5px 0 10px 0; 
}
.shared-top .coolcousin-anchor h4 {
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
}

.shared-top .coolcousin-anchor img {
	width: 135px;
}
/* Shared Bottom */

.shared-bottom {}

.shared-bottom .offerlink {
	max-width: 1190px;
	margin: 15px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.shared-bottom .offerlink button {
	margin-bottom: 10px;
	line-height: 1;
}

.shared-bottom .venue-specs {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.shared-bottom .venue-specs .trigger {
	display: inline-block;
	width: auto;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #0e88a6;
	text-transform: uppercase;
	padding: 8px 12px 8px 16px;
	border: 2px solid #0e88a6;
	cursor: pointer;
}

.shared-bottom .venue-specs .trigger .fa {
	font-size: 20px;
	line-height: 1;
	margin-left: 5px;
	-webkit-transition: all .3s ease-in-out;
			transition: all .3s ease-in-out;

}
.shared-bottom .venue-specs .trigger.active .fa {
	transform: rotate(180deg);
}

.shared-bottom .venue-specs .content {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	text-align: left;
	padding: 20px 0;
	visibility: hidden;
	overflow-y: hidden;
}
.shared-bottom .venue-specs.active .content {
	height: auto;
	visibility: visible;
	padding-bottom: 50px;
}

.shared-bottom .venue-specs .detail-table {
	position: relative;
	width: 100%;
/*	min-width: 825px;*/
	margin-top: 30px;
/*	overflow-x: scroll;*/
}
.desc {
	margin-bottom: 30px;
}
.desc ul li {
	line-height: 24px;
}
.shared-detail .desc .inner-content {
	display: flex;
	flex-direction: column;
}
.shared-detail .desc .inner-content .spotify-embed {
	order: 1;
	opacity: 0;
	max-width: 360px;
	margin: 0 auto 20px 0;
}
.shared-detail .desc .inner-content .spotify-embed.active {
	opacity: 1;
}
.qv-wrapper .shared-detail .desc .inner-content .spotify-embed.active {
	opacity: 1;
	max-height: 100px;
}
.shared-detail .spotify-wrap {
	display: flex;
	flex-direction: column;
}
.shared-detail .desc .inner-content :not(.spotify-embed) {
	order: 2;
}

@media only screen and (min-width: 1025px) {
	.shared-bottom .venue-specs .detail-table { overflow-x: hidden; }
	.shared-detail .spotify-wrap {
		flex-direction: row;
		align-items: flex-start;
	}
	.shared-detail .desc .inner-content .spotify-embed {
		order: 2;
		flex: 1 0 350px;
		margin-left: 20px;
		margin-bottom: 0;
	}
	.shared-detail .desc .inner-content :not(.spotify-embed) {
		order: 1;
	}
	.qv-wrapper .shared-detail .desc .inner-content .spotify-embed.active {
		opacity: 1;
		max-height: 100px;
	}
	.qv-wrapper .shared-detail .spotify-wrap {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
}

.shared-bottom .venue-specs .detail-table .table-title {
	background-color: #0e88a6;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	padding: 10px 0 6px 50px;
	letter-spacing: 0.06em;
	vertical-align: middle;
	height: 100%;
}

@media only screen and (min-width: 640px) {
	.shared-bottom .venue-specs .detail-table .table-title {
		margin: 0 auto;
		text-align: center;
		padding-left: 0;
	}
}

.shared-bottom .venue-specs .detail-table table{width: 100%;}

.shared-bottom .venue-specs .detail-table .table-header,
.shared-bottom .venue-specs .detail-table tr.header {
	background-color: #313131;
	color: #fff;
}

.shared-bottom .venue-specs .detail-table tr.header th{
	color: #fff;
	font-weight: normal;
	line-height: normal;
}
.shared-bottom .venue-specs .detail-table ul li,
.shared-bottom .venue-specs .detail-table tr th,
.shared-bottom .venue-specs .detail-table tr td {
	padding: 5px 10px;
	min-width: 100px;
}

@media only screen and (min-width: 900px){
	.shared-bottom .venue-specs .detail-table ul li,
	.shared-bottom .venue-specs .detail-table tr th,
	.shared-bottom .venue-specs .detail-table tr td {
		display: inline-block;
	}
}

.shared-bottom .venue-specs .detail-table tr td {
	min-width: 105px;
	line-height: 14px;
}
.shared-bottom .venue-specs .detail-table ul{ padding-left: 18px; }
.shared-bottom .venue-specs .detail-table tr th,
.shared-bottom .venue-specs .detail-table tr td{ padding-left: 30px; }

.shared-bottom .venue-specs .detail-table ul li.room-name,
.shared-bottom .venue-specs .detail-table tr .room-name { width: 150px; }

.shared-bottom .venue-specs .detail-table .table-content ul{ background-color: #f6f3e5; }
.shared-bottom .venue-specs .detail-table  tr.table-content.odd { background-color: #f6f3e5 !important; }
.shared-bottom .venue-specs .detail-table .table-content ul:nth-of-type(2n) { background-color: #ead9b0; }
.shared-bottom .venue-specs .detail-table tr.table-content.even{background-color: #ead9b0;}



@media only screen and (max-width: 900px){
	.shared-bottom .venue-specs .detail-table tr th,
	.shared-bottom .venue-specs .detail-table tr td {min-height: 24px;}
	.shared-bottom .venue-specs .detail-table .pinned tr th,
	.shared-bottom .venue-specs .detail-table .pinned tr td{padding-left: 10px}
}

.shared-bottom .desc { margin-bottom: 40px; }
.shared-bottom .desc,
.shared-bottom .desc p {
	height: 225px;
	overflow-y: hidden;
	font-size: 14px;
	margin: 0 0 2px;
	line-height: 2;
}

.shared-bottom .desc.long,
.shared-bottom .desc.long p{
	height: auto;
	overflow-y: auto;
	margin-bottom: 20px;
}

.shared-bottom .desc a,
.shared-bottom .desc p a { line-height: 1; }
.shared-bottom .desc .read-more { text-align: left; }

.shared-bottom ul {
	margin: 0;
	list-style: none;
}
.contentRender_name_plugins_events_detail .shared-detail .shared-bottom ul {
	margin: 1em;
	list-style: inherit;
}
.shared-bottom ul.tabs { margin-bottom: 0; }
.shared-bottom ul.tabs li { }
.shared-bottom ul.tabs li a { display: block; }
.shared-bottom ul.tabs li.active a {}

.shared-bottom .review-tabs{
	display: inline-block;
	position: relative;
	right: 0;
	top: 0;
}
.shared-bottom .review-tabs .review-tab-title.inactive{
	display: none;
}
.shared-bottom .review-tabs .review-tab-title{
	display: table-cell;
	border: 2px solid #0087a4;
	background-color: #FFF;
	color: #0087a4;
	font-family: 'Brown-Regular', Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
	vertical-align: middle;
}

.shared-bottom .review-tabs .review-tab-title.active{
	background-color: #0087a4;
	color: #FFF;
}
.shared-bottom .review-tabs .review-tab-title a{
	color: inherit;
	font-size: inherit;
	min-width: 156px;
	min-height: 35px;
	text-align: center;
	line-height: 35px;
}
.shared-bottom .cool-cousin-reviews .introText{
	font-family: Lato, sans-serif;
	font-size: 16px;
	color: #2f292b;
}
.shared-bottom .cool-cousin-reviews .coolCousinLogo{
	text-align: center;
	display: block;
	margin-bottom: 25px;
}
.shared-bottom .cool-cousin-reviews .coolCousinLogo img{
	width: 200px;
}
.shared-bottom .cool-cousin-reviews .reviews .recommendation-item{
	border-bottom: 1px solid #e7e5d7;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.shared-bottom .cool-cousin-reviews .reviews .recommendation-item .avatar{
	border-radius: 50%;
	border: 4px solid #FF1253;
	display: block;
	overflow: hidden;
	max-width: 150px;
	margin: 5px auto;
}

.shared-bottom .cool-cousin-reviews .reviews .recommendation-item .name{
	font-family: Lato-Black, sans-serif;
	font-weight: 900;
	font-size: 28px;
	color: #FF1253;
}

.shared-bottom .cool-cousin-reviews .reviews .recommendation-item .tagline{
	font-family: Lato, sans-serif;
	font-style: italic;
	font-size: 20px;
	color: #2f292b;
}
.shared-bottom .cool-cousin-reviews .reviews .recommendation-item .description{
	font-family: Lato, sans-serif;
	font-size: 16px;
	color: #2f292b;
}
@media (min-width: 64.063em) {
	.shared-bottom .cool-cousin-reviews .coolCousinLogo img{
		width: 50%;
		float: right;
	}
	.shared-bottom .cool-cousin-reviews .reviews .recommendation-item .avatar{
		margin:0;
	}
}

@media (max-width: 40em) {
	.shared-bottom .detailed-info .review-tabs{
		display: none
	}

	.shared-bottom .detailed-info.active .review-tabs{
		display: table-cell;
	}
}
/* Gallery Specific */

.shared-bottom .galleries { margin-bottom: 30px; }

.shared-bottom .galleries ul.tabs {
	position: relative;
	top: 2px;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.shared-bottom .galleries ul.tabs-content {
	margin: 0;
}

.shared-bottom .galleries ul.tabs li { display: inline-block; }
.shared-bottom .galleries ul.tabs li:first-child { margin-right: -5px; }

.shared-bottom .galleries ul.tabs li a {
	display: block;
	background-color: transparent;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 40px;
	color: #0e88a6;
	padding: 0 20px;
	border: 2px solid #0e88a6;
}

.shared-bottom .galleries ul.tabs li.active a {
	background-color: #0e88a6;
	color: #fff;
}

.shared-detail .booking-link {
	display: inline-block;
	padding: 0 20px;
	
	color: #fff;
	font-size: 16px;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 40px;

	background-color: #cc3131;

}

@media only screen and (max-width: 40em) {
	.shared-bottom .galleries ul.tabs li { width: 50%; }
	.shared-bottom .galleries ul.tabs li a { font-size: 12px; }
}

/* Venue Gallery */
li#venue-gallery, 
li#venue-gallery div, 
li#venue-gallery a, 
li#venue-gallery img {
	vertical-align: middle !important;
	text-align: center;
}

.venue-gallery {
	position: relative;
	width: 100%;
}
.venue-gallery.small{
	max-width: 640px;
	margin:0 auto;
}

.venue-gallery .right-col {
	float: right;
	width: 77%;
	position: relative;
}
.venue-gallery .right-col img { width: 100%; }

.venue-gallery .left-col {
	float: left;
	width: 23%;
	height: 100%;
}
.venue-gallery .left-col .controls {
	position: relative;
	background-color: #0e88a6;
	width: 100%;
	height: 50%;
	color: #fff;
	text-align: center;
	display: block;
}

.venue-gallery .left-col .controls .content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
}
.venue-gallery .left-col .controls .title {
	font-family:'Freight Display W01 Bold', Times, Georgia;
	font-size: 20px;
	line-height: 1.6;
}
.venue-gallery .left-col .controls .photo-count {
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.venue-gallery .left-col .controls .expand {
	cursor: pointer;
}

.venue-gallery img.youtube-play {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 70px !important;
	height: 55px;
	pointer-events: none;
	cursor: pointer;
}

.venue-gallery .left-col .btm-img {
	width: 100%;
	height: 50%;
	position: relative;
}

.venue-gallery .left-col .spacer,
.venue-gallery .left-col .btm-img img { width: 100%; }

@media only screen and (max-width: 40em) {
	.venue-gallery a{
		display: block;
	}
	.venue-gallery .right-col,
	.venue-gallery .left-col {
		float: none;
		width: 100%;
	}
	.venue-gallery .left-col .controls,
	.venue-gallery .left-col .btm-img {
		float: left;
		width: 50%;
	}
	.venue-gallery .left-col .controls .title { font-size: 18px; }
	.venue-gallery .left-col .controls .expand img { max-width: 30px }}

@media only screen and (min-width: 1025px) {
	.venue-gallery .left-col .controls .title { font-size: 36px; }
	.venue-gallery .left-col .controls .photo-count { font-size: 16px; }
}


.shared-bottom ul.tabs-content {
	border-top: 2px solid #0e88a6;
	margin-bottom: 20px;
}
.shared-bottom ul.tabs-content li.content {
	padding: 0;
}
.shared-bottom ul.tabs-content li.content p {
	color: #756b5e;
	font-size: 20px;
	line-height: 34px;
}
@media only screen and (max-width: 40em) {
	.shared-bottom ul.tabs-content li.content p {
		font-size: 18px;
		line-height: 28px;
	}
}
.shared-bottom ul.tabs-content li.content .description {
	position: relative;
	overflow: hidden;
}
.shared-bottom ul.tabs-content li.content.teaser .description {
	max-height: 260px;
}
@media only screen and (max-width: 40em) {
	.shared-bottom ul.tabs-content li.content.teaser .description {
		max-height: 350px;
	}
}
.shared-bottom ul.tabs-content li.content .description:after {
	position: absolute;
	bottom: 0;
	content: none;
	display: block;
	height: 1px;
	width: 100%;
	box-shadow: 0 0 10px black;
}
.shared-bottom ul.tabs-content li.content.teaser .description:after {
	content: '';
}
.shared-bottom ul.tabs-content li.content .read-more {
	display: none;
	color: #c9bea7;
	font-size: 20px;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}
.shared-bottom ul.tabs-content li.content .read-more:hover {
	font-weight: bold;
}
.shared-bottom ul.tabs-content li.content.teaser .read-more {
	display: block;
}

.shared-bottom [data-gMapContainer] [data-mapHolder] {
	height: auto;
	overflow: hidden;
}
@media only screen and (max-width: 40em) {
	.shared-bottom [data-gMapContainer] [data-mapHolder] {}
}
.shared-bottom [data-gMapContainer] img.temp {
	display: block;
	width: 100%;
	min-height: 100%;
}

.shared-bottom [data-gMapContainer] .map-details {
	background-color: #f6f3e5;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}
.shared-bottom [data-gMapContainer] .map-details ul {
	text-align: left;
	margin-bottom: 10px;
}
.shared-bottom [data-gMapContainer] .map-details ul li span { text-transform: uppercase; }
.shared-bottom [data-gMapContainer] .map-details .row { max-width: 600px; }
.shared-bottom [data-gMapContainer] .map-details .title {
	font-family:'Freight Display W01 Bold', Times, Georgia;
	font-size: 27px;
	color: #cc3131;
	margin-bottom: 10px;
}
@media only screen and (max-width: 40em) {
	.shared-bottom [data-gMapContainer] .map-details ul { text-align: center; }
}
@media only screen and (min-width: 1025px) {
	.shared-bottom [data-gMapContainer] .map-details .button { font-size: 16px; }
}

/* Categories Detailed Info Section */
.detailed-info.categories .detailed-info-header { margin-bottom: 10px; }

.detailed-info.categories .detailed-info-header .title {
	color: #008CBA;
	font-family: 'Freight Display W01 Bold', Times, Georgia;
	font-size: 32px;
	line-height: 1em;
	text-transform: none;
}

.detailed-info.categories .detailed-info-header .title > div {
	letter-spacing: 0px;
}

.detailed-info.categories .detailed-content {
	padding-left: 0px;
}

.detailed-info.categories .detailed-content ul > li {
	padding-bottom: 5px;
	padding-left: 5px;
	text-transform: uppercase;
}

.detailed-info.categories .detailed-content ul > li:before {
	content: '\00b7';
	position: relative;
	top: 5px;
	width: 20px;
	font-size: 44px;
	line-height: 0.5;
}
.detailed-info.categories .detailed-content ul > li > span {
	padding-left: 10px;
}
/* --End categories detailed info section-- */

/* Detailed info sections at the bottom */

.detailed-info { position: relative; margin-bottom: 40px; }

.detailed-info .detailed-info-header {
	position: relative;
	margin-bottom: 10px;
}
.detailed-info .detailed-info-header img {
	position: relative;
	top: -5px;
	display: inline-block;
	max-width: 45px;
	margin-right: 5px;
	vertical-align: middle;
}
.detailed-info .detailed-info-header .title {
	position: relative;
	display: inline-block;
	width: 100%;
	font-family: 'Knockout', Arial, sans-serif;
	font-size: 37px;
	line-height: 45px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #313131;
}
.detailed-info .detailed-info-header .title > div {
	position: relative;
	display: inline-block;
	background-color: #fff;
	width: auto;
	z-index: 2;
	padding-right: 20px;
	letter-spacing: 0.08em;
}
.detailed-info .detailed-info-header .title:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: ' ';
	height: 1px;
	width: 98%;
	border-top: 1px solid #e7e5d7;
}
.detailed-info .detailed-info-header .link {
	display: inline-block;
	width: auto;
}


.detailed-info .detailed-info-header .link {
	position: absolute;
	right: 0;
	top: 50%;
	background-color: #fff;
	padding-left: 20px;
	transform: translateY(-50%);
}

@media only screen and (min-width: 1025px) {
	.detailed-info .detailed-info-header { margin-bottom: 30px; }
	.detailed-info .detailed-info-header img { max-width: 100%; }
	.detailed-info .detailed-info-header .title {
		font-size: 54px;
		line-height: 67px;
	}
	.shared-bottom .review-tabs{
		position: absolute;
		right: 0;
		top: 15px;
	}
}
@media only screen and (max-width: 40em) {
	.detailed-info { margin-bottom: 20px; }

	.detailed-info .detailed-info-header .title {
		line-height: 1;
		cursor: pointer;
	}
	.detailed-info .detailed-info-header .title > div { padding-right: 0; }

	.detailed-info .detailed-info-header .title:before { border: 0 none; }
	.detailed-info .detailed-info-header .title:after {
		position: absolute;
		top: 50%;
		right: 10px;
		content: "\f0d7";
		font-family: 'FontAwesome';
		font-size: 22px;
		color: #0e88a6;
		transform: translateY(-50%);
		-webkit-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;
	}
	.detailed-info .detailed-info-header.active .title:after {
		transform: translateY(-50%) rotate(180deg);
	}
}

.detailed-info .detailed-content { padding-left: 20px; }

.detailed-info.related-acts-cont.artist.row{
	padding: 0 16px 48px 16px;
}
.detailed-info.related-acts-cont.artist.row .related-item .img-cont img{
	max-width: 170px;
	width: 100%;
	height: auto;
	object-fit: contain;
}
.detailed-info.related-acts-cont.artist.row .related-item .title{
	font-size: 28px;		
}
.detailed-info.related-acts-cont.artist.row .related-item .read{
	font-family: 'Brown-Bold', Arial, sans-serif;
    font-size: 13px;
    text-transform: none;
	color: #58b9bf;
    letter-spacing: 0.1em;
}
.detailed-info.related-acts-cont.artist.row .related-item .read:after {
    content: '\f178';
    position: relative;
    display: inline;
    font-family: 'FontAwesome';
    width: auto;
    min-width: 20px;
	margin-left: 8px;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all ease .5s;
}

.detailed-info .detailed-content .item {
	line-height: 1.3;
	margin-bottom: 10px;
}

.detailed-info.events .detailed-content .item { margin-bottom: 5px; }

.detailed-info.events .detailed-content .item .dates,
.detailed-info.events .detailed-content .item .title {
	font-family: 'Brown-Regular', Arial, sans-serif;
	font-size: 14px;
	color: #000;
}
.detailed-info.events .detailed-content .item .title {
	color: #0087a4;
	letter-spacing: 0.15em;
}

.detailed-info.located .detailed-content .item .title {
	font-family:'Freight Display W01 Bold', Times, Georgia;
	font-size: 21px;
}

@media only screen and (min-width: 641px) {
	.detailed-info .detailed-content { padding-left: 57px; }

	.detailed-info .detailed-content a.button-text { display: none; }
}

@media only screen and (min-width: 1025px) {
	.detailed-info .detailed-content { padding-left: 90px; }

	.detailed-info.located .detailed-content .item .title { font-size: 27px;     display: inline-block;}
}

@media only screen and (max-width: 40em) {
	.detailed-info.located .detailed-content .item .columns { padding: 0; }
	.detailed-info.located .shared-items .item .details-container .ta-info .right-cont { text-align: left; }

	.detailed-info .detailed-content {
		height: 0;
		overflow: hidden;
		-webkit-transition: all .3s ease-in-out;
				transition: all .3s ease-in-out;

	}
	.detailed-info.active .detailed-content {
		height: 100%;
		overflow: visible;
	}
	
	.detailed-info.categories .detailed-content {
		height: auto;
		overflow: visible;
	}
	.detailed-info.cateogires .detailed-info-header .title { font-size: 26px; }
	.detailed-info.categories .detailed-info-header .title:after { display: none; }

	.detailed-info.related-acts-cont.artist.row .related-item .title{
		font-size: 21px;		
	}
}

.offer-detail .shared-bottom .desc p {
	height: auto;
	overflow-y: auto;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: pointer;}

.mfp-arrow-left:before,
.mfp-arrow-left:after,
.mfp-arrow-right:before,
.mfp-arrow-right:after{display: none;}

.mfp-arrow-left{}

.mfp-arrow-right{
	right: 10px;
}
.mfp-arrow{cursor: pointer;}
.mfp-arrow .fa{
	font-size: 55px;
	pointer-events: none;
}

.mfp-arrow,
.mfp-arrow:hover,
.mfp-arrow:focus,
button .mfp-arrow,
button .mfp-arrow:hover,
button .mfp-arrow:focus {
		background-color: transparent !important;
}

/* Quickview - custom styles */
.qv-open .galleries .venue-gallery .content .title,
.qv-open .galleries .venue-gallery .content .photo-count {
	font-size: 16px;
}
.qv-open .galleries .venue-gallery .content .expand {
	width: 30%;
	margin: 0 auto;
}

/*Reviews*/

.reviews-provider-wrapper,
.reviews-provider-wrapper h4{
	font-size: 14px;
	font-family: 'Brown-Bold';
	color: #2f292b;
	line-height: 1.857;
}

.reviews-provider-wrapper .reviews-provider-header .reviews-provider-overview h4:first-of-type{
	margin-bottom: 10px;
}

.reviews-provider-wrapper .reviews-provider-header .reviews-provider-overview h4:last-of-type{
	margin-bottom: 5px;
}

.reviews-provider-wrapper .reviews-provider-header .reviews-rating-line-text{
	position: relative;
	top: -4px;
}

.reviews-provider-wrapper .reviews-provider-content h4,
.shared-bottom .cool-cousin-reviews .reviews h4{
	font-size: 24px;
	font-family: 'Freight Display W01 Bold';
	color: #0087a4;
	line-height: 1.2;
	margin-left: 15px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e7e5d7;
	margin-bottom: 15px;
}

.provider-tripadvisor .review-title{
	font-family: 'Brown-Bold';
	color: #0087a4;
	margin-bottom: 10px;
	font-size: 20px;
}


.provider-tripadvisor .review.row{
	padding-bottom: 6px;
	border-bottom: 1px solid #e7e5d7;
	margin-bottom: 15px;
}

.provider-tripadvisor .review.row:last-of-type{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}


@media only screen and (max-width: 40em) {
	.reviews-provider-wrapper .review-meta{
		width: 100%;
		margin-bottom: 10px;
	}

	.reviews-provider-wrapper .review-content{width: 100%;}
}

.shared-detail .gMapContainer {position: relative; top: -30px;}
.shared-detail .map-toggle .isOpen { display:none; }
.shared-detail .map-toggle .isClosed {display: block;}
.shared-detail.map-open .map-toggle .isOpen { display: block; }
.shared-detail.map-open .map-toggle .isClosed { display: none; }
.shared-detail.map-open .gMapHolder { height: 600px !important; }
.shared-detail .gMapContainer .gMapHolder { height: 0px; }
.shared-detail.map-open .gMapHolder { display:block; }

.shared-detail .map-toggle button,
#myMap .close-reveal-modal {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	width: auto;
	height: 40px;
	font-family: 'Brown-Regular', Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	color: #0087a4;
	line-height: 44px;
	text-align: center;
	border: 2px solid #0087a4;
	padding: 0 12px;
	margin: 0 auto;
	vertical-align: middle;
	margin-bottom: 15px;
}
/*#myMap .close-reveal-modal {
	position: absolute;
	top: 70%;
	transform: translateY(-70%);
}*/
.shared-detail .map-toggle button:after,
.shared-detail [data-closeMap]:after,
#myMap .close-reveal-modal:after { display: none; }

.shared-detail .map-toggle button .fa,
.shared-detail [data-closeMap] .fa{
	margin-left: 5px;
}

/* ======== COOLINARY LISTING DETAIL ======= */
.header-slideshow-int.coolinary {margin-top: -51px;}

.shared-detail.coolinary em { font-style: italic; }
.shared-detail.coolinary .shared-back-button {
	color: #313131;
	font-weight: 600;
	margin-top: 5px;
	display: block;
}

.shared-detail.coolinary .shared-back-button:hover {
	color: #313131;
}

.shared-detail.coolinary .shared-back-button span {
	display: none;
}

.shared-detail.coolinary .shared-back-button::before {
	content: '\f177';
	font-family: 'fontAwesome';
	color: #0087a4;
}

.shared-detail.coolinary .top-cont {
	display: flex;
	margin-top: 20px;
}

.shared-detail.coolinary .top-cont .info-cont {
	flex: 1;
}

.shared-detail.coolinary .top-cont .info-cont h1 {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1;
	font-size: 67px;
	padding-right: 80px;
}

.shared-detail.coolinary .top-cont .info-cont .info {
	margin-right: 80px;
}

.shared-detail.coolinary .top-cont .info-cont .address-cont.info-item {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.shared-detail.coolinary .top-cont .info-cont .address-cont > div:first-of-type {
	margin-right: 40px;
	margin-left: 15px;
}

.shared-detail.coolinary .top-cont .info-cont .address-cont > div:first-of-type::before {
	content: '\f041';
	font-family: 'fontAwesome';
	color: #0087a4;
	margin-left: -15px;
}

.shared-detail.coolinary .top-cont .info-cont .address-cont > div:last-of-type a {
	display: block;
	padding: 9px 14px;
	border: 2px solid #0087a4;
	color: #0087a4;
	line-height: 1;
	font-size: 16px;
}

.shared-detail.coolinary .top-cont .info-cont .address-cont > div:last-of-type a .fa { margin-left: 5px; }

.shared-detail.coolinary .top-cont .info-cont .info-item {
	line-height: 1.3;
	margin-bottom: 5px;
}

.shared-detail.coolinary .top-cont .info-cont .info-item a {
	color: #313131;
	font-weight: 400;
}

.shared-detail.coolinary .top-cont .info-cont .title {
	font-weight: 600;
}
.shared-detail.coolinary .top-cont .info-cont .info-list-label {
	font-size: 22px;
}

.shared-detail.coolinary .top-cont .info-cont .info-list-label::before {
	content: '\f017';
	color: #f7a81b;
	font-family: 'fontAwesome';
	font-size: 28px;
	line-height: 1;
	margin-right: 10px;
}

.shared-detail.coolinary .top-cont .info-cont .info-list-label::after {
	content: '*';
	color: #0087a4;
}

.shared-detail.coolinary .top-cont .info-cont .links {
	font-weight: 600;
	margin-top: 12px;
	margin-bottom: 20px;
}

.shared-detail.coolinary .top-cont .info-cont .links .web-link::after {
	content: '\f177';
	font-family: 'fontAwesome';
	transform: rotate(180deg);
	display: inline-block;
	margin-left: 5px;
}

.shared-detail.coolinary .hours_dropdown span { display: block; }

.shared-detail.coolinary .top-cont .info-cont .mfp-hide.white-popup {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	margin-bottom: 5px;
	max-width: 600px;
}

.shared-detail.coolinary .top-cont .info-cont .mfp-hide.white-popup p { font-size: 14px; }

.shared-detail.coolinary .top-cont .info-cont .mfp-hide.white-popup .day {
	margin-bottom: 20px;
}

.shared-detail.coolinary .top-cont .info-cont .mfp-hide.white-popup .day > div:first-of-type {
	font-weight: 600;
}

.shared-detail.coolinary .top-cont .info-cont .hours-note {line-height: 1.3;font-size: 13px;max-width: 550px;letter-spacing: 0px;}

.shared-detail.coolinary .top-cont .info-cont .hours-note span {
	display: inline-block;
	color: #0087a4;
}

.shared-detail.coolinary .top-cont .info-cont .desc {
	margin-bottom: 20px;
	margin-right: 80px;
	line-height: 1.3;
	font-size: 13px;
	letter-spacing: 0px;
}

.shared-detail.coolinary .desc .title { font-size: 14px; }

.shared-detail.coolinary .top-cont .info-cont .desc p {
	font-size: inherit;
	line-height: inherit;
}

.shared-detail.coolinary .mobile-desc { display: none; }

.shared-detail.coolinary .custom-button {
	text-align: left;
	margin: 0;
}

.shared-detail.coolinary .custom-button .purchase a {
	padding: 17px 20px;
	max-width: none;
	background-color: #f7a81b;
	color: #313131;
	font-weight: 600;
	line-height: 1;
}

.shared-detail.coolinary .custom-button .purchase a::after {
	position: relative;
	display: inline-block;
	right: 0;
	transform: none;
	margin-left: 10px;
}

.shared-detail.coolinary .custom-button .purchase a:hover,
.shared-detail.coolinary .custom-button .purchase a:focus { background-color: #dd8f08; }

.shared-detail.coolinary .image-cont {
	flex: 1;
	max-width: 526px;
	padding-top: 10px;
}

.shared-detail.coolinary .image-cont .detail-gallery {
	display: flex;
	flex-wrap: wrap;
}

.shared-detail.coolinary .image-cont .detail-gallery .slide {
	flex: 1 1 50%;
	max-width: calc(50% - 15px);
}

.shared-detail.coolinary .image-cont .detail-gallery .slide:nth-child(odd) {
	margin-right: 30px;
}

.shared-detail.coolinary .image-cont .detail-gallery .slide:nth-child(1),
.shared-detail.coolinary .image-cont .detail-gallery .slide:nth-child(2) {
	margin-bottom: 30px;
}

.shared-detail.coolinary .image-cont .detail-gallery picture.desktop { display: block; }

.shared-detail.coolinary .image-cont .detail-gallery picture.mobile { display: none; }

.shared-detail.coolinary .shared-bottom { margin-bottom: 40px; }

.shared-detail.coolinary .menus {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
	max-width: 790px;
	margin: 0 auto 10px;
	padding: 0 15px;
}

.shared-detail.coolinary .menus span:first-of-type {
	font-size: 18px;
	font-weight: 600;
}

.shared-detail.coolinary .menus span:first-of-type::after {
	content: '\f0f5';
	color: #0087a4;
	font-family: 'fontAwesome';
	margin-left: 5px;
}

.shared-detail.coolinary .menu-specs {
	max-width: 760px;
	margin: 0 auto;
}

.shared-detail.coolinary .menu-specs .trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 40px;
	font-family: 'Brown-Regular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background-color: #0087a4;
	padding: 0 15px;
	cursor: pointer;
	text-align: left;
	text-transform: capitalize;
	border: 1px solid #0087a4;
	margin-bottom: 20px;
}

.shared-detail.coolinary .menu-specs .trigger.active { margin-bottom: 0; }

.shared-detail.coolinary .menu-specs .trigger .fa {
	font-size: 22px;
	transform: rotate(0deg);
	transition: all 225ms ease-in-out; 
}

.shared-detail.coolinary .menu-specs .trigger.active .fa {
	transform: rotate(180deg);
} 

.shared-detail.coolinary .menu-specs .content {
	display: none;
	padding: 30px;
	background-color: #f6f3e4;
	border: 1px solid darkgrey;
	border-top: none;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 0px;
}

.shared-detail.coolinary .menu-specs .content .course {
	display: block;
	width: max-content;
	font-weight: 600;
	border-bottom: 2px solid #444;
	margin: 0 auto 20px;
}

.shared-detail.coolinary .menu-specs .content .course + span {
	display: block;
	margin-bottom: 20px;
}

.shared-detail.coolinary .menu-specs .trigger.active + .content { display: block; }

.shared-detail.coolinary .menu-specs .content p {
	font-size: 16px;
}

.shared-detail.coolinary .shared-bottom .custom-button { text-align: center; }

@media screen and (max-width: 1024px) {
	.header-slideshow-int.coolinary { margin-top: 0; }

	.shared-detail.coolinary .top-cont .info-cont .address-cont > div:first-of-type { margin-right: 20px; }

	.shared-detail.coolinary .top-cont .info-cont .info,
	.shared-detail.coolinary .top-cont .info-cont .desc { margin-right: 15px; }

	.shared-detail.coolinary .top-cont .info-cont .info-list-label { font-size: 18px; }

	.shared-detail.coolinary .image-cont .detail-gallery .slide {max-width: calc(50% - 5px);}

	.shared-detail.coolinary .image-cont .detail-gallery .slide:nth-child(1),
	.shared-detail.coolinary .image-cont .detail-gallery .slide:nth-child(2) {margin-bottom: 10px;}

	.shared-detail.coolinary .image-cont .detail-gallery .slide:nth-child(odd) {margin-right: 10px;}
}

@media screen and (max-width: 780px) {
	.shared-detail.coolinary .top-cont .info-cont .address-cont.info-item { flex-wrap: wrap; }

	.shared-detail.coolinary .top-cont .info-cont .address-cont > div:first-of-type { margin-bottom: 10px; }

	.shared-detail.coolinary .top-cont .info-cont .mfp-hide.white-popup {}

	.shared-detail.coolinary .top-cont .info-cont .hours_dropdown,
	.shared-detail.coolinary .top-cont .info-cont .desc,
	.shared-detail.coolinary .top-cont .info-cont .custom-button { display: none; }

	.shared-detail.coolinary .mobile-desc { display: block; }

	.shared-detail.coolinary .mobile-desc .desc {
		margin-bottom: 20px;
		line-height: 1.3;
		font-size: 13px;
	}

	.shared-detail.coolinary .mobile-desc .info-list-label {
		font-size: 18px;
		font-weight: 600;
	}

	.shared-detail.coolinary .mobile-desc .info-list-label::before {
		content: '\f017';
		color: #f7a81b;
		font-family: 'fontAwesome';
		font-size: 28px;
		line-height: 1;
		margin-right: 10px;
	}

	.shared-detail.coolinary .mobile-desc .info-list-label::after {
		content: '*';
		color: #0087a4;
	}

	.shared-detail.coolinary .mobile-desc .mfp-hide.white-popup {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 14px;
		padding: 0;
		margin: 0;
		margin-top: 10px;
		margin-bottom: 5px;
		max-width: none;
	}

	.shared-detail.coolinary .mobile-desc .hours-note span {
		display: inline-block;
		color: #0087a4;
	}

	.shared-detail.coolinary .mobile-desc .hours-note {
		line-height: 1.3;
		font-size: 13px;
		max-width: none;
		letter-spacing: 0px;
	}

	.shared-detail.coolinary .mobile-desc .desc p {
		font-size: inherit;
		line-height: inherit;
	}

	.shared-detail.coolinary .mobile-desc .desc .title { font-weight: 600; }
}

@media screen and (max-width: 640px) {
	.shared-detail.coolinary .shared-top { margin-bottom: 15px; }

	.shared-detail.coolinary .shared-back-button {
		margin-top: 0;
		margin-bottom: 10px;
	}

	.shared-detail.coolinary .top-cont {
		flex-direction: column-reverse;
		margin-top: 0;
	}

	.shared-detail.coolinary .top-cont .info-cont h1 {
		font-size: 48px;
		padding-right: 0; 
	}

	.shared-detail.coolinary .top-cont .info-cont .address-cont > div:first-of-type { margin-right: 40px; }

	.shared-detail.coolinary .menus { margin-bottom: 0; }

	.shared-detail.coolinary .menus span:first-of-type {
		margin-right: 10px;
		margin-bottom: 10px;
	}

	.shared-detail.coolinary .menus span:last-of-type {
		margin-bottom: 10px;
		font-size: 13px;
	}

	.shared-detail.coolinary .image-cont {padding-top: 0;max-width: none;}

	.shared-detail.coolinary .image-cont .detail-gallery { margin-bottom: 15px; }

	.shared-detail.coolinary .image-cont .detail-gallery picture.desktop { display: none; }

	.shared-detail.coolinary .image-cont .detail-gallery picture.mobile { display: block; }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
	.shared-detail.coolinary .top-cont .info-cont h1 {
		font-size: calc(48px + (67 - 48) * ((100vw - 640px) / (1024 - 640)));
	}
}

/* Artist listing type styles */

.shared-detail .music-data {
	padding-left: 15px;
}

.shared-detail .music-data > div,
.shared-detail .music-data ul {
	display: flex;
	align-items: center;
}

.shared-detail .music-data ul {
	flex-wrap: wrap;
}

.shared-detail .music-data h5 {
	font-size: 16px;
	margin-right: 15px;
}

.shared-detail .music-data img {
	max-width: 30px;
	margin-right: 15px;
}

.shared-detail .music-data ul li {
	font-weight: bold;
	margin: 8px 5px 0;
}

.shared-detail .music-data ul li:nth-child(n + 1)::after {
	content: ",";
}

.shared-detail .music-data ul li:last-child::after {
	display: none;
}

.shared-detail .music-data > div {
	margin-bottom: 20px;
}

.shared-detail .artist-embed {
	padding: 0 40px;
}

.shared-detail .artist-embed iframe {
	height: 400px;
}

@media (min-width: 1025px) {
	.shared-detail .artist-embed iframe {
		height: 550px;
	}
}

/* Viator styling */
#viator-cont{
	padding-top: 100px;
}
#viatorCont {
	--radii: 4px;
	--rgbaValue: 0.15;
	--font-title: 'Freight Display W01 Bold';

	position: relative;
	opacity: 0;
}

#viatorCont.active {
	opacity: 1;
}

#viatorCont .viatorItem {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0 10px;
	border-radius: var(--radii);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, var(--rgbaValue)), -2px -2px 3px rgba(0, 0, 0, var(--rgbaValue));
}

#viatorCont .viatorItem img {
	border-top-right-radius: var(--radii);
	border-top-left-radius: var(--radii);
}

#viatorCont .viatorItem .content-section {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 20px 10px 15px;
}

#viatorCont .viatorItem h4 {
	font-family: var(--font-title);
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
	color: #0e88a6;
	text-transform: uppercase;
}

#viatorCont .viatorItem .btnCont {
	display: flex;
	justify-content: center;
	margin-top: auto;
}

#viatorCont .viatorItem .price {
	display: block;
	margin-bottom: 10px;
}

#viatorCont .viatorItem .rating {
	display: flex;
}

#viatorCont .viatorItem .rating svg {
	position: relative;
	width: 18px;
	fill: #252525;
	margin-right: 5px;
}

#viatorCont .viatorItem .rating .star:last-child {
	background-color: transparent;
	position: relative;
}

#viatorCont .viatorItem .rating .star:last-child::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(-25%);
	background-color: #252525;
}

#viatorCont .viatorItem .desc {
	margin: 10px 0 15px;
	line-height: 1.4;
}

#viatorCont .viatorBtn {
	position: relative;
    display: inline-flex;
    align-items: center;
    padding: 15px 35px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    background-color: #cc3131;
    font-size: 14px;
}

#viatorCont .viatorBtn i {
	position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#viatorCont .slides {
	padding: 0 45px;
}

#viatorCont .slides .slick-list,
#viatorCont .slides .slick-track {
	display: flex;
}

#viatorCont .slides .slick-list {
	padding: 25px 0;
}

#viatorCont .arrow-cont {
	display: flex;
    justify-content: space-between;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
	pointer-events: none;
	z-index: 1;
}

#viatorCont .arrow-cont button {
	background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid #fff;
    display: flex;
	align-items: center;
	justify-content: center;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0px;
    cursor: pointer;
	pointer-events: all;
	margin: 0;
}

#viatorCont .arrow-cont button::after {
	display: none;
}

#viatorCont .arrow-cont button i {
	font-size: 20px;
    padding: 8px;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
}

.detailed-info.tours .detailed-info-header .title:after {
	display: none;
}

#viatorCont .prompt {
	display: none;
	text-align: center;
	font-size: 17px;
}

#viatorCont .prompt.active {
	display: block;
} 

@media(min-width: 1025px) {
	#viatorCont .viatorItem h4 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	#viatorCont .viatorItem .price,
	#viatorCont .viatorItem .desc {
		font-size: 16px;
	}
}

.detailed-info.related-acts-cont .related-item .img-cont img {
	width: 100%;
}

@media (min-width: 641px) {
	.detailed-info.related-acts-cont .related-item .inner {
		display: flex;
	}

	.detailed-info.related-acts-cont .related-item .img-cont {
		flex: 0 0 250px;
		margin-right: 20px;
	} 

	.detailed-info.related-acts-cont.artist.row .related-item .img-cont {
		flex: 0 0 170px;
		margin-right: 20px;
	} 
}