/*
 Theme Name:   Cerebrum Child Theme
 Theme URI:    https://cerebrum.axiomthemes.com/
 Description:  Cerebrum Child Theme
 Author:       AxiomThemes
 Author URI:   https://axiomthemes.com/
 Template:     cerebrum
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  cerebrum
*/


/* =Theme customization starts here
------------------------------------------------------------ */
/* 1. Prevent unwanted horizontal scrolling caused by Slider Revolution's font tester */
sr7-fonttest-wrap {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* 2. Fix the inspected shape/overlay if it's blocking clicks on the slider content */
#SR7_5_1-13-9 {
    pointer-events: none !important;
}

/* 3. Ensure the main Elementor container doesn't exceed the viewport width */
.elementor-18921 {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* 4. Fix potential header/admin bar offset issues on mobile */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
    html {
        margin-top: 46px !important;
    }
}