/*
 * Voorburgs Dagblad - Color Overrides (dd-red)
 * Primary accent: #D91A30
 */

a:hover {
    color: #D91A30;
}

.dd-header {
    background-color: #D91A30;
    color: #FFFFFF !important;
}

/* Pagination active */
ul.pagination li a.active {
    background-color: #D91A30;
    color: #ffffff;
    border: 1px solid #D91A30;
}

/* Button submit */
.submit-button,
.subscribe-form input[type=submit] {
    background: #D91A30 !important;
    color: #fff;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: 700;
}
.submit-button:hover,
.subscribe-form input[type=submit]:hover {
    background: #b51527 !important;
}

/* Navigation secondary menu hover */
.zm-secondary-menu ul li a:hover {
    color: #D91A30 !important;
}

/* Section title highlight */
.bn-title {
    background-color: #D91A30 !important;
}

/* Post title hover */
.zm-post-title a:hover {
    color: #D91A30 !important;
}

/* Content links */
.zm-post-content a {
    font-weight: 700 !important;
    color: #D91A30 !important;
    text-decoration: none !important;
}

/* Global fallback link hover */
a { transition: color .2s; }

/* Article image display */
.artimg {
    display: block;
    margin: auto;
    width: 90%;
}
