/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema Child di Hello Elementor, creato da Naldi Fabio Andreas con pagina di login customizzabile nel file function.php, con stile per evitare il wrap quadrato dei file svg e stile per evitare l'extra ritorno a capo nel widget testo nel file style.css.
Author: Naldi Fabio Andreas
Author URI: 
Template: hello-elementor
Version: 2.0.2
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* style for svg files */
.elementor-icon svg { height: unset !important; }
/* evita il ritorno a capo extra nel widget testo */
.elementor-widget-text-editor p:last-child {margin-bottom:0px;}
