/*
Theme Name:     Hello Elementor Child
Theme URI:      https://razend.net/
Description:    Child theme van Hello Elementor
Author:         Jochem Oldemans
Author URI:     https://razend.net/
Template:       hello-elementor
Version:        1.0
Text Domain:    hello-child
*/

/* Hier kun je eigen CSS toevoegen */


.elementor-background-overlay {
	background-color: var(--e-global-color-secondary);
    opacity: 0.8;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}