/* event place page */
/*
#PlacePage .wrapper {
	float: left;
	width: 944px;
	background: #fff;
}

#PlacePage .column {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
	float: left;
	margin: 1px;
	padding: 10px;
	overflow: hidden;
}

#PlacePage .column.right{
	width:66%
}

#PlacePage .column.left{
	width:33%
}

*/
#PlacePage .wrapper {
	float: left;
	border: 1px solid #eee;
	background: #fff;
}

#PlacePage .column {
	float: left;
	width: 449px;
	margin: 1px;
	padding: 10px;
	overflow-wrap: break-word;
	overflow: hidden;
	margin-top:13px;
	margin-bottom:13px;
}

#PlacePage .column.right {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
	width: 435px;
}

#PlacePage .column.left {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;  
	width: 500px;
	min-height:670px;
	border-right:1px solid #EEEEEE;
}


#PlacePage #eventplace {
	padding: 4px;
}

#PlacePage #eventPlaceTitle {
	margin-top: 5px;
}

#PlacePage #eventPlaceAddress {
	margin-top: 10px;
}

#PlacePage h1{
	font-size:1.7em;
	font-family: Playfair Display, tahoma, arial, sans-serif;
}

#PlacePage #eventPlaceAddress h3{
	font-size:14px;
	font-weight:100;
}

#PlacePage .related{
	margin-top:30px;
}

#PlacePage .related .more{
	color:#022fd4;
	cursor:pointer;
	margin-left:6px;
}

#PlacePage .relatedEvents{
	margin-top:8px;
	padding-top:8px;
	padding-right:6px;
	padding-bottom:8px;
}

#PlacePage span.continued{
	position:relative;
	display: inline-block;
	top: 1em;
	padding-bottom:10px;
}

#PlacePage #eventPlaceInfo {
	margin-top: 10px;
}

#PlacePage #eventPlaceInfo div.header {
	float: left;
	width: 60px;
}

#PlacePage #eventPlaceInfo div.header span {
	margin-left: 0;	
}

#PlacePage #eventPlaceInfo span {
	margin-left: 4px;
}

#PlacePage #eventPlaceMap {
	margin-top: 10px;
}

#PlacePage #map {
	/*width: 385px;*/
	margin-left:auto;
	margin-right:auto;
	width: 350px;
	height: 212px;
	border: 1px solid #ccc;
}

#PlacePage #eventRoute {
	margin-top: 10px;
	font-size: 0.8em;
	color: #767676;
}

#PlacePage #routeFinderForm {
	/*display:none;*/
	margin-top: 4px;
	padding: 0px;
	/*background: #ddd;*/
	border: none;
}

#PlacePage #routeFinderForm p {
	margin-bottom: 4px;
}

#PlacePage #routeFinderForm input {
	border: 1px solid #ccc;
	padding: 6px;
	background: #f2f2f2;
}

#PlacePage #routeFinderForm input:focus, #PlacePage #routeFinderForm input:active {
	background: #fff;
}

#PlacePage #placeComments{
	background-color:#3c8a9a;
	margin-top:30px;
}

#PlacePage #placeComments .title{
	background:#88837f;
	color:#f8f8f8;
	border-radius: 6px 6px 0px 0px; 
	-moz-border-radius: 6px 6px 0px 0px; 
	-webkit-border-radius: 6px 6px 0px 0px;
	background-image: linear-gradient(bottom, rgb(136,131,127) 65%, rgb(181,177,181) 100%);
background-image: -o-linear-gradient(bottom, rgb(136,131,127) 65%, rgb(181,177,181) 100%);
background-image: -moz-linear-gradient(bottom, rgb(136,131,127) 65%, rgb(181,177,181) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(136,131,127) 65%, rgb(181,177,181) 100%);
background-image: -ms-linear-gradient(bottom, rgb(136,131,127) 65%, rgb(181,177,181) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.65, rgb(136,131,127)),
	color-stop(1, rgb(181,177,181))
);
}

#PlacePage #placeComments .title h3{
	font-size: 14px;
	font-family: 'arial' sans-serif;
	margin-left:6px;
	margin-right:6px;
	margin-top:2px;
	padding-left:8px;
	padding-top:5px;
	padding-bottom:10px;

/*
	border-radius: 2px 2px 2px 2px; 
	-moz-border-radius: 2px 2px 2px 2px; 
	-webkit-border-radius: 2px 2px 2px 2px;
*/
}



#PlacePage #description{
	margin-top:17px;
	line-height:1.3em;
	font-family: Playfair Display, tahoma,arial,sans-serif;
	text-overflow: ellipsis;
}

#PlacePage #description p span img{
	width: 100%;
}

#PlacePage #description p span{
	font-size:0.9em !important;
}

#PlacePage #description p{
	margin-bottom:17px;
}

#PlacePage span.add{
	color:#2e29bc;
	margin-left:18px;
	display:block;
	cursor:pointer;
}

#PlacePage #placeComments .comment{
	border:1px solid #7bafba;
}

#PlacePage #placeComments .add{
	text-align:right;
	float:right;
	margin-right:15px;
	color:#e4e5ff;
	margin-top:2px;
	margin-bottom:4px;
}

/*
#PlacePage #placeComments .add:hover{
	cursor:pointer;
}
*/

#PlacePage #placeImages{
	width:330px;
}

#PlacePage #placeImages .current{
	width:100%;
	height:258;
	position:relative;
}

#PlacePage #placeImages .img_info{
	height: 1em;
	text-align:right;
	z-index: 1;
	color:#5E5C5C;
	padding: 3px;
	line-height: 15px;
	font-size:9px;
}

#PlacePage #placeImages .thumbnails{
	width:100%;
	margin-top:13px;
}

#PlacePage #placeImages .thumbnails a{
	float:left;
}

#PlacePage #placeImages .thumbnails a, #PlacePage #placeImages .thumbnails img{
	margin: 0;
}

#PlacePage #placeImages .thumbnails img.margin{
	margin-left:9px;
}



#PlacePage #placeComments .comments{
	background-color:#589aa8;
	margin-right: 7px;
	margin-left: 7px;
	border-radius: 0px 0px 6px 6px; 
	-moz-border-radius: 0px 0px 6px 6px; 
	-webkit-border-radius: 0px 0px 6px 6px;
	padding:4px 10px;
}

#PlacePage #placeComments .comment{
	padding:6px 8px;
	position:relative;
}

#PlacePage #placeComments .comment p{
	color:#e4edef;
	padding-left:20px;
}

#PlacePage #placeComments .comment span.source{
	float:right;
	text-align:right;
	margin-right:20px;	
}

#PlacePage #placeComments .comment span.source, #PlacePage #placeComments .comment span.source a{
	color:#bac4c7;	
}

#PlacePage #placeComments .comment p:before, #PlacePage #placeComments .comment span.source:after{
	display:inline;
	font-size:36px;
	font-family:'Georgia', sans-serif;
	color:#9fc1c9;
	content: "''";
}

#PlacePage #placeComments .comment p:before{
	position:absolute;
	left:6px;
	top:0px;
}

#PlacePage #placeComments .comment span.source:after{
	position:relative;
}


.mce-content-body img {
  max-width: 100%;
  height: auto;
}


