  /* stylelint-disable order/order */
/* stylelint-enable order/order */
/*
 * Fonts
 *
 * The font settings are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-font-styles.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Colors
 *
 * The primary colors are defined via the gulp figma task creates variables in the css/__base-includes/figma/_figma-color-variables.scss file based on the Figma file. Additional variables are defined here.
 */
/*
 * Effects
 */
/*
 * Grid Settings
 */
/*
This file can be used for optional additions to the Figma-generated font style mixins in the figma/_figma-font-styles.scss file.

For example, if you want to add styles to the @overline mixin, just create a mixin here called @overline-custom and that CSS will be added to the primary mixin:

@mixin overline-custom() {
	font-weight: 700;
}
*/
.event-card,
.tribe-common .event-card {
  background-color: #fff;
}
@media (min-width: 48rem) {
  .event-card,
.tribe-common .event-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.event-card__image-col,
.tribe-common .event-card__image-col {
  position: relative;
  background-color: #ff6b36;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 83%);
}
@media (min-width: 48rem) {
  .event-card__image-col,
.tribe-common .event-card__image-col {
    flex: 0 0 calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
    margin-bottom: 0;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
  }
}
.event-card__image-wrapper,
.tribe-common .event-card__image-wrapper {
  height: 100%;
  min-height: 21rem;
  clip-path: polygon(0 0, 100% 0, 100% 97%, 0 80%);
}
@media (min-width: 48rem) {
  .event-card__image-wrapper,
.tribe-common .event-card__image-wrapper {
    clip-path: polygon(0 0, 98% 0, 88% 100%, 0% 100%);
  }
}
.event-card__image-wrapper .image-wrapper,
.tribe-common .event-card__image-wrapper .image-wrapper {
  height: 100%;
  padding-bottom: 0;
}
.event-card__image-wrapper--default img,
.tribe-common .event-card__image-wrapper--default img {
  background-color: #fff;
  object-fit: contain;
}
.event-card__date-image,
.tribe-common .event-card__date-image {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25rem 1rem;
  text-align: center;
  background-color: #ff6b36;
}
.event-card__date-image .event-card__date-image-name,
.event-card__date-image .event-card__date-image-number,
.tribe-common .event-card__date-image .event-card__date-image-name,
.tribe-common .event-card__date-image .event-card__date-image-number {
  display: block;
}
.event-card__date-image .event-card__date-image-name,
.tribe-common .event-card__date-image .event-card__date-image-name {
  font-weight: var(--overline-font-weight);
  font-size: var(--overline-font-size);
  font-family: var(--overline-font-family);
  line-height: var(--overline-line-height);
  letter-spacing: var(--overline-letter-spacing);
  text-transform: var(--overline-text-transform);
  font-weight: 700;
}
.event-card__date-image .event-card__date-image-number,
.tribe-common .event-card__date-image .event-card__date-image-number {
  font-weight: var(--t3-font-weight);
  font-size: var(--t3-font-size);
  font-family: var(--t3-font-family);
  line-height: var(--t3-line-height);
  --margin-top: 1em;
  margin-bottom: var(--t3-margin-bottom);
}
.event-card__date-image .event-card__date-image-number:last-child,
.tribe-common .event-card__date-image .event-card__date-image-number:last-child {
  margin-bottom: 0;
}
.event-card__title,
.tribe-common .event-card__title {
  font-weight: var(--title-1-font-weight);
  font-size: var(--title-1-font-size);
  font-family: var(--title-1-font-family);
  line-height: var(--title-1-line-height);
  --margin-top: rem(16);
  margin-bottom: 0.5rem;
}
.event-card__title a,
.tribe-common .event-card__title a {
  text-decoration: none;
}
.event-card__title a:hover,
.tribe-common .event-card__title a:hover {
  text-decoration: underline;
}
.event-card__title + .event-card__meta,
.event-card__title + .event-card__excerpt,
.event-card__title + .event-card__buttons,
.tribe-common .event-card__title + .event-card__meta,
.tribe-common .event-card__title + .event-card__excerpt,
.tribe-common .event-card__title + .event-card__buttons {
  margin-top: 0.5rem;
}
.event-card__meta span,
.tribe-common .event-card__meta span {
  font-weight: var(--subtitle-2-font-weight);
  font-size: var(--subtitle-2-font-size);
  font-family: var(--subtitle-2-font-family);
  line-height: var(--subtitle-2-line-height);
  margin-bottom: var(--subtitle-2-margin-bottom);
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.event-card__meta span:last-child,
.tribe-common .event-card__meta span:last-child {
  margin-bottom: 0;
}
.event-card__meta i,
.tribe-common .event-card__meta i {
  color: #dd4d86;
  font-size: 0.75rem;
}
.event-card__meta + .event-card__excerpt,
.event-card__meta + .event-card__buttons,
.tribe-common .event-card__meta + .event-card__excerpt,
.tribe-common .event-card__meta + .event-card__buttons {
  margin-top: 0.5rem;
}
.event-card__excerpt,
.tribe-common .event-card__excerpt {
  font-weight: var(--body-2-font-weight);
  font-size: var(--body-2-font-size);
  font-family: var(--body-2-font-family);
  line-height: var(--body-2-line-height);
  margin-bottom: var(--body-2-margin-bottom);
}
.event-card__excerpt:last-child,
.tribe-common .event-card__excerpt:last-child {
  margin-bottom: 0;
}
.event-card__excerpt:last-child,
.tribe-common .event-card__excerpt:last-child {
  margin-bottom: 0;
}
.event-card__content-col,
.tribe-common .event-card__content-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2rem 1.25rem;
}
@media (min-width: 48rem) {
  .event-card__content-col:first-child,
.tribe-common .event-card__content-col:first-child {
    margin-left: 15.625rem;
  }
}
.event-card__content-col > :nth-last-child(2),
.tribe-common .event-card__content-col > :nth-last-child(2) {
  flex-grow: 1;
}
.event-card__top,
.tribe-common .event-card__top {
  margin-bottom: 1.5rem;
}
.event-card__date,
.tribe-common .event-card__date {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  display: inline-flex;
  gap: 0.125rem;
  color: #525252;
}
.event-card__date:not(:last-child),
.tribe-common .event-card__date:not(:last-child) {
  position: relative;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
.event-card__date:not(:last-child)::after,
.tribe-common .event-card__date:not(:last-child)::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "|";
  width: 1px;
  height: 100%;
  color: #deeff5;
}
.event-card__taxonomy,
.tribe-common .event-card__taxonomy {
  font-weight: var(--subtitle-3-font-weight);
  font-size: var(--subtitle-3-font-size);
  font-family: var(--subtitle-3-font-family);
  line-height: var(--subtitle-3-line-height);
  display: inline-flex;
  color: #525252;
}
.event-card__date-number,
.tribe-common .event-card__date-number {
  margin-right: 0.125rem;
}
.event-card__buttons,
.tribe-common .event-card__buttons {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  gap: 1rem;
  align-items: center;
}
.event-card__buttons .c-btn--secondary,
.tribe-common .event-card__buttons .c-btn--secondary {
  border: 1px solid #0d0d0d;
  background-color: #fff;
}
.event-card__buttons .c-btn--secondary:hover,
.tribe-common .event-card__buttons .c-btn--secondary:hover {
  border-color: transparent;
}

.tribe-common .event-card {
  margin-bottom: 4.5rem;
}

@media (min-width: 48rem) {
  .tribe-events-calendar-list .event-card__image-col {
    flex: 0 0 calc(40% - 1rem);
    max-width: calc(40% - 1rem);
  }
}
.tribe-events-calendar-list .event-card__content-col:first-child,
.tribe-events-calendar-list .tribe-common .event-card__content-col:first-child {
  margin-left: 0;
}