.result .image-wrapper .wp-post-image {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#main .result .article-title {
  margin-top: 0;
}

.result {
  position: relative;
  border-radius: 12px;
}
.result:hover {
  -webkit-box-shadow: 0px 8px 25px 0px rgba(37, 37, 37, 0.35);
          box-shadow: 0px 8px 25px 0px rgba(37, 37, 37, 0.35);
}
.result .inner-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  width: 100%;
  padding: 15px;
}
@media (width <= 900px) {
  .result .inner-result {
    gap: 20px;
  }
}
.result .text-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.result .image-wrapper {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 var(--thumbnail-size);
          flex: 0 0 var(--thumbnail-size);
  width: var(--thumbnail-size);
  height: var(--thumbnail-size);
  border-radius: 8px;
  overflow: hidden;
}
.result :is(time, .venue) {
  display: block;
  color: var(--medium-gray);
  font-weight: 700;
}
.result time {
  line-height: 1.1em;
  margin-bottom: 3px;
}
@media (width <= 645px) {
  .result time .accent {
    display: none;
  }
  .result time .timespan {
    display: block;
  }
}
@media (width <= 459px) {
  .result time {
    font-size: 0.85em;
  }
}
.result :is(.date-range, .timespan) {
  display: inline-block;
}
.result .article-title {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--c1-5);
}
@media (width <= 1149px) {
  .result .article-title {
    font-size: 1.35rem;
  }
}
@media (width <= 459px) {
  .result .article-title {
    font-size: 1.1rem;
  }
}
.result .recur-desc {
  display: inline-block;
  color: var(--c4-5);
  font-style: italic;
  line-height: 1.25em;
}
@media (width <= 459px) {
  .result .recur-desc {
    font-size: 0.9em;
  }
}
.result a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.result .venue::before {
  content: "\f3c5";
  --_fa-family: var(--fa-family, var(--fa-style-family, 'Font Awesome 7 Pro'));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
  font-family: "Font Awesome 7 Pro";
  font-weight: 400;
}
.result .venue::before {
  color: var(--c3-5);
}
@media (width <= 459px) {
  .result .venue {
    font-size: 0.9em;
  }
}

:is(.slide, .related-section) .result {
  border: 1px solid var(--c4-1);
  border-radius: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
:is(.slide, .related-section) .result:hover {
  border-color: var(--c4-3);
}
:is(.slide, .related-section) .result :is(time, .venue) {
  font-weight: 500;
  font-size: 0.95em;
}
:is(.slide, .related-section) .result time .accent {
  display: none;
}
:is(.slide, .related-section) .result time .timespan {
  display: block;
}
:is(.slide, .related-section) .result .article-title {
  font-size: 1.35rem;
}
@media (width <= 459px) {
  :is(.slide, .related-section) .result .article-title {
    font-size: 1.1em;
  }
}

.home .result .article-title {
  font-size: 1.35rem;
}
@media (width <= 459px) {
  .home .result .article-title {
    font-size: 1.1em;
  }
}

.result {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
/*# sourceMappingURL=front-page.css.map */