/**
 * locations
 */
.pdir-locations-single-item {
    margin: 0 0 20px;
}

.pdir-locations-single-item .pdir-map-element {
    height: 300px;
}

.pdir-locations-single-item .pdir-map-marker {
    display: none;
}

/**
 * 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;
}

/**
 * People
 */
.pdir-people-archive-item {
    margin: 20px 0;
}

/**
 * Back to Listing Navigation
 */
.pdir-navigation {
    margin: 0 0 20px;
}
