/*
Theme Name: Blogum Child
Theme URI: https://faton.works/blogum/
Template: blogum
Author: ThemeGuri
Author URI: https://themeforest.net/user/themeguri
Description: Child theme for Blogum – a premium, multi-style magazine WordPress theme. Use this child theme to safely add your own customizations without losing them on parent theme updates.
Version: 1.2
Requires at least: 6.3
Tested up to: 7.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blogum-child

Copyright: (C) 2026 ThemeGuri. All rights reserved.
*/

/*
 * Add your custom CSS overrides below this line.
 * The parent theme (Blogum) styles are automatically loaded before these.
 * =========================================================================
 */

.blg-overlay-menu::before {
    background-image: none !important;
}

[data-theme] h1.ctrivers-semantic-title {
    position: absolute;
    top: 108px;
    left: 54px;
    z-index: 30;
    max-width: 500px;
    margin: 0;
    color: rgba(255, 255, 255, 0.88) !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
    font-family: var(--blg-font-body);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    line-height: 1.4;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    [data-theme] h1.ctrivers-semantic-title {
        top: 86px;
        left: 28px;
        max-width: 300px;
        font-size: 0.62rem;
        letter-spacing: 0.18em;
    }
}
