/*
 Theme Name:   Hello Elementor Child
 Description:  Child theme for Hello Elementor
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Your custom styles go below */


.elementor-widget-text-editor p{
	margin-bottom: 0!important
}


.search-block{
	opacity: 1!important;
	position:absolute!important;
	left:50%;
	top: 80px;
	transform:translatex(-50%);
	z-index: 1!important;
}
.search-block.hidden-block {
	z-index: -1!important;
	opacity: 0!important;
}

.search-toggler{
	cursor:pointer!important;
}

@media screen and (max-width: 1240px){
	.elementor-nav-menu{
		max-width: 700px;
	}
}

