/*
Theme Name: Colun Theme - Naitus
Author: Naitus Team
Author URI: https://www.naitus.cl
Description: Naitus Theme
Version: 1.0
*/
.admin-bar {
	top: 32px;
}
.admin-bar header.fixed-top{
    top: 32px;
}
@media only screen and (max-width: 782px) {
	.admin-bar {
		top: 46px;
	}
    .admin-bar header.fixed-top{
        top: 32px;
    }
}