/** 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 > 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-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: #f3f3f3;
}

.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 dd.active > .tab-button {
	background-color: #444;
	color: white;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: #444;
	border: 1px solid #444;
	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;
	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;
}

.shared-detail .detail-drawers dl.drawers .item {
	margin-bottom: 15px;
}

.shared-detail .detail-drawers dl.drawers .item .inner {
	display: flex;
}

.shared-detail .detail-drawers dl.drawers .item .img-cont {
	margin-right: 10px;
	max-width: 110px;
}

.shared-detail .detail-drawers dl.drawers .item h4,
.shared-detail .detail-drawers dl.drawers .item h4 a {
	color: #000;
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}

.shared-detail .detail-drawers dl.drawers .item li {
	font-size: 16px;
	color: #444;
}

.shared-detail .detail-drawers dl.drawers .item li span {
	font-weight: 600;
}

@media screen and (min-width: 641px) {
	.shared-detail .detail-drawers dl.drawers .item .img-cont {
		margin-right: 15px;
		max-width: 170px;
	}

	.shared-detail .detail-drawers dl.drawers .item h4,
	.shared-detail .detail-drawers dl.drawers .item h4 a {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 22px;
	}
}

@media screen and (min-width: 1025px) {
	.shared-detail .detail-drawers dl.drawers .item .img-cont {
		margin-right: 25px;
		max-width: 220px;
	}
}