';
mfn_wp_nav_menu();
// responsive menu button
$mb_class = '';
if (mfn_opts_get('header-menu-mobile-sticky')) {
$mb_class .= ' is-sticky';
}
echo '';
echo '
';
}
// logo
get_template_part('includes/include', 'logo');
// top bar right
get_template_part('includes/header', 'top-bar-right');
?>