/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
[data-header*="type-1"] .ct-header [data-row*="top"] {
    position: absolute !important;
    top: 6px !important;
    right: 0 !important;
    width: 100% !important;
}

[data-header*="type-1"] .ct-header [data-row*="middle"] {
    height: 120px !important;
    padding-bottom: 40px !important;
}

#header [data-row="middle"]{
    position: relative;
    color: white;
}

#header [data-row="middle"]::before {
    content: "";
    position: absolute;
    inset: 0;
    padding-top: 5px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: -1;
    height: 140%;
}
