/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: Tema child di Hello Elementor
Author: Luca Pesucci
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/


.elementor-widget.elementor-widget-text-editor ul{
	list-style:none;
}

.elementor-widget.elementor-widget-text-editor ul li::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 13px;
    width: 12px;
    height: 1px;
    background:#a98b5a;
}

.elementor-widget.elementor-widget-text-editor ul li {
    position: relative;
}

.riga-sx-oro .elementor-heading-title{
    display:flex;
    align-items:center;
}

.riga-sx-oro .elementor-heading-title::before {
    content: "";
    display: block;
    width: 32px;
    height: 1px;
    background: #a98b5a;
    margin-right: 15px;
}