ID);
$nectar_fp_options = nectar_get_full_page_options();
$nectar_options = get_nectar_theme_options();
$header_format = ( ! empty( $nectar_options['header_format'] ) ) ? $nectar_options['header_format'] : 'default';
$theme_skin = ( ! empty( $nectar_options['theme-skin'] ) ) ? $nectar_options['theme-skin'] : 'original';
if ( 'centered-menu-bottom-bar' == $header_format ) {
$theme_skin = 'material';
}
?>
'; }
get_template_part( 'includes/partials/footer/back-to-top' );
get_template_part( 'includes/partials/footer/body-border' );
nectar_hook_after_wp_footer();
nectar_hook_before_body_close();
wp_footer();
?>