/**
 * Map Element
 */
.pdir-map-element {
    width: 100%;
    height: 80vh;
}

.pdir-map-element, .pdir-map-element *, .pdir-map-element *:before, .pdir-map-element *:after {
    box-sizing: content-box !important;
    max-width: none !important;
}

.pdir-map-element:before, .pdir-map-element:after {
    display: table;
    content: " ";
}

.pdir-map-element:after {
    clear: both;
}

/**
 * Map Markers
 */
.pdir-map-markers {
    display: block;
}

.pdir-map-markers:before, .pdir-map-markers:after {
    display: table;
    content: " ";
}

.pdir-map-markers:after {
    clear: both;
}

.pdir-map-markers .align-center {
    align-items: flex-start;
}

.pdir-info-window { 
    text-align: center;
}

.pdir-map-markers .title {
    display: none;
}

.pdir-map-markers .map_title {
    display: block;
    cursor: pointer;
}

@media (min-width:768px) {  

    .pdir-map-markers .align-center {
        align-items: center;
    }

    .pdir-map-markers .title {
        display: block;
        cursor: pointer;
    }
    
    .pdir-map-markers .map_title {
        display: none;
    }

    .pdir-map-markers {
        height: 80vh;
        overflow-x: none;
        overflow-y: scroll;
    }

    /* Hide scrollbar for Chrome, Safari and Opera */
    .pdir-map-markers::-webkit-scrollbar {
        display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .pdir-map-markers {
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

}

/**
 * Locations
 */
.pdir-locations-archive-item {
    margin: 0 0 20px;
}

.pdir-map .pdir-locations-archive-item {
    margin: 0;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.pdir-map-element .photo,
.pdir-map-element .buttons {
    display: none;
}

.pdir-map-element .title {
    display: block;
    cursor: pointer;
}

.pdir-map-element .map_title {
    display: none;
}

.info-window-content .title { margin-bottom: 5px; }
.pdir-info-window .map_title { margin-bottom: 5px; }
.pdir-info-window .full_address, .info-window-content .full_address { margin-bottom: 5px; }
.info-window-content .phone { margin-bottom: 10px; }

@media (min-width:768px) {

    .pdir-map-element .title {
        display: none;
    }
    
    .pdir-map-element .map_title {
        display: block;
        cursor: pointer;
    }

}