@charset "UTF-8";
/**
 * CSS for the frontend.
 */
.eventkrake {
  /**
   * accessibility
   */
  /**
   * tags, categories
   */
  /**
   * ics
   */
  /**
   * door
   */
  /**
   * Event
   */
  /**
   * Location
   */
  /**
   * Artist
   */
}
.eventkrake-icon-before::before {
  content: ""; /* important to show the element */
  display: inline-block;
  vertical-align: middle;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: 1em 1em;
  background-position: left bottom;
  width: 1.4em;
  height: 1em;
}
.eventkrake-icon-before.eventkrake-icon-time::before {
  background-image: url(../img/clock.png);
}
.eventkrake-accessibility- .eventkrake-icon-before.eventkrake-wheelchair::before {
  display: none;
}
.eventkrake-accessibility-0 .eventkrake-icon-before.eventkrake-wheelchair::before {
  background-image: url(../img/wheelchair-0.png);
}
.eventkrake-accessibility-1 .eventkrake-icon-before.eventkrake-wheelchair::before {
  background-image: url(../img/wheelchair-1.png);
}
.eventkrake-accessibility-2 .eventkrake-icon-before.eventkrake-wheelchair::before {
  background-image: url(../img/wheelchair-2.png);
}
.eventkrake-accessibility-info {
  font-style: italic;
  font-size: 0.9em;
}
.eventkrake-tags {
  font-size: 0.8em;
  font-style: italic;
}
.eventkrake-ics {
  font-style: italic;
  font-size: 0.8em;
}
.eventkrake-door::before {
  content: "(";
}
.eventkrake-door::after {
  content: ")";
}
.eventkrake-event {
  display: grid;
  gap: 0;
  grid-template: "location" "times" "image" "content" "links" "artists" "wp-categories" "categories" "wp-tags"/minmax(0, 1fr);
}
.eventkrake-event-content {
  grid-area: content;
}
.eventkrake-event-image {
  grid-area: image;
  margin: var(--wp--style--block-gap) auto;
}
.eventkrake-event-image img {
  max-width: 100%;
  height: auto;
}
.eventkrake-event-location {
  grid-area: location;
}
.eventkrake-event-location-title, .eventkrake-event-location-title-link {
  font-weight: bold;
}
.eventkrake-event-location-title {
  display: none;
}
.eventkrake-event-location-address {
  display: none;
}
.eventkrake-event-wp-tags {
  grid-area: wp-tags;
}
.eventkrake-event-categories {
  grid-area: categories;
}
.eventkrake-event-wp-categories {
  grid-area: wp-categories;
}
.eventkrake-event-links {
  grid-area: links;
  margin-bottom: 1em;
}
.eventkrake-event-artists {
  grid-area: artists;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}
.eventkrake-event-artist {
  display: grid;
  gap: 0 15px;
  grid-template: "image title" min-content "image excerpt" min-content/min-content minmax(0, 1fr);
}
.eventkrake-event-artist-title, .eventkrake-event-artist-title-link {
  grid-area: title;
}
.eventkrake-event-artist-title {
  display: none;
}
.eventkrake-event-artist-excerpt {
  grid-area: excerpt;
}
.eventkrake-event-artist-image {
  grid-area: image;
  height: 5em;
  width: 5em;
}
.eventkrake-event-artist-image img {
  width: 5em;
  height: 5em;
  object-fit: cover;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}
.eventkrake-event-times {
  grid-area: times;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.eventkrake-event-time {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.eventkrake-event-end::before {
  content: " – ";
}
.eventkrake-location {
  display: grid;
  gap: 0;
  grid-template: "wp-categories" "categories" "wp-tags" "address" "accessibility" "image" "content" "links" "events"/minmax(0, 1fr);
}
.eventkrake-location-content {
  grid-area: content;
}
.eventkrake-location-image {
  grid-area: image;
  margin: var(--wp--style--block-gap) auto;
}
.eventkrake-location-image img {
  max-width: 100%;
  height: auto;
}
.eventkrake-location-address, .eventkrake-location-address-link {
  grid-area: address;
}
.eventkrake-location-address {
  display: none;
}
.eventkrake-location-accessibility-info {
  grid-area: accessibility;
}
.eventkrake-location-wp-tags {
  grid-area: wp-tags;
}
.eventkrake-location-categories {
  grid-area: categories;
}
.eventkrake-location-wp-categories {
  grid-area: wp-categories;
}
.eventkrake-location-links {
  grid-area: links;
  margin-bottom: 1em;
}
.eventkrake-location-events {
  grid-area: events;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}
.eventkrake-location-event {
  display: grid;
  gap: 0 15px;
  grid-template: "image title" min-content "image time" min-content "image excerpt" min-content/min-content minmax(0, 1fr);
}
.eventkrake-location-event-title, .eventkrake-location-event-title-link {
  grid-area: title;
}
.eventkrake-location-event-title {
  display: none;
}
.eventkrake-location-event-time {
  grid-area: time;
  font-size: 0.9em;
}
.eventkrake-location-event-end, .eventkrake-location-event-ics {
  display: none;
}
.eventkrake-location-event-end::before {
  content: " – ";
}
.eventkrake-location-event-excerpt {
  grid-area: excerpt;
}
.eventkrake-location-event-image {
  grid-area: image;
  height: 5em;
  width: 5em;
}
.eventkrake-location-event-image img {
  width: 5em;
  height: 5em;
  object-fit: cover;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}
.eventkrake-artist {
  display: grid;
  gap: 0;
  grid-template: "image" "wp-categories" "categories" "wp-tags" "content" "links" "events"/minmax(0, 1fr);
}
.eventkrake-artist-content {
  grid-area: content;
}
.eventkrake-artist-image {
  grid-area: image;
  margin: var(--wp--style--block-gap) auto;
}
.eventkrake-artist-image img {
  max-width: 100%;
  height: auto;
}
.eventkrake-artist-wp-tags {
  grid-area: wp-tags;
}
.eventkrake-artist-categories {
  grid-area: categories;
}
.eventkrake-artist-wp-categories {
  grid-area: wp-categories;
}
.eventkrake-artist-links {
  grid-area: links;
  margin-bottom: 1em;
}
.eventkrake-artist-events {
  grid-area: events;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: var(--wp--style--block-gap);
  margin-bottom: var(--wp--style--block-gap);
}
.eventkrake-artist-event {
  display: grid;
  gap: 0 15px;
  grid-template: "image title" min-content "image time" min-content "image excerpt" min-content/min-content minmax(0, 1fr);
}
.eventkrake-artist-event-title, .eventkrake-artist-event-title-link {
  grid-area: title;
}
.eventkrake-artist-event-title {
  display: none;
}
.eventkrake-artist-event-time {
  grid-area: time;
  font-size: 0.9em;
}
.eventkrake-artist-event-end, .eventkrake-artist-event-ics {
  display: none;
}
.eventkrake-artist-event-end::before {
  content: " – ";
}
.eventkrake-artist-event-excerpt {
  grid-area: excerpt;
}
.eventkrake-artist-event-image {
  grid-area: image;
  height: 5em;
  width: 5em;
}
.eventkrake-artist-event-image img {
  width: 5em;
  height: 5em;
  object-fit: cover;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
}

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