

/** Primary Button **/

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-success, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover {
    background-color: #660a8e;
    border-color: #660a8e;
    color: #fff
}

/** Schedule Outline Button **/
.btn-outline-success {
    color: #660a8e;
    border-color: #660a8e;
}

.btn-outline-success:hover {

    border-color: #660a8e;
    background-color: #660a8e;
}

.btn-outline-success:focus {
    border-color:  #660a8e;
    outline: none;
    box-shadow: none;
}
/** End Schedule Outline Button **/







/** Blog **/
.blog-read-more {
    color: #660a8e;
    text-decoration: underline dotted;
}

/** Offerings **/
a.plain-link, a.offering-card-actions-button, a.offering-detail-upcoming-events-link {
    color: #660a8e;
}

a.plain-link:active,
a.plain-link:hover,
a.offering-card-actions-button:active,
a.offering-card-actions-button:hover,
a.offering-detail-upcoming-events-link:active,
a.offering-detail-upcoming-events-link:hover {
    color: #660a8ecc;
}

/** Bookings **/
.book-time-button {
    width: 90px;
    background-color: white;
    color: #660a8e;
    border-color: #660a8e;
}

.book-time-button:active, .book-time-button:hover, .book-time-button:focus {
    background-color: #660a8e;
    border-color: #660a8e;
    color: white;
}

/** Events **/
.event-card-date, .event-card-date h2, .event-card-date h3, .event-card-button-primary, .event-card-ribbon, .event-card-ribbon:before, .event-card-ribbon:after {
    background-color: #660a8e;
    color: #fff;
}

/** General **/
.md-inline-link, .md-link, a {
    color: #660a8e;
}

.md-inline-link:hover, .md-link:hover, a::selection, a:hover {
    color: #660a8e;
    text-decoration: underline;
}

body {
    color: #011627
}
