/* Custom open window styles for Map*/

.map-popup-box {
    display: block;
    width: 220px;
    position: relative;
}

.map-popup {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 9px 16px rgba(58, 87, 135, 0.15);
}

.map-popup-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    margin-top: -1px;
    z-index: 20;
}

.map-popup-box:before {
    border-color: transparent;
    border-top-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

.map-popup img {
    width: 100%;
    height: auto;
    -webkit-transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.mp-img-box:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    transform: scale(1.15);
}

.mp-list-content {
    background: #fff;
    padding: 15px;
    z-index: 20;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.close-infobox {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    top: 20px;
    text-align: center;
    right: 20px;
    color: #121212;
    border-radius: 100%;
    z-index: 20;
    cursor: pointer;
    background: #ffffff;
}

.close-infobox:hover {
    background: #fff;
    color: #2a3646;
}

.mpl-title h4 {
    text-align: left;
}

.mpl-title h4 a {
    color: darkslategrey;
    font-size: 16px;
    font-weight: 600;
}

.mp-img-box {
    overflow: hidden;
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

/*.mp-img-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #292929;
    opacity: 0.3;
}*/

.mp-store-call, .mp-location-info {
    float: left;
    color: #667582;
    font-size: 14px;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.mp-store-call i, .mp-location-info i {
    padding-right: 10px;
    font-size: 14px;
}

.mp-ratting {
    position: absolute;
    z-index: 12;
    left: 20px;
    top: -30px;
}

.mp-ratting i {
    float: left;
    color: #FACC39;
    margin-top: -2px;
    margin-right: 6px;
}

.mp-review-count {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    top: -4px;
}

.mp-category {
    position: absolute;
    top: 20px;
    left: 20px;
    font-weight: 500;
    color: #fff;
    z-index: 20;
    padding: 10px 12px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.17);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.all-plugins-map-view {
    height: 75vh;
    border-radius: 5px;
}
