/*
Theme Name: Twenty Twenty-Five Child
Description: A child theme for the Twenty Twenty-Five WordPress theme
Author: Karich.Design
Author URI: https://github.com/jerrybarry
Template: twentytwentyfive
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* Import the parent theme's styles */
@import url("../twentytwentyfive/style.css");

/* Add your custom styles below */


/* Overlay header on slider – Twenty Twenty-Five + Sliderberg */
.kd-header {  /* adjust selector if needed */
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: none !important;
}

/* Optional: make sure your slider sits right at the top */
.wp-block-sliderberg-sliderberg {
    margin-block-start: 0rem;
}

.kd-underhead {
    margin-block-start: 0rem;
}

.full-width-text {
    width: 100%;
    max-width: 100%;
}
.full-width-text p {
    width: 100%;
    max-width: 100%;
}