/*
Theme Name: Jill 2026
Theme URI: https://jilloberlander.com
Author: DM
Author URI: https://murchie.com
Description: Child theme of WP Twenty Twenty-Five
Requires at least: 7.0
Tested up to: 7.0
Requires PHP: 5.7
Version: 0.99
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: jill-2026
Tags:
*/
.js26-header-with-underline h1, .js26-header-with-underline h2, .js26-header-with-underline h3 {
  border-bottom: 4px var(--wp--preset--color--accent-4) solid;
  display: inline-block;
  line-height: 1.3em;
  padding-bottom: 0.3em;
}

/* Change hover background and text color globally */
.wp-block-button__link {
  transition: filter 0.2s ease; /* Smooth transition */
}

.wp-block-button__link:hover {
  background-color: var(--wp--preset--color--accent-4) !important;
  color: var(--wp--preset--color--base) !important;
  filter: brightness(0.93); /* Darkens/dims by 15% */
}

.custom-logo-link {
  transition: all 0.1s ease-out;
  width: 100%;
}

body.j26-scrolled-up .is-position-sticky header .wp-block-site-logo .custom-logo-link {
  width: 60%;
}
body.j26-scrolled-up .is-position-sticky header .wp-container-core-group-is-layout-ec1e7a1e {
  align-items: center;
  padding: 0.4rem 0 !important;
}
body.j26-scrolled-up .is-position-sticky header .wp-container-core-group-is-layout-3cf5f13e {
  margin-top: 0 !important;
}

@media (max-width: 1000px) {
  /* Hide standard horizontal desktop links */
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none !important;
  }
  /* Force display the hamburger toggle button */
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex !important;
  }
  .wp-block-navigation__responsive-container .wp-block-social-links {
    font-size: 42px;
  }
}
/* Ensure desktop menu behavior works normally above the breakpoint */
@media (min-width: 1001px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
  }
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
}
.wp-block-navigation__responsive-container-open svg {
  border: 1px solid black;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  padding: 2px;
}

footer {
  margin-top: 0 !important;
}

/* WP FORMS */
.wpforms-submit {
  font-size: var(--wp--preset--font-size--small) !important;
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

/* Newsletter signup */
#wpforms-276 {
  display: inline-block;
  margin: 0;
  width: 100%;
}

#wpforms-form-276 {
  display: flex;
  gap: 1rem;
  width: 100%;
}
#wpforms-form-276 .wpforms-field-container {
  flex: 1;
}
#wpforms-form-276 .wpforms-submit-container {
  margin-top: 15px;
}

#wpforms-58-field_8-container {
  margin-top: -1rem;
}
#wpforms-58-field_8-container label {
  font-style: italic !important;
}

/* Hide the fixed reCAPTCHA floating overlay badge */
.grecaptcha-badge {
  visibility: hidden !important;
}

/* EVENTS */
.tribe-block.tec-block__archive-events .tribe-common-l-container.tribe-events-l-container,
.tribe-block.tec-block__single-event .tribe-events-pg-template {
  margin: 0 !important;
  padding: 0 !important;
}

.tribe-events-widget {
  margin-bottom: 0 !important;
}
.tribe-events-widget header h2 {
  color: var(--wp--preset--color--accent-3) !important;
  font-family: var(--wp--preset--font-family--albert-sans) !important;
  font-size: var(--wp--preset--font-size--small) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
}
.tribe-events-widget a {
  color: var(--wp--preset--color--accent-2) !important;
  border-color: var(--wp--preset--color--accent-2) !important;
}

.tribe-events-widget-events-list {
  background-color: var(--wp--preset--color--custom-paper);
  border: 1px solid #bbbbbb !important;
  border-radius: 0.5rem;
  margin: 0;
  padding: var(--wp--preset--spacing--30) !important;
}

.js26-about-timeline > div {
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.js26-about-timeline > div:before {
  border: 2px solid var(--wp--preset--color--accent-2);
  border-radius: 0.375rem;
  content: " ";
  display: block;
  font-size: 1px;
  overflow: hidden;
  position: absolute;
  top: 0.375rem;
  right: calc(100% - 0.75rem);
  bottom: calc(100% - 1.125rem);
  left: 0;
}
.js26-about-timeline > div:after {
  border-left: 2px solid #d7d7d7;
  content: " ";
  display: block;
  font-size: 1px;
  position: absolute;
  top: 1.125rem;
  right: calc(100% - (0.75rem - 2px) / 2);
  bottom: 0;
  left: calc((0.75rem - 2px) / 2);
}
.js26-about-timeline > div h3 {
  color: var(--wp--preset--color--accent-2);
}

.j26-hero-text-shadow {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.j26-hero-text-wrap {
  padding-left: 40%;
}

.j26-hero-nobreak {
  white-space: nowrap;
}

@media (min-width: 2450px) {
  .j26-home-cover {
    min-height: 700px !important;
  }
}
@media (min-width: 1800px) and (max-width: 2549px) {
  .j26-home-cover {
    min-height: 600px !important;
  }
}
@media (max-width: 1300px) {
  .j26-home-cover {
    min-height: 400px !important;
  }
  .j26-home-cover img.wp-block-cover__image-background {
    object-position: 20% 60% !important;
  }
}
@media (max-width: 1154px) {
  .j26-home-cover img.wp-block-cover__image-background {
    object-position: 20% 80% !important;
  }
}
@media (max-width: 1000px) {
  .j26-home-cover img.wp-block-cover__image-background {
    object-position: 15% 80% !important;
  }
  .j26-home-cover .j26-hero-h1 {
    font-size: 3.5rem !important;
  }
}
@media (max-width: 750px) {
  .j26-home-cover {
    min-height: 200px !important;
  }
  .j26-home-cover .j26-hero-h1 {
    font-size: 2rem !important;
  }
  .j26-home-cover img.wp-block-cover__image-background {
    object-position: 15% 70% !important;
  }
  .j26-home-cover .j26-hero-support-link {
    display: none;
  }
  .j26-home-cover .j26-hero-text-shadow {
    text-shadow: 1px 1px 3px rgb(0, 0, 0);
  }
  .j26-home-cover .j26-hero-towns {
    display: none;
  }
}
@media (max-width: 550px) {
  .j26-home-cover img.wp-block-cover__image-background {
    object-position: 15% 70% !important;
  }
  .j26-home-cover .j26-hero-text-wrap {
    padding-left: 30%;
  }
}

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