.spinner_cerca {
	display: block;
  width: 1rem;
  height: 1rem;
  border: 0.2rem solid rgba(0, 0, 0, 0.1);
  border-left-color: #693013;
  border-radius: 50%;
  animation: spin 1s linear infinite;
margin: auto 5px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.mb--10px{margin-bottom:-8px;}

#servizi-scheda-dettaglio li::marker {
  content: '- ';
  font-size: 1.2em;
}

.min-h-600{min-height:600px;}

.text-truncate-3r{
	overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.acf-map img {
 max-width: inherit !important;
}

.pagination-imm-active{
background-color: #d2d2d2;
}