@charset "UTF-8";
/*
CTC Separate Stylesheet
Updated: 2023-09-18 10:33:33
Theme Name: Design Comuni Italia Child
Template: design-comuni-wordpress-theme-main
Author: Designers Italia
Description: Design Comuni Italia è il tema di WordPress per i siti dei Comuni Italiani. Rispetta le linee guida di design dell’Agenzia per l’Italia digitale rilasciate dal Team per la Trasformazione Digitale. Utilizza Bootstrap Italia.
Version: 1.7.1.1695026013
Text Domain: design_comuni_italia
*/ 
/*-------------------  HOMEPAGE - NOVITA' EVIDENZA  ------------------- */
.card-image.card-image-rounded {
  border-top-left-radius: 4px !important;
  border-bottom-right-radius: 0px !important;
  overflow: hidden;
  width: 100%;
  height: 200px;
}
.card-image.card-image-rounded img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}

.card.card-img.rounded .img-responsive-wrapper {
  height: 200px;
}

.card-title {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-decoration: none;
}
.card-title:hover {
  text-decoration: underline;
}

.text-paragraph-card {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.card a.read-more {
  position: relative;
  bottom: 0;
}

.argomenti-card li:nth-child(n)::after {
  content: "-";
  margin: 0 4px;
}
.argomenti-card li:nth-last-child(1)::after {
  content: none;
  margin: 0 4px;
}

/*-------------------  HOMEPAGE - CALENDARIO EVENTI  ------------------- */
.it-carousel-wrapper .splide__pagination {
  margin-top: 1rem;
}
.it-carousel-wrapper .splide__pagination button {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}

/*-------------------  HOMEPAGE - ARGOMENTI IN EVIDENZA  ------------------- */
.evidence-section .section {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 992px) {
  .evidence-section .section {
    background-size: 100% 300px;
  }
}
@media (max-width: 576px) {
  .evidence-section .section {
    background-size: 100% 200px;
  }
}
/*-------------------  HOMEPAGE - RICERCA + LINK UTILI  ------------------- */
.link-list-wrapper .link-list-heading {
  font-weight: 800;
}

.link-list.link-utili {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.link-list.link-utili li {
  flex: 0 0 32%;
}
.link-list.link-utili li a {
  display: flex;
  padding: 1rem;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.link-list.link-utili li a span {
  width: 100%;
  text-decoration: none !important;
}
.link-list.link-utili li a span:hover {
  text-decoration: underline !important;
}
.link-list.link-utili li a svg {
  vertical-align: unset;
}
@media (max-width: 1399px) {
  .link-list.link-utili li {
    flex: 0 0 31%;
  }
}
@media (max-width: 1199px) {
  .link-list.link-utili li {
    flex: 0 0 48%;
  }
}
@media (max-width: 767px) {
  .link-list.link-utili li {
    flex: 0 0 100%;
  }
}

.evidence-section .list-item.active span, .useful-links-section .list-item.active span {
  font-weight: 700;
}

/*-------------------  HOMEPAGE - RICERCA + LINK UTILI  ------------------- */
.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a {
  text-transform: capitalize;
}

.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item.active {
  text-transform: capitalize;
}

.descrizione_breve {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.card.card-teaser .avatar-square.size-xl {
  min-width: 100px;
}

.avatar-square.size-xl {
  width: 100px;
  height: 100px;
}
.avatar-square.size-xl img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.avatar-square {
  display: inline-flex;
  overflow: hidden;
  width: 100px;
  height: 100px;
  justify-content: center;
  align-items: center;
  background: #edebeb;
  color: #30475f;
  transition: background-color 0.2s;
}

.altri-argomenti {
  width: 100% !important;
}

.liste-cit ul {
  list-style-type: disc;
  margin-left: 2rem;
}
.liste-cit ol {
  list-style-type: decimal;
  margin-left: 2rem;
}
.liste-cit a {
  text-decoration: none;
  font-weight: 600;
}
.liste-cit a:hover {
  text-decoration: underline;
}
.liste-cit p img.alignnone.size-full {
  width: 400px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}
.liste-cit p img.alignnone {
  max-width: 100%;
  max-height: 100%;
}

.card-contatti {
  display: flex;
}

#more-info p {
  margin: 0 0 0.5rem;
}

.richtext-wrapper ol, .richtext-wrapper ul {
  margin-bottom: 0;
}

.cmp-card-latest-messages {
  margin-bottom: 1rem;
}

.st-img {
  width: 40rem;
}
.st-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 992px) {
  .st-img {
    width: 100%;
  }
}

.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 0 !important;
}

.btn-primary:focus {
  box-shadow: none !important;
}

.dropdown-menu__langswitch {
  transform: translate(0px, 50px) !important;
}

.it-header-slim-wrapper .it-header-slim-wrapper-content a[aria-expanded=true] .icon {
  transform: scaleY(-1);
}

@media (max-width: 600px) {
  .it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
    padding-left: 1rem !important;
  }
}
/* ------ HOME ------ */
.img-evidenza-home {
  width: 100%;
  height: 400px;
}
.img-evidenza-home img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* -------------------------------------------------------------------- */
.it-single-slide-wrapper {
  height: 100%;
}
.it-single-slide-wrapper figure {
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
}
.it-single-slide-wrapper figure img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------------------------------------- */
.persona-pubblica__top .persona_pubblica__img img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 200px;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 250px;
    height: 250px;
  }
}
@media (min-width: 1200px) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 576) {
  .persona-pubblica__top .persona_pubblica__img img {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) {
  .persona-pubblica__top .desc {
    padding-left: 4rem;
  }
}
@media (min-width: 992px) {
  .persona-pubblica__top .desc {
    padding-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .persona-pubblica__top .desc {
    padding-left: 3rem;
  }
}

/* -------- SINGLE UNITA ORGANIZZATIVA ---------- */
.scheda_persona_uo {
  justify-content: space-between;
}
.scheda_persona_uo .scheda_persona_uo_info p {
  margin: 0;
  line-height: 1.2;
}
.scheda_persona_uo .scheda_persona_uo_image {
  display: flex;
  width: 100px;
  height: 100px;
}
.scheda_persona_uo .scheda_persona_uo_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scheda_persona_uo_rif {
  display: flex;
}
.scheda_persona_uo_rif .scheda_persona_uo_info p {
  margin: 0;
  line-height: 1.2;
}
.scheda_persona_uo_rif .scheda_persona_uo_image {
  width: 100px;
  height: 100px;
}
.scheda_persona_uo_rif .scheda_persona_uo_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.image__small {
  height: 25rem;
  margin-bottom: 50px;
}
.image__small img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  object-fit: contain;
}

/* ------------ Novità ---------- */
.card_evidenza__novita {
  height: 200px;
}
.card_evidenza__novita img {
  width: 100%;
  height: 100%;
}

.cmp-breadcrumbs .breadcrumb-container .breadcrumb .breadcrumb-item a:hover {
  color: #007a52;
}

/* ------------- SITO TEMATICO ---------- */
.card-sito_tematico {
  height: 100%;
}

.upload-allegati {
  position: relative;
}
.upload-allegati input {
  display: none;
}
.upload-allegati label, .upload-allegati .allegati-disservizio {
  width: 100%;
}

.list_item_title_correlati {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.persona-card {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1 !important;
  overflow: hidden;
}

.img_progetti {
  max-width: 60rem;
  max-height: 50rem;
}
.img_progetti img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.card_progetti_desc p {
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0 0 1rem;
}
.card_progetti_desc blockquote, .card_progetti_desc .blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

.card-wrapper {
  gap: 0.5rem;
  padding-bottom: 0;
}

.img-wrapper {
  width: 100%;
  height: 100%;
}

.img-responsive-wrapper.cmp-list-card-img__wrapper figure img {
  width: 100%;
  height: 100%;
}

.mappa-sito a {
  text-decoration: none;
}
.mappa-sito a:hover {
  text-decoration: underline;
}
.mappa-sito ul {
  margin-left: 1rem;
}
.mappa-sito ul li::before {
  content: "/";
  font-weight: 600;
  margin-right: 0.5rem;
}
.mappa-sito ul li a {
  text-decoration: none;
}
.mappa-sito ul li a:hover {
  text-decoration: underline;
}
.mappa-sito .footer-list {
  margin-top: 0;
}

.cmp-carousel.carousel-4-card .splide__arrows {
  display: block;
}

.select-faq {
  height: 47px !important;
}
.select-faq select {
  width: 100%;
  border: none;
}

.btn-faq button {
  height: 47px;
  border-radius: 4px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.cmp-accordion .button-wrapper {
  color: #404040;
}/*# sourceMappingURL=ctc-style.css.map */