/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab li ul,
.shared-detail ul.meeting-subtab li ul {
	margin-top: 10px;
}

.shared-detail ul.amen-subtab,
.shared-detail ul.meeting-subtab {
	margin-bottom: 15px;
}

.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;
	color: var(--Teal);
	max-width: 80%;
	padding-left: 20px;
}

.shared-detail .detail-drawers ul.amen-subtab,
.shared-detail .detail-drawers ul.meeting-subtab {
	background-color: #fff;
	margin-left: 0;
	list-style-type: none;
}

.shared-detail .detail-drawers ul.amen-subtab > li:nth-child(odd),
.shared-detail .detail-drawers ul.meeting-subtab > li:nth-child(odd) {
	background: #f4f5f5;
	background-color: var(--Beige);
}

.shared-detail .detail-drawers dl.drawers dd.active .subtab .content {
	display: none;
}

.shared-detail .detail-drawers dl.drawers dd.active .subtab .content.active {
	display: block;
	width: 100%;
}

.shared-detail .detail-drawers dl.drawers dd.active .subtab .content h5 {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    letter-spacing: 0.04em;
    font-weight: 700;
	margin-bottom: 15px;
	color: var(--Teal);
}

.shared-detail dd.active > .tab-button {
	background-color: var(--Teal);
	color: white;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: var(--Teal);
	border: 1px solid var(--Teal);
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
	    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    letter-spacing: 0.04em;
    font-weight: 700;
}

.shared-detail .tab-button:focus {
	outline: none;
}


.shared-detail .yelp-hours {
	list-style: none;
	margin-left: 0;
}

.shared-detail .yelp-hours .day {
	font-weight: bold;
}

.shared-detail .subtab {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.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;
	}

	.shared-detail .item .img-cont img {
		width: 100%;
		max-width: 328px;
		margin-bottom:15px;
	}
}