 /*
Theme Name: GeneratePress
Theme URI: https://generatepress.com
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Version: 3.6.1
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: generatepress
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options

GeneratePress, Copyright 2014-2025 EDGE22 Studios LTD.
GeneratePress is distributed under the terms of the GNU GPL

GeneratePress is based on Underscores http://underscores.me/, (C) 2012-2025 Automattic, Inc.

Actual CSS can be found in /assets/css/ folder.
*/

/* Global content */

h1,
.entry-title {
    font-weight: 800;
}

h2 {
    font-weight: 600;
}

.page .page-header-image-single,
.page .featured-image {
    display: none !important;
}

.breadcrumbs {
    margin: 20px 0;
    font-weight: 700;
}

.la-directory-page .entry-content:not(:first-child) {
    margin-top: 0;
}

.la-directory-page,
.la-detail-page {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.content-box,
.last-modified {
    margin: 24px 0;
}

.la-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Shared cards and media */

.la-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin: 24px 0;
}

.la-card {
    text-align: center;
}

.la-card a {
    display: block;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
}

.la-card img,
.listing-featured-image img,
.listing-gallery .la-card img,
.la-gallery-item img {
    display: block;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    border: 2px solid #000;
}

.la-card img {
    margin-bottom: 8px;
}

.responsive-video,
.la-video {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.responsive-video {
    margin-bottom: 18px;
}

.la-video {
    margin-bottom: 20px;
}

.responsive-video iframe,
.la-video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: 1px solid #ccc;
    margin: 0 0 20px;
}

.acf-map img {
    max-width: inherit !important;
}

/* Single listing pages */

.single-listing .entry-title,
.la-detail-page .entry-title {
    margin-bottom: 18px;
}

.listing-summary {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    margin-bottom: 24px;
}

.listing-featured-image {
    flex: 0 0 320px;
}

.listing-details p {
    margin: 0 0 6px;
}

.listing-social {
    margin-top: 10px;
}

.listing-social a {
    display: inline-block;
    margin: 8px 8px 0 0;
}

.listing-social img,
.la-social-icons img {
    width: 32px;
    height: 32px;
}

.ticket-box {
    background: #fff;
    border: 1px solid #000;
    padding: 16px;
    margin: 24px 0;
}

.ticket-box h2,
.content-section h2 {
    font-size: 22px;
}

.ticket-box h2 {
    margin-top: 0;
}

.ticket-box img {
    display: block;
    max-width: 304px;
    border: 4px solid #000;
    margin-bottom: 8px;
}

.ticket-box span {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.ticket-box p {
    font-size: 13px;
    margin: 8px 0 0;
}

.content-section {
    margin: 28px 0;
}

.content-section h2 {
    margin-bottom: 12px;
}

.listing-gallery.la-grid {
    margin-top: 12px;
}

.citation {
    font-size: 13px;
}

.author-bio-box {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-top: 32px;
    padding: 18px;
    background: #fff;
    border: 1px solid #eee;
}

.author-name {
    font-size: 18px;
    margin: 0 0 6px;
}

/* Detail pages */

.la-detail-thumb {
    float: left;
    max-width: 360px;
    margin: 0 22px 16px 0;
}

.la-detail-thumb img {
    display: block;
    width: 100%;
    height: auto;
    border: 2px solid #000;
}

.la-detail-info {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.7;
}

.la-social-links {
    margin: 14px 0;
}

.la-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 6px;
}

.la-clear {
    clear: both;
}

.la-section {
    margin: 30px 0;
}

.la-section h2 {
    margin-bottom: 14px;
}

.la-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.la-gallery-item {
    margin: 0;
}

/* Events */

.ot-events-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 25px 0;
}

.ot-event-card {
    text-align: center;
    font-weight: 700;
}

.ot-event-link,
.ot-event-link:visited {
    color: #1e73be;
    text-decoration: none;
}

.ot-event-link:hover {
    color: #155a96;
}

.ot-event-image {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.ot-event-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #000;
    transition: border-color 0.2s ease;
}

.ot-event-image img:hover {
    border-color: #999;
}

.ot-event-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 6px;
    text-decoration: underline;
}

.ot-event-link:hover .ot-event-title {
    text-decoration-thickness: 2px;
}

.ot-event-meta {
    font-size: 14px;
    line-height: 1.4;
}

/* Responsive */

@media (max-width: 900px) {
    .ot-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .la-grid,
    .la-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .la-grid {
        gap: 14px;
    }

    .la-card a {
        font-size: 15px;
    }

    .listing-summary,
    .author-bio-box {
        display: block;
    }

    .listing-featured-image {
        margin-bottom: 16px;
    }

    .la-detail-thumb {
        float: none;
        max-width: 100%;
        margin: 0 0 16px;
    }
}

@media (max-width: 520px) {
    .ot-events-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
