.logo {
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 3;
	max-width: 120px;
	transition:0.2s ease all;
}


body.scrolled-100:not(.template-zp-home) .logo {
	max-width: 45px;
	left: 10px;
}