/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/

/* Force Eduma Header V3 to stay visible */
/* This targets the header more specifically to override theme scripts */
body .site-header.sticky-header.header_v3 {
    position: fixed !important;
    top: 0 !important;
    transform: translateY(0) !important;
    transition: none !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Fix for the gap that might appear at the top */
body.sticky-header-active {
    padding-top: 90px; /* Adjust this number to match your header height */
}