:root {
	--c-black: #000000;
	--c-white: #ffffff;
	--c-green-light: #f0f5d8;
	--c-yellow-light: #fdfae7;
	--c-pink-light: #f8c7de;
	--c-pink-hot: #f73e66;
	--c-burgundy: #8a1b49;
}
/* Black */
.wp-block-columns.has-black-background-color,
section.has-black-background-color,
div.has-black-background-color,
footer.has-black-background-color,
.events-overview-wrap.bg-black .event-inner .artist-name{ background-color: #000000 } 
.wp-block-group.has-black-background-color{ background-color: #000000 !important; } 
.wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color{ background-color: #000000; } 
.wp-block-columns.has-black-background-color .wp-block-column.rounded-img-col svg path{ fill: #000000 } 

/*.has-black-background-color .wp-block-button__link:hover,*/
.has-text-color.has-black-color, .wp-block-button__link.has-black-color{ color: #000000 !important } 

/* White */
.wp-block-columns.has-white-background-color,
section.has-white-background-color,
div.has-white-background-color,
footer.has-white-background-color,
.events-overview-wrap.bg-white .event-inner .artist-name{ background-color: #ffffff } 
.wp-block-group.has-white-background-color{ background-color: #ffffff !important; } 
.wp-block-buttons .wp-block-button .wp-block-button__link.has-white-background-color{ background-color: #ffffff; } 
.wp-block-columns.has-white-background-color .wp-block-column.rounded-img-col svg path{ fill: #ffffff } 

/*.has-white-background-color .wp-block-button__link:hover,*/
.has-text-color.has-white-color, .wp-block-button__link.has-white-color{ color: #ffffff !important } 

/* Green light */
.wp-block-columns.has-green-light-background-color,
section.has-green-light-background-color,
div.has-green-light-background-color,
footer.has-green-light-background-color,
.events-overview-wrap.bg-green-light .event-inner .artist-name{ background-color: #f0f5d8 } 
.wp-block-group.has-green-light-background-color{ background-color: #f0f5d8 !important; } 
.wp-block-buttons .wp-block-button .wp-block-button__link.has-green-light-background-color{ background-color: #f0f5d8; } 
.wp-block-columns.has-green-light-background-color .wp-block-column.rounded-img-col svg path{ fill: #f0f5d8 } 

/*.has-green-light-background-color .wp-block-button__link:hover,*/
.has-text-color.has-green-light-color, .wp-block-button__link.has-green-light-color{ color: #f0f5d8 !important } 

/* Yellow light */
.wp-block-columns.has-yellow-light-background-color,
section.has-yellow-light-background-color,
div.has-yellow-light-background-color,
footer.has-yellow-light-background-color,
.events-overview-wrap.bg-yellow-light .event-inner .artist-name{ background-color: #fdfae7 } 
.wp-block-group.has-yellow-light-background-color{ background-color: #fdfae7 !important; } 
.wp-block-buttons .wp-block-button .wp-block-button__link.has-yellow-light-background-color{ background-color: #fdfae7; } 
.wp-block-columns.has-yellow-light-background-color .wp-block-column.rounded-img-col svg path{ fill: #fdfae7 } 

/*.has-yellow-light-background-color .wp-block-button__link:hover,*/
.has-text-color.has-yellow-light-color, .wp-block-button__link.has-yellow-light-color{ color: #fdfae7 !important } 

/* Pink Light */
.wp-block-columns.has-pink-light-background-color,
section.has-pink-light-background-color,
div.has-pink-light-background-color,
footer.has-pink-light-background-color,
.events-overview-wrap.bg-pink-light .event-inner .artist-name{ background-color: #f8c7de } 
.wp-block-group.has-pink-light-background-color{ background-color: #f8c7de !important; } 
.wp-block-buttons .wp-block-button .wp-block-button__link.has-pink-light-background-color{ background-color: #f8c7de; } 
.wp-block-columns.has-pink-light-background-color .wp-block-column.rounded-img-col svg path{ fill: #f8c7de } 

/*.has-pink-light-background-color .wp-block-button__link:hover,*/
.has-text-color.has-pink-light-color, .wp-block-button__link.has-pink-light-color{ color: #f8c7de !important } 

/* Pink Hot */
.wp-block-columns.has-pink-hot-background-color,
section.has-pink-hot-background-color,
div.has-pink-hot-background-color,
footer.has-pink-hot-background-color,
.events-overview-wrap.bg-pink-hot .event-inner .artist-name{ background-color: #f73e66 } 
.wp-block-group.has-pink-hot-background-color{ background-color: #f73e66 !important; } 
.wp-block-buttons .wp-block-button .wp-block-button__link.has-pink-hot-background-color{ background-color: #f73e66; } 
.wp-block-columns.has-pink-hot-background-color .wp-block-column.rounded-img-col svg path{ fill: #f73e66 } 

/*.has-pink-hot-background-color .wp-block-button__link:hover,*/
.has-text-color.has-pink-hot-color, .wp-block-button__link.has-pink-hot-color{ color: #f73e66 !important } 

/* Burgundy */
.wp-block-columns.has-burgundy-background-color,
section.has-burgundy-background-color,
div.has-burgundy-background-color,
footer.has-burgundy-background-color,
.events-overview-wrap.bg-burgundy .event-inner .artist-name{ background-color: #8a1b49 } 
.wp-block-group.has-burgundy-background-color{ background-color: #8a1b49 !important; } 
.wp-block-buttons .wp-block-button .wp-block-button__link.has-burgundy-background-color{ background-color: #8a1b49; } 
.wp-block-columns.has-burgundy-background-color .wp-block-column.rounded-img-col svg path{ fill: #8a1b49 } 

/*.has-burgundy-background-color .wp-block-button__link:hover,*/
.has-text-color.has-burgundy-color, .wp-block-button__link.has-burgundy-color{ color: #8a1b49 !important } 

