form label {
  color: #F6F6F6 !important;
}

.mc4wp-alert.mc4wp-success p {
  color: #F6F6F6 !important;
  text-align: center !important;
}

form input[type="text"],
form input[type="email"] {
  color: #F6F6F6 !important;
}

.kb-row-layout-id54_3d017f-93 {
  min-height: 900px;
}

.kb-row-layout-id54_3d017f-93 .mc4wp-form-success ~ h4,
.kb-row-layout-id54_3d017f-93 .mc4wp-form-success ~ h2 {
  display: none !important;
}

body.page-id-55 form label {
  color: #111111 !important;
}

body.page-id-55 .mc4wp-alert.mc4wp-success p {
  color: #111111 !important;
  text-align: center !important;
}

body.page-id-55 form input[type="text"],
body.page-id-55 form input[type="email"] {
  color: #111111 !important;
}

body.page-id-55 .kb-row-layout-id54_3d017f-93 {
  min-height: 900px;
}

body.page-id-55 .kb-row-layout-id54_3d017f-93 .mc4wp-form-success ~ h4,
body.page-id-55 .kb-row-layout-id54_3d017f-93 .mc4wp-form-success ~ h2 {
  display: none !important;
}


.custom-show-posts .kb-posts article {
  display: none;
}

.custom-show-posts .kb-posts article:nth-child(-n+2) {
  display: block;
}


.custom-show-posts.show-all .kb-posts article {
  display: block;
}





@media (max-width: 768px) {
  #metaslider-id-1466 {
    max-width: 100% !important;
    height: auto !important;
    padding: 0 10px;
  }

  #metaslider-id-1466 img {
    width: 100% !important;
    height: 45vh !important;
    object-fit: cover;
  }

  #metaslider-id-1466 .caption {
    text-align: center;
    font-weight: 600;
  }
}

/* ========== DESKTOP SHARE (HTML block) ========== */
@media (min-width: 769px) {
  .share-wrapper {
    position: relative;
    display: inline-block;
    z-index: 100;
  }

  .share-trigger {
    background: #1976d2;
    color: white;
    border: none;
    border-radius: 50px;
    padding: 15px 30px;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
  }

  .share-trigger:hover {
    background: #1565c0;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.3);
  }

  .share-menu {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    min-width: 180px;
    gap: 10px;
  }

  .share-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    bottom: calc(100% + 25px);
  }

  .share-menu a {
    width: 100%;
    font-size: 16px;
    padding: 10px 15px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    transition: all 0.3s ease;
  }

  .share-menu a:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }

  .share-menu a.facebook { background: #3b5998; }
  .share-menu a.instagram { background: #E1306C; }
}




@media (max-width: 900px) {
  .scroll-x .kt-row-column-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
  }

  .scroll-x .kt-row-column-wrap > .wp-block-kadence-column {
    min-width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    scroll-snap-align: start;
  }
}

@media (max-width: 900px) {
  .header-menu-toggle, .menu-toggle-icon {
    color: #000 !important;
    fill: #000 !important;
  }
}

.tribe-events .site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.events-archive #colophon.site-footer {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
}

@media only screen and (max-width: 1024px) {
  .kb-tabs-panel {
    display: none !important;
  }
  .kb-tabs-panel.active,
  .kb-tabs-panel.is-active {
    display: block !important;
  }
}


.tribe-events .tribe-events-c-search__input,
.tribe-events .tribe-events-c-search__input:focus,
.tribe-events .tribe-events-c-search__input[type="text"] {
  color: #111 !important;
  background: #fff !important; 
}