/*  
 Theme Name:   Hello Elementor Child  
 Template:     hello-elementor  
 Description:  Hello Elementorの子テーマ  
 Version:      1.0  
 Author:
*/  

/* 必要に応じてCSSを追加 */

.navigation-container ul {
	justify-content: space-between !important;
}

h1.entry-title {
    display: none !important;
}

a {
	text-decoration: none !important;
}