.w-container {
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    content: " ";
    display: table;
    width: 100%;
}

@media (min-width: 768px) {
    .w-container {
        max-width: 750px;
    }
}
@media (min-width: 992px) {
    .w-container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .w-container {
        max-width: 1170px;
    }
}


.w-event-row {
    min-height: 150px;
    margin-top: 10px;
    margin-bottom: 10px !important;
    display: table;
    width: 100%;
}

.w-event-row-delim {
    height: 1px;
    background-color: black;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
}

.w-event-image {
    max-width: 250px !important;
    width: 100%;
}
@media (max-width: 768px) {
    .w-event-image {
        margin-bottom: 10px;
    }
}

.w-event-date {
    color: #007aa4;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.w-event-name {
    font-size: 18px;
    font-weight: 700;
}

.w-event-location {
    font-size: 18px;
    font-weight: 700;
}

.w-event-actions {
    margin-top: 20px;
}

.w-social-buttons {
    display: inline;
}

.w-event-actions a {
    font-family: 'Lato' !important;
    color: white !important;
    text-decoration: none !important;
    float: right;
    background-color: #007aa4 !important;
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid transparent;
    cursor: pointer;
    text-align: center;

    padding-top: 2px;
    height: 30px;
    width: auto;
    min-width: 120px;
    font-size: 16px !important;
    font-weight: 400;
    border-radius: 2px;
    margin-right: 5px;
    margin-top: 1px;
}