path {
    stroke-width:0.5; /* control the countries borders width */
    stroke:white; /* choose a color for the border */
    cursor:pointer; /* display the pointer when the map hovers the map. */
    /*fill:red;*/
}

#stores .store {
    margin: 10px;
    padding: 20px;
    background: #f0f0f0;
}
#stores p {
    margin-bottom: 0!important;
}
#stores .one-third {
    margin-bottom: 20px;
    width: 27%;
    display: inline-block;
}

#stores #regions h3 {
    display: none;
}

@media only screen and (max-device-width: 768px) {
    #regions_div {
        height: 300px!important;
    }
    #stores .wpb_row .one-third {
        width: 87%;
    }

}