/**
 * Map Element
 */
.pdir-map-element {
    width: 100%;
    height: 600px;
    margin: 0 0 20px;
}

.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;
}

@media (min-width:768px) {
    .pdir-map-markers {
        height: 600px;
        overflow-x: none;
        overflow-y: scroll;
    }
}

/**
 * Locations
 */
.pdir-locations-archive-item {
    margin: 0 0 20px;
}

.pdir-locations-archive-item img {
    display: block;
    margin-bottom: 10px;
}
