/*
 Theme Name:   OceanWP Child
 Theme URI:    https://oceanwp.org/
 Description:  OceanWP Child Theme for GLL s.r.o.
 Author:       GLL s.r.o.
 Template:     oceanwp
 Version:      1.0.0
 Text Domain:  oceanwp-child
*/

/* ===== PRIVACY PAGE (/astro-privacy/) ===== */
.gll-privacy-page {
    max-width: 820px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    color: #1a1a1a;
}
.gll-privacy-page h1 {
    font-size: 28px;
    font-weight: 700;
    color: #064420;
    margin-bottom: 4px;
}
.gll-privacy-page h2 {
    font-size: 20px;
    font-weight: 700;
    color: #064420;
    margin-top: 40px;
    margin-bottom: 16px;
    padding-bottom: 6px;
    border-bottom: 2px solid #064420;
}
.gll-privacy-page h3 {
    font-size: 16px;
    font-weight: 700;
    color: #064420;
    margin-top: 28px;
    margin-bottom: 8px;
}
.gll-privacy-page ul {
    padding-left: 22px;
    margin-bottom: 12px;
}
.gll-privacy-page ul li {
    margin-bottom: 4px;
}
.gll-privacy-page a {
    color: #064420;
    text-decoration: underline;
}
.gll-privacy-page a:hover {
    opacity: 0.75;
}
.gll-privacy-page hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 40px 0;
}
.gll-privacy-page .gll-privacy-footer-note {
    margin-top: 40px;
    font-size: 13px;
    color: #888;
    border-top: 1px solid #eee;
    padding-top: 16px;
}
@media (max-width: 600px) {
    .gll-privacy-page h1 { font-size: 22px; }
    .gll-privacy-page h2 { font-size: 18px; }
}

/* === Brand design tokens — override Elementor Kit defaults === */
.elementor-kit-5 {
    --e-global-color-primary: #064420;
    --e-global-color-accent: #064420;
}

/* Page title — left aligned */
#page-header-wrap,
.page-header,
.page-header .page-header-inner {
    text-align: left !important;
}

/* Custom footer */
.gll-footer {
    background: #1a1a1a;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    padding: 40px 0 0;
}
.gll-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.gll-footer-col {
    flex: 1 1 200px;
}
.gll-footer-col strong {
    font-size: 16px;
}
.gll-footer-col a {
    color: #ccc;
    text-decoration: none;
}
.gll-footer-col a:hover {
    color: #fff;
}
.gll-footer-bottom {
    text-align: center;
    color: #888;
    font-size: 13px;
    padding: 20px 0;
    margin-top: 30px;
    border-top: 1px solid #333;
}

/* Menu font size */
#site-navigation .main-menu > li > a {
    font-size: 14px !important;
}

/* ===== MOBILE ===== */
@media (max-width: 960px) {

    /* Hide "Menu" / "Close" text — keep only hamburger icon */
    .mobile-menu .oceanwp-text,
    .mobile-menu .oceanwp-close-text {
        display: none !important;
    }

    /* Hide search icon */
    #search-toggle,
    li.site-search-toggle,
    .site-search-toggle,
    #searchform-dropdown,
    .search-toggle,
    .search-icon-dropdown,
    .search-icon-overlay,
    a[class^="search-icon"] {
        display: none !important;
    }

    /* Fix hamburger position — centered horizontally */
    .oceanwp-mobile-menu-icon {
        position: absolute !important;
        left: 50% !important;
        right: auto !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        clear: none !important;
        width: auto !important;
        float: none !important;
    }
    .mobile-menu {
        display: inline-flex !important;
        align-items: center;
        line-height: 1;
    }
    /* Language switcher stays at far right */
    .gll-lang-switcher {
        right: 10px !important;
    }

    /* Hide breadcrumbs (duplicate of page title) */
    #breadcrumbs,
    .oceanwp-breadcrumbs,
    .breadcrumb,
    .breadcrumbs {
        display: none !important;
    }

    /* Footer — 2 columns on mobile */
    .gll-footer-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 24px;
    }

    .gll-footer-col {
        flex: none;
    }
}
