.livit-location .content-wrapper{
    position: absolute;
    bottom: 40px;
    left: 120px;
    width: 33.33%;
    max-width: 490px;
    padding: 30px;
    z-index: 999;
}
.livit-location p{
    font-size: 16px;
    line-height: 24px;
}
.livit-location.module{
    padding-bottom: 0!important;
    padding-top: 0!important;
}
.google-map-wrapper{
    width: 100%;
    min-height: 712px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.google-map-wrapper iframe{
    width: 100%;
    position: absolute;
    height: 100%;
}
.livit-location .contact-details{
    float: left;
    width: 100%;
}
.livit-location .contact-details .image-wrapper{
    width: 100px;
    float: left;
    margin-bottom: 0;
    height: 100px;
}
.livit-location .contact-details .image-wrapper .inner{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
}
.livit-location .contact-details .image-wrapper img{
    max-height: 100%;
}
.livit-location .contact-details .content-wrapper{
    width: calc(100% - 130px);
    float: right;
    padding: 0;
    position: relative;
    left: auto;
    bottom: auto;
}
.livit-location .contact-details p{
    margin-bottom: 0;
}
.livit-location .contact-details .contact-list{
    margin-top: 10px;
}
.livit-location .contact-details .contact-list li{
    font-size: 16px;
}
.livit-location .contact-details.no-photo .content-wrapper{
    width: 100%;
    float: left;
}

/* New */
#map {
    min-height: 712px;
    border-radius: 20px;
}
.map-controls {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 10;
  background: rgba(255,255,255,0.95);
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  max-width:260px;
}
.region-item { 
    cursor:pointer;
}
.region-item:hover {
    text-decoration:underline;
}

.region-overlay {
  position: absolute;
  bottom: 40px;
  left: 55px;
  z-index: 10;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  width: 490px;
  display: none; 
}
.region-overlay h4 {
  margin: 0 0 5px;
}
.region-overlay .close-btn {
  background: none;
  border: none;
  font-size: 1.2rem;
  float: right;
  cursor: pointer;
}
.region-overlay .description{
    font-size: 16px;
}
.region-overlay .button{
    margin-top: 20px;
    clear: both;
}
.region-overlay .contact-details{
    margin-top: 20px;
}
.region-overlay .role{
    font-weight: bold;
}
.region-overlay .name{
    font-weight: normal;
}
.region-overlay .photo{
    width: 100px;
    float: left;
    background: var(--lilac30);
}
.region-overlay .content{
    width: calc(100% - 100px);
    padding-left: 20px;
    float: left;
}
.region-overlay .contact-links{
    list-style: none;
    padding: 0;
    margin: 0;
}
.region-overlay li a[href^="tel:"]:before{
    content: '';
    background: url(/wp-content/plugins/ff-block-suite/assets/images/phone.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}
.region-overlay li a[href^="mailto:"]:before{
    content: '';
    background: url(/wp-content/plugins/ff-block-suite/assets/images/email.svg) no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1px;
}

@media screen and (max-width: 991px){
    #map{
        min-height: 500px;
    }
    .region-overlay{
        position: relative;
        left: 0;
        bottom: 0;
        padding: 20px 0;
        width: 100%;
    }
    .region-overlay .content{
        float: left;
        padding-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}




