#googlemap_wrapper {
	height: 100% !important;
    position: fixed !important;
    overflow: hidden !important;
    background-color: rgb(229, 227, 223) !important;
    width: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99999 !important;
}

.gm-style-iw {
    width: 400px !important;
    top: 15px !important;
    left: 0 !important;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.4);
    border-radius: 4px;
    font-size: 15px !important;
}

.gm-style-iw > div {
    width: 100% !important;
    max-width: 100% !important;
}

.acf-map img {
	max-width: inherit !important;
	width: 100%;
}

.acf-map .thumbnail {
	height: 150px;
	background-size: cover;
	background-position: center center;
}

.acf-map .marker-wrapper {
    width: 400px;
}

.acf-map .thumbnail {
    height: 150px;
    background-size: cover;
    background-position: center center;
}

.acf-map h3.title {
    text-transform: uppercase;
    color: #333;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    font-weight: bold;
}

.acf-map .address {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    margin-top: 0px;
    line-height: 15px;
}

.acf-map .excerpt {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 20px;
}

.acf-map .fusion-button {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 13px !important;
    padding: 10px 15px;
}