.tribe-events-calendar-list {
    padding-bottom: 3rem !important;
}

.tribe-common-l-container.tribe-events-l-container {
    margin-top: 40px !important;
}

h1.tribe-events-page-title {
    margin: 2rem 0 !important;
}

.tribe-events .tribe-events-calendar-list__event-row {
    flex-direction: column;
}

h3.tribe-events-calendar-list__event-title.tribe-common-h6.tribe-common-h4--min-medium {
    color: #006c90 !important;
    font-size: 1.45em !important;
}

h3.tribe-events-calendar-list__event-title a {
    color: #006c90 !important;
    font-family: 'Lusitana', serif;
    font-weight: 400;
}

.hentry header {
    padding: 1em 0 .5em !important;
    border-bottom: none;
}

.tribe-events-c-small-cta.tribe-common-b3.tribe-events-calendar-list__event-cost {
    display: flex;
}

.tribe-events .tribe-events-c-small-cta>:first-child {
    border: 1px solid #ddd;
    display: block;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    padding: 8px 12px;
    text-align: center;
    text-overflow: ellipsis;
    color: #006c90;
    font-size: 1.2em;
}

address.tribe-events-calendar-list__event-venue.tribe-common-b2 {
    color: var(--teal);
}


time.tribe-events-calendar-list__month-separator-text.tribe-common-h7.tribe-common-h6--min-medium.tribe-common-h--alt {
    color: #1f2a44;
    font-size: 1.2em;
    font-family: 'Lusitana', serif;
    font-weight: 500;
}


.tribe-events-calendar-list__event-featured-image-wrapper.tribe-common-g-col {
    float: left;
    margin-right: .5em;
}

a.event-button {
    color: #006c90;
    opacity: 1;
    transition: .4s ease;
    font-weight: 500;
}

.event-button:hover {
    opacity: .6;
}


.tribe-events-calendar-month__header {
    background-color: #1f2a44;
}

.tribe-events-calendar-month__header * {
    color: #fff;
}

.tribe-events-calendar-month__header-column {
    padding-bottom: 0 !important;
}

h3.tribe-events-calendar-month__header-column-title.tribe-common-b3 {
    padding: 1.5em 0 !important;
    font-weight: bold;
    color: #fff;
    text-align: center !important;
    border-right: 1px solid #666;
}

.submit-event {
    margin-left: .5em !important;
}

.tribe-events-event-image img {
    max-width: 100%;
}


.tribe-events-calendar-month__calendar-event-featured-image-wrapper {
    display: none !important;
}

.tribe-events-calendar-list__event-description.tribe-common-b2 p{
    font-size: 1.2em;
}