/*
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 V9: FULL-WIDTH HEADER + DESKTOP OVERFLOW BURGER
   ========================================================= */
/* Full viewport width on desktop and mobile. */
.zo-site-header {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.zo-header-shell {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-radius: 0 !important;
}

@media (min-width: 768px) {
    .zo-desktop-nav {
        width: 100% !important;
        max-width: none !important;
        display: flex !important;
        align-items: stretch;
        overflow: visible !important;
    }

    .zo-desktop-menu-area {
        position: relative;
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        align-items: stretch;
        overflow: visible;
    }

    .zo-desktop-menu-area > .zo-header-menu {
        display: flex;
        flex: 1 1 auto;
        min-width: 0;
        overflow: visible !important;
        flex-wrap: nowrap;
        align-items: stretch;
    }

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

    .zo-desktop-menu-area > .zo-header-menu > li.zo-overflow-hidden {
        display: none !important;
    }

    .zo-overflow-menu {
        position: relative;
        z-index: 50;
        flex: 0 0 48px;
        width: 48px;
        min-width: 48px;
        align-self: stretch;
    }

    .zo-overflow-menu:not([hidden]) {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .zo-overflow-toggle {
        appearance: none;
        width: 42px;
        height: 42px;
        margin: 0;
        padding: 10px;
        border: 0;
        background: transparent;
        color: #11151b;
        cursor: pointer;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
    }

    .zo-overflow-toggle span {
        display: block;
        width: 21px;
        height: 2px;
        border-radius: 2px;
        background: currentColor;
    }

    .zo-overflow-dropdown {
        position: absolute;
        z-index: 9999;
        top: calc(100% - 2px);
        right: 0;
        width: max-content;
        min-width: 230px;
        max-width: min(360px, calc(100vw - 24px));
        padding: 8px;
        background: #fff;
        border: 1px solid var(--zo-line);
        border-radius: 8px;
        box-shadow: 0 12px 32px rgba(15, 23, 42, .16);
    }

    .zo-overflow-dropdown:not([hidden]) {
        display: block;
    }

    .zo-overflow-list {
        display: block !important;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .zo-overflow-list > li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #edf0f4;
    }

    .zo-overflow-list > li:last-child {
        border-bottom: 0;
    }

    .zo-overflow-list > li > a {
        display: block;
        padding: 11px 12px;
        color: #1a1d22;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.25;
        text-decoration: none !important;
        white-space: nowrap;
    }

    .zo-overflow-list > li > a:hover,
    .zo-overflow-list > li.current-menu-item > a {
        background: #f5f7fa;
        color: #111;
    }

    .zo-desktop-search {
        flex: 0 0 46px;
        margin-left: 12px;
    }
}

/* v10: force the custom header to span the actual viewport, even if the
   parent theme/page wrapper has a max-width, padding, or centered container. */
html, body {
    max-width: 100% !important;
}

.zo-site-header {
    position: relative !important;
    left: 50% !important;
    right: auto !important;
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: -50vw !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
}

.zo-site-header > .zo-header-shell {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
}

@supports (width: 100dvw) {
    .zo-site-header {
        width: 100dvw !important;
        max-width: 100dvw !important;
        margin-left: -50dvw !important;
    }
}

@media (max-width: 767px) {
    .zo-site-header,
    .zo-site-header > .zo-header-shell {
        border-radius: 0 !important;
    }
}


/* HOTFIX v11: active/open burger color */
.zo-overflow-burger[aria-expanded="true"],
.zo-overflow-burger.is-open,
.zo-overflow-toggle[aria-expanded="true"],
.zo-overflow-toggle.is-open,
.zo-menu-overflow-toggle[aria-expanded="true"],
.zo-menu-overflow-toggle.is-open {
    background: #1769ff !important;
    background-color: #1769ff !important;
    border-color: #1769ff !important;
    color: #fff !important;
}

.zo-overflow-burger[aria-expanded="true"] span,
.zo-overflow-burger.is-open span,
.zo-overflow-toggle[aria-expanded="true"] span,
.zo-overflow-toggle.is-open span,
.zo-menu-overflow-toggle[aria-expanded="true"] span,
.zo-menu-overflow-toggle.is-open span {
    background-color: #fff !important;
    border-color: #fff !important;
}

/* Mouse/touch pressed state */
.zo-overflow-burger:active,
.zo-overflow-toggle:active,
.zo-menu-overflow-toggle:active {
    background: #1769ff !important;
    border-color: #1769ff !important;
    color: #fff !important;
}
