/*!******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/main.scss ***!
  \******************************************************************************************************************************************************************************************************************/
/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
  font-size: 0.4em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.flex-container {
  display: flex;
}

.flex-item {
  flex-basis: auto;
}

.flex-grow {
  flex-grow: 1;
}

.flex-equal {
  flex: 1;
}

.skip-main {
  position: absolute;
  top: -85px;
  right: 0;
  left: 0;
  box-sizing: border-box;
  height: 85px;
  font-size: var(--wp--preset--font-size--normal);
  line-height: 85px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: black;
  border: 1px dashed #000000;
  outline: none;
  background-color: var(--wp--preset--color--white);
  transition: all 0.3s ease;
  z-index: 1000;
}

.skip-main:focus {
  top: 0;
}

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.sr-only-focusable:not(:focus) {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

#footer {
  text-align: center !important;
}
@media (max-width: 908px) {
  #footer ul.wp-block-navigation__container.is-vertical.wp-block-navigation {
    text-align: center;
    align-items: center;
  }
  #footer .wp-block-navigation__container {
    justify-content: center !important;
    align-items: center;
    text-align: center;
  }
}

#footer-wrapper {
  position: relative;
  min-height: 900px;
  padding-right: var(--wp--style--root--padding-right);
  padding-left: var(--wp--style--root--padding-left);
  overflow: hidden;
}
#footer-wrapper .wp-element-button {
  padding: 5px 17px;
}
#footer-wrapper a {
  text-decoration: none;
}
@media (max-width: 908px) {
  #footer-wrapper {
    text-align: center;
  }
  #footer-wrapper ul.wp-block-social-links.has-icon-color.is-style-logos-only.is-layout-flex.wp-block-social-links-is-layout-flex {
    justify-content: center;
  }
  #footer-wrapper nav.is-vertical.wp-block-navigation.is-layout-flex.wp-container-core-navigation-is-layout-fe9cc265.wp-block-navigation-is-layout-flex {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #footer-wrapper .wp-block-navigation__container:only-child,
  #footer-wrapper .wp-block-page-list:only-child {
    flex-grow: 1;
    align-items: center;
    justify-content: center;
  }
  #footer-wrapper .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    align-items: center;
    justify-content: center;
  }
}
#footer-wrapper ul.wp-block-navigation__container.is-vertical.wp-block-navigation {
  gap: 10px;
  font-weight: 400;
  font-size: 17px;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.layered-parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}

.layer-0,
.layer-1,
.layer-2,
.layer-3 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  will-change: transform;
}
@media (max-width: 908px) {
  .layer-0,
  .layer-1,
  .layer-2,
  .layer-3 {
    opacity: 0.3;
  }
}
.layer-0 img,
.layer-1 img,
.layer-2 img,
.layer-3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.layer-0 {
  z-index: 1;
}

.layer-1 {
  z-index: 2;
}

.layer-2 {
  z-index: 3;
}

.layer-3 {
  z-index: 4;
}

body.is-site-is-fullscreen-mode .layered-parallax {
  display: none !important;
}

.block-editor-block-list__layout .layered-parallax {
  display: none;
}

/* Print Styles Here */
@media print {
  .header,
  .footer,
  .sidebar,
  .navigation,
  .search,
  .pagination,
  .breadcrumb,
  #header-wrapper,
  #footer,
  #footer-wrapper,
  .sidebar {
    display: none;
  }
  .content {
    margin: 0;
  }
}
/* Typography */
/* Form fields should be wrapped. */
.field-wrapper {
  margin-bottom: var(--wp--preset--spacing--small);
}

label {
  display: block;
  font-weight: var(--wp--custom--font-weight--bold);
  margin-bottom: var(--wp--preset--spacing--40);
  color: black;
}

input,
select {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  border: 1px solid black;
}
input:focus,
select:focus {
  border-color: var(--wp--preset--color--primary);
}

