/*
Theme Name: Morz Child
Author: VamTam
Author URI: https://vamtam.com
Template: morz
*/

/* NUEVOS ESTILOS */
/* Nuevos tamaños de logotipo */
a.logo {
	max-width: none!important;
}
img.normal-logo {
    max-height: none!important;
}
body.sticky-header .fixed-header-box .logo-wrapper .logo img {
    width: auto;
    height: 51px;
}

@media (max-width: 900px) {
	.logo {
    	width: 200px;
    	margin-left: -30px;
	}
}