/*
Theme Name:   Tutorstarter Child
Theme URI:    https://fluentyou.eu
Description:  Fresh clean child theme for Tutorstarter
Author:       Inga
Template:     tutorstarter
Version:      2.0.0
Text Domain:  tutorstarter-child
*/

/* ==========================================
   CLEAN START - No legacy CSS
   Add custom styles in Customizer → Additional CSS
   ========================================== */
PERFEKTI! Tīrs sākums! 🎉
✅ TAGAD PIEVIENO CUSTOM CSS:
Solis 1: Additional CSS
Appearance → Customize → Additional CSS
Solis 2: Paste ŠO:
css/* ==========================================
   GLASS HEADER
   ========================================== */
.header-transparent,
header.header-transparent {
    background: rgba(0, 183, 181, 0.2) !important;
    backdrop-filter: blur(12px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body {
    padding-top: 80px !important;
}
/* ==========================================
   GLASS HEADER - ALL POSSIBLE SELECTORS
   ========================================== */
.header-transparent,
header.header-transparent,
.site-header,
header.site-header,
.header-default,
#masthead,
.main-header,
header {
    background: rgba(0, 183, 181, 0.2) !important;
    backdrop-filter: blur(12px) saturate(160%) !important;
    -webkit-backdrop-filter: blur(12px) saturate(160%) !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

body {
    padding-top: 80px !important;
}

/* ==========================================
   HIDE ADMIN BAR
   ========================================== */
#wpadminbar {
    display: none !important;
    visibility: hidden !important;
}

html,
body {
    margin-top: 0 !important;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    body {
        padding-top: 60px !important;
    }
}
/* ==========================================
   HIDE ADMIN BAR
   ========================================== */
#wpadminbar {
    display: none !important;
    visibility: hidden !important;
}

html,
body {
    margin-top: 0 !important;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 768px) {
    body {
        padding-top: 60px !important;
    }
}