/* colori - FORMS */
/* breakpoints standard */
.nato_container .nato_left h1.nati-annunci-title {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  margin: 2rem 0;
}
.nato_container .nato_left .nati-annunci-picture {
  margin-bottom: 2rem;
  text-align: center;
}
.nato_container .nato_left .nati-annunci-picture img {
  max-width: 100%;
  height: auto;
}
.nato_container .nato_left .nati-annunci-testo-standard {
  text-align: center;
  font-size: 110%;
  margin-bottom: 2rem;
}
.nato_container .nato_left .nati-annuncio-testo-extra {
  text-align: center;
  font-size: 150%;
  border: 1px solid #ccc;
  padding: 3rem;
  border-radius: 20px;
  margin-bottom: 1rem;
  font-style: italic;
}
.nato_container .nato_left .nati-annuncio-testo-extra p {
  margin: 0;
  padding: 0;
}
.nato_container .nato_left .nati-annuncio-testo-extra p:first-letter {
  font-size: 180%;
  text-transform: capitalize;
  font-weight: bold;
}
.nato_container .nato_left .nati-annuncio-share {
  margin-bottom: 1rem;
}
.nato_container .nato_left .nati-annuncio-share ul.share {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 0;
  margin-top: 10px;
}
.nato_container .nato_left .nati-annuncio-share ul.share li {
  flex: 0 1 35px;
  cursor: pointer;
  margin-right: 10px;
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button svg {
  height: 30px;
  width: auto;
  border: 0 none;
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button.system svg {
  fill: rgb(0, 0, 0);
  height: 22px;
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button.fb svg {
  fill: rgb(59, 89, 152);
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button.tw svg {
  fill: rgb(29, 161, 242);
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button.wa svg {
  fill: rgb(77, 194, 71);
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button.lk svg {
  fill: #0E76A8;
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button.pt svg {
  fill: #CB2027;
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button.tg svg {
  fill: #0088CC;
}
.nato_container .nato_left .nati-annuncio-share ul.share li.button a:hover svg {
  fill: black;
}
.nato_container .nato_left a.edinati_link:link,
.nato_container .nato_left a.edinati_link:visited,
.nato_container .nato_left a.edinati_link:hover,
.nato_container .nato_left a.edinati_link:focus,
.nato_container .nato_left a.edinati_link:active {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #CC0000;
  text-align: center;
  display: block;
  margin: 12px auto 0 auto;
  padding: 4px 20px;
  width: 210px;
}
.nato_container .nato_right {
  width: 300px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .nato_container .nato_right {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .nato_container {
    display: flex;
  }
  .nato_container .nato_left {
    margin-right: 15px;
    flex: 1;
  }
  .nato_container .nato_left h1.nati-annunci-title {
    font-size: 2.4rem;
  }
  .nato_container .nato_left .nati-annuncio-share ul.share li.button.system svg {
    display: none;
  }
  .nato_container .nato_right {
    display: block;
    flex: 0 0 300px;
    max-width: 300px;
  }
}
.nati-list .nati-list-left .nati-container .nato {
  display: flex;
  gap: 15px;
  align-items: center;
  height: 200px;
  width: 100%;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
  margin-bottom: 15px;
}
.nati-list .nati-list-left .nati-container .nato .image-wrapper-nato {
  height: 100%;
  position: relative;
}
.nati-list .nati-list-left .nati-container .nato .image-wrapper-nato img {
  object-fit: cover;
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
}
.nati-list .nati-list-left .nati-container .nato > div {
  width: 50%;
}
.nati-list .nati-list-left .nati-container .nato .info-nato h2,
.nati-list .nati-list-left .nati-container .nato .info-nato h3 {
  font-size: 22px;
}
.nati-list .nati-list-left .nati-container .nato a {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.nati-list .nati-list-right {
  width: 300px;
  margin: 0 auto;
}

@media all and (min-width: 768px) {
  .nati-list .nati-list-left .nati-container {
    display: grid;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    width: 100%;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .nati-list .nati-list-left .nati-container .nato {
    display: flex;
    gap: 15px;
    align-items: center;
    height: 200px;
    width: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 3px, rgba(0, 0, 0, 0.24) 0 1px 2px;
  }
  .nati-list .nati-list-left .nati-container .nato .image-wrapper-nato {
    height: 100%;
    position: relative;
  }
  .nati-list .nati-list-left .nati-container .nato .image-wrapper-nato img {
    object-fit: cover;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
  }
  .nati-list .nati-list-left .nati-container .nato > div {
    width: 50%;
  }
  .nati-list .nati-list-left .nati-container .nato .info-nato h2,
  .nati-list .nati-list-left .nati-container .nato .info-nato h3 {
    font-size: 22px;
  }
  .nati-list .nati-list-left .nati-container .nato a {
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .nati-list .nati-list-right {
    width: 300px;
    margin: 0 auto;
  }
}
@media all and (min-width: 992px) {
  .nati-list {
    display: flex;
  }
  .nati-list .nati-list-left {
    margin-right: 15px;
    flex: 1;
  }
  .nati-list .nati-list-left .nati-container {
    grid-template-columns: 1fr 1fr;
  }
  .nati-list .nati-list-right {
    display: block;
    flex: 0 0 300px;
    max-width: 300px;
  }
}
@media all and (min-width: 1580px) {
  .nati-list .nati-list-left .nati-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.edinatifront_sidebar_title {
  position: relative;
  padding-left: 23px;
  margin-bottom: 13px;
  font-size: 1.75rem;
}
.edinatifront_sidebar_title::before {
  content: "";
  position: absolute;
  left: -10px;
  height: 80%;
  width: 15px;
  display: block;
  transform: translateY(-50%);
  top: 50%;
  background-color: #CC0000;
}
.edinatifront_sidebar_title .site_short_name {
  font-weight: 900;
  color: #CC0000;
}
.edinatifront_sidebar_title a:link,
.edinatifront_sidebar_title a:visited,
.edinatifront_sidebar_title a:hover,
.edinatifront_sidebar_title a:focus,
.edinatifront_sidebar_title a:active {
  color: #222;
  text-decoration: none;
}

.edinati_widget {
  margin-bottom: 15px;
}
.edinati_widget .edinatifront_posts_list_sidebar {
  border: 1px solid #AAAAAA;
  padding: 10px;
}
.edinati_widget .edinatifront_posts_list_sidebar .edislick-arrow {
  position: absolute;
  bottom: auto;
  top: auto;
  left: auto;
  transform: none;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: transparent;
  font-size: 0;
}
.edinati_widget .edinatifront_posts_list_sidebar .edislick-arrow:focus {
  border: 0 none;
  outline: none;
}
.edinati_widget .edinatifront_posts_list_sidebar .edislick-next.edislick-arrow {
  bottom: 0;
}
.edinati_widget .edinatifront_posts_list_sidebar .edislick-prev.edislick-arrow {
  top: 0;
}
.edinati_widget .edinatifront_posts_list_sidebar .edislick-prev:before, .edinati_widget .edinatifront_posts_list_sidebar .edislick-next:before {
  display: block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
.edinati_widget .edinatifront_posts_list_sidebar .edislick-next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
}
.edinati_widget .edinatifront_posts_list_sidebar .edislick-prev:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!-- Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) --%3E%3Cpath d='M240.971 130.524l194.343 194.343c9.373 9.373 9.373 24.569 0 33.941l-22.667 22.667c-9.357 9.357-24.522 9.375-33.901.04L224 227.495 69.255 381.516c-9.379 9.335-24.544 9.317-33.901-.04l-22.667-22.667c-9.373-9.373-9.373-24.569 0-33.941L207.03 130.525c9.372-9.373 24.568-9.373 33.941-.001z'/%3E%3C/svg%3E");
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar {
  padding: 0 10px;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container {
  position: relative;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper {
  display: grid;
  grid-template-columns: 60px 190px;
  grid-template-rows: auto;
  column-gap: 8px;
  row-gap: 4px;
  margin-bottom: 16px;
  max-height: 76px;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .image {
  grid-column: 1/span 1;
  grid-row: 1/span 2;
  width: 100%;
  position: relative;
  height: 60px;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .image img {
  border-radius: 100%;
  width: 100%;
  position: absolute;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_location {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
  color: black !important;
  line-height: 18px;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_location .link_to_post:link, .edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_location .link_to_post:visited, .edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_location .link_to_post:hover, .edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_location .link_to_post:focus, .edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_location .link_to_post:active {
  font-weight: bold;
  color: black;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_location .link_to_post::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.edinati_widget .edinatifront_posts_list_sidebar .posts_container_sidebar .post_container .post_container_wrapper .post_text {
  grid-column: 2/span 1;
  grid-row: 2/span 1;
  color: black !important;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.edinati_widget .edinatifront_posts_list_sidebar .cta_all_listed {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #CC0000;
  text-align: center;
  display: block;
  margin: 12px auto 0 auto;
  padding: 4px 20px;
  width: 210px;
}
.edinati_widget .partner {
  height: 80px;
  text-align: center;
  color: white;
  background-image: url(../../assets/img/IVG-neonati-large.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}

/*# sourceMappingURL=frontend.css.map */
