/* 
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 */

/************************MAH**************************/
/*************************************
 *  LAYOUT PRODOTTI IN COLONNA
 *************************************/
.colonne-prodotti {
    width: 100%;
    max-width: 100%;
}
/*************************************
 *  TITOLI — Fira Sans Thin 45px
 *************************************/
.colonne-prodotti h3 {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 100;           /* Thin */
    font-size: 45px;
    line-height: 1;             /* richiesto */
    margin: 0 0 15px;
}
/*************************************
 *  LISTE SUB-PRODOTTI
 *************************************/
.colonne-prodotti ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 25px;
}
/*************************************
 *  LI — Fira Sans Light 23px
 *************************************/
.colonne-prodotti li {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;           /* Light */
    font-size: 23px;
    line-height: 1;             /* richiesto */
    margin-bottom: 12px;
}
/*************************************
 *  IMMAGINI DEI SUB-PRODOTTI
 *************************************/
.colonne-prodotti li img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: 5px;
}
/*************************************
 *  END LAYOUT PRODOTTI IN COLONNA
 *************************************/
