/* Support #67565 - Add colors to calendar styles */

.tribe-events-category-smtprotraining > .tribe-events-month-event-title > a {
    color: #0068b3;
}
.tribe-events-category-smtprotraining > .tribe-events-month-event-title > a:hover {
    color: #267fbe;
}

.tribe-events-category-smtfamilygroup > .tribe-events-month-event-title > a {
    color: #9b4c96;
}
.tribe-events-category-smtfamilygroup > .tribe-events-month-event-title > a:hover {
    color: #7b457d;
}

.tribe-events-category-presentationsinportland > .tribe-events-month-event-title > a {
    color: #78a22f;
}
.tribe-events-category-presentationsinportland > .tribe-events-month-event-title > a:hover {
    color: #8cb04e;
}

.tribe-events-category-marydeesklarpresntations > .tribe-events-month-event-title > a {
    color: #d5a00f;
}
.tribe-events-category-marydeesklarpresntations > .tribe-events-month-event-title > a:hover {
    color: #dbae33;
}

.tribe-events-category-portlandevents > .tribe-events-month-event-title > a {
    color: #8AAD4A;
}

.tribe-events-category-portlandevents > .tribe-events-month-event-title > a:hover {
    color: #a1cc53;
}

.tribe-events-category-buildingefskillsclassroom > .tribe-events-month-event-title > a {
    color: #C59727;
}

.tribe-events-category-buildingefskillsclassroom > .tribe-events-month-event-title > a:hover {
    color: #cca751;
}

/* Support 74869 - Remove Whitespace between Courses */
.thrv_wrapper {
  margin-bottom: 0;
}

.thrv_wrapper {
  padding-bottom: 0;
}

.shopify-buy-frame { margin: 0 auto; }