/**
 * Theme Name: Vogelwijk
 * Description: A Child theme created for Vogelwijk
 * Author: Indigo Webstudio
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Header */
.site-main {
    position:relative;
    z-index:101;
}
.ct-header {

}
.ct-header div[data-row="middle"]:after {
    content: "";
    background: url(images/vogelwijk-bg.png);
    width: 336px;
    height: 395px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Wijkbladen */
h2.jaar {
    grid-column: 1 / -1;
}

/* Agenda */
.mc-event-list-container .mc-event-list .list_preset_1:nth-of-type(odd) .mc-date-badge {
    background-color:#377b70;
}
.mc-event-list-container .mc-event-list .list_preset_1:nth-of-type(even) .mc-date-badge {
    background-color:#c54509;
}
.mc-event-list-container a {
    color:#000;
}