/* =====================================================
   PRODECA – FIXES SUBRATLLATS, HOVER I COLORS
   Abril 2026
   ===================================================== */

/* 1. TREURE SUBRATLLAT: Títols notícies (h6 dins a) */
.thumbnail-image a,
.thumbnail a {
  text-decoration: none !important;
}

/* Hover en negre (no gris ni vermell) per als títols de notícies */
.thumbnail-image a:hover,
.thumbnail a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

/* 2. TREURE SUBRATLLAT: Subtítols <strong><u>...</u></strong> en contingut CKEditor */
.body-content p strong u,
.ckeditor-anchor-red p strong u,
.ckeditor-item p strong u {
  text-decoration: none !important;
}

/* 3. TREURE SUBRATLLAT: Botó INSCRIU-T'HI */
a.btn-main {
  text-decoration: none !important;
}

/* 4. HOVER EN NEGRE: Tots els botons que tenien hover gris (#4A4A4A) */
.btn-main:hover,
.btn-main:focus,
.form-private-area-login input[type=submit]:hover,
.form-private-area-login .webform-button--submit:hover,
.webform-submission-newsletter-subscribe-form input[type=submit]:hover,
.webform-submission-newsletter-subscribe-form .webform-button--submit:hover,
.butlleti-box input[type=submit]:hover,
.butlleti-box .webform-button--submit:hover,
.webform-submission-join-prodeca-form input[type=submit]:hover,
.webform-submission-join-prodeca-form .webform-button--submit:hover,
.webform-newsletter-footer input[type=submit]:hover,
.webform-newsletter-footer .webform-button--submit:hover,
.path-user #block-prodeca-theme-content > form .form-submit:hover,
.webform-button--submit:hover,
input[type=submit].form-submit:hover {
  background-color: #000000 !important;
  cursor: pointer;
}

/* 5. SCHEDULE ITEM TITLE: Treure subratllat + color vermell */
.schedule-item--wrapper a,
a .schedule-item--title {
  text-decoration: none !important;
  color: #c00000 !important;
}
.schedule-item--wrapper a:hover {
  color: #c00000 !important;
  text-decoration: none !important;
}

/* 6. GALLERY HEADER ITEM color-1: Canviar títol de BLANC a VERMELL */
.gallery-header-item--color-1 .item-header-title {
  color: #c00000 !important;
}

/* 7. DADES DE CONTACTE al footer: Treure subratllat */
#block-footerprodecaca p strong,
footer .top-bar-footer strong {
  text-decoration: none !important;
}

/* 8. SCHEDULE FILTER BUTTONS: Canviar de gris (#4A4A4A) a negre */
.schedule-menu .special-filter-btns .btn:not(.btn-second),
.schedule-filter .more-filter-btn,
.schedule-item .inscription-tag.closed {
  background-color: #000000 !important;
  border-color: #000000 !important;
}

/* 9. DROPDOWN MENÚ NAVEGACIÓ: Assegurar text negre */
.navbar-header .dropdow-menu--wrapper .dropdown-item a {
  color: #000000 !important;
}

/* 10. CTA btn-style-1 (CONSULTA LES ACTUACIONS, etc.): Treure subratllat */
.paragraph--type--cta.btn-style-1 a,
.paragraph--type--cta.btn-style-2 a,
.paragraph--type--cta.btn-style-3 a {
  text-decoration: none !important;
}