/*
 Theme Name:   astra Child
 Theme URI:    https://example.com/astra-child/
 Description:  Child theme για το astra
 Author:       Konstantina Agraniti
 Template:     astra
 Version:      1.0.0
*/

@import url("../astra/style.css");



/* ── Fixed transparent header ── */
#masthead,
.ast-primary-header-bar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent !important;
    box-shadow: none !important;
    transition: background-color 0.45s ease, box-shadow 0.45s ease;
}

.main-header-bar {
    background: transparent !important;
}
/* ── Sticky state ── */
#masthead.site-scrolled,
.site-scrolled .ast-primary-header-bar,
.site-scrolled .main-header-bar {
    background-color: #F9F8F8 !important;
    box-shadow: 0 2px 20px rgba(0,0,0,0.07) !important;
}

/* ── Χρώμα γραμμάτων menu ── */
.site-scrolled .main-navigation a,
.site-scrolled .ast-builder-menu a,
.site-scrolled .main-header-bar .menu-link {
    color: #003462 !important;
}
/* Logo πάντα ορατό */
.site-logo-img,
.site-logo-img img,
a.custom-logo-link,
img.custom-logo {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    max-width: 200px !important;
}


/* Logo λευκό στο transparent header */
#masthead:not(.site-scrolled) img.custom-logo {
    filter: brightness(0) invert(1) !important;
}

/* Logo μπλε μετά το scroll */
#masthead.site-scrolled img.custom-logo {
    filter: brightness(0) saturate(100%) invert(15%) sepia(60%) saturate(800%) hue-rotate(190deg) !important;
}

/* CSS για contact form */
.wpcf7-form div[style*="display:flex"] p {
    display: contents !important;
}
.wpcf7-form textarea {
    height: 120px !important;
    min-height: 120px !important;
    resize: vertical !important;
}

#masthead:not(.site-scrolled) img.custom-logo {
    filter: brightness(0) invert(1) !important;
}

/* Footer*/
.footer-widget-area[data-section="sidebar-widgets-footer-widget-4"] .widget {
    margin-top: -20px !important;
}

.ast-builder-layout-element[data-section="section-fb-social-icons-1"] {
    margin-bottom: 30px !important;
}


.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer a,
.site-footer .widget-title {
    font-family: Verdana, sans-serif !important;
}



calendly-open 


