div.ezevents {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ezevent-container-left {
    max-width: 1200px;
}

@media only screen and (min-width: 992px) {
    .ezevent-container-left {
        padding-left: 60px;
    }
    .main-events-term-list{
        border-left: 2px solid #2E9B2F;
    }
}

.ezevents img {
    border: 2px solid #2E9B2F;
    width: 80px;
    height:auto;
    border-radius: 50%;
}

@media only screen and (max-width: 991px) {
    .main-events-term-list {
        border-top: 2px solid #2E9B2F;
        margin-top: 20px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 767px){
    .ezevents img{
        margin-left: 50%;
    }
}

.event-card {
    margin-bottom: 20px;
}

.event-card .event-title h4:hover{
    color: #2E9B2F;
}

.event-date{
    padding-left: 0;
}

span.event-day {
    font-family: "Montserrat-Bold", sans-serif;
    font-size: 4em;
    line-height: 1em;
}

span.event-month {
    border-bottom: 2px solid #2E9B2F;
    font-family: "Montserrat-regular", sans-serif;
    font-weight: bold;
    padding-bottom: 10px;
}

span.event-year {
    font-weight: normal;
}

.event-date hr {
    background-color: #2E9B2F;
    height: 2px;
}

.event-location p{
    color: #a4a4a4;
    font-family: "Montserrat-regular", sans-serif;
    font-size: 1.2em;
}

.event-location i {
    font-size: 1.5em;
    /*    filter: brightness(4) invert(0);*/
}

.event-title{
    text-transform: uppercase;
}

div.event-more i {
    font-size: 4em;;
    color: #2E9B2F;
}

.main-events-term-list h3{
    font-family: "Montserrat-extrabold", sans-serif;
    margin-top: 0;
}

ul.events-term-list {
    list-style: none;
}

ul.events-term-list a {
    text-decoration: none;
    color: darkgrey;
}

ul.events-term-list .icon-rounded{
    border: 1px solid #a4a4a4;
    border-radius: 100%;
    float: left;
    height: 4em;
    margin-right: 10px;
    text-align: center;
    width: 4em;
}

ul.events-term-list i{
    font-size: 2em;
    color: #a4a4a4;
    line-height: 1.5em;
    padding: 4px;
    margin-bottom: 10px;
}

ul.events-term-list .event-type-name{
    height: 4em;
}

ul.events-term-list .event-type-name p{
    color: #404040;
    font-size: 1.5em;
    line-height: 2.5em;
}

ul.events-term-list li {
    padding: 6px 0px 5px 20px;
    text-transform: uppercase;
}

ul.events-term-list span {
    padding-left: 15px;
}

button.events-list-button {
    font-size: 12px;
    padding: 15px 25px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: white;
    background-color: #2E9B2F;
}

.event-title a, .event-title a:hover, .event-title a:visited, .event-title a:focus {
    color: #404040;
    text-decoration: none;
}