.event-more .read-more-btn {
    border: transparent;
    font-weight: 400;
    padding: 8px 16px;
    color: transparent;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: none;
}
.event-more .read-more-btn:hover {
    border: 2px solid rgba(255, 255, 255, 0.9);
    display: none;
}
.event-description {
    margin-bottom: 20px;
    font-size: 20px;
}
.span-contact i {
    bottom: 1px;
    color: #8fc73e;
    font-size: 25px;
    margin-right: 10px;
    opacity: 100;
    position: relative;
    text-align: center;
    width: 35px;
}
.colored-fullwidth-gradient {
    height: 4px;
    background: #8fc73e;
    background: -moz-linear-gradient(left, #44d086 60%, #008284 100%);
    background: -webkit-linear-gradient(left, #44d086 60%,#008284 100%);
    background: linear-gradient(to right, #8fc73e 60%,#8fc73e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44d086', endColorstr='#008284',GradientType=1 );
}
.text-right {
    text-align: right;
    display: none;
}
.section-border {
    background: rgba(0, 0, 0, 0) url("../images/delimit_smartowl.png") no-repeat scroll center center;
    height: 23px;
    margin: 5px 0 10px;
    width: 100%;
    display: none;
}
h3 {
    font-family: "Libre Baskerville";
    line-height: 33px;
    font-size: 24px;
}