
.gmap-dp .inner-wrap {
    position: relative;
    overflow: hidden;
}
.gmap-dp .inner-wrap .details-wrap {
    position: absolute;
    left: 4vw;
    bottom: 4vw;
    width: 300px;
    height: auto;
    background: #00b4e6;
    z-index: 2;
    box-shadow: 0px 0px 19px -7px #000;
    padding: 20px 15px;

    display: none;
}
.gmap-dp .inner-wrap .details-wrap .featured-image {
    margin-top: -20px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 15px;    
}
.gmap-dp .inner-wrap .details-wrap .featured-image img {
    display: block;
    width: 100%;
    height: auto;
}
.gmap-dp .inner-wrap .details-wrap h2 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    font-family: "DinProBold" !important;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.gmap-dp .inner-wrap .details-wrap .content {
    color: #fff;
    max-height: 180px;
    overflow-y: auto;
    position: relative;
    padding-left: 18px;
    font-size: 14px;
}
.gmap-dp .inner-wrap .details-wrap .content i {
    font-size: 13px !important;
    margin-left: 1px;
    position: absolute;
    left: 0;
    top: 5px;
}
.gmap-dp .inner-wrap .details-wrap .metas p {
    position: relative;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 18px;    
}
.gmap-dp .inner-wrap .details-wrap .metas p i {
    position: absolute;
    font-size: 19px;
    top: 0;
    left: 0;
}
.gmap-dp .inner-wrap .back-btn {
    top: -45px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);

    position: absolute;
    z-index: 1;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 7px -1px #000;

    cursor: pointer;
    transition: top 0.3s ease-in-out;
}
.gmap-dp .inner-wrap .back-btn .fa {
    font-size: 22px; 
}
.gmap-dp .inner-wrap .back-btn.active {
    top: 25px;
}
   
.location-categories {
    position: absolute;
    right: 4vw;
    bottom: 4vw;
    z-index: 1;
}
.location-categories ul {
    margin-left: 0;
    margin-bottom: 0;
}
.location-categories ul li {
    list-style: none;
    margin-bottom: 5px;
    text-align: right;
}
.location-categories ul li:last-of-type {
    margin-bottom: 0;
}
.location-categories ul li a {
    display: inline-block;
    text-align: right;
    text-decoration: none;
    background-color: #00b5e7;
    color: #fff;
    font-size: 18px;
    padding: 5px 15px;
    box-shadow: 0px 0px 10px -4px #000;
}
.location-categories ul li a i.fa {
    margin-left: 2px;
    text-shadow: 0px 0px 0px #fff;
    transition: all 0.3s ease-in-out;
}
.location-categories ul li a i.fa.fa-circle {
    text-shadow: 0px 0px 6px #fff;
}
@media only screen and (max-height: 600px) {
    /* #map {
        height: 600px !important;
    } */
}

@media only screen and (max-width: 678px) {
    .location-categories {
        position: relative;
        z-index: 2;
        right: auto;
        bottom: auto;        
    }
    .location-categories ul {
        text-align: center;
        background-color: #f5f5f5;
        padding-top: 2px;
        padding-bottom: 2px;          
    }
    .location-categories ul li {
        display: inline-block;
        margin-bottom: 0;
        text-align: left; 
        margin-top: 2px;
        margin-bottom: 2px;    
    }
    .location-categories ul li a {
        box-shadow: none;
        display: flex;
        align-items: center;
        flex-flow: row-reverse;
        font-size: 16px;
        padding: 3px 11px;
    }
    .location-categories ul li a i.fa {
        margin-left: 0;
        margin-right: 2px;
    }
    .gmap-dp .inner-wrap .back-btn.active {
        top: 50px;
    }
    .gmap-dp .inner-wrap .details-wrap {
        bottom: auto;
        top: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 407px) {
    .gmap-dp .inner-wrap .back-btn.active {
        top: 95px;
    }
}