/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/

.shared-detail .shared-bottom .map-container .map {
	height: 100%;
	border-radius: 0;
	border: 0 none;
}
.shared-detail.map-open .shared-bottom .map-container {
	height: 333px;
}
.shared-detail .shared-bottom .map-container .map-wrapper {
	width: 100%;
	height: 100%;
	border: 8px solid rgb(239, 240, 235);
	border-radius: 6px;
}
.shared-detail .shared-bottom .map-container .showGMap {
    width: 100%;
	height: 59px;
	background-image: url(/includes/public/assets/images/listings/map-closed.png);
    background-position: 25% center;
}
.shared-detail.map-open .shared-bottom .map-container .showGMap {
	height: 0;
	background-image: none;
}
.shared-detail .shared-bottom .map-container .whats-nearby {
	display: none;
	width: 160px;
}
.shared-detail.map-open .shared-bottom .map-container .whats-nearby {
	display: block;
}
.shared-detail .shared-bottom .map-container .map-button {
    position: absolute;
    height: 51px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    background-color: #216280;
    color: rgb(239, 240, 235);
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    transition: all ease .35s;
    cursor: pointer;
}
.shared-detail .shared-bottom .map-container .map-button.open {
	bottom: 10px;
	padding: 5px 0 10px 0;
}
.shared-detail .shared-bottom .map-container .map-button.closed {
	bottom: 18px;
	padding: 10px 0;
}
.shared-detail.map-open .shared-bottom .map-container .map-button {
    bottom: -51px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.shared-detail .shared-bottom .map-container .map-button .fa {
    font-size: 18px;
    color: rgb(239, 240, 235);
    text-align: center;
}
.shared-detail .shared-bottom .map-container .map-button.open { display: none; }
.shared-detail.map-open .shared-bottom .map-container .map-button.open { display: block; }
.shared-detail.map-open .shared-bottom .map-container .map-button.closed { display: none; }
@media only screen and (max-width: 40.0625em) {
	.shared-detail.map-open .shared-bottom .map-container {
		height: 366px;
	}
	.shared-detail .shared-bottom .map-container .map {
		min-height: 0;
		max-height: 0;
	}
	.shared-detail.map-open .shared-bottom .map-container .map {
		min-height: 330px;
		max-height: 330px;
	}
}


.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;
}

dl.tabs {}
.tabs dd a{
    font-family: 'Kanit', sans-serif;
    color: rgb(95, 62, 37);
    text-transform: uppercase;
    line-height: 2.9;
    padding: 0 10px;
}
.tabs dd.active a{
	background-color: rgb(231, 224, 207);
    border-radius: 6px;
    color: rgb(95, 62, 37);
}
.shared-detail .tabs-content .subtab .content h5 {
	text-align: center;
    margin: 10px 0;
}
.shared-detail .tabs-content .content div:not(.core-styles) ul{
	list-style-type: none;
	margin: 0;
}
.shared-detail .tabs-content .content > ul > li {
    padding: 10px 10px !important;
    border: 1px solid rgb(231, 224, 207);
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
    text-align: left !important;
    border-radius: 6px;
}
.shared-detail .tabs-content .content div:not(.core-styles) ul > li {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 16px;
}
.shared-detail .tabs-content .content span {
	word-wrap: break-word;
}

@media only screen and (max-width: 64.063em){
	.tabs dd{
    	width: 100%;
    	height: 43px;
    }
    .tabs dd a{
    	padding: 0;
    	text-align: center;
    }
}
