.wpgmp_listing_grid .fc-item-default.fc-wait .wpgmp_locations {
    padding: 15px !important;
}

.wpgmp_listing_grid .fc-item-default.fc-wait .wpgmp_location_meta {
    margin-top: 0;
}

.fc-item-default.fc-wait .wpgmp_locations {
    background: #fff;
    border: 1px solid #F1F1F1;
    margin-bottom: 20px;
}

.fc-item-default.fc-wait .wpgmp_locations img {
    padding: 0px;
    margin-right: 15px !important;
}

.fc-item-default.fc-wait .wpgmp_locations_foot {
    margin: 0px;
}

.fc-item-default .wpgmp_location_meta {
    margin-right: 0px;
}

.wpgmp_listing_list .fc-item-default .wpgmp_locations {
    padding: 15px !important;
}

.customMapLocations{
	border: 1px dotted red !important;
	border-radius: 5px !important;
}
.customMapLocations .place_title{
	font-weight: 700;
    font-size: 24px;
}
.customMapLocations strong{
	font-weight: 700;
}
.customMapLocations .fc-badge.info{
	border: none;
	border-radius: 4px;
	color: white;
	background: #ff5a45 none repeat scroll 0 0;
}
.customMapLocations img{
	height: 32px;
	width: 32px !important;
}