/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* event-meta (mobile) */
.afsr-event-meta-grid {
  display: block;
}
.afsr-event-meta .afsr-event-venue-map {
  display: none;
}

/**
 * event-meta (display)
 * min-width should match Avada Site Content Responsive Breakpoint
 */
@media (min-width: 1000px) {
  .afsr-event-meta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .afsr-event-meta-list, .afsr-event-meta .afsr-event-venue-map {
    display: block;
    margin-top: 0;
    margin-bottom: 17px;
  }
}

/* Conflicts with event-organizer.css */
.eo-event-meta {
  margin: 0 10px 0 0 !important;
}

.eo-event-meta-list {
  margin: 0 0 10px 0;
}

.eo-events-list-box {
  display: flex;
  align-items: center;
  white-space: pre;
}

/* New event listing shortcode styles */
ul.eo-events.eo-events-shortcode li {
  list-style: none;
}

ul.eo-events.eo-events-shortcode li p.eo-events-item, ul.eo-events.eo-events-shortcode li hr {
  clear: both;
}

ul.eo-events.eo-events-shortcode li span.eo-events-thumbnail {
  max-width: 150px;
  float: left;
  padding: 0 20px 20px 0;
}

ul.eo-events.eo-events-shortcode li h3.eo-events-title {
  margin-bottom: 0;
}

ul.eo-events.eo-events-shortcode li span.eo-events-date {
  font-size: 90%;
  font-weight: 700;
  color: #7e7e7e;
}

/* Fullcalendar in-person and zoom icons */
/* Image file locations are relative to this CSS file */
td.fc-event-container a.eo-event-tag-in-person.eo-event-tag-online {
  background-image: url('images/Calendar-Zoom-Inperson-Icon-500x1010.png');
  background-position: bottom 1px right 1px;
  background-repeat: no-repeat;
  background-size: 18px 36px;
  background-color: #f3f3f3;
  padding-right: 20px !important;
}

td.fc-event-container a.eo-event-tag-in-person {
  background-image: url('images/Calendar-human-icon-blackbg-500x500.png');
  background-position: bottom 1px right 1px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #f3f3f3;
  padding-right: 15px !important;
}

td.fc-event-container a.eo-event-tag-online {
  background-image: url('images/Calendar-Zoom-Icon-500x500.png');
  background-position: bottom 1px right 1px;
  background-repeat: no-repeat;
  background-size: 18px;
  background-color: #f3f3f3;
  padding-right: 15px !important;
}
