/* SIDEBAR LATEST NEWS */
.ce-latest-news {
    padding: 25px;
    background: #f7f7f7;
    border-radius: 8px;
}

.ce-latest-title {
    margin: 0 0 20px;
    font-size: 20px;
}

.ce-latest-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ce-latest-item {
    margin-bottom: 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ddd;
}

.ce-latest-link {
    text-decoration: none;
    display: block;
}

.ce-latest-post-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    transition: 0.2s;
}

.ce-latest-date {
    display: block;
    font-size: 13px;
    margin-top: 4px;
    color: #222;
    transition: 0.2s;
}

/* Hover */
.ce-latest-link:hover .ce-latest-post-title,
.ce-latest-link:hover .ce-latest-date {
    color: #0073e6;
}
/* =========================
   FOOTER OVERRIDE
========================= */

.ce-latest-news.variant-footer {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

/* naslov */
.ce-latest-news.variant-footer .ce-latest-title {
    margin: 0 0 15px;
    font-size: 18px;
    color: #ffffff;
}

/* lista */
.ce-latest-news.variant-footer .ce-latest-item {
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* naslov objave */
.ce-latest-news.variant-footer .ce-latest-post-title {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
}

/* datum */
.ce-latest-news.variant-footer .ce-latest-date {
    font-size: 12px;
    margin-top: 3px;
    color: rgba(255,255,255,0.6);
}

/* hover */
.ce-latest-news.variant-footer .ce-latest-link:hover .ce-latest-post-title {
    color: #fbbf24;
}

.ce-latest-news.variant-footer .ce-latest-link:hover .ce-latest-date {
    color: #ffffff;
}

/* makni liniju zadnjem */
.ce-latest-news.variant-footer .ce-latest-item:last-child {
    border-bottom: none;
}