/*

[Custom Stylesheet]

Project     : USNews - Multipurpose News, Magazine and Blog HTML5 Template
Author      : themelooks.com
Author URI  : https://themeforest.net/user/themelooks

*/
:root {
   font-size: 16px;
}
/* di default nascosto */
.sticky-logo {
    display: none;
    float: left;
}

.sticky-logo img {
    height: 40px; /* regola dimensione */
}

/* quando diventa sticky (dipende dal tuo tema) */
.header--navbar.is-sticky .sticky-logo {
    display: block;
}

/* opzionale: centra verticalmente */
.header--navbar .sticky-logo {
    padding: 10px 15px;
}