/*
Theme Name: OceanWP Child
Template: oceanwp
Version: 1.0.0
*/

/* Child theme stylesheet. */

#site-navigation-wrap .dropdown-menu > li.opx-instagram-menu-item > a.opx-instagram-link {
    padding-left: 10px;
    padding-right: 0;
    color: #111111;
}

#site-navigation-wrap .dropdown-menu > li.opx-instagram-menu-item svg.opx-instagram-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    vertical-align: middle;
}

/* Neo overnight header refresh 2026-08-31 — v2 (Morpheus direct fix): picture strip as ONE layer, no boxes */
body #top-bar-wrap,
body #top-bar,
body #site-header,
body #site-header.fixed-scroll,
body #site-header.shrink-header {
    background: linear-gradient(rgba(15,23,42,0.15), rgba(15,23,42,0.15)), url("https://operationalixer.com/wp-content/uploads/2026/08/header-bg-strip-nocenter.png") center / cover no-repeat, #0F172A !important;
}

body #site-header #site-header-inner {
    background: transparent !important;
}

#top-bar-wrap.has-no-content,
#top-bar-wrap:has(#top-bar.has-no-content) {
    display: none !important;
}

#site-header {
    border-bottom: 1px solid #1e293b !important;
}

#site-header #site-header-inner {
    min-height: 112px;
}

#site-header #site-logo,
#site-header #site-logo-inner,
#site-header #site-logo a {
    display: flex;
    align-items: center;
    height: 112px !important;
    max-height: none !important;
    overflow: visible !important;
}

#site-header #site-logo img.custom-logo {
    width: auto !important;
    max-height: 104px !important;
}

#site-navigation-wrap .dropdown-menu > li > a,
#site-navigation-wrap .dropdown-menu > li > button,
#site-navigation-wrap .dropdown-menu > li > a.menu-link,
#site-navigation-wrap .dropdown-menu > li > button.site-search-toggle,
#site-navigation-wrap .dropdown-menu > li.opx-instagram-menu-item > a.opx-instagram-link {
    color: #f8fafc !important;
}

#site-navigation-wrap .dropdown-menu > li > a:hover,
#site-navigation-wrap .dropdown-menu > li > button:hover,
#site-navigation-wrap .dropdown-menu > li.current-menu-item > a,
#site-navigation-wrap .dropdown-menu > li.opx-instagram-menu-item > a.opx-instagram-link:hover {
    color: #38bdf8 !important;
}

#site-navigation-wrap .dropdown-menu > li > a,
#site-navigation-wrap .dropdown-menu > li > button.site-search-toggle {
    line-height: 112px !important;
}

#site-navigation-wrap .dropdown-menu > li.opx-instagram-menu-item svg.opx-instagram-icon {
    width: 20px;
    height: 20px;
}

.oceanwp-mobile-menu-icon .hamburger-inner,
.oceanwp-mobile-menu-icon .hamburger-inner::before,
.oceanwp-mobile-menu-icon .hamburger-inner::after {
    background-color: #f8fafc !important;
}

#oceanwp-mobile-menu-icon a,
#oceanwp-mobile-menu-icon button,
#mobile-dropdown,
#mobile-dropdown ul li a,
#mobile-dropdown ul li > button.menu-link.dropdown-toggle {
    color: #f8fafc !important;
}

#mobile-dropdown {
    background: #0F172A !important;
    border-color: #1e293b !important;
}

@media (max-width: 767px) {
    #site-header #site-header-inner {
        min-height: 78px;
    }

    #site-header #site-logo,
    #site-header #site-logo-inner,
    #site-header #site-logo a {
        height: 78px !important;
    }

    #site-header #site-logo img.custom-logo {
        max-height: 68px !important;
    }
}

body #site-navigation-wrap .dropdown-menu > li.opx-phone-menu-item > a.opx-phone-link {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin-left: 8px;
    padding: 0 16px !important;
    border: 1px solid rgba(56, 189, 248, 0.45);
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.66);
    color: #f8fafc !important;
    font-size: 15px;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

body #site-navigation-wrap .dropdown-menu > li.opx-phone-menu-item > a.opx-phone-link:hover,
body #site-navigation-wrap .dropdown-menu > li.opx-phone-menu-item > a.opx-phone-link:focus {
    border-color: rgba(56, 189, 248, 0.9);
    color: #38bdf8 !important;
}

