


#map h2 {
    margin-top: 0;
    font-size: 18px;
}

#map {
    height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 500px;
    font-family: "Open Sans", Arial, Sans-serif;
    flex: 1;
    max-height: 80vh;
    display: block;
}

#map-categories {
    font-family: "Open Sans", Arial, Sans-serif;
}

#map-categories ul, #map-categories li {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 1em;
}

#map-categories {
    padding: 1em;
    text-align: center;
    background-color: #eee;
}

body[data-elementor-device-mode="mobile"] #map-categories {text-align: left;}
body[data-elementor-device-mode="mobile"] #map-categories li {width: 40%;}

#map-categories a {
    text-decoration: none;
    color: grey;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1em;
    letter-spacing: .05em;
}

#map-categories a::before {
    content: ' ';
    width: .75em;
    height: .75em;
    margin-right: .5em;
    margin-left: .5em;
    display: block;
    border-radius: 1000px;
    float: left;
    margin-top: .75em;
}

#map-categories a:hover {
    opacity: .7;
}

#map-categories a.selected {
    color: black;
}

a#all-link {
    padding-left: 0;
}

#All-link:before {
    background-color: black;
}

/* customize these IDs and colors: */
#All-link:before {background-color: black;}
#beaches-link:before {background-color: #416382;}
#bikes-link:before {background-color: #b75459;}
#breakfast-link:before {background-color: #e1c356;}
#coffee-link:before {background-color: #6b4735;}
#dinner-link:before {background-color: #71939c;}
#lunch-link:before {background-color: #9f657c;}
#fitness-link:before {background-color: #747062;}
#golf-link:before {background-color: #719873;}
#grocery-link:before {background-color: #405927;}
#other-link:before {background-color: #9d9886;}
#specialty-link:before {background-color: #cc7f3a;}
#tennis-link:before {background-color: #a3af6a;}
#transportation-link:before {background-color: #606f73;}






#map {background: url('/images/butterfly1.gif') no-repeat center center;}
#map {background-size:  150px 150px ;}

.map-loaded #map {background: none;}
