.container-map {
  padding: 50px 0px;
}

.active {
  fill: #c8122c;
}

.pallino:hover {
  fill: #c8122c;
}

.pallino {
  cursor: pointer;
}
.evento-card img {
  object-fit: cover !important;
}
.card {
  width: 80%;
  margin: 0 auto;
  -webkit-box-shadow: -2px 5px 20px 5px rgb(187 187 187 / 25%);
  box-shadow: -2px 5px 20px 5px rgb(187 187 187 / 25%);
  position: relative;
}
.card-inner_image {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  background: white;
}

/* span.card-inner_image_placeholder-top {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
  font-size: 16px;
} */

.card-inner_image img {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.card-inner_content {
  padding: 5px 20px;
}
.card-inner_content h4 {
  text-align: center;
  font-size: 20px;
}
.card-inner_footer {
  padding: 10px 20px;
}
#eventi .event-card .card-inner-content > * {
  color: white;
}

.card-inner_image img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  margin-top: 80px;
}
span.bullet {
  padding-left: 10px;
}

.mappa-title {
  padding-bottom: 100px;
}

/* .mappa-title h1 {
  font-size: 5em;
  line-height: 1em;
} */

ul.taxonomy-list li:before {
  content: "" !important;
}
ul.taxonomy-list li {
  font-weight: bold;
  padding: 10px 8px !important;
}
ul.taxonomy-list li {
  cursor: pointer;
}
.active-list {
  background-color: #023e8f;
  color: white;
}

.icons-negozio {
  justify-content: center;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer_contacts {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.card-inner_footer {
  width: 200px;
  margin: 0 auto;
}

.icons-negozio {
  justify-content: center;
  margin-top: 20px;
}

.card-inner_footer {
  text-align: center !important;
}

.icon-button {
  padding: 10px;
  margin: 5px;
  border-radius: 100px;
  -webkit-box-shadow: -2px 5px 20px 5px rgb(187 187 187 / 25%);
  box-shadow: -2px 5px 20px 5px rgb(187 187 187 / 25%);
  transition: background ease 0.5s !important;
}
.icons-negozio .icon-button {
  color: black;
}
.icon-button#icon-fb:hover {
  background-color: #0879e9;
  color: white;
}
.icon-button#icon-ig:hover {
  background-color: #e95950;
  color: white;
}
.icon-button#icon-wa:hover {
  background-color: #25d366;
  color: white;
}
.negozi-thumbs {
  padding: 10px 50px;
}

.negozi-thumbs .col-md-1 {
  flex-basis: 11% !important;
  max-width: 11% !important;
}
.thumb-item {
  border: 1px solid #00000012;
  margin-bottom: 10px;
  cursor: pointer;
  background: white;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;
}

.thumb-item:hover {
  border-color: #ff2f2f;
}

.thumb-active {
  border-color: #ff2f2f;
}
/* .thumb-item img {
  width: 300px;
  height: 60px;
  object-fit: contain;
} */
.spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

.spinner-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ffffff8f;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1000px) {
  .only-large {
    display: none;
  }
  .mappa-title {
    padding-bottom: 0px !important;
  }
}
@media screen and (min-width: 1000px) {
  .only-small {
    display: none;
  }
  .thumb-item {
    height: 300px;
  }
}

@media screen and (max-width: 750px) {
  .mappa svg {
    width: 95% !important;
  }

  .map-col.col-xs-4,
  .map-col.col-xs-8 {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
  .card {
    width: 100%;
  }
  .card-inner_content {
    padding: 30px !important;
  }
}
