/*
 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 */



.header-search .e-search-input-wrapper input{
	padding: 0 0 0 50px!important;
	height:50px;
	min-height: unset;
}

.header-search  .e-search-submit {
	position:absolute;
	left: 0;
	background-color:transparent!important;
	z-index:10;
	margin: 0 !important;
    height: 50px;
}



@media screen and (min-width: 768px) and (max-width: 1450px){
	.main-menu-header .menu-item a{
		font-size: 16px!important;
		margin-left: 10px!important;
		margin-right: 10px!important;
	}

}


@media screen and (max-width: 1240px){
	.search-wrap{
		display :none!important;
		position:absolute;
	}
	.search-wrap.active{
		display: block;
	}
	.search-icon{
		display:block!important;
	}
}
@media screen and (min-width: 768px) and (max-width: 1240px){

	.bottom-header-row{
		justify-content:flex-end!important;
	}
	
		
	.bottom-header-row .elementor-icon{
		font-size:36px;
		cursor: pointer;
	}
	.top-header-row .elementor-icon-list-item > a{
		font-size:16px!important;
	}

}

@media screen and (min-width: 1024px) and (max-width: 1240px){
	.bottom-header-row .nav-column,
	.bottom-header-row .search-icon .elementor-icon-wrapper{
		padding: 10px 0;
	}
}
@media screen and (min-width: 1125px) and (max-width: 1405px){
	.contact-header-container{
		width: 70%!important;
	}
}