/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
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 */
/* Co.Laboratori
--------------------------------------------- */

body {text-rendering: geometricPrecision;}
a, a:hover, a:active, a:focus {outline: 0;}
a, a:visited {color:inherit;}
.elementor-item:focus {background:none;}
.post, .page {margin: 0;}

h4 {
    margin-bottom: 5px!important;
}
p {
    margin-top: 5px !important;
}
textarea:focus, input:focus{
    outline: none!important;
	box-shadow: none !important;
}

.logo-svg path {
    fill: #ffffff;
}
.icon-menu path {
    fill:  #ffffff;
}
.page-id-271 .icon-menu path {
    fill:  #1D1D1B;
}
.home .logo-svg path, .page-id-271 .logo-svg path{
    fill: #1D1D1B;
}

.home .icon-menu path {
    fill: rgb(234, 65, 68);
}
.elementor-popup-modal .logo-svg path {
    fill: #ffffff;
}

.elementor-widget .elementor-icon-list-icon {
    position: absolute !important;
    top: 6px !important;
}
.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center !important;
    padding-inline-start: 25px !important;
}