body #mobile-dropdown ul li.opx-phone-menu-item > a.opx-phone-link {
    color: #38bdf8 !important;
    font-size: 18px;
    text-decoration: none !important;
}

body .opx-simple-footer {
    background: #0f172a;
    border-top: 1px solid #1e293b;
    color: #e2e8f0;
    padding: 30px 24px;
    text-align: center;
}

body .opx-simple-footer__inner {
    display: grid;
    gap: 12px;
    justify-items: center;
    max-width: 1180px;
    margin: 0 auto;
}

body .opx-simple-footer__links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    justify-content: center;
}

body .opx-simple-footer a {
    color: #f8fafc !important;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none !important;
}

body .opx-simple-footer a:hover,
body .opx-simple-footer a:focus {
    color: #38bdf8 !important;
}

body .opx-simple-footer p {
    margin: 0;
    color: #cbd5e1;
    font-size: 13px;
    line-height: 1.5;
}

body.page-id-494 #main #content-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

body.page-id-494 .page-header {
    display: none;
}

body .neo-contact-page .wpcf7 {
    max-width: 780px;
    margin: 0 auto;
}

body .neo-contact-form {
    display: grid;
    gap: 18px;
    padding: 34px;
    border: 1px solid var(--e-global-color-border_dark);
    border-radius: 16px;
    background: rgba(15, 23, 42, 0.82);
}

body .neo-contact-form label {
    display: grid;
    gap: 8px;
    color: #f8fafc;
    font-size: 19px;
    line-height: 1.35;
    text-align: left;
}

body .neo-contact-form input,
body .neo-contact-form select,
body .neo-contact-form textarea {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 8px;
    background: rgba(2, 6, 23, 0.72);
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.4;
    padding: 13px 14px;
}

body .neo-contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

body .neo-contact-form input:focus,
body .neo-contact-form select:focus,
body .neo-contact-form textarea:focus {
    border-color: #38bdf8;
    outline: none;
}

body .neo-contact-form .neo-consent {
    color: #cbd5e1;
    font-size: 18px;
}

body .neo-contact-form .wpcf7-submit {
    justify-self: center;
    min-height: 56px;
    padding: 16px 28px;
    border: 0;
    border-radius: 8px;
    background: var(--e-global-color-secondary);
    color: #ffffff;
    font-size: 18px;
    line-height: 1.2;
    cursor: pointer;
}

body .neo-contact-form .wpcf7-submit:hover,
body .neo-contact-form .wpcf7-submit:focus {
    filter: brightness(1.08);
}

body .wpcf7 form .wpcf7-response-output {
    margin: 18px 0 0;
    border-color: rgba(56, 189, 248, 0.55);
    border-radius: 8px;
    color: #f8fafc;
    font-size: 18px;
    line-height: 1.5;
    padding: 14px 16px;
}

body .wpcf7-not-valid-tip {
    color: #fca5a5;
    font-size: 16px;
    margin-top: 4px;
}

body .opx-home-phone-cta {
    margin: 18px 0 0;
    text-align: center;
}

body .opx-home-phone-cta a {
    color: #f8fafc !important;
    font-size: 22px;
    line-height: 1.35;
    text-decoration: none !important;
}

body .opx-home-phone-cta a:hover,
body .opx-home-phone-cta a:focus {
    color: #38bdf8 !important;
}

@media (max-width: 767px) {
    body .opx-simple-footer {
        padding: 24px 18px;
    }

    body .opx-simple-footer__links {
        display: grid;
        gap: 8px;
    }

    body .neo-contact-form {
        padding: 24px 18px;
    }

    body .neo-contact-form .wpcf7-submit {
        width: 100%;
    }
}

/* === Contact page text contrast fix (2026-09-10) ===
   Page inline styles rely on Elementor kit CSS vars that are NOT defined on this
   page (built outside Elementor) -> declarations dropped -> dark grey headings.
   Literal colors + body-prefix + !important so nothing can outrank it. */
body .neo-contact-page h1,
body .neo-contact-page h2,
body .neo-contact-page h3 {
    color: #FFFFFF !important;
}
body .neo-contact-page p,
body .neo-contact-page li {
    color: #E2E8F0 !important;
}
body .neo-contact-page .neo-eyebrow {
    color: #10B981 !important;
}
body .neo-contact-page a:not(.neo-button) {
    color: #FFFFFF !important;
    text-decoration-color: rgba(255,255,255,0.4);
}
