.event-list-img {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.event-list-img img {
    height: auto;
}

.event-list-content {
    float: left;
    width: 75%;
}

.event-list-content a {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.event-list-content i {
    color: #b5ce00;
    margin-right: 5px;
}

.all-events-link {
  text-align: center;
  border-bottom: 0 !important;
}

.all-events-link a {
  position: relative;
  display: inline-block;
  margin: 1.3em 0;
  padding: 10px 18px;
  background-color: #b5ce00;
  text-transform: uppercase;
  color: #ffffff !important;
  border-bottom: 2px solid #FCCD54;
}
.all-events-link a:hover {
    background-color: #9FB600;
}

.all-events-link a:active {
    top: 2px;
}