/*
  _____           __                     _
 |  __ \         / _|                   (_)
 | |__) |__ _ __| |_ ___  _ __ _ __ ___  _ _______
 |  ___/ _ \ '__|  _/ _ \| '__| '_ ` _ \| |_  / _ \
 | |  |  __/ |  | || (_) | |  | | | | | | |/ /  __/
 |_|   \___|_|  |_| \___/|_|  |_| |_| |_|_/___\___|
 v1.1.18
*/
:root {
  --primary-color: #BC2A79;
  --dark-color: #222;
  --white: #fff;
  --black: #000;
  --black-light: #212529;
  --font-simple: "Montserrat";
  --font-title: "Monument Extended";
  --max-container: 1400px;
  --animate-duration-fast: 0.3s;
  --animate-duration-medium: 0.7s;
  --animate-duration-slow: 1s;
  --radius: 15px;
  --radius-xl: 100px;
  --verde-menta: #9DDB9DFF;
  --sabbia: #c0a266;
  --grigio: #F2F2F2;
  --woo-rosa: #BC2A79;
  --woo-rosa-opacity: rgba(188,42,121,.4);
  --grigio-testo: #989898;
  --facebook: #1C70DE;
  --desktop-padding-gutter: 80px;
  --desktop-padding-wrapper: 3rem;
  --mobile-padding-wrapper: 1rem;
}

/** Bootstrap navbar fix (https://git.io/fADqW) */
body.post-type-archive-eventi .title-eventi-futuri {
  background: var(--primary-color);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  font-size: 30px;
  font-family: var(--font-simple);
}
@media (max-width: 767.98px) {
  body.post-type-archive-eventi .title-eventi-futuri {
    font-size: 24px;
    padding: 15px 0;
  }
}
body.post-type-archive-eventi .wp-picture img.wp-post-image {
  border-radius: 25px;
  max-width: 420px;
}
@media (max-width: 767.98px) {
  body.post-type-archive-eventi .wp-picture img.wp-post-image {
    max-width: 100%;
    height: auto;
  }
}
body.post-type-archive-eventi .perf-event-title a {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767.98px) {
  body.post-type-archive-eventi .perf-event-title a {
    font-size: 15px;
  }
}
body.post-type-archive-eventi .perf-event-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  body.post-type-archive-eventi .perf-event-wrapper {
    padding: 10px 30px;
  }
}
body.post-type-archive-eventi .perf-event-find-more {
  color: #BC2A79;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

body.post-type-archive-eventi .blog-masonry article {
  margin-bottom: 2rem;
}

body.post-type-archive-eventi .blog-masonry article .wp-picture {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

body.post-type-archive-eventi .button {
  color: #BC2A79;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

body.post-type-archive-eventi .wp-picture img.wp-post-image {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.perf-event-wrapper .wp-picture img {
  max-width: 100% !important;
}
/*# sourceMappingURL=eventi.min.css.map */