/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.5.1.1788332682
Updated: 2026-09-02 10:04:42

*/


/* =========================================================
   ZHYTOMYR ONLINE HEADER HOTFIX
   ========================================================= */

/* Hide the original Hello Elementor header only when our hotfix is present. */
body:has(.zo-site-header) > #site-header,
body:has(.zo-site-header) header#site-header:not(.zo-site-header),
body:has(.zo-site-header) .site-header:not(.zo-site-header) {
    display: none !important;
}

.zo-site-header,
.zo-site-header * {
    box-sizing: border-box;
}

.zo-site-header {
    --zo-blue: #1769ff;
    --zo-text: #11141a;
    --zo-line: #e5e9ef;
    --zo-header-art: none;
    position: relative;
    z-index: 1000;
    width: 100%;
    background: #fff;
    color: var(--zo-text);
    font-family: Arial, Helvetica, sans-serif;
}

.zo-header-shell {
    width: min(100% - 32px, 1280px);
    margin: 10px auto 0;
    overflow: visible;
    background: #fff;
    border: 1px solid #e6eaf0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 1px 10px rgba(15, 23, 42, .07);
}

.zo-header-top {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 106px;
    padding: 12px 24px;
    overflow: hidden;
}

.zo-brand {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    max-width: 280px;
    color: #080b10;
    text-decoration: none !important;
}

.zo-brand-image {
    display: block;
    width: auto;
    max-width: 260px;
    height: auto;
    max-height: 58px;
    object-fit: contain;
}

.zo-brand-text {
    display: inline-flex;
    align-items: baseline;
    gap: 7px;
    white-space: nowrap;
    line-height: 1;
}

.zo-brand-main {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(30px, 2.8vw, 42px);
    font-weight: 700;
    letter-spacing: -.8px;
}

.zo-brand-accent {
    color: var(--zo-blue);
    font-size: clamp(18px, 1.7vw, 28px);
    font-weight: 700;
}

.zo-header-art {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 18px;
    bottom: 0;
    left: 300px;
    background-image: var(--zo-header-art);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    pointer-events: none;
}

.zo-desktop-nav {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 54px;
    padding: 0 22px 0 24px;
    border-top: 1px solid var(--zo-line);
}

.zo-header-menu {
    display: flex;
    flex: 1 1 auto;
    align-items: stretch;
    gap: clamp(22px, 3vw, 48px);
    margin: 0;
    padding: 0;
    list-style: none;
}

.zo-header-menu > li {
    position: relative;
    display: flex;
    align-items: stretch;
    margin: 0;
    padding: 0;
}

.zo-header-menu > li > a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    color: #1a1d22;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none !important;
    white-space: nowrap;
}

.zo-header-menu > li > a:hover,
.zo-header-menu > li.current-menu-item > a,
.zo-header-menu > li.current-menu-ancestor > a {
    color: #111;
}

.zo-header-menu > li > a::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    height: 2px;
    background: var(--zo-blue);
    opacity: 0;
    transform: scaleX(.4);
    transition: .18s ease;
}

.zo-header-menu > li > a:hover::after,
.zo-header-menu > li.current-menu-item > a::after,
.zo-header-menu > li.current-menu-ancestor > a::after {
    opacity: 1;
    transform: scaleX(1);
}

.zo-header-menu .sub-menu {
    position: absolute;
    z-index: 20;
    top: 100%;
    left: -14px;
    display: none;
    min-width: 210px;
    margin: 0;
    padding: 8px;
    list-style: none;
    background: #fff;
    border: 1px solid var(--zo-line);
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, .12);
}

.zo-header-menu li:hover > .sub-menu,
.zo-header-menu li:focus-within > .sub-menu {
    display: block;
}

.zo-header-menu .sub-menu a {
    display: block;
    padding: 9px 10px;
    color: #16191e;
    text-decoration: none;
}

.zo-search-toggle,
.zo-mobile-menu-toggle,
.zo-search-close {
    appearance: none;
    border: 0;
    background: transparent;
    color: #11151b;
    cursor: pointer;
}

.zo-search-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    min-width: 46px;
    height: 46px;
    padding: 0;
}

.zo-header-top > .zo-search-toggle {
    display: none;
}

.zo-desktop-search {
    margin-left: auto;
    align-self: center;
}

.zo-mobile-menu-toggle,
.zo-mobile-nav {
    display: none;
}

/* Search modal */
.zo-search-modal[hidden],
.zo-mobile-nav[hidden] {
    display: none !important;
}

.zo-search-modal {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 20px;
}

