/*** Sub Tabs ***/

.shared-detail .detailPanes .content .tabs.subtab dd a {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    color: inherit;
    background: transparent;
    font-family: 'montserrat', Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    background-color: #000;
}
.shared-detail .detailPanes .content .tabs.subtab dd{
	color: #FFF;
}
.shared-detail .detailPanes .content .tabs.subtab dd.active a {
	background: linear-gradient(to right, rgba(0,59,77,1) 0%, rgba(0,116,129,1) 100%);
}

.shared-detail .detailPanes .tabs.subtab .active > a,
.shared-detail .detailPanes .tabs.subtab .active > a:hover,
.shared-detail .detailPanes .tabs.subtab .active > a:focus {
	color: inherit;
	position: relative;
}

.shared-detail .detailPanes .tabs.subtab.vertical { max-width: 100%; }
.shared-detail .detailPanes .tabs-content.subtab { max-width: 100%; }

.shared-detail .detailPanes .tabs.subtab.vertical.no-stack dd { float: none; display: none; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack .active { display: block; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.open dd { display: block; }
.shared-detail .detailPanes .tabs.subtab.vertical, .shared-detail .detailPanes .tabs-content.subtab.vertical { width: 100%; padding: 0;}
.shared-detail .detailPanes .subtab.tabs-content.vertical > .content { padding: 20px 0; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.open { background-color: #fff;}

.shared-detail .detailPanes .tabs.subtab.vertical.no-stack .active > a > span { /* use the left tabs arrow */ }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.solo .active > a > span { display:none; /* if there is only one item in the drop down */ }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.solo .active > a { cursor: default; }

.shared-detail .detailPanes .tabs.subtab.no-stack .active > a > span {
	content: "";
	width: 8px;
	height: 8px;
	right: 16px;
	position: absolute;
	top: 50%;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #000;
	margin-top: -4px;
}
/** Ameneties/Meetings Tab ***/
.shared-detail ul.amen-subtab li,
.shared-detail ul.meeting-subtab li {
	font-size: 16px;
	line-height: 18px;
	font-family: 'petala-pro', Sans-serif;
}
.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 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 {
	background-color: transparent;
	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: #f3f3f3;
}

.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;
}

/*event detail item*/
.detail-item.events {
    background: #fff;
    max-width: 286px;
}
.detail-item.events dl.caption {
    padding: 10px;
}
.detail-item.events dl.caption dd {
    color: #DB5F26;
    font-size: 14px;
    font-weight: 600;
    font-family: 'petala-pro', Sans-serif;
}
.detail-item.events dl.caption h3 {
    font-size: 21px;
    font-family: 'petala-pro', Sans-serif;
    color: #343434;
    font-weight: 600;
}
.detail-item.events dl.caption > .action  {
	width: 100%;
	text-align: right;
	padding: 10px;
}
.detail-item.events dl.caption > .action a {
    cursor: pointer;
    border: #0081a1 solid 1px;
    border-radius: 5px;
    color: #0081a1;
    font-size: 14px;
    padding: 4px 13px;
}

/*offers detail item*/
.detail-item.offers {
    background: #fff;
    max-width: 286px;
}
.detail-item.offers .extra-info {
    display: flex;
}
.detail-item.offers dl.caption p {
    font-size: 16px;
}