/** 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.row,
.shared-detail ul.meeting-subtab li.row {
	padding: 10px;
	margin: 0;
	max-width: 100%;
}
.shared-detail ul.amen-subtab li ul li ,
.shared-detail ul.meeting-subtab li ul li {
	line-height: 22px;
}
.shared-detail li.amenity-textarea .amenity-value,
.shared-detail li.amenity-multi .amenity-value,
.shared-detail li.amenity-floorplan .amenity-value {
	text-align: left;
}
.shared-detail div#tab-amenities span,
.shared-detail div#tab-amenities > dl > dd > a {
	color: #021d44;
	font-family: 'rift-soft', sans-serif;
	padding: 5px 10px;
	display: block;
}
.shared-detail .tabs-content h5 {
	font-family: 'Montserrat', sans-serif;
	color: #021d44;
}
.shared-detail li .amenity.value {
	word-wrap: break-word;
}
.shared-detail ul.meeting-subtab .meeting-text-area  {
	margin-top: 10px;
}
.shared-detail .detailPanes .tabs-content ul.amen-subtab,
.shared-detail .detailPanes .tabs-content ul.meeting-subtab {
	border: 1px solid #c3c8cd;
	background-color: #ffffff;
	margin-left: 0;
	list-style-type: none;
}
.shared-detail .detailPanes .tabs-content ul.amen-subtab > .row:nth-child(odd),
.shared-detail .detailPanes .tabs-content ul.meeting-subtab > .row:nth-child(odd) {
	background: #eee;
}

.shared-detail #tab-hours {
	
}

.shared-detail #tab-hours .day {
	overflow: hidden;
}

.shared-detail #tab-hours .day-label {
	font-weight: bold;
	width: 50px;
	float: left;
}

.shared-detail #tab-hours .opens {
	float: left;
}
.bottom-tabs dd .content.active dl.tabs dd a {
    font-family: Avenir Next LT W01 Bold;
    padding: 5px;
    text-align: center;
    background: transparent;
}
.detailPanes .bottom-tabs h5 {
    font-family: Avenir Next LT W01 Bold;
}
.detailPanes ul.meeting-subtab,
.detailPanes .tabs-content.subtab.vertical {
    font-family: 'AvenirNextLTW01-Regular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
}


/*list detail*/
.generic-slider figure.sh-subtle-line > a:hover {
	text-decoration: none;
}
.generic-slider figure.sh-subtle-line > a {
	display: flex;
	flex-direction: column;
}

.generic-slider figure.sh-subtle-line figcaption {
	padding: 15px;
}
.generic-slider figure.sh-subtle-line {
	margin: 0;
	margin-bottom: 20px;
	box-shadow: 5px 8px 8px rgba(0,0,0,0.2);
}
.generic-slider figure > a img, .generic-slider figure > picture img {
	width:auto;
}
.generic-slider figcaption h6 {
	margin-top: 0;
}
.generic-slider.core-styles p,
.generic-slider p.description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}
h4.next-date.sh-subtle-line {
	color: #004e72;
	font-size: 17px;
	font-family: 'Bodoni W01 Poster691960', sans-serif;
	font-weight: 300;
}

@media only screen and (min-width: 640px) {
	.generic-slider figure.sh-subtle-line > a { flex-direction: row; }
	.generic-slider figure.sh-subtle-line .thumb {flex: 1;}
	.generic-slider figure.sh-subtle-line figcaption { flex: 4; }

}