.zo-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 14, 20, .64);
    backdrop-filter: blur(2px);
}

.zo-search-dialog {
    position: relative;
    z-index: 1;
    width: min(680px, 100%);
    padding: 34px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .25);
}

.zo-search-dialog h2 {
    margin: 0 48px 20px 0;
    color: #11151b;
    font-size: 28px;
}

.zo-search-close {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 42px;
    height: 42px;
    padding: 0;
    font-size: 34px;
    line-height: 1;
}

.zo-search-form {
    display: flex;
    gap: 10px;
}

.zo-search-form input[type='search'] {
    flex: 1 1 auto;
    min-width: 0;
    height: 52px;
    padding: 0 16px;
    color: #11151b;
    background: #fff;
    border: 1px solid #ccd3dc;
    border-radius: 7px;
    outline: none;
}

.zo-search-form input[type='search']:focus {
    border-color: var(--zo-blue, #1769ff);
    box-shadow: 0 0 0 3px rgba(23, 105, 255, .12);
}

.zo-search-form button[type='submit'] {
    height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 7px;
    background: #1769ff;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

body.zo-search-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .zo-header-shell {
        width: calc(100% - 16px);
        margin-top: 8px;
        border-radius: 10px;
    }

    .zo-header-top {
        display: grid;
        grid-template-columns: 46px minmax(0, 1fr) 46px;
        align-items: center;
        min-height: 62px;
        padding: 5px 7px;
    }

    .zo-header-art,
    .zo-desktop-nav {
        display: none !important;
    }

    .zo-mobile-menu-toggle,
    .zo-header-top > .zo-search-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .zo-mobile-menu-toggle {
        width: 46px;
        height: 46px;
        padding: 12px;
        flex-direction: column;
        gap: 5px;
    }

    .zo-mobile-menu-toggle span {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 2px;
        background: #11151b;
        transition: transform .2s ease, opacity .2s ease;
    }

    .zo-mobile-menu-toggle[aria-expanded='true'] span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .zo-mobile-menu-toggle[aria-expanded='true'] span:nth-child(2) {
        opacity: 0;
    }
    .zo-mobile-menu-toggle[aria-expanded='true'] span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .zo-brand {
        justify-self: center;
        max-width: calc(100vw - 130px);
    }

    .zo-brand-image {
        max-width: 165px;
        max-height: 36px;
    }

    .zo-brand-text {
        gap: 3px;
    }

    .zo-brand-main {
        font-size: 18px;
        letter-spacing: -.25px;
    }

    .zo-brand-accent {
        font-size: 17px;
    }

    .zo-header-top > .zo-search-toggle {
        justify-self: end;
    }

    .zo-mobile-nav {
        display: block;
        border-top: 1px solid var(--zo-line);
        background: #fff;
        border-radius: 0 0 10px 10px;
    }

    .zo-mobile-nav .zo-header-menu,
    .zo-mobile-nav > .zo-header-menu {
        display: block;
        margin: 0;
        padding: 7px 14px 14px;
    }

    .zo-mobile-nav .zo-header-menu > li {
        display: block;
        border-bottom: 1px solid #edf0f4;
    }

    .zo-mobile-nav .zo-header-menu > li:last-child {
        border-bottom: 0;
    }

    .zo-mobile-nav .zo-header-menu > li > a {
        display: block;
        padding: 13px 6px;
        font-size: 15px;
        font-weight: 600;
    }

    .zo-mobile-nav .zo-header-menu > li > a::after {
        display: none;
    }

    .zo-mobile-nav .zo-header-menu .sub-menu {
        position: static;
        display: block;
        min-width: 0;
        padding: 0 0 7px 12px;
        border: 0;
        box-shadow: none;
    }

    .zo-search-dialog {
        padding: 26px 18px 20px;
    }

    .zo-search-dialog h2 {
        font-size: 23px;
    }

    .zo-search-form {
        display: grid;
        grid-template-columns: 1fr;
    }

    .zo-search-form button[type='submit'] {
        width: 100%;
    }
}

/* Native Hello header is normally rendered after wp_body_open(). */
.zo-site-header ~ #site-header,
.zo-site-header ~ header.site-header,
.zo-site-header ~ .site-header {
    display: none !important;
}


/* Hotfix v6: keep original menu design, scroll only when desktop menu overflows */
@media (min-width: 768px) {
    .zo-desktop-nav > .zo-header-menu {
        min-width: 0;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch;
    }

    .zo-desktop-nav > .zo-header-menu > li {
        flex: 0 0 auto;
    }
}
