/*
Theme Name: Mavix Charity Child
Theme URI: http://creativthemes.com/mavix-charity/
Template: mavix-charity
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Mavix Charity is a clean WordPress Charity Theme which fits for all kind of Charity, Fundraising, NonProfit, NGO, Church and other non-profit charity projects website since it is a great theme that will make a model and professional website for all your needs.
Tags: translation-ready,custom-background,theme-options,custom-menu,threaded-comments,featured-images,footer-widgets,left-sidebar,editor-style,right-sidebar,full-width-template,two-columns,custom-colors,custom-header,custom-logo,blog,entertainment,portfolio
Version: 1.2.1777553034
Updated: 2026-04-30 14:43:54

*/

/* Styles applied ONLY when the user scrolls past the header */
.header-bottom.is-fixed-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff; /* Ensures transparency doesn't overlap text */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Adds a nice drop shadow to separate it from content */
}

/* Compensate for the WordPress Admin Bar for logged-in users */
.admin-bar .header-bottom.is-fixed-nav {
    top: 32px;
}

/* Admin bar is slightly taller on mobile devices */
@media screen and (max-width: 782px) {
    .admin-bar .header-bottom.is-fixed-nav {
        top: 46px;
    }
}

h2 {
    scroll-margin-top: 70px;
}

@media screen and (max-width: 1023px) {
    #masthead .custom-menu-item a {
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding: 10px;
    }
}
