/**
 * Flix Theme - Single Location
 *
 * Page-level wrapper styles for single office pages.
 * Location card and manager styles come from contact.css.
 */

/* Align the contact-locations section spacing on single pages */
.single-location .contact-locations {
    padding-top: 48px;
}

/* ================================
   Responsive
   ================================ */

@media (max-width: 768px) {
    .single-location .contact-locations {
        padding-top: 32px;
    }
}