/* Single Location Page Styles */

/* Subtitle size for location pages only */
body.single-location .post-subtitle {
    font-size: 20px;
}

.the-location-post {
    color: #363636;
}

.the-location-post p,
.the-location-post li,
.the-location-post td,
.the-location-post span {
    color: #363636;
}

.the-location-post h1,
.the-location-post h2,
.the-location-post h3,
.the-location-post h4,
.the-location-post h5,
.the-location-post h6 {
    color: #000;
}

/* "How to get to" title with gray underline */
.the-location-post h2.directions-title {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #D6D6D6;
}
