/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Tema Child di Hello Elementor, con pagina di login editabile direttamente nel costomizer con l'aggiunta, per alcune opzioni, del color picker con alpha, aggiunti anche gli stili per evitare il wrap quadrato dei file svg e per evitare l'extra ritorno a capo nel widget testo, direttamente nel file style.css.
Author: Quisazadrah
Author URI: 
Template: hello-elementor
Version: 2.2.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-wrapper {line-height: 0 !important;}
.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;}
