/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */


h1, h2, h3, h4 {
  font-family: "eurostile-extended", sans-serif !important;
}


.voci-menu a.elementor-item{
    font-family: "eurostile-extended" !important;
}

@media(min-width:768px){
.contact-info p,
.contact-info a{
    font-family: "eurostile-extended"!important;
    font-weight: 400!important;
    font-size: 18px!important;
}
}

@media(max-width:767px){
.contact-info p, .contact-info a{
	font-family: "eurostile-extended"!important;
    font-weight: 400!important;
     font-size: 16px !important;
}
}

.elementor-button-text{
	font-family: "eurostile-extended" !important;
}


.perche-montesi{
    background: linear-gradient(260deg, rgba(255, 255, 255, 0.20) -80.78%, rgba(255, 255, 255, 0.00) 26.42%), linear-gradient(180deg, rgba(217, 217, 217, 0.10) 0%, rgba(115, 115, 115, 0.00) 100%), rgba(31, 31, 31, 0.50);
}

/* Applichiamo lo stile solo agli <li> dentro <ul> che si trovano in un <div class="custom-li"> */
.custom-li ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.custom-li ul li:last-child {
  margin-bottom: 0;
}

.custom-li ul li::before {
  content: "";
  flex: 0 0 10px;
  height: 10px;
  margin-right: 10px;
  background: url("/wp-content/uploads/2025/07/triangle.svg") no-repeat;
  background-size: contain;
  align-self: baseline;
}
