.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: 300px;
	padding: 2px;
	min-height: 100px;
	text-align: left;
}
.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: 14px; 
	line-height: 1.2em;
	margin: 0px;
}
.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: rgb( 240, 240, 240 );
	padding:0 10px 10px;
	margin: 0;
}
.pac-input-container { 
	display: block;
	position: relative;
	width: 100%;
}
.pac-input-container.with-category {
	width: 60%;
	float: left;
}
.showAllMarkers {
	display: none;
	position: absolute;
	right: 10px;
	margin-top: -10px;
	top:50%;
}
.cmcg_locations_search input {
	width: 100%;
}
.cmcg_locations_search select {
	width: 39%;
	float: right;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.cmcg_locations_search input.controls,
.cmcg_locations_search select {
	margin: 10px 0 0;
	box-sizing: border-box;
}
.cmcg_locations_results {
	margin: 10px 0;
    overflow: hidden;
    float: none;
    clear: both;
}
.cmcg_locations_results .icon {
	position: absolute;
	width: 30%;
	right: 5px;
	bottom: 0;
	max-height: 60%;
	max-width: 60px;
	object-fit: contain;
}
.cmcg_locations_search .search_box_title {
	  text-align: left;
    margin: 8px 0 -9px 2px;
}
.cmcg_locations_results ul { 
	margin: 0px -10px 20px; 
	list-style: none;
	padding:0;
}
.cmcg_locations_results ul li {
	overflow: hidden;
	padding: 10px;
	float: left;
	display: block;
	width: 33.3%;
	position: relative;
	box-sizing: border-box;
}
.cmcg_locations_results li h4 {
	margin: 2px 0;
	font-size: 18px;
	display: inline;
}
.cmcg_locations_results li span {
	font-size: 12px;
	float: right
}
#content .cmcg_locations_results li span strong, 
.cmcg_locations_results li span strong {
	font-size: 14px;
}
.cmcg_locations_results li p {
	font-size:14px;
	line-height: 1.4em;
	margin: 2px 0 4px;
}
.cmcg_locations_results li div { 
	text-align: left;
	overflow: hidden;
  background-color: rgb( 240, 240, 240 );
  padding: 15px;
  height: 145px;
}
.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);
}
@media screen and (max-width: 800px) {
	.pac-input-container.with-category,
	.cmcg_locations_search select {
		width: 100%;
	}
	.cmcg_locations_results ul li { width:50%;}
}