/* https://www.emailonacid.com/blog/article/email-development/emailology_media_queries_demystified_min-width_and_max-width/ */
/*$color-main-blue: #1c3a75;*/
/*$color-main-blue: #1e4280;*/
/* 660px */
@media (max-width: 660px) {
  .calendar-view-table tbody {
    background-color: white; }
  .calendar-view-table .calendar-view-day {
    margin-bottom: 6px; }
  .calendar-view-table .views-field-field-teaser-image {
    margin-left: 90px; }
  .calendar-view-table time.calendar-view-day__number {
    position: absolute;
    width: 90px; }
    .calendar-view-table time.calendar-view-day__number .weekday-name {
      font-size: 0.8rem; }
    .calendar-view-table time.calendar-view-day__number .day-number {
      font-size: 56px;
      line-height: 44px; }
    .calendar-view-table time.calendar-view-day__number .month-name {
      font-size: 0.8rem; }
  .calendar-view-table .event-info-items .views-field-field-genre {
    margin: 0.5rem 0.5rem 0 0.5rem;
    font-size: 0.8rem; }
  .calendar-view-table .event-info-items .views-field-title {
    margin: 0.5rem 0.5rem 0 0.5rem;
    font-size: 1.2rem; }
  .calendar-view-table .event-info-items .views-field-field-subtitle {
    margin: 0.5rem 0.5rem 0 0.5rem;
    font-size: 0.8rem; }
  .calendar-view-table li:first-child .event-conditions {
    top: 84px; }
  .calendar-view-table .event-conditions {
    top: 6px;
    width: 90px; }
    .calendar-view-table .event-conditions .event-conditions-items {
      padding: 0 0.5rem; }
      .calendar-view-table .event-conditions .event-conditions-items .views-field-field-time {
        font-size: 24px; }
      .calendar-view-table .event-conditions .event-conditions-items .views-field-field-venue {
        font-size: 0.7rem; }
      .calendar-view-table .event-conditions .event-conditions-items .views-field-field-prices {
        margin-top: 4px;
        font-size: 0.7rem; } }

/*# sourceMappingURL=calendar.mobile.css.map */
