.t3-event {
    background-color: #e3e3e3;
    position: relative;
    border: 1px solid #8B8A8A;
    padding: 10px;
    text-align: left;
}

.t3-event .event-info {

}

.t3-event .event-info .event-title {
    color: #a94442;
    font-size: 2em;
}

.t3-event .event-info .event-title a {
    color: #a94442;
}

.t3-event .event-info .event-description {
    font-size: 1em;
    margin-bottom: 10px;
}

.t3-event .event-info .event-date {
    color: #2C2C2C;
}

.t3-event .event-link {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -14px;
    margin-right: 10px;
}

.t3-event .event-link::after {
    content: "\f054 ";
    font-family: FontAwesome;
    font-size: 24px;
    color: #a94442;
}

.t3-event .event-link a {
    display: block;
    position: absolute;
    width: 25px;
    height: 30px;
}