p > a {
    color: #bf301a !important;
}

tbody {
    border: 1px solid black;
}

th, td {
    border: 1px solid black;
    padding: 15px;
    text-align: left;
}

th {
    background-color: #bf301a;
    color: white;
}

tr {
    border: 1px solid black;
}

tr:hover {background-color: #f5f5f5;}


#rev_slider_1_1_wrapper {
    top: -100px;
}

.vc_wp_calendar .widgettitle {
    text-align: center;
}

.tribe-mini-calendar td {
    position: relative;
    z-index: 0;
}

.tribe-mini-calendar td:hover {
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    z-index: 1;
}

/* Today */
.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
    background-color: #bf301a !important;
}

/* A day with events */
.tribe-mini-calendar .tribe-events-has-events {
    background: #dd8539 !important;
}

.tribe-mini-calendar .tribe-events-past {
    opacity: 1 !important;
}

.tribe-mini-calendar .tribe-events-othermonth {
    background: #dadada !important;
}

/* There's a br tag breaking the calendar title */
.tribe-mini-calendar td br {
    display: none;
}

/* wp-calendar currently not used on the site */
#wp-calendar {
    width: 100%;
}

#wp-calendar tbody {
    text-align: center;
}

h1.jumbo-heading {
    margin-top: -20px;
    margin-bottom: 50px;
}