/* Custom Checkbox and Radio Styles */
.wpforms-field.wpforms-field-checkbox,
.wpforms-field.wpforms-field-radio {
  /* Checkbox specific styles */
  /* Radio specific styles */
  /* Focus states */
  /* Hover states */
  /* Disabled states */
}
.wpforms-field.wpforms-field-checkbox ul,
.wpforms-field.wpforms-field-radio ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.wpforms-field.wpforms-field-checkbox.wpforms-list-inline ul,
.wpforms-field.wpforms-field-radio.wpforms-list-inline ul {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.wpforms-field.wpforms-field-checkbox li,
.wpforms-field.wpforms-field-radio li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox],
.wpforms-field.wpforms-field-checkbox input[type=radio],
.wpforms-field.wpforms-field-radio input[type=checkbox],
.wpforms-field.wpforms-field-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}
.wpforms-field.wpforms-field-checkbox .wpforms-field-label-inline,
.wpforms-field.wpforms-field-radio .wpforms-field-label-inline {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.wpforms-field.wpforms-field-checkbox .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio .wpforms-field-label-inline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #ccc;
  background-color: #fff;
  transition: all 0.2s ease;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-checkbox .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-checkbox .wpforms-field-label-inline::before {
  border-radius: 4px;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-checkbox input[type=checkbox]:checked + .wpforms-field-label-inline::before {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2714%27 height=%2714%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27white%27 stroke-width=%273%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3E%3Cpolyline points=%2720 6 9 17 4 12%27%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-radio .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-radio .wpforms-field-label-inline::before {
  border-radius: 50%;
}
.wpforms-field.wpforms-field-checkbox.wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio.wpforms-field-radio input[type=radio]:checked + .wpforms-field-label-inline::before {
  background-color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  background-image: radial-gradient(circle, white 0%, white 40%, transparent 40%, transparent 100%);
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox]:focus + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-checkbox input[type=radio]:focus + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=checkbox]:focus + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=radio]:focus + .wpforms-field-label-inline::before {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-color: #999;
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox]:hover + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-checkbox input[type=radio]:hover + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=checkbox]:hover + .wpforms-field-label-inline::before,
.wpforms-field.wpforms-field-radio input[type=radio]:hover + .wpforms-field-label-inline::before {
  border-color: #999;
}
.wpforms-field.wpforms-field-checkbox input[type=checkbox]:disabled + .wpforms-field-label-inline,
.wpforms-field.wpforms-field-checkbox input[type=radio]:disabled + .wpforms-field-label-inline,
.wpforms-field.wpforms-field-radio input[type=checkbox]:disabled + .wpforms-field-label-inline,
.wpforms-field.wpforms-field-radio input[type=radio]:disabled + .wpforms-field-label-inline {
  opacity: 0.5;
  cursor: not-allowed;
}

input:focus-visible {
  border-radius: 0;
  outline: 0;
}

.wp-block-button {
  position: relative;
  transition: transform 0.3s ease;
}

.wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.wp-block-button__link span {
  position: absolute;
  transition: transform 0.3s ease;
}

#poll-form label.wpforms-field-label-inline {
  padding-left: 34px !important;
}
#poll-form .wpforms-submit {
  background: var(--wp--preset--color--primary) !important;
  border-radius: 24px !important;
}

/* WPForms Poll Results Styling */
.wpforms-poll-results {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.5rem;
  margin-top: 1rem;
  border: 1px solid #e9ecef;
}

.wpforms-poll-label {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: var(--wp--custom--font-weight--bold);
  color: #2c3e50;
  margin-bottom: 1.5rem;
  text-align: center;
}

.wpforms-poll-answer {
  margin-bottom: 1rem;
}
.wpforms-poll-answer:last-of-type {
  margin-bottom: 1.5rem;
}

.wpforms-poll-answer-label-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
  gap: 1rem;
}

.wpforms-poll-answer-label {
  font-weight: 500;
  color: #2c3e50;
  flex: 1;
}

.wpforms-poll-answer-percent {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--wp--preset--font-size--small);
  white-space: nowrap;
}
.wpforms-poll-answer-percent span {
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--secondary);
  min-width: 2.5rem;
  text-align: right;
}

.wpforms-poll-answer-count {
  color: #6c757d;
  font-size: 0.875rem;
}

.wpforms-poll-answer-bar-wrap {
  height: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.wpforms-poll-answer-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--wp--preset--color--secondary), #4299e1);
  border-radius: 4px;
  transition: width 0.8s ease-in-out;
  min-width: 2px;
}

.wpforms-poll-total {
  text-align: center;
  font-weight: var(--wp--custom--font-weight--bold);
  color: #2c3e50;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  margin-top: 0.5rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .wpforms-poll-answer-label-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .wpforms-poll-answer-percent {
    align-self: flex-end;
  }
}
.wpforms-confirmation-container-full {
  background: var(--wp--preset--color--primary) !important;
  border-radius: 26px !important;
  color: white !important;
  padding: 2rem !important;
  border: none !important;
  text-align: center !important;
}
.wpforms-confirmation-container-full h2 {
  color: white !important;
  font-size: 2rem !important;
  font-weight: var(--wp--custom--font-weight--bold) !important;
}
.wpforms-confirmation-container-full p {
  color: white !important;
  font-size: 1.25rem !important;
}

/* Buttons */
.wp-element-button {
  cursor: pointer;
  transition: all 0.3s ease;
  /* Default button hover effect */
  /* Primary button hover (when using primary color) */
}
.wp-element-button:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.wp-element-button:hover[style*=background-color] {
  opacity: 1;
}

/* Outline button styles and hover effects */
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--primary, #0073aa);
  color: white;
  border-color: var(--wp--preset--color--primary, #0073aa);
  transform: translateY(-1px);
}

/* Default WordPress outline button (fallback) */
.wp-block-button__link[style*=border]:not([style*=background]):hover {
  background-color: var(--wp--preset--color--primary, #0073aa);
  color: white !important;
  transform: translateY(-1px);
}

.is-style-blue-card a:where(:not(.wp-element-button)) {
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  padding-top: 142px;
}

.wp-block-media-text {
  overflow: hidden;
}

.tribe-events .tribe-events-c-search__button,
.tribe-events button.tribe-events-c-search__button {
  background-color: var(--wp--preset--color--primary) !important;
}

.tribe-events .tribe-events-c-search__button:hover,
.tribe-events button.tribe-events-c-search__button:hover {
  background-color: var(--wp--preset--color--primary) !important;
}

.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border: 1px solid var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--primary) !important;
}

.wp-block-latest-posts__list img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px;
  transition: box-shadow 0.3s ease;
}
.wp-block-latest-posts__list li:hover img {
  box-shadow: 5px 5px 0 0px var(--wp--preset--color--primary);
}

