.panel-footer {
	display: none;
}

.panel-footer.loaded{
	display: block;
}

.share-buttons {
	display: none;
}

.share-buttons.loaded {
	display: block;
}

/** Ameneties/Meetings Tab ***/
.shared-detail #meetingfacilityTab .subtab .content {
	display: none;
}
.shared-detail #meetingfacilityTab .subtab .content.active {
	display: block;
}

.shared-detail ul.amen-subtab li,
.shared-detail ul.meeting-subtab li {
	font-size: 17px;
	line-height: 16px;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

.shared-detail #amenitiesTab h5,
.shared-detail #meetingfacilityTab h5 {
	font-weight: 600;
}
.shared-detail ul.amen-subtab li .description,
.shared-detail ul.meeting-subtab li .description {
	font-weight: 500;
	margin-right: 20px;
}

.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 0;
	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 {
	background-color: var(--primary-background-color);
	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 .active .subtab .content {
	display: none;
}

.shared-detail .detail-panes dl.drawers .active .subtab .content.active {
	display: block;
	width: 100%;
}

.shared-detail .active > .tab-button {
	background-color: var(--primary-highlight-color);
	color: var(--secondary-color);
}

/* DELETE ME WHEN AMENITIES ARE BACK ON */
.shared-detail .amenities .active > .tab-button {
	display: none;
}
/* END DELETE ME */

.shared-detail .tab-button {
	background-color: var(--primary-background-color);
	border: 1px solid var(--primary-highlight-color);
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 8px 10px;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
}

.shared-detail .active .tab-button:hover {
	background-color: var(--primary-highlight-accent-color);
	border: 1px solid var(--primary-highlight-accent-color);
	color: var(--secondary-color);
}
.shared-detail .tab-button:hover {
	background-color: var(--primary-background-color);
	color: var(--primary-highlight-accent-color);
	border: 1px solid var(--primary-highlight-accent-color);
}

.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: 20px;
}

.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 .content-section h4 {
	margin-bottom: 5px;
}

.shared-detail .item h4 .listingDetail {
	line-height: 1em;
	text-decoration: underline;
	color: var(--primary-highlight-color);
}

.shared-detail .item h4 .listingDetail:hover {
	text-decoration: unset;
}

.shared-detail .item .info-list {
	list-style: none;
	margin-left: 0;
}

.shared-detail .item .info-list li:not(:last-child) {
	margin-bottom: 5px;
}

@media screen and (min-width: 1024px) {
	.shared-detail .item .inner {
		display: flex;
	}

	.shared-detail .item .img-cont {
		margin-right: 25px;
	}

	.shared-detail .item .content-section {
		width: 60%;
	}
}