/*
 Theme Name:   Hello Elementor Child
 Description:  Hello Elementor Child Theme
 Author:       Daniel Kroker
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

#header-overlay-background {
    background:rgba(255,255,255, 0.7);
    padding: 20px;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
}


@media screen and (min-width: 767px) {

	#header-overlay-background {
		padding: 40px;
	}

}


.elementor-headline-dynamic-text {
    color: #333333;
}

.elementor-widget-image a img[src$=".svg"] {
	width: 100% !important;
}