.tribe-events-c-messages__message.tribe-events-c-messages__message--notice {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tribe-events-c-messages__message.tribe-events-c-messages__message--notice svg {
  margin-right: 10px;
}

.post-password-form {
  max-width: 400px;
  margin: 100px auto !important;
  padding: 32px 24px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
  border: 1px solid var(--wp--preset--color--primary);
}
.post-password-form p {
  margin-bottom: 1.5em;
  margin-top: 0;
  font-size: 1.1rem;
}
.post-password-form p:last-child {
  margin-bottom: 0;
}
.post-password-form label {
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.post-password-form input[type=password] {
  padding: 0.5em 1em;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 8px;
  font-size: 1rem;
  margin-left: 0.5em;
  background: #f9f9f9;
  transition: border-color 0.2s;
}
.post-password-form input[type=password]:focus {
  border-color: var(--wp--preset--color--primary);
  outline: none;
  background: #fff;
}
.post-password-form input[type=submit] {
  margin-left: 0;
  padding: 0.5em 1.5em;
  border-radius: 50px;
  border: none;
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.directory-pagination,
.resource-pagination,
.wp-block-query-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}
.directory-pagination .page-numbers,
.resource-pagination .page-numbers,
.wp-block-query-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.directory-pagination .page-numbers:hover, .directory-pagination .page-numbers:focus,
.resource-pagination .page-numbers:hover,
.resource-pagination .page-numbers:focus,
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .page-numbers:focus {
  border-color: var(--wp--preset--color--primary);
  background: #f9f9f9;
  color: var(--wp--preset--color--primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  outline: none;
}
.directory-pagination .page-numbers.current,
.resource-pagination .page-numbers.current,
.wp-block-query-pagination .page-numbers.current {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.directory-pagination .page-numbers.current:hover, .directory-pagination .page-numbers.current:focus,
.resource-pagination .page-numbers.current:hover,
.resource-pagination .page-numbers.current:focus,
.wp-block-query-pagination .page-numbers.current:hover,
.wp-block-query-pagination .page-numbers.current:focus {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.directory-pagination .page-numbers.dots,
.resource-pagination .page-numbers.dots,
.wp-block-query-pagination .page-numbers.dots {
  border: none;
  background: transparent;
  color: #666;
  cursor: default;
  font-weight: 700;
}
.directory-pagination .page-numbers.dots:hover, .directory-pagination .page-numbers.dots:focus,
.resource-pagination .page-numbers.dots:hover,
.resource-pagination .page-numbers.dots:focus,
.wp-block-query-pagination .page-numbers.dots:hover,
.wp-block-query-pagination .page-numbers.dots:focus {
  background: transparent;
  border: none;
  box-shadow: none;
  color: #666;
}
.directory-pagination .page-numbers.next, .directory-pagination .page-numbers.prev,
.resource-pagination .page-numbers.next,
.resource-pagination .page-numbers.prev,
.wp-block-query-pagination .page-numbers.next,
.wp-block-query-pagination .page-numbers.prev {
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.directory-pagination .page-numbers.next:hover, .directory-pagination .page-numbers.next:focus, .directory-pagination .page-numbers.prev:hover, .directory-pagination .page-numbers.prev:focus,
.resource-pagination .page-numbers.next:hover,
.resource-pagination .page-numbers.next:focus,
.resource-pagination .page-numbers.prev:hover,
.resource-pagination .page-numbers.prev:focus,
.wp-block-query-pagination .page-numbers.next:hover,
.wp-block-query-pagination .page-numbers.next:focus,
.wp-block-query-pagination .page-numbers.prev:hover,
.wp-block-query-pagination .page-numbers.prev:focus {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #fff;
}
@media (max-width: 768px) {
  .directory-pagination,
  .resource-pagination,
  .wp-block-query-pagination {
    gap: 0.25rem;
    margin: 1.5rem 0;
  }
  .directory-pagination .page-numbers,
  .resource-pagination .page-numbers,
  .wp-block-query-pagination .page-numbers {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0.4rem 0.6rem;
    font-size: 0.9rem;
  }
  .directory-pagination .page-numbers.next, .directory-pagination .page-numbers.prev,
  .resource-pagination .page-numbers.next,
  .resource-pagination .page-numbers.prev,
  .wp-block-query-pagination .page-numbers.next,
  .wp-block-query-pagination .page-numbers.prev {
    padding: 0.4rem 0.8rem;
  }
}
.directory-pagination .wp-block-query-pagination-numbers,
.resource-pagination .wp-block-query-pagination-numbers,
.wp-block-query-pagination .wp-block-query-pagination-numbers {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.directory-pagination .wp-block-query-pagination-previous,
.directory-pagination .wp-block-query-pagination-next,
.resource-pagination .wp-block-query-pagination-previous,
.resource-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.directory-pagination .wp-block-query-pagination-previous:hover, .directory-pagination .wp-block-query-pagination-previous:focus,
.directory-pagination .wp-block-query-pagination-next:hover,
.directory-pagination .wp-block-query-pagination-next:focus,
.resource-pagination .wp-block-query-pagination-previous:hover,
.resource-pagination .wp-block-query-pagination-previous:focus,
.resource-pagination .wp-block-query-pagination-next:hover,
.resource-pagination .wp-block-query-pagination-next:focus,
.wp-block-query-pagination .wp-block-query-pagination-previous:hover,
.wp-block-query-pagination .wp-block-query-pagination-previous:focus,
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:focus {
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  outline: none;
}
@media (max-width: 768px) {
  .directory-pagination .wp-block-query-pagination-previous,
  .directory-pagination .wp-block-query-pagination-next,
  .resource-pagination .wp-block-query-pagination-previous,
  .resource-pagination .wp-block-query-pagination-next,
  .wp-block-query-pagination .wp-block-query-pagination-previous,
  .wp-block-query-pagination .wp-block-query-pagination-next {
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0.4rem 0.8rem;
    font-size: 0.9rem;
  }
}

h2.tribe-events-schedule__datetime {
  color: white;
}

.tribe-block__venue {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .tribe-block__venue {
    flex-direction: column;
    gap: 1rem;
  }
}
.tribe-block__venue__meta {
  flex: 1;
}
.tribe-block__venue__name {
  margin-bottom: 1rem;
}
.tribe-block__venue__name h3 {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 600;
}
.tribe-block__venue__name h3 a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.tribe-block__venue__name h3 a:hover, .tribe-block__venue__name h3 a:focus {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  opacity: 0.8;
}
.tribe-block__venue__address {
  font-style: normal;
  line-height: 1.6;
  color: #666;
  margin-bottom: 1rem;
}
.tribe-block__venue__address .tribe-address {
  display: block;
  margin-bottom: 0.75rem;
}
.tribe-block__venue__address .tribe-street-address,
.tribe-block__venue__address .tribe-locality,
.tribe-block__venue__address .tribe-region,
.tribe-block__venue__address .tribe-postal-code,
.tribe-block__venue__address .tribe-country-name {
  font-size: 1rem;
}
.tribe-block__venue__address .tribe-delimiter {
  margin-right: 0.25rem;
}
.tribe-block__venue__address .tribe-events-gmap {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  background: var(--wp--preset--color--primary);
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.tribe-block__venue__address .tribe-events-gmap:hover, .tribe-block__venue__address .tribe-events-gmap:focus {
  background: var(--wp--preset--color--primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  color: #fff;
  text-decoration: none;
}
.tribe-block__venue__address .tribe-events-gmap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tribe-block__venue__map {
  flex-shrink: 0;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 768px) {
  .tribe-block__venue__map {
    max-width: 100%;
  }
}
.tribe-block__venue__map iframe {
  width: 100% !important;
  height: 256px;
  border-radius: 12px;
}
.tribe-block__event-price {
  margin-bottom: 1.5rem;
}
.tribe-block__event-price__cost {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: #f8f9fa;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 12px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}

.tribe-events-event-meta a,
.tribe-events-event-meta a:visited {
  color: var(--wp--preset--color--primary);
}

.tribe-events-meta-group .tribe-events-single-section-title {
  text-transform: capitalize;
}

.tribe-block__venue__name h3 {
  font-size: 1.2rem !important;
}

.tribe-block.tribe-block__venue.tribe-clearfix.tribe-block__venue--has-map {
  width: 100%;
  max-width: none;
  border: none;
}

.tribe-events-single-section {
  margin-bottom: 2rem;
}
.tribe-events-single-section.tribe-events-event-meta {
  display: flex;
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .tribe-events-single-section.tribe-events-event-meta {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.tribe-events-single-section .tribe-events-single-section-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  margin: 0 0 1rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--wp--preset--color--primary);
}

.tribe-events-meta-group {
  flex: 1;
}
.tribe-events-meta-group dl {
  margin: 0;
}
.tribe-events-meta-group dl dt {
  font-weight: 600;
  color: #333;
  margin: 0 0 0.25rem 0;
  font-size: 0.95rem;
}
.tribe-events-meta-group dl dt.tribe-common-a11y-visual-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tribe-events-meta-group dl dd {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}
.tribe-events-meta-group dl dd:last-child {
  margin-bottom: 0;
}
.tribe-events-meta-group dl dd a {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}
.tribe-events-meta-group dl dd a:hover, .tribe-events-meta-group dl dd a:focus {
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  opacity: 0.8;
}
.tribe-events-meta-group dl dd.tribe-events-event-cost {
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  font-size: 1.1rem;
}
.tribe-events-meta-group dl dd.tribe-organizer {
  font-weight: 500;
}
.tribe-events-meta-group .tribe-events-abbr {
  text-decoration: none;
  border-bottom: none;
}

.tribe-events-start-date,
.tribe-events-start-time {
  font-weight: 500;
  color: #333;
}

.tribe-events-event-url a {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: var(--wp--preset--color--primary, #0073aa) !important;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.2s ease;
  word-break: break-all;
}
.tribe-events-event-url a:hover, .tribe-events-event-url a:focus {
  color: #035b95 !important;
  text-decoration: underline;
}
.tribe-events-event-url a::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 0.8em;
  margin-left: 0.25em;
  opacity: 0.7;
  transition: all 0.2s ease;
}
.tribe-events-event-url a:hover::after {
  opacity: 1;
  transform: translateX(2px);
}

.tribe-organizer-url a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--wp--preset--color--primary, #0073aa) !important;
  color: white !important;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tribe-organizer-url a:hover, .tribe-organizer-url a:focus {
  background: #035b95 !important;
  color: white !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tribe-organizer-url a::after {
  content: "\f35d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 0.5em;
  transition: transform 0.2s ease;
}
.tribe-organizer-url a:hover::after {
  transform: translateX(2px);
}

.tribe-events-gmap,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a {
  color: var(--wp--preset--color--primary, #0073aa) !important;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: transparent !important;
  border: 1px solid var(--wp--preset--color--primary, #0073aa) !important;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
.tribe-events-gmap:hover, .tribe-events-gmap:focus,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a:hover,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a:focus {
  background: var(--wp--preset--color--primary, #0073aa) !important;
  border-color: var(--wp--preset--color--primary, #0073aa) !important;
  color: white !important;
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.tribe-events-gmap::before,
.tribe-block__venue .tribe-block__venue__meta .tribe-block__venue__address a::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 0.25em;
}

.logo-group.is-layout-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
  align-items: center;
  justify-items: center;
}
@media (max-width: 768px) {
  .logo-group.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.logo-group.is-layout-grid .wp-block-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 120px;
}
.logo-group.is-layout-grid .wp-block-group .wp-block-image {
  margin: 0;
}
.logo-group.is-layout-grid .wp-block-group .wp-block-image img {
  max-width: 200px;
  max-height: 100px;
  width: auto !important;
  height: auto !important;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.logo-group.is-layout-grid .wp-block-group .wp-block-image img:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
@media (max-width: 768px) {
  .logo-group.is-layout-grid .wp-block-group .wp-block-image img {
    max-width: 150px;
    max-height: 80px;
  }
}

@media (max-width: 968px) {
  .mobile-text-center {
    text-align: center;
  }
}

/*# sourceMappingURL=main.9d516bf6543d82f143d5.css.map*/