/*
 Theme Name:   Actie voor KiKa Child
 Theme URI:    https://pnoordink-actievoorkika.nl
 Description:  Child theme for the Divi theme for the Actie voor KiKa project
 Author:       Pieter Noordink
 Author URI:   https://pnoordink-actievoorkika.nl
 Template:     Divi
 Version:      1.0.0
*/

/* Import parent styles */
@import url("../Divi/style.css");


/**
 * Donaties Widget
 */
.donaties h3 {
	text-transform: uppercase; 
	color: #FFFFFF; 
	padding: 0px;
}

.donaties .message {
	color: #FFFFFF; 
}

.donaties .sponsor {
	max-height: 200px;
}

.donaties .name {
	font-weight: bold;
}

.donaties blockquote:nth-child(odd) {
    border-color: #ca163d;
}
.donaties blockquote:nth-child(even) {
    border-color: #F17E1C;
}