/*   
Theme Name: Jtheme Jello Child
Theme URI: https://elementor.com
Description: Simple and lightweight Jezweb theme
Author: Jezweb
Author URI: https://www.jezweb.com.au/
Template: elementor-hello-theme-master
Text Domain: elementor-hello-theme-child
Version: 1.0
*/


/* Additional Styling */ 

/* shrinking header section */

.shrinker {
	background: transparent;
        height: 110px;
	width: 100% !important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: #fff;
        height: 90px !important;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

/* Logo Change */ 


.shrinker.elementor-sticky--effects .logo-white {
    display: none;
}

/* shrinking menu */

.shrinker.elementor-sticky--effects ul li a {
    color:  #000 !important;
}

.shrinker.elementor-sticky--effects .elementor-sub-item {
	color: #000 !important;
}
.shrinker.elementor-sticky--effects .sub-menu {
    background: #000 !important;
}
.shrinker.elementor-sticky--effects .sub-menu .menu-item a {
    color: #fff !important;
}
.shrinker.elementor-sticky--effects .sub-menu .menu-item a:hover {
    background: #464646 !important;
}

@media only screen and (max-width: 500px) {
	.shrinker.elementor-sticky--effects .elementor-nav-menu--dropdown .menu-item a {
		background: #000 !important;
		color: #fff !important;
	}
	.shrinker.elementor-sticky--effects .elementor-nav-menu--dropdown .menu-item a:hover {
		background: #333 !important;
		color: #fff !important;
	}
		.shrinker.elementor-sticky--effects .elementor-nav-menu--dropdown .menu-item a:active {
		background: #333 !important;
		color: #fff !important;
	}
}
