/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Minimaxsol Team
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/
/* Disappearing Header Start */
.scrollingHeader{
    transition:all 0.25s linear !important;
    left: 0;
}
.fixed{
     position: fixed !important;
    top: 0px !important;
	border-radius:0 0 50px 50px !important;


}
.fixed .logo-cont{
	margin: -17px 0 -45px 0 !important;
    padding: 15px !important;
    box-shadow: 0 10px 15px -15px rgba(0, 0, 0, 0.25) !important;
    border-radius: 0 0 20px 20px !important;
}

.invisible{
    top: -76px !important;
}

@media screen and (max-width:1023px){
	.invisible{
    top: -66px !important;
}
	
	.fixed .logo-cont{
	margin:-5px 0 -40px 0 !important;
	}
}
@media screen and (max-width:767px){
	.invisible{
    top: -61px !important;
}
	.fixed .logo-cont{
	margin:-8px 0 -35px 0 !important;
		padding-bottom:7px !important;
	}
	.scrollingHeader.fixed{
		border-radius: 0 0 30px 30px !important;
	}
}

/* Disappearing Header End */