/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 05 2026 | 16:11:15 */
.dnone {
	display: none;
}

/** TIPOGRAFIA **********/

p, h1, h2, h3, h4, ul, li {
  font-family: "Montserrat", sans-serif;
  font-weight: 100-900;
  font-style: normal;
}

.boxhome {
	min-height: 550px;
}

.title-slide {
	margin-top: 50px;
	padding-left: 50px
}

.subtitle-slide {
	margin-top: 50px;
	padding-left: 50px
}


@media (max-width: 1400px) {
  .title-slide {
    font-size: 30px!important;
  }
}

@media (max-width: 1210px) {
  .title-slide {
    font-size: 22px!important;
  }
	
.subtitle-slide {
		padding-top: 30px;
	}
}

/** ACCORDION SCHEDE PRODOTTO **********/
.model-accordion .wp-block-accordion-item { margin-bottom: 20px;
}

.model-accordion 
.wp-block-accordion-heading__toggle-title { padding-left: 10px;
}

.model-accordion .wp-block-column {
	padding: 10px;
}

.wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
	text-decoration: none;
}

.model-accordion h3 {
    font-size: 50px !important;
}

.wp-block-accordion-heading__toggle:focus {
	background-color: #c9c9c9;
}

span.wp-block-accordion-heading__toggle-title:active {
	color: #333 !important;
}


/* Nasconde su Smartphone */
@media (max-width: 767px) {
  .model-accordion h3 {
    font-size: 30px !important;
  }
}

/** PULSANTI SCHEDA PRODOTTO **********/
.btn-download a.wp-block-button__link {
	width: 250px !important;
	color: #fff !important;
}

.btn-download a.wp-block-button__link:hover {
	color: #999;
}

.btn-download a.wp-block-button__link:visited {
	color: #999;
}

/** PULSANTI **********/
.wp-block-button__link {
	border-radius: 1px !important;
}

/** FORM DEI CONTATTI **********/
input.wpcf7-submit {
	background-color: transparent !important;
	border: 1px #fff solid !important;
	border-radius: 0;
}

.wpcf7-response-output {
	color: #ffb900 !important;
}

/** TOGLIERE SPAZIO BIANCO DOPO FOOTER **********/
/* Toglie il margine solo all'ultimo elemento della pagina */
.site-inner article.entry:last-of-type {
    margin-bottom: 0 !important;
}
