.btn {
  background-color: #4e0ffa;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 9999px;
  text-decoration: none;
  font-size: 1rem;
  cursor: pointer;
}
.btn a {
  color: #fff;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media screen and (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
.page-header,
.entry-header {
  padding: 1rem 0;
}

.site-footer {
  padding: 1rem;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #083335;
  font-family: "univers-next-pro", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0.67em 0;
  font-family: "linotype-sabon", serif;
  font-weight: 700;
}

h1,
h2 {
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
}

h1 {
  margin-top: 0;
  font-size: 2.1rem;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1 {
    font-size: 2.2rem;
  }
}
h3 {
  font-weight: 400;
}

h4 {
  font-size: 1.6em;
}

h5,
h6 {
  font-size: 1.4em;
}

p {
  font-family: "univers-next-pro", Arial, sans-serif;
  font-size: 1.2;
  font-weight: normal;
  margin-bottom: 1.5em;
}

.post a {
  font-weight: bold;
}
.entry-title a {
  text-decoration: none;
}

.entry-title a {
  text-decoration: none;
}

.site-description {
  white-space: nowrap;
}

.entry-header h1 {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -1px;
}

.entry-content h2,
.entry-content h3 {
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -1px;
}
.entry-content .wp-block-image {
  width: 100%;
}
.entry-content .wp-block-image img {
  width: 100%;
}
.entry-content figcaption {
  font-style: italic;
}
.entry-content iframe,
.entry-content img,
.entry-content video {
  max-width: 100%;
}

.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  list-style: none;
  margin: 1.5rem 0;
  padding: 1.5rem;
  border: 1px solid rgba(8, 51, 53, 0.15);
  border-radius: 0.5rem;
}

.event-meta__item {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.event-meta__label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(8, 51, 53, 0.6);
}

.event-meta__value {
  font-size: 1rem;
}

.event-meta__item--booking {
  justify-content: center;
}

.event-meta__booking-link {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  background-color: #65b444;
  color: #fff;
  border-radius: 0.3rem;
  font-weight: 700;
  text-decoration: none;
}
.event-meta__booking-link:hover, .event-meta__booking-link:focus {
  opacity: 0.9;
}

.event-featured-image {
  margin-top: 2rem;
  max-width: 20rem;
}
.event-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
}

.event-registration {
  background-color: #4e0ffa;
  color: #fff;
  padding: 2.5rem 0;
  margin-top: 2rem;
}
.event-registration h3 {
  margin-top: 0;
  color: #fff;
}
.event-registration .wpforms-container-full {
  --wpforms-label-color: #fff;
  --wpforms-label-sublabel-color: #fff;
  --wpforms-label-error-color: #fff;
}

/* Featured wrapper - handles flex properties */
@media (min-width: 768px) {
  .featured-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.featured-wrapper {
  gap: 1rem;
}
.featured-wrapper .post-preview {
  background-color: #083335;
  color: #faf3e3;
  margin-bottom: 1rem;
  border-radius: 1rem;
  flex: 0 0 calc(50% - 1rem);
  overflow: hidden;
  padding: 0;
}
.featured-wrapper .post-preview .detail-container {
  padding: 1.2rem;
}
.featured-wrapper .post-preview .detail-container h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .featured-wrapper .post-preview .detail-container h2 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .featured-wrapper .post-preview .detail-container h2 {
    font-size: 1.6rem;
  }
}
.featured-wrapper .post-preview .image-container {
  overflow: hidden;
}
.featured-wrapper .post-preview .image-container img {
  width: 100%;
  height: 240px;
  max-width: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.featured-wrapper .post-preview:hover .image-container img {
  transform: scale(1.08);
}

/* Header */
.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-header.is-sticky {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.site-header.is-sticky .custom-logo {
  width: 100px;
}
.site-header .header-right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
.site-header .header-right .socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header .header-right .socials a {
  text-decoration: none;
}
.site-header .header-right .socials a img {
  width: 30px;
}
.site-header .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.site-header .custom-logo {
  width: 140px;
  height: auto;
  transition: width 0.3s ease;
}

.main-navigation {
  display: flex;
  align-items: center;
}
.main-navigation .menu-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  line-height: 0;
}
.main-navigation .menu-toggle svg {
  width: 32px;
  height: 32px;
}
.main-navigation .menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: min(320px, 85vw);
  height: 100vh;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  background-color: #65b444;
  padding: 1.5rem;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  overflow-y: auto;
}
.main-navigation .menu-close {
  align-self: flex-end;
  background-color: transparent;
  border: none;
  padding: 0;
  margin-bottom: 1.5rem;
  cursor: pointer;
  color: #faf3e3;
  line-height: 0;
}
.main-navigation .menu-close svg {
  width: 28px;
  height: 28px;
}
.main-navigation #primary-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-navigation #primary-menu li a {
  color: #faf3e3;
  text-decoration: none;
  font-family: "linotype-sabon", serif;
  font-weight: 400;
  font-size: 1.15rem;
}
@media screen and (min-width: 640px) {
  .main-navigation #primary-menu li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation #primary-menu li a {
    font-size: 1.5rem;
  }
}
.main-navigation.is-open .menu-overlay {
  transform: translateX(0);
}

.filter-wrapper {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: start;
  gap: 0.4rem;
  row-gap: 0.4rem;
  flex-wrap: wrap;
}

.blog-results-header .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.post-preview h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 0.35rem;
  color: #faf3e3;
}
.post-preview h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #faf3e3;
  transition: width 0.3s ease;
}
.post-preview:hover h2::after {
  width: 100%;
}
.post-preview a {
  display: block;
  color: #65b444;
  text-decoration: none;
  height: 100%;
  width: 100%;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.hero-buttons .btn {
  text-decoration: none;
}

.inner-blocks-section a:not(.btn),
.section-box a:not(.btn) {
  color: inherit;
}

.inner-blocks-section.hero-section {
  padding-top: 1rem;
}

.link-block {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.link-block:hover, .link-block:focus {
  opacity: 0.9;
}
.link-block h2 {
  margin-bottom: 0;
}

.section-row-wrapper {
  background-color: #fff;
  padding: 2rem 0;
}

.section-row {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .section-row {
    flex-direction: column;
  }
}

.section-box {
  flex: 1 1 50%;
  padding: 2rem;
  border-radius: 0.5rem;
  text-align: center;
}
.section-box h3 {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.15rem;
}
@media (min-width: 768px) {
  .section-box h3 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .section-box h3 {
    font-size: 1.6rem;
  }
}
.section-box p:last-child {
  margin-bottom: 0;
}

.listings {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1rem;
}

.listing {
  max-width: 40rem;
  border: 1px solid rgba(8, 51, 53, 0.15);
  border-radius: 0.5rem;
  padding: 1.5rem;
}
.listing h3 {
  margin-top: 0;
}
.listing .listing__description p {
  margin-bottom: 0.75rem;
}
.listing .listing__link {
  margin-bottom: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

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