﻿/**
 * CodePeople Post Map
 * Version: 1.0.1
 * Author: CodePeople
 * Plugin URI: http://wordpress.dwbooster.com
*/

body .content .cpm-map img, .cpm-map img{ max-width: none !important; height: auto !important; background: none !important;border:0 !important;margin:0;padding:0;}
.cpm-map *{box-sizing:content-box;-moz-box-sizing:content-box;}
.cpm-mapicon { width:20px; height:34px; cursor:pointer;background:url(../images/icons/marker.png) no-repeat 0 0; }
.cpm-infowindow-additional{padding-top:5px;}
.cpm-infowindow-additional a{background: #F0F0F0; padding:0 5px; border-radius: 5px; color:black; }
.cpm-infowindow {margin:0; padding:0px; min-height:80px; font-size:11px; clear:both; }
.cpm-infowindow .cpm-content {float:left;width:100%; color:black; }
.cpm-infowindow .cpm-content .title {font-size:12px; line-height: 18px; font-weight:bold; color:black;}
.cpm-infowindow .cpm-content .address {font-weight:bold; font-size:9px;}
.cpm-infowindow .cpm-content .description {font-size:10px;}
.cpm_highlight{background:rgba(253,253,253,0.5);}

/*** STYLES FOR LEGEND ***/
.cpm-map-legend { margin: 4px 0; }
.cpm-map-legend ul{ list-style-type: none; margin: 0; padding: 0;}
.cpm-map-legend ul li{ display: inline-block; margin-right: 10px;}
.cpm-map-legend ul li input[type=checkbox]{ margin-right: 5px;}

/*** STYLES FOR LEGEND ***/
.cpm-map-search-places{
	width: auto !important;
	background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    text-overflow: ellipsis;
	margin-top: 10px !important;
}