/****************************************************************************
 * Google Maps
 ****************************************************************************/
.typo_map_wrapper .gm-style .gm-style-iw-c {
    background-color: #997514;
    color: #ffffff;
    border-radius: 0;
    box-shadow: none;
    padding: 1rem 2rem !important;
}
.typo_map_wrapper .typo_map_wrapper .gm-style .gm-style-iw-d{
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */

}
.typo_map_wrapper .gm-style .gm-style-iw-d::-webkit-scrollbar {
    display: none;
}
.typo_map_wrapper .typo_map_wrapper .gm-style .gm-style-iw-d > *:last-child{
    margin-bottom: 0;;
}
.gm-style .gm-style-iw-t::after {
    box-shadow: none;
    background: transparent;
    background-color: #997514;
}

.gm-style .gm-style-iw-t p,
.gm-style .gm-style-iw-t a {
	color: #fff !important;
}

.typo_map_wrapper.expanded {
    padding: 0;
}

.clusterNeedle span{ font-size: 0; }


@media  screen and (min-width:64em) {
    /****************************************************************************
     * Google Maps
     ****************************************************************************/
    .typo_map_wrapper .gm-style .gm-style-iw-c {
        font-size: 1rem;
    }
}


@media screen and (min-width:90em){
    /****************************************************************************
     * Google Maps
     ****************************************************************************/
    .typo_map_wrapper .typo_map {height: 40rem;}

}


@media screen and (min-width:120em){
    /****************************************************************************
     * Google Maps
     ****************************************************************************/
    .typo_map_wrapper .typo_map {height: 50rem;}

}

@media screen and (min-width:150em){
    /****************************************************************************
     * Google Maps
     ****************************************************************************/
    .typo_map_wrapper .typo_map {height: 60rem;}

}
