.elementor-element.header-singe-post:before {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5) !important;
}

#site-header {
    display: none;
}

.entry-title {
    display: none !important;
}

.hfe-nav-menu {
    .hfe-nav-menu {
        .menu-item {
            font-size: 1.5rem;

            a {
                color: #fff !important;
                font-size: 16px !important;

                &:hover {
                    font-weight: 500;
                    transition: 0.3s;
                    padding: 5px 10px;
                    height: fit-content;
                    text-underline: #fff;
                    color: #000 !important;
                    background-color: #fff;
                    text-decoration: underline;
                }

                .sub-menu {
                    font-size: 1.5rem;

                    a {
                        color: black !important;

                        &:hover {
                            color: #000 !important;
                        }
                    }
                }

            }

            .hfe-sub-menu-item {
                color: #000 !important;
            }
        }
    }
}


.scroll-header {
    width: 100%;
    display: none !important;
    z-index: 9999 !important;
    position: fixed !important;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease-in-out !important;
    .hfe-nav-menu{
        .menu-item{
            a{
                font-size: 16px !important;
            }
        }
    }
}

.page-header {
    display: none !important;
}

@media (max-width: 1024px) {

    .hfe-nav-menu {
        .hfe-nav-menu {
            .menu-item {
                font-size: 1.5rem;

                a {
                    color: #000 !important;
                }
            }
        }
    }

}
