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

:root .main-cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 290px;
  grid-template-columns: 1fr 290px;
  gap: 60px;
  margin: auto;
}
@media (width <= 849px) {
  :root .main-cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
:root .detail-col {
  position: sticky;
  top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  width: 100%;
  padding: 30px;
  color: var(--c4-5);
  background-color: #fff;
}
:root .detail-col:has(h2) {
  background-color: var(--off-white);
}
@media (width > 849px) {
  :root .detail-col {
    max-width: 325px;
  }
}
:root .detail-col h2 {
  margin-bottom: 5px;
  font-size: 1.01em;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--c1-5);
}
:root .attachment-post-thumbnail {
  margin-bottom: 30px;
}
:root .time-wrapper {
  position: relative;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}
:root .time-wrapper::after {
  content: "";
  display: block;
  position: relative;
  bottom: -10px;
  left: -20px;
  height: 7px;
  width: 55px;
  border-radius: 6px;
  background-color: var(--c2-5);
}
@media (width <= 767px) {
  :root .time-wrapper::after {
    left: -10px;
  }
}
:root .event-datetime {
  position: inherit;
  display: inline-block;
}
:root .start-time, :root .end-datetime {
  margin-left: 12px;
}
:root .start-time::before, :root .end-datetime::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: -10px;
  height: 16px;
  width: 3px;
  border-radius: 4px;
  background-color: var(--c3-5);
}
:root .single-event .event-title {
  font-weight: 700;
  margin-bottom: 0;
}
@media (width <= 1149px) {
  :root .single-event .event-title {
    font-size: 1.5em;
  }
}
:root .event-host {
  margin-bottom: 5px;
  font-family: var(--f2);
  font-size: 1.6em;
  line-height: 1.1em;
  color: var(--c2-5);
  font-weight: 600;
  font-style: italic;
}
@media (width <= 1149px) {
  :root .event-host {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
:root .main-col .event-price {
  display: inline-block;
  margin: 0 5px 0 0;
  border-radius: 8px;
  padding: 5px 12px;
  font-size: 1em;
  font-weight: 500;
  background-color: var(--off-white);
  color: var(--c4-5);
}
:root .content {
  margin-top: 25px;
}
:root .location .venue, :root .location address {
  font-size: 0.85em;
  font-style: normal;
  line-height: 1.3em;
}
:root .gmap-no-api {
  height: 280px;
  width: 100%;
}
:root .event-venue {
  font-weight: 600;
}
:root .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 50vw;
  padding: 8px 12px;
  background-color: var(--c1-5);
  font-size: 0.9em;
  line-height: 1.3em;
  color: #fff;
  text-decoration: none;
  outline-offset: 2px;
}
:root a.contact {
  color: #fff;
  background-color: var(--c1-5);
}
:root a.contact:hover {
  color: #fff;
  background-color: var(--c3-5);
}
:root .phone::before {
  content: "\f095";
  --_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: 900;
}
:root .email::before {
  content: "\f0e0";
  --_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: 900;
}
:root .website::before {
  content: "\e60e";
  --_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: 900;
}

#main .detail-col h2 {
  margin: 10px 0;
}
#main .detail-col h2.address-heading {
  margin-bottom: 5px;
}
/*# sourceMappingURL=single-event.css.map */