/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/

/* Shared Details */
.shared-detail {
    margin-bottom: 80px;
}

@media (max-width: 641px) {
    .shared-detail {
        margin: 0
    }
}

/* Shared Top */
.shared-top {
    display: flex;
    margin-bottom: 40px;
    text-align: center;
}

.shared-top .shared-back-button,
.shared-top .share-button {
    display: block;
    color: white;
    font-weight: 700;
    font-size: 16px;
}

.shared-top .img-cont {
    position: relative;
    width: 55%;
}

.shared-top .img-cont .gallery-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    background-color: #f6b715;
    color: #144270;
    text-transform: uppercase;
    pointer-events: none;
}

.shared-top .img-cont .item img {
    display: block;
    width: 100%;
}

.shared-top .content {
    position: relative;
    width: 45%;
    padding: 25px;
    z-index: 1;
}

.shared-top .content .info-list-value a { color: #f6b715; }

.shared-top .content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/includes/public/assets/images/listings/detail-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.5;
}

.shared-top .content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #144270;
    z-index: -1;
}

.shared-top .content h1 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 900;
    color: white;
    margin-bottom: 30px;
    text-align: left;
    text-transform: uppercase;
}

.shared-top .content .address {
    color: white;
    line-height: 20px;
    font-size: 16px;
    list-style: none;
    margin-left: 0;
    text-align: left;
}
.shared-top .content .social-icons .social-icon {
	display: inline-block;
}
.shared-top .content .social-icons .social-icon a {
	color: #fff;
	font-size: 22px;
}
.shared-top .content .address .phone a,
.shared-top .content .email a {
    display: inline-block;
    margin: 20px 0 0;
    padding-bottom: 3px;
    font-size: 22px;
    font-weight: 700;
    color: #f6b715;
    border-bottom: 1px solid #f6b715;
}

.shared-top .content .address .sitelink a {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    font-family:'DroidSerifW01-BoldItali';
    color: #f6b715;
}

@media (max-width: 1024px) {
    .shared-top {
        display: block;
    }
    .shared-top .img-cont,
    .shared-top .content {
        width: 100%;
    }
    .shared-top .img-cont .shared-gallery img { width: 100%; }
}

@media (max-width: 641px) {
    .shared-top .content::after {
        display: none;
    }
    .shared-top .content h1 {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 15px;
    }
    .shared-top .content {
        padding: 15px;
    }
    .shared-top .content .address .phone a,
    .shared-top .content .email a {
        font-size: 17px;
        margin: 10px 0;
    }
    .shared-top .content .address .sitelink a {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

/* Shared Bottom */
.shared-bottom {
    margin-bottom: 40px;
    padding: 0 40px;
}

.shared-bottom .tabs-content {
    margin: 0;
    list-style: none;
    text-align: left;
}

.shared-bottom .tabs-content .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #939495;
    margin-bottom: 35px;
}

.shared-bottom .tabs-content .heading h3 {
    color: #939495;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 32px;
    font-weight: 900;
    margin-bottom: 0;
}

.shared-bottom .tabs-content .heading i {
    font-size: 38px;
    color: #939495;
    cursor: pointer;
}

.shared-bottom .tabs-content .content-inner {
    display: none;
}

.shared-bottom .tabs-content .detail-content.active .content-inner {
    display: block;
}

.shared-bottom .tabs-content .detail-content.active .heading h3 {
    color: #144270;
}

.shared-bottom .tabs-content .detail-content.active [data-toggle-content] {
    transform: rotate(180deg);
}

.shared-bottom .map-cont {
    position: relative;
}

.shared-bottom .map-cont .nearby {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #802022;
}

.shared-bottom .directions{
    float: right;
    color: #144270;
    text-transform: uppercase;
    font-weight: bold;
}

.shared-detail .tabs.subtab.open dd {
    display: block;
}

.shared-detail .tabs.subtab .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;
}

.shared-detail .tabs-content.subtab h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.shared-detail .tabs-content.subtab ul {
    margin-bottom: 10px;
    margin-left: 0;
    border: 1px solid #c3c8cd;
}
.shared-detail .tabs-content.subtab ul li:before { content: ' '; }
.shared-bottom ul.amen-subtab li {
	display: inline-flex;
	width: 100%;
	background-color: #e9e9e9;
	padding: 10px 5px;
	font-size: 14px;
}
.shared-bottom ul.amen-subtab li .meeting-text-area { text-align: right; }

.shared-bottom ul.amen-subtab li .amenity-value.events{
    margin-left: 10px;
}

.shared-bottom .tabs dd.active a {
	background-color: #f6b715;
	color: #144270;
}

.shared-bottom ul.amen-subtab li:nth-of-type(2n) { background-color: #fff; }

.shared-detail .content.solo dl {display: none;}

.shared-detail .content.solo .tabs-content>.content.active{padding: 0;}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: pointer;}


.mfp-arrow-left:after,
.mfp-arrow-right:after{display: none;}

.mfp-arrow-left:before{
	content: "\f104";
	font-family: "FontAwesome" !important;
	font-size: 55px;
	border: 0;
	opacity: 1;
}

.mfp-arrow-right:before{
	content: "\f105";
	font-family: "FontAwesome" !important;
	font-size: 55px;
	border: 0;
	opacity: 1;
}

.mfp-arrow,
.mfp-arrow:hover,
.mfp-arrow:focus,
button .mfp-arrow,
button .mfp-arrow:hover,
button .mfp-arrow:focus {
    background-color: transparent !important;
    opacity: 1 !important;
}


@media (max-width: 1024px) {
    .shared-bottom {
        padding: 0;
    }
    .shared-bottom .map-cont {
        margin-bottom: 30px;
    }
}

@media (max-width: 641px) {
    .shared-bottom .tabs-content .heading {
        padding: 0;
        margin-bottom: 20px;
    }
    .shared-bottom .tabs-content .heading h3 {
        font-size: 20px;
        line-height: 20px;
    }
    .shared-bottom .map-cont .nearby {
        width: 100%;
        text-align: center;
    }
    .shared-bottom {
        margin-bottom: 0;
    }
}
