/** 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%;
	justify-content: space-between;
	column-gap: 2em;
}

.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: #f4f5f5;
}

.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.active h5 {
	font-weight: var(--font-weight-bold)
}

.shared-detail dd.active > .tab-button {
	background-color: var(--night-blue);
	color: white;
}

.shared-detail .detail-drawers dl.drawers dd.active a:hover {
	text-decoration: none;
}

.shared-detail .tab-button {
	background-color: #fff;
	color: var(--night-blue);
	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: 5px;
}

.shared-detail .item .img-cont img {
	width: 100%;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

.shared-detail .wrapper-posts .item-grid {
	display: flex;
	flex-wrap: no-wrap;
	flex-direction: column;
	margin: 0 20px;
}
.shared-detail .wrapper-posts h3 {
	font-family: var(--font-body);
	font-size: 23px;
	line-height: 41px;
	color: var(--gray);
	padding: 20px 20px 20px;
}
.shared-detail .item.postItem .img-cont {
	width: 100%;
}
.shared-detail .item.postItem .content-section {
	align-content: center;
	display: flex;
	flex-direction: column;
	flex:  1;
	padding: var(--space-3) 0 var(--space-1);
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.shared-detail .item.postItem .category {
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0.02em;
	color: var(--navy-dark);
	font-style: italic;
	font-weight: var(--font-weight-normal);
	text-transform: lowercase;
	display: none;
}
.shared-detail .item.postItem .author {
	padding: var(--space-1) 0;
	display: inline-block;
	display: none;
}
.shared-detail .item.postItem .minutes {
	font-size: 12px;
	font-style: italic;
	font-weight: var(--font-weight-normal);
	line-height: 20px;
	display: block;
	margin-top: 0px;
	display: none;
}
.shared-detail .item.postItem .minutes i {
	font-size: 14px;
	margin-right: 2px;
}
.shared-detail .item.postItem h4 {
	padding: 3px 0 5px;
	font-weight: 700;
	font-size: 17px;
	line-height: 22px;
}

.shared-detail .item.postItem {
	display: block;
	padding: 0 0 var(--space-5) 0;
	margin: 0 !important;
}

@media screen and (min-width: 640px) {
	.shared-detail .wrapper-posts {
		padding: 0 15px;
	}
	.shared-detail .wrapper-posts .item-grid {
		flex-wrap: wrap;
		flex-direction: row;
		margin: 0 -5px;
	}
	.shared-detail .wrapper-posts h3 {
		font-size: 30px;
		line-height: 45px;
		padding: 40px 0 20px;
	}
	.shared-detail .item.postItem {
		display: flex;
		flex-direction: column;
		padding: 0 5px var(--space-3);
		margin: 0 0 20px !important;
		max-width: 50%;
		min-width: 50%;
		flex: 1;
	}
}
@media screen and (min-width: 1024px) {
	.shared-detail .item .inner {
		display: flex;
	}
	.shared-detail .wrapper-posts {
		padding: 0;
	}
	.shared-detail .item.postItem {
		margin: 0 0 20px !important;
		max-width: 33.33%;
		min-width: 33%;
	}
	.shared-detail .wrapper-posts h3 {
		font-size: 38px;
		line-height: 53px;
		padding: 55px 0 30px;
		margin-left: -3px;
	}
	.shared-detail .item.postItem h4 {
		padding: var(--space-4) 0 10px;
		font-size: 20px;
		line-height: 22px;
	}
	.shared-detail .item.postItem .inner {
		flex-direction: column;
	}
	.shared-detail .item.postItem .img-cont {
		width: auto;
	}
	.shared-detail .item.postItem .content-section {
		padding: 0;
		font-size: 17px;
		line-height: 26px;
	}
	.shared-detail .item.postItem .minutes {
		font-size: 14px;
	}
}