#map-canvas {
	width: 100% !important;
}

/* Form */

#map-form-row .vc_column-inner {
	padding-top: 0;
}

.map-form {
	margin: 20px 0;
}

.map-form input {
	vertical-align: top;
}

.map-form input[type="text"] {
	display: inline;
	width: 25%;
	margin: 0 2% 0 0;
	height: 32px;
	line-height: 32px;
}

.map-form input[type="submit"] {
	height: 32px;
	line-height: 32px;
	background: #32353a;
	color: #fff;
	border-radius: 4px;
	border: 0px;
	padding: 0;
	text-align: center;
	width: 16%;
	transition: 200ms;
}
.map-form input[type="submit"]:hover{
	background: #bbb;
	transition: 200ms;
	
	
}
.map-listings {
	margin: 20px 0;
	padding: 20px 0;
}

.map-listing {
	width: 30%;
	float: left;
	margin: 15px 3% 15px 0;
	padding: 15px;
	border-bottom: 2px dotted #999;
	min-height: 130px;
	transition: 500ms;
	border-radius: 3px 3px 0 0;
}

.map-listing:hover {
	background: #F1F1F1;
	transition: 250ms;
	cursor: pointer;
}

.map-listing h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}

.map-listing .thumb {
	width: 30%;
	height: 80px;
	background-size: cover;
	background-position: top center;
	float: left;
	margin-right: 3%;
}

.map-listing.with-thumb .map-details {
	width: 65%;
	float: right;
}

.map-listing span {
	font-size: 12px;
	line-height: 16px;
	display: block;
}
.cat-list a{
	margin-right: 10px;
}