.page-template-100-width .recurring-events--section-title {
    background-color: transparent !important; }
.page-template-100-width .recurring-events--section-title h2 {
    color: #333 !important; }

.recurring-events--section-title {
    background-color: #2d7aac;
    margin: 0 1rem; }
@media screen and (max-width: 800px) {
    .recurring-events--section-title {
        margin: 0; } }
.recurring-events--section-title h2 {
    padding: 0.5rem 0;
    text-align: center;
    text-transform: uppercase;
    color: #FFF !important;
    font-size: 35px; }

.recurring-events--listing {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.recurring-events--event {
    width: calc(100% / 3 - 2rem);
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 1rem;
    background-color: #FFF; }
@media screen and (max-width: 1100px) {
    .recurring-events--event {
        width: calc(100% / 2 - 2rem); } }
@media screen and (max-width: 800px) {
    .recurring-events--event {
        width: 100%;
        margin: 0 0 2rem 0; }
    .recurring-events--event:last-child {
        margin-bottom: 0; } }

.event-inner--image-wrap {
    overflow: hidden; }
.event-inner--image-wrap:hover .event-inner--image {
    transform: scale3d(1.1, 1.1, 1); }

.event-inner--image {
    height: 215px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: opacity 1s,transform 1s; }

.recurring-events--event-inner {
    padding: 1.5rem; }
.recurring-events--event-inner h4 {
    margin: 0 0 0.5rem !important; }
.recurring-events--event-inner h4 a {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #70004B;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase; }
.recurring-events--event-inner h4 a:hover {
    color: #2d7aac; }

.event-inner--date-location {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
.event-inner--date-location p {
    margin-bottom: 0 !important; }
.event-inner--date-location p.date-location--date {
    font-size: 18px !important;
    color: #333;
    font-weight: 700;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 1.33; }

.recurring-events--section-sub-title h4 {
    text-align: center;
    margin-top: -1rem !important;
}