.colio-wrap .colio-filters a {
    display: block;
    padding: 5px 35px;
    color: #999;
    background-color: #1699d4;
    border-radius: 5px;
    line-height: 20px;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    outline: none;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

footer#bottom a, #sidebar a, .entry-title a, .entry-content a:not(.button), .widget_calendar a, a.url.fn.n, .entry-date a {
    color: #ffffff !important;
}

#main-content {
    position: relative;
    background: rgba(19, 19, 19, 0.79);
}

.notice.notice-warning.is-dismissible.wpcdd-notice-warning {
    display: none;
}