.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;
  }
}
.site-footer {
  padding: 1rem;
}

.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%;
}

/* 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: 1rem;
}
.featured-wrapper .post-preview .detail-container h2 {
  margin-bottom: 0;
}
.featured-wrapper .post-preview .detail-container .location {
  margin-top: 0;
}
.featured-wrapper .post-preview .image-container img {
  width: 100%;
  height: 240px;
  max-width: 100%;
  object-fit: cover;
}

/* Header */
.site-header .header-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.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 {
  padding-top: 1rem;
}
.site-header .custom-logo {
  width: 300px;
  height: auto;
}

.main-navigation {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
  width: 100%;
  justify-content: end;
  align-items: center;
  position: relative;
}
.main-navigation #primary-menu {
  display: none;
}
.main-navigation button {
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.main-navigation button svg {
  width: 60px;
  height: 60px;
}
.main-navigation.toggled #primary-menu {
  position: absolute;
  top: 100%;
  right: 0;
  display: flex;
  background-color: #65b444;
  z-index: 100;
  list-style: none;
  padding: 0;
  flex-direction: column;
  list-style: none;
  gap: 1rem;
  padding: 1rem;
  margin: 0;
}
.main-navigation.toggled #primary-menu li a {
  color: #faf3e3;
  text-decoration: none;
}

.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 {
  padding: 1rem 0;
}
.blog-results-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}

.post-preview a {
  display: block;
  color: #65b444;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.post-preview a:hover h2 {
  text-decoration: underline;
}
.post-preview a:hover h2 span {
  color: #faf3e3;
}
.post-preview a:hover h2 {
  color: #4e0ffa;
}
.post-preview a h2 {
  color: #faf3e3;
}
.post-preview a span.link {
  text-decoration: underline;
}

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

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