#map{ 
    height: 92vh; transition: height .5s;
}
.gm-style .gm-style-iw-c{
    top: 38px !important;
    border-radius: 0px;
    border-bottom: 4px solid #e01c24;
    -webkit-animation: fadein 0.4s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.4s; /* Firefox < 16 */
        -ms-animation: fadein 0.4s; /* Internet Explorer */
         -o-animation: fadein 0.4s; /* Opera < 12.1 */
            animation: fadein 0.4s;

    min-width: 300px;
    max-width: 300px !important;
}

.gm-style .gm-style-iw-t::after {
    background: url(/wp-content/themes/Avada-Child-Theme/icons/active.png) 0 0;
    background-size: 60px;
    box-shadow: initial;
    content: "";
    height: 60px;
    left: -30px;
    position: absolute;
    top: 11px;
    width: 60px;
    transform: initial;
    -webkit-animation: fadein 0.8s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.8s; /* Firefox < 16 */
        -ms-animation: fadein 0.8s; /* Internet Explorer */
         -o-animation: fadein 0.8s; /* Opera < 12.1 */
            animation: fadein 0.8s;    
}

.gm-svpc, .gm-fullscreen-control,
.gm-style .gm-style-iw-tc {
    display: none;
}

.fusion-column-wrapper.fusion-flex-column-wrapper-legacy {
	background: white;
}

#map > div > div > div:nth-child(11).gmnoprint{
    display: none;
}

.map_infobox{
    width:100%; 
    color: #000;
    text-align: center;
    min-height: 130px;
	display: flex;
	flex-direction: column;
}

.map_infobox h4{
    color: var( --e-global-color-primary );
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
	font-family: Graphik;
}
/* .map_infobox h2{
    font-size: 13px !important;  
	font-family: Graphik;
} */
.map_infobox .infobox_button{
    background-color: var( --e-global-color-primary );
    color: #fff !important;
    padding: 9px;
	margin: 16px 0px;
	font-family: Graphik;
}

.coming_soon{
    color: #e01c24;
}

.infobox_button.coming_soon{
    font-size: 9px;
    right: 63px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@media screen and (max-width: 900px) {
    .map_infobox h1{
        font-size: 15px;        
    }
}


.leaflet-popup-tip-container{
    display: none;
}