    /*
    Theme Name:  Hello Elementor Child
    Theme URI:   https://jsoasis.dk
    Description: Child theme for Hello Elementor
    Author:      Your Name
    Template:    hello-elementor
    Version:     1.0.0
    Text Domain: hello-elementor-child
    */
    
    @import url("../hello-elementor/style.css");
    
    .hp-field {
        opacity: 0 !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        height: 0 !important;
        width: 0 !important;
        z-index: -1 !important;
        overflow: hidden !important;
    }