/* Shrinking Header */
@media only screen and (min-width: 767px) {
.shrinker {
	background: transparent;
  height: 10rem;
}
}
@media only screen and (min-width: 767px) {
.shrinker.elementor-sticky--effects {
	background: #fffffff9 !important;
	 height: 5.8rem;
	padding-top: 0.5rem!important;
	padding-bottom: 0.5rem!important;
	box-shadow: 0px 4px 5px rgba(0,0,0,.08);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
}
@media only screen and (max-width: 767px) {
.shrinker	{
	background: #fffffff9!important;
	}
}	
/* shrinking logo image */
@media only screen and (min-width: 767px) {
.shrinking-logo img {
	width: 35% !important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
}
@media only screen and (min-width: 767px) {
.shrinker.elementor-sticky--effects img {
	width: 25%!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
}
/* shrinking menu */
@media only screen and (min-width: 767px) {
.shrinker.elementor-sticky--effects ul li a {
	font-size: 1.1rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
}