.cmcg_locations_map {
		width:100%; height:400px;
}
.gm-style img { max-width: none; }
.gm-style label { width: auto; display: inline; }

.cmcg_locations_info { 
	max-width: 90%;
	width:500px;
	padding:10px;
}
.cmcg_locations_info h4 {
	margin: 0 0 5px;
}
.cmcg_locations_info img { margin-bottom: 10px; float:right; max-width: 150px; max-height:150px; }
.cmcg_locations_info p { font-size:12px; }
.cmcg_locations_info a.a-more,
.cmcg_locations_info a.a-dir {
padding: 2px 9px;
margin-right:2px;
display: inline-block;
background: #999;
border: 0;
color: #fff;
border-radius: 4px;
}
.cmcg_locations_info a.a-more:hover,
.cmcg_locations_info a.a-dir:hover {
	background: #000;
}

.cmcg_locations_search {
	overflow: hidden;
	background: #ddd;
	padding:0 10px 10px;
	margin: 0;
}
.cmcg_locations_search input {
	width: 100%;
}
.cmcg_locations_search input.controls.with-category {
	width: 60%;
	float: left;
}
.cmcg_locations_search select {
	width: 39%;
	float: right;
}
.cmcg_locations_search input.controls,
.cmcg_locations_search select {
	margin: 10px 0 0;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	.cmcg_locations_search input.controls.with-category,
	.cmcg_locations_search select {
		width: 100%;
	}
}
.cmcg_locations_results {
	margin: 10px 0;
}
.cmcg_locations_results ul { 
	margin: 10px 0; 
	list-style: none;
	padding:0;
	border-bottom: 1px solid #ddd;
}
.cmcg_locations_results ul li {
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding:5px;
	position: relative;
}
.cmcg_locations_results li h4 {
	margin: 2px 0;
	font-size: 18px;
	display: inline;
}
.cmcg_locations_results li span {
	font-size: 12px;
	float: right
}
.cmcg_locations_results li p {
	font-size:14px;
	margin: 2px 0 4px;
}
.cmcg_locations_results li div { overflow: hidden;}
.cmcg_locations_results li .a-dir { 
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 30px;
    background: url(../img/directions.png) no-repeat;
    overflow: hidden;
    text-indent: -999px;
    /* display: block; */
    text-decoration: none;
    border: 0;
    background-size: contain;
    margin-left: 7px;
    transform: rotate(16deg);
    transition: transform 500ms ease-in-out;
}
.cmcg_locations_results li .a-dir:hover {
	transform: rotate(0deg);
}