/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab li,
.shared-detail ul.meeting-subtab li {
	font-size: 14px;
	line-height: 16px;
}

.shared-detail ul.amen-subtab li ul,
.shared-detail ul.meeting-subtab li ul {
	margin-top: 10px;
}

.shared-detail ul.amen-subtab > li,
.shared-detail ul.meeting-subtab > li {
	display: flex;
	padding: 10px;
	margin: 0;
	max-width: 100%;
}

.shared-detail ul.amen-subtab > li > .value,
.shared-detail ul.meeting-subtab > li > .value{
	margin-left: auto;
}

.shared-detail .detail-panes ul.amen-subtab,
.shared-detail .detail-panes ul.meeting-subtab {
	border: 1px solid #c3c8cd;
	background-color: #ffffff;
	margin-left: 0;
	list-style-type: none;
}

.shared-detail .detail-panes ul.amen-subtab > li:nth-child(odd),
.shared-detail .detail-panes ul.meeting-subtab > li:nth-child(odd) {
	background: #eee;
}

.shared-detail .detail-panes dl.drawers dd.active .subtab .content {
	display: none;
}

.shared-detail .detail-panes dl.drawers dd.active .subtab .content.active {
	display: block;
	width: 100%;
}

.shared-detail dd.active > .tab-button {
	background-color: #824550;
	color: white;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: #824550;
	border: 1px solid #824550;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.shared-detail .yelp-hours {
	list-style: none;
	margin-left: 0;
}

.shared-detail .yelp-hours .day {
	font-weight: bold;
}

.shared-detail .subtab {
	display: flex;
	margin-bottom: 0;
}

.shared-detail .item {
	margin-bottom: 15px;
}

.shared-detail .item .inner {
	padding-left: 15px;
	padding-right: 15px;
}

.shared-detail .item .img-cont img {
	width: 100%;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

@media screen and (min-width: 1024px) {
	.shared-detail .item .inner {
		display: flex;
	}

	.shared-detail .item .img-cont {
		margin-right: 25px;
	}
}
/* event/coupon item style */
.eventItem.item h4 a {
    color: rgb(48, 48, 48);
    font-size: 20px;
    line-height: 24px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-style: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}
.eventItem.item ul.info-list li {
    color: rgb(48, 48, 48);
    font-size: 16px;
    line-height: 18px;
    font-family: "mr-eaves-xl-modern", sans-serif;
    font-style: normal;
    font-weight: 300;
    margin-bottom: 8px;
    text-rendering: optimizelegibility;
}
.eventItem.item a {
    color: #5d707e;
    font-weight: bold;
}