/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/
.map-container .map { height: 333px; }

.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;
    }
}
