/* Home page events list title */

#tribe-events-list-widget-4 .widget-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    padding-left: 20px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}

#tribe-events-list-widget-4 .widget-title:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 26px;
    background: #009688;
}

/* Post links */
#upside-single-content a:hover {
    text-decoration: underline !important;
}
#upside-single-content a {
    color: #009688;
    font-weight: bold;
}