/* MH Maps Styles  */

.mapping {
    height: 500px;
    margin-bottom: 10px;
}

.map-legend {
    background: #fff;
    margin: 10px;
    width: 150px;
    font-size: 1.15em;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.map-legend .inner {
    padding: 10px;
}

.map-legend .title, .mapping .info_content .title {
    font-weight: bold;
    padding-bottom: 5px;
}
.map-legend .phone:before, .mapping .info_content .phone:before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: #138b7c;
    padding-right: 2px;
}
.map-legend .address:before, .mapping .info_content .address:before {
    content: '\f041';
    font-family: 'FontAwesome';
    color: #138b7c;
    padding-right: 2px;
    float:left;
    height: 50px;
    width: 12px;
}
