/*Colori
Nero > #24272a
beige >

.uk-width-*	Affects all device widths, grid columns stay side by side.
.uk-width-small-*	Affects device widths of 480px and higher. Grid columns will stack on smaller sizes.
.uk-width-medium-*	Affects device widths of 768px and higher. Grid columns will stack on smaller sizes.
.uk-width-large-*	Affects device widths of 960px and higher. Grid columns will stack on smaller sizes.
*/

.burger-black .uk-navbar-toggle-icon{
    color:#24272a;
}
body.homepage nav.uk-navbar .uk-logo{
    display: none;
}
body.form-mylilly div.tm-page header.tm-header-mobile,
body.form-mylilly div.tm-page header.tm-header,
body.form-mylilly div.tm-page > div{
    display: none;
}

@media (min-width:992px){

}