/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child/
 Description:  Child theme for Hello Elementor
 Author:       Il tuo Nome
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Aggiungi qui il tuo CSS personalizzato */

.disable-link, 
.disable-link .title a {
    pointer-events: none;
    
}

.d-none{
	display:none!important;
}
