
/*
 Theme Name:     Harmonic Elementor
 Theme URI:      http://example.com/hello-child/
 Description:    Harmonics: A Custom Elementor Theme
 Author:         Launch
 Author URI:     http://launchxd.com
 Template:       hello-elementor
 Version:        1.0.0
*/

/* Import the parent theme's stylesheet */

/* @import url("../hello-elementor/style.css"); */

/* Add your custom styles below this line */
.elementor-element a {
	color: black;
}

.elementor-element p > a {
	text-decoration: underline;
	color: #009775;
}
