/*
 Theme Name:   Hello ELementor Child
 Theme URI:    
 Description:  Custom child theme for Hello Elementor
 Author:       Lester Lubiano
 Author URI:   
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

#site-header,
.page-header,
#site-footer{
    display:none !important;
}

a{
    text-decoration:none !important;
}


.hero-bg {
    position: relative;
    background-color: #0b0b08;
    overflow: hidden;
}

.hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;

    background:
        radial-gradient(ellipse 60% 50% at 30% 60%, rgba(180,130,60,0.12), transparent 70%),
        radial-gradient(ellipse 40% 40% at 75% 40%, rgba(200,160,80,0.08), transparent 60%),
        radial-gradient(ellipse 80% 60% at 50% 80%, rgba(140,120,40,0.06), transparent 70%),
        linear-gradient(180deg, #070605 0%, #0d0b08 40%, #111008 100%);
}

.hero-bg > * {
    position: relative;
    z-index: 1;
}

.txt-brown{
	color: #C8A96E !important;
}