.custom-header-media::before {
	display: none !important;
}
/* ===== CONTENIDOR ===== */
.ics-calendar-list {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  max-width: 640px;
  margin: 0 auto;
  padding: 10px 0;
}

/* ===== MES (separador) ===== */
.ics-calendar-month {
  margin-top: 40px;
}

.ics-calendar-month-header {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 10px;
}

/* ===== EVENT ===== */
.ics-calendar-event {
  padding: 18px 0;
  border-bottom: 1px solid #f1f1f1;
  transition: opacity 0.2s ease;
}

.ics-calendar-event:last-child {
  border-bottom: none;
}

.ics-calendar-event:hover {
  opacity: 0.7;
}

/* ===== TÍTOL ===== */
.ics-calendar-event-title {
  font-size: 17px;
  font-weight: 400;
  color: #111;
  line-height: 1.4;
  letter-spacing: 0.2px;
}

/* ===== DATA ===== */
.ics-calendar-event-date {
  font-size: 13px;
  color: #8c8c8c;
  margin-top: 6px;
}

/* ===== HORA (si surt) ===== */
.ics-calendar-event-time {
  font-size: 13px;
  color: #aaa;
}

/* ===== DESCRIPCIÓ ===== */
.ics-calendar-event-description {
  font-size: 14px;
  color: #555;
  margin-top: 8px;
  line-height: 1.5;
}

/* ===== ENLLAÇS ===== */
.ics-calendar-event a {
  text-decoration: none;
  color: inherit;
}

/* ===== ESPAI ENTRE EVENTS ===== */
.ics-calendar-event + .ics-calendar-event {
  margin-top: 4px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
  .ics-calendar-list {
    padding: 0 10px;
  }

  .ics-calendar-event {
    padding: 14px 0;
  }

  .ics-calendar-event-title {
    font-size: 16px;
  }
}


/* Formulari Acrelia - Cultura Seitai */

#frmjoin {
    max-width: 420px;
    margin: 0 auto;
    font-size: 14px;
}

#frmjoin .tit-form {
    font-size: 1.3rem;
    font-weight: 400;
    margin-bottom: 20px;
	  padding-top: 0px;
}

#frmjoin .control-label {
    display: none;
}

#frmjoin input[type="text"],
#frmjoin input[type="email"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #d8d8d8;
    background: #fff;
    border-radius: 0;
    box-sizing: border-box;
    font-size: 15px;
}

#frmjoin input[type="text"]:focus,
#frmjoin input[type="email"]:focus {
    outline: none;
    border-color: #7f9b8c;
}

#frmjoin .checkbox.inline {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    color: #666;
}

#frmjoin .checkbox.inline input {
    margin-right: 8px;
}

#frmjoin button,
#frmjoin .btn,
#frmjoin .btn-inverse {
    background: transparent;
    border: 1px solid #7f9b8c;
    color: #7f9b8c;
    padding: 10px 24px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all .2s ease;
}

#frmjoin button:hover,
#frmjoin .btn:hover,
#frmjoin .btn-inverse:hover {
    background: #7f9b8c;
    color: white;
}

#frmjoin p[style*="font-size:10px"] {
    font-size: 11px !important;
    line-height: 1.5;
    color: #777;
    margin-top: 15px;
}

#frmjoin .center {
    text-align: center;
    margin-top: 20px;
}

