/******************************************

Map Popup

*******************************************/
.gm-style .gm-style-iw-c,
.gm-style .gm-style-iw-d {
    min-width: 280px !important;
    max-width: 280px !important;
    min-height: 220px;
    overflow: hidden !important;
}

.gm-style-iw-d .profolio-map-pop {
    position: relative;
    width: 100%;
}

.profolio-map-pop .profolio-card-descr {
    min-height: 80px;
    padding: 12px 16px 16px;
}

.profolio-map-pop .profolio-card-image-frame {
    width: 100%;
}
.gm-style-iw .gm-style-iw-d > div:first-child{
    width: 100%;
}

.profolio-map-pop .profolio-card-image-frame .profolio-card-cover-sm {
    height: 170px;
}

.profolio-map-pop .profolio-card-category-frame a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 7px;
    padding: 1px 7px;
}

.profolio-map-pop .profolio-card-image-frame img {
    height: 100% !important;
    max-height: 100%;
    object-fit: cover;
    /*object-position: center;*/
}
.profolio-map-pop .profolio-header-xxs {
    text-decoration: none !important;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #50505a;
    margin-bottom: 10px;
}

.profolio-map-pop .profolio-text-xs {
    text-transform: uppercase;
    font-size: 9px;
    color: rgba(90, 90, 100, .7);
}

.profolio-close-pop {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 11px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 15px;
    width: 15px;
    cursor: pointer;
    background-color: rgba(250, 250, 255, 1);
    color: rgba(80, 80, 90, 1);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}


.profolio_widget_map .gm-style .gm-style-iw-d,
.gm-style-iw .gm-style-iw-d div:first-child,
.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

.profolio-close-pop i {
    -ms-flex-item-align: center;
    align-self: center;
}

.profolio-close-pop:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media (max-width: 589px) {
    .profolio-map-pop .profolio-card-image-frame .profolio-card-cover-sm {
        height: 130px;
    }
}