/* 
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 */
/*colori paragrafi evidenza*/
.colore-evidenza {
	color: #009899;
}

.colore-evidenza-verde {
	color: #A2C037;
}

/*stile liste con frecce*/
ul.freccette {
  list-style: none;
  padding-left: 0;
}

ul.freccette li {
  margin-bottom: 10px;
}

ul.freccette li::before {
  content: "→ ";
  color: #A2C037;
  margin-right: 6px;
}

/*lista blog pallini*/
    ul.custom-list {
      list-style: none;
      padding: 0;
    }

    ul.custom-list li {
      display: flex;
      align-items: flex-start;
      margin-bottom: 20px;
    }

    ul.custom-list li::before {
      content: "";
      background-image: url('https://gastromed.it/wp-content/uploads/2025/03/pallino2.png');
      background-size: cover;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      margin-top: 6px; /* allineamento verticale */
      flex-shrink: 0;
    }

    .titolo {
      color: #00A6A6;
      font-size: 1.2em;
    }

    .testo {
      color: #000;
      font-size: 1em;
      line-height: 1.5;
    }

#img-logo-top {
	display: none;
}

/*pop contatti*/
#elementor-popup-modal-2901 > div > div.dialog-message.dialog-lightbox-message {
	border-radius: 15px !important;
}
#elementor-popup-modal-2901 > div {
	background: transparent !important;
}