/**
 * Theme Name:     ListingHive_Child
 * Author:         HivePress
 * Template:       listinghive
 * Text Domain:	   listinghive_child
 * Description:    A multipurpose WordPress theme that allows you to build any type of directory and listing website. Whether it’s a business directory, service marketplace, job board, real estate, classifieds, or basically any listing website — ListingHive is a solid choice for it.
 */
.hp-map { display: none; }
.hp-map.is-visible { display: block; }

.hp-map {
    display: none;
    height: 450px;
}

.hp-map.is-visible {
    display: block;
}