'edit_theme_options',
		'option_type'  =>  'theme_mod',
	));
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'slider',
		'settings'    => 'elemento_business_logo_resizer',
		'label'       => esc_html__( 'Adjust Logo Size', 'elemento-business' ),
		'section'     => 'title_tagline',
		'default'     => 70,
		'choices'     => [
			'min'  => 10,
			'max'  => 300,
			'step' => 10,
		],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_enable_logo_text',
		'section'     => 'title_tagline',
			'default'         => '
' . __( 'Enable / Disable Site Title and Tagline', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
    Kirki::add_field( 'theme_config_id', [
		'type'        => 'switch',
		'settings'    => 'elemento_business_display_header_title',
		'label'       => esc_html__( 'Site Title Enable / Disable Button', 'elemento-business' ),
		'section'     => 'title_tagline',
		'default'     => '1',
		'priority'    => 10,
		'choices'     => [
			'on'  => esc_html__( 'Enable', 'elemento-business' ),
			'off' => esc_html__( 'Disable', 'elemento-business' ),
		],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'switch',
		'settings'    => 'elemento_business_display_header_text',
		'label'       => esc_html__( 'Tagline Enable / Disable Button', 'elemento-business' ),
		'section'     => 'title_tagline',
		'default'     => '0',
		'priority'    => 10,
		'choices'     => [
			'on'  => esc_html__( 'Enable', 'elemento-business' ),
			'off' => esc_html__( 'Disable', 'elemento-business' ),
		],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_site_tittle_font_heading',
		'section'     => 'title_tagline',
		'default'     => '' . __( 'Site Title Font Size', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_site_tittle_font_size',
		'type'        => 'number',
		'section'     => 'title_tagline',
		'transport' => 'auto',
		'output' => array(
			array(
				'element'  => array('.logo a'),
				'property' => 'font-size',
				'suffix' => 'px'
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_site_tittle_transform_heading',
		'section'     => 'title_tagline',
		'default'     => '' . __( 'Site Title Text Transform', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'settings'    => 'elemento_business_site_tittle_transform',
		'section'     => 'title_tagline',
		'default'     => 'none',
		'choices'     => [
			'none' => esc_html__( 'Normal', 'elemento-business' ),
			'uppercase' => esc_html__( 'Uppercase', 'elemento-business' ),
			'lowercase' => esc_html__( 'Lowercase', 'elemento-business' ),
			'capitalize' => esc_html__( 'Capitalize', 'elemento-business' ),
		],
		'output' => array(
			array(
				'element'  => array( '.logo a'),
				'property' => ' text-transform',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_site_tagline_font_heading',
		'section'     => 'title_tagline',
		'default'     => '' . __( 'Site Tagline Font Size', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_site_tagline_font_size',
		'type'        => 'number',
		'section'     => 'title_tagline',
		'transport' => 'auto',
		'output' => array(
			array(
				'element'  => array('.logo span'),
				'property' => 'font-size',
				'suffix' => 'px'
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'custom',
		'settings'    => 'elemento_business_logo_settings_premium_features',
		'section'     => 'title_tagline',
		'priority'    => 50,
		'default'     => '' . esc_html__( 'Unlock More Features in the Premium Version!', 'elemento-business' ) . '
- ' . esc_html__( 'Customizable Text Logo', 'elemento-business' ) . '
 - '.esc_html__( 'Enhanced Typography Options', 'elemento-business' ) .'
 - '.esc_html__( 'Priority Support', 'elemento-business' ) .'
 - '.esc_html__( '....and Much More', 'elemento-business' ) . '
 
',
	) );
	// TYPOGRAPHY SETTINGS
	Kirki::add_panel( 'elemento_business_typography_panel', array(
		'priority' => 10,
		'title'    => __( 'Typography', 'elemento-business' ),
	) );
	//Heading 1 Section
	Kirki::add_section( 'elemento_business_h1_typography_setting', array(
		'title'    => __( 'Heading 1', 'elemento-business' ),
		'panel'    => 'elemento_business_typography_panel',
		'priority' => 0,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_h1_typography_heading',
		'section'     => 'elemento_business_h1_typography_setting',
		'default'     => '' . __( 'Heading 1 Typography', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'  =>  'typography',
		'settings'  => 'elemento_business_h1_typography_font',
		'section'   =>  'elemento_business_h1_typography_setting',
		'default'   =>  [
			'font-family'   =>  'Josefin Sans',
			'variant'       =>  '700',
			'font-size'       => '',
			'line-height'   =>  '',
			'letter-spacing'    =>  '',
			'text-transform'    =>  '',
		],
		'transport'     =>  'auto',
		'output'        =>  [
			[
				'element'   =>  'h1',
				'suffix' => '!important'
			],
		],
	) );
	//Heading 2 Section
	Kirki::add_section( 'elemento_business_h2_typography_setting', array(
		'title'    => __( 'Heading 2', 'elemento-business' ),
		'panel'    => 'elemento_business_typography_panel',
		'priority' => 0,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_h2_typography_heading',
		'section'     => 'elemento_business_h2_typography_setting',
		'default'     => '' . __( 'Heading 2 Typography', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'  =>  'typography',
		'settings'  => 'elemento_business_h2_typography_font',
		'section'   =>  'elemento_business_h2_typography_setting',
		'default'   =>  [
			'font-family'   =>  'Josefin Sans',
			'font-size'       => '',
			'variant'       =>  '700',
			'line-height'   =>  '',
			'letter-spacing'    =>  '',
			'text-transform'    =>  '',
		],
		'transport'     =>  'auto',
		'output'        =>  [
			[
				'element'   =>  'h2',
				'suffix' => '!important'
			],
		],
	) );
	//Heading 3 Section
	Kirki::add_section( 'elemento_business_h3_typography_setting', array(
		'title'    => __( 'Heading 3', 'elemento-business' ),
		'panel'    => 'elemento_business_typography_panel',
		'priority' => 0,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_h3_typography_heading',
		'section'     => 'elemento_business_h3_typography_setting',
		'default'     => '' . __( 'Heading 3 Typography', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'  =>  'typography',
		'settings'  => 'elemento_business_h3_typography_font',
		'section'   =>  'elemento_business_h3_typography_setting',
		'default'   =>  [
			'font-family'   =>  'Josefin Sans',
			'variant'       =>  '700',
			'font-size'       => '',
			'line-height'   =>  '',
			'letter-spacing'    =>  '',
			'text-transform'    =>  '',
		],
		'transport'     =>  'auto',
		'output'        =>  [
			[
				'element'   =>  'h3',
				'suffix' => '!important'
			],
		],
	) );
	//Heading 4 Section
	Kirki::add_section( 'elemento_business_h4_typography_setting', array(
		'title'    => __( 'Heading 4', 'elemento-business' ),
		'panel'    => 'elemento_business_typography_panel',
		'priority' => 0,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_h4_typography_heading',
		'section'     => 'elemento_business_h4_typography_setting',
		'default'     => '' . __( 'Heading 4 Typography', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'  =>  'typography',
		'settings'  => 'elemento_business_h4_typography_font',
		'section'   =>  'elemento_business_h4_typography_setting',
		'default'   =>  [
			'font-family'   =>  'Josefin Sans',
			'variant'       =>  '700',
			'font-size'       => '',
			'line-height'   =>  '',
			'letter-spacing'    =>  '',
			'text-transform'    =>  '',
		],
		'transport'     =>  'auto',
		'output'        =>  [
			[
				'element'   =>  'h4',
				'suffix' => '!important'
			],
		],
	) );
	//Heading 5 Section
	Kirki::add_section( 'elemento_business_h5_typography_setting', array(
		'title'    => __( 'Heading 5', 'elemento-business' ),
		'panel'    => 'elemento_business_typography_panel',
		'priority' => 0,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_h5_typography_heading',
		'section'     => 'elemento_business_h5_typography_setting',
		'default'     => '' . __( 'Heading 5 Typography', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'  =>  'typography',
		'settings'  => 'elemento_business_h5_typography_font',
		'section'   =>  'elemento_business_h5_typography_setting',
		'default'   =>  [
			'font-family'   =>  'Josefin Sans',
			'variant'       =>  '700',
			'font-size'       => '',
			'line-height'   =>  '',
			'letter-spacing'    =>  '',
			'text-transform'    =>  '',
		],
		'transport'     =>  'auto',
		'output'        =>  [
			[
				'element'   =>  'h5',
				'suffix' => '!important'
			],
		],
	) );
	//Heading 6 Section
	Kirki::add_section( 'elemento_business_h6_typography_setting', array(
		'title'    => __( 'Heading 6', 'elemento-business' ),
		'panel'    => 'elemento_business_typography_panel',
		'priority' => 0,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_h6_typography_heading',
		'section'     => 'elemento_business_h6_typography_setting',
		'default'     => '' . __( 'Heading 6 Typography', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'  =>  'typography',
		'settings'  => 'elemento_business_h6_typography_font',
		'section'   =>  'elemento_business_h6_typography_setting',
		'default'   =>  [
			'font-family'   =>  'Josefin Sans',
			'variant'       =>  '700',
			'font-size'       => '',
			'line-height'   =>  '',
			'letter-spacing'    =>  '',
			'text-transform'    =>  '',
		],
		'transport'     =>  'auto',
		'output'        =>  [
			[
				'element'   =>  'h6',
				'suffix' => '!important'
			],
		],
	) );
	//body Typography
	Kirki::add_section( 'elemento_business_body_typography_setting', array(
		'title'    => __( 'Content Typography', 'elemento-business' ),
		'panel'    => 'elemento_business_typography_panel',
		'priority' => 0,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_body_typography_heading',
		'section'     => 'elemento_business_body_typography_setting',
		'default'     => '' . __( 'Content  Typography', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'  =>  'typography',
		'settings'  => 'elemento_business_body_typography_font',
		'section'   =>  'elemento_business_body_typography_setting',
		'default'   =>  [
			'font-family'   =>  'Josefin Sans',
			'variant'       =>  '',
		],
		'transport'     =>  'auto',
		'output'        =>  [
			[
				'element'   => 'body',
				'suffix' => '!important'
			],
		],
	) );
	// Theme Options Panel
	Kirki::add_panel( 'elemento_business_theme_options_panel', array(
		'priority' => 10,
		'title'    => __( 'Theme Options', 'elemento-business' ),
	) );
	
	//ADDITIONAL SETTINGS
	Kirki::add_section( 'elemento_business_additional_setting', array(
	    'title'          => esc_html__( 'Additional Settings', 'elemento-business' ),
	    'panel'    => 'elemento_business_theme_options_panel',
		'description'    => esc_html__( 'Additional Settings of themes', 'elemento-business' ),
	    'priority'       => 10,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_preloader_hide',
		'label'       => esc_html__( 'Here you can enable or disable your preloader.', 'elemento-business' ),
		'section'     => 'elemento_business_additional_setting',
		'default'     => '0',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_scroll_enable_setting',
		'label'       => esc_html__( 'Here you can enable or disable your scroller.', 'elemento-business' ),
		'section'     => 'elemento_business_additional_setting',
		'default'     => '0',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_single_page_layout_heading',
		'section'     => 'elemento_business_additional_setting',
		'default'     => '' . __( 'Single Page Layout', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'settings'    => 'elemento_business_single_page_layout',
		'section'     => 'elemento_business_additional_setting',
		'default'     => 'One Column',
		'choices'     => [
			'Left Sidebar' => esc_html__( 'Left Sidebar', 'elemento-business' ),
			'Right Sidebar' => esc_html__( 'Right Sidebar', 'elemento-business' ),
			'One Column' => esc_html__( 'One Column', 'elemento-business' ),
		],
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_header_background_attachment_heading',
		'section'     => 'elemento_business_additional_setting',
		'default'     => '' . __( 'Header Image Attachment', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'settings'    => 'elemento_business_header_background_attachment',
		'section'     => 'elemento_business_additional_setting',
		'default'     => 'scroll',
		'choices'     => [
			'scroll' => esc_html__( 'Scroll', 'elemento-business' ),
			'fixed' => esc_html__( 'Fixed', 'elemento-business' ),
		],
		'output' => array(
			array(
				'element'  => '.header-image-box',
				'property' => 'background-attachment',
			),
		),
	 ) );
	 Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_header_image_height_heading',
		'section'     => 'elemento_business_additional_setting',
		'default'     => '' . __( 'Header Image height', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_header_image_height',
		'label'       => __( 'Image Height', 'elemento-business' ),
		'description'    => esc_html__( 'Enter a value in pixels. Example:500px', 'elemento-business' ),
		'type'        => 'text',
		'default'    => [
			'desktop' => '550px',
			'tablet'  => '350px',
			'mobile'  => '200px',
		],
		'responsive' => true,
		'section'     => 'elemento_business_additional_setting',
		'transport' => 'auto',
		'output' => array(
			array(
				'element'  => array('.header-image-box'),
				'property' => 'height',
				'media_query' => [
					'desktop' => '@media (min-width: 1024px)',
					'tablet'  => '@media (min-width: 768px) and (max-width: 1023px)',
					'mobile'  => '@media (max-width: 767px)',
				],
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_header_overlay_heading',
		'section'     => 'elemento_business_additional_setting',
		'default'     => '' . __( 'Header Image Overlay', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_header_overlay_setting',
		'label'       => __( 'Overlay Color', 'elemento-business' ),
		'type'        => 'color',
		'section'     => 'elemento_business_additional_setting',
		'transport' => 'auto',
		'default'     => '#222222',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => '.header-image-box:before',
				'property' => 'background',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_header_page_title',
		'label'       => esc_html__( 'Enable / Disable Header Image Page Title.', 'elemento-business' ),
		'section'     => 'elemento_business_additional_setting',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_header_breadcrumb',
		'label'       => esc_html__( 'Enable / Disable Header Image Breadcrumb.', 'elemento-business' ),
		'section'     => 'elemento_business_additional_setting',
		'default'     => '1',
		'priority'    => 10,
	] );
	// HEADER SECTION
	Kirki::add_section( 'elemento_business_section_header', array(
	    'title'          => esc_html__( 'Header Settings', 'elemento-business' ),
	    'description'    => esc_html__( 'Here you can add header information.', 'elemento-business' ),
		'panel'    => 'elemento_business_theme_options_panel',
		'priority'       => 160,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'switch',
		'settings'    => 'elemento_business_sticky_header',
		'label'       => esc_html__( 'Enable/Disable Sticky Header', 'elemento-business' ),
		'section'     => 'elemento_business_section_header',
		'default'     => 0,
		'priority'    => 2,
		'choices'     => [
			'on'  => esc_html__( 'Enable', 'elemento-business'),
			'off' => esc_html__( 'Disable', 'elemento-business'),
		],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_menu_size_heading',
		'section'     => 'elemento_business_section_header',
		'default'     => '' . __( 'Menu Font Size(px)', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_menu_size',
		'label'       => __( 'Enter a value in pixels. Example:20px', 'elemento-business' ),
		'type'        => 'text',
		'section'     => 'elemento_business_section_header',
		'transport' => 'auto',
		'output' => array(
			array(
				'element'  => array( '#main-menu a', '#main-menu ul li a', '#main-menu li a'),
				'property' => 'font-size',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_menu_text_transform_heading',
		'section'     => 'elemento_business_section_header',
		'default'     => '' . __( 'Menu Text Transform', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'settings'    => 'elemento_business_menu_text_transform',
		'section'     => 'elemento_business_section_header',
		'default'     => 'capitalize',
		'choices'     => [
			'none' => esc_html__( 'Normal', 'elemento-business' ),
			'uppercase' => esc_html__( 'Uppercase', 'elemento-business' ),
			'lowercase' => esc_html__( 'Lowercase', 'elemento-business' ),
			'capitalize' => esc_html__( 'Capitalize', 'elemento-business' ),
		],
		'output' => array(
			array(
				'element'  => array( '#main-menu a', '#main-menu ul li a', '#main-menu li a'),
				'property' => ' text-transform',
			),
		),
	 ) );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_menu_color',
		'label'       => __( 'Menu Color', 'elemento-business' ),
		'type'        => 'color',
		'section'     => 'elemento_business_section_header',
		'transport' => 'auto',
		'default'     => '#222222',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => array( '#main-menu a', '#main-menu ul li a', '#main-menu li a'),
				'property' => 'color',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_menu_hover_color',
		'label'       => __( 'Menu Hover Color', 'elemento-business' ),
		'type'        => 'color',
		'default'     => '#1a73e9',
		'section'     => 'elemento_business_section_header',
		'transport' => 'auto',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => array( '#main-menu a:hover', '#main-menu ul li a:hover', '#main-menu li:hover > a','#main-menu a:focus','#main-menu li.focus > a','#main-menu ul li.current-menu-item > a','#main-menu ul li.current_page_item > a','#main-menu ul li.current-menu-parent > a','#main-menu ul li.current_page_ancestor > a','#main-menu ul li.current-menu-ancestor > a'),
				'property' => 'color',
			),
			
		),
	) );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_submenu_color',
		'label'       => __( 'Submenu Color', 'elemento-business' ),
		'type'        => 'color',
		'section'     => 'elemento_business_section_header',
		'transport' => 'auto',
		'default'     => '#222222',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => array( '#main-menu ul.children li a', '#main-menu ul.sub-menu li a'),
				'property' => 'color',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_submenu_hover_color',
		'label'       => __( 'Submenu Hover Color', 'elemento-business' ),
		'type'        => 'color',
		'section'     => 'elemento_business_section_header',
		'transport' => 'auto',
		'default'     => '#fff',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => array( '#main-menu ul.children li a:hover', '#main-menu ul.sub-menu li a:hover'),
				'property' => 'color',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_submenu_hover_background_color',
		'label'       => __( 'Submenu Hover Background Color', 'elemento-business' ),
		'type'        => 'color',
		'section'     => 'elemento_business_section_header',
		'transport' => 'auto',
		'default'     => '#1a73e9',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => array( '#main-menu ul.children li a:hover', '#main-menu ul.sub-menu li a:hover'),
				'property' => 'background',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_enable_timing_heading',
		'section'     => 'elemento_business_section_header',
		'default'     => '' . __( 'Add Timing', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_header_timing',
		'section'  => 'elemento_business_section_header',
		'default'  => '',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_header_phone_number_heading',
		'section'     => 'elemento_business_section_header',
		'default'     => '' . __( 'Add Phone Number', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_header_phone_number',
		'section'  => 'elemento_business_section_header',
		'default'  => '',
		'sanitize_callback' => 'elemento_business_sanitize_phone_number',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_enable_email_heading',
		'section'     => 'elemento_business_section_header',
		'default'     => '' . __( 'Add Email Address', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_header_email',
		'section'  => 'elemento_business_section_header',
		'default'  => '',
		'sanitize_callback' => 'sanitize_email',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_enable_header_btn_heading',
		'section'     => 'elemento_business_section_header',
		'default'     => '' . __( 'Add Button Text & URL', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'label'    => esc_html__( 'Add Button Text', 'elemento-business' ),
		'settings' => 'elemento_business_consultant_btn_text',
		'section'  => 'elemento_business_section_header',
		'default'  => '',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'url',
		'label'    => esc_html__( 'Add Button URL', 'elemento-business' ),
		'settings' => 'elemento_business_consultant_btn_url',
		'section'  => 'elemento_business_section_header',
		'default'  => '',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_enable_socail_link',
		'section'     => 'elemento_business_section_header',
		'default'     => '' . __( 'Social Media Link', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'repeater',
		'section'     => 'elemento_business_section_header',
		'row_label' => [
			'type'  => 'field',
			'value' => esc_html__( 'Social Icon', 'elemento-business' ),
			'field' => 'link_text',
		],
		'button_label' => esc_html__('Add New Social Icon', 'elemento-business' ),
		'settings'     => 'elemento_business_social_links_settings',
		'default'      => '',
		'fields' 	   => [
			'link_text' => [
				'type'        => 'text',
				'label'       => esc_html__( 'Icon', 'elemento-business' ),
				'description' => esc_html__( 'Add the fontawesome class ex: "fab fa-facebook-f".', 'elemento-business' ). ' ' . esc_html__( 'View All', 'elemento-business' ) . ' ',
				'default'     => '',
			],
			'link_url' => [
				'type'        => 'url',
				'label'       => esc_html__( 'Social Link', 'elemento-business' ),
				'description' => esc_html__( 'Add the social icon url here.', 'elemento-business' ),
				'default'     => '',
			],
		],
		'choices' => [
			'limit' => 20
		],
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'custom',
		'settings'    => 'elemento_business_logo_settings_premium_features_header',
		'section'     => 'elemento_business_section_header',
		'priority'    => 50,
		'default'     => '' . esc_html__( 'Enhance your header design now!', 'elemento-business' ) . '
- ' . esc_html__( 'Customize your header background color', 'elemento-business' ) . '
 - '.esc_html__( 'Adjust icon and text font sizes', 'elemento-business' ) .'
 - '.esc_html__( 'Explore enhanced typography options', 'elemento-business' ) .'
 - '.esc_html__( '....and Much More', 'elemento-business' ) . '
 
',
	) );
	// POST SECTION
	Kirki::add_section( 'elemento_business_blog_post', array(
		'title'          => esc_html__( 'Post Settings', 'elemento-business' ),
		'description'    => esc_html__( 'Here you can add post information.', 'elemento-business' ),
		'panel'    => 'elemento_business_theme_options_panel',
		'priority'       => 160,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_post_layout_heading',
		'section'     => 'elemento_business_blog_post',
		'default'     => '' . __( 'Blog Layout', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'settings'    => 'elemento_business_post_layout',
		'section'     => 'elemento_business_blog_post',
		'default'     => 'Right Sidebar',
		'choices'     => [
			'Left Sidebar' => esc_html__( 'Left Sidebar', 'elemento-business' ),
			'Right Sidebar' => esc_html__( 'Right Sidebar', 'elemento-business' ),
			'One Column' => esc_html__( 'One Column', 'elemento-business' ),
			'Three Columns' => esc_html__( 'Three Columns', 'elemento-business' ),
			'Four Columns' => esc_html__( 'Four Columns', 'elemento-business' ),
		],
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_date_hide',
		'label'       => esc_html__( 'Enable / Disable Post Date', 'elemento-business' ),
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_author_hide',
		'label'       => esc_html__( 'Enable / Disable Post Author', 'elemento-business' ),
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_comment_hide',
		'label'       => esc_html__( 'Enable / Disable Post Comment', 'elemento-business' ),
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_blog_post_featured_image',
		'label'       => esc_html__( 'Enable / Disable Post Image', 'elemento-business' ),
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_length_setting_heading',
		'section'     => 'elemento_business_blog_post',
		'default'     => '' . __( 'Blog Post Content Limit', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'number',
		'settings'    => 'elemento_business_length_setting',
		'section'     => 'elemento_business_blog_post',
		'default'     => '15',
		'priority'    => 10,
		'choices'  => [
					'min'  => -10,
					'max'  => 40,
					'step' => 1,
				],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'label'       => esc_html__( 'Enable / Disable Single Post Tag', 'elemento-business' ),
		'settings'    => 'elemento_business_single_post_tag',
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'label'       => esc_html__( 'Enable / Disable Single Post Category', 'elemento-business' ),
		'settings'    => 'elemento_business_single_post_category',
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_post_comment_show_hide',
		'label'       => esc_html__( 'Show / Hide Comment Box', 'elemento-business' ),
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_single_post_featured_image',
		'label'       => esc_html__( 'Enable / Disable Single Post Image', 'elemento-business' ),
		'section'     => 'elemento_business_blog_post',
		'default'     => '1',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_single_post_radius',
		'section'     => 'elemento_business_blog_post',
		'default'     => '' . __( 'Single Post Image Border Radius(px)', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_single_post_border_radius',
		'label'       => __( 'Enter a value in pixels. Example:15px', 'elemento-business' ),
		'type'        => 'text',
		'section'     => 'elemento_business_blog_post',
		'transport' => 'auto',
		'output' => array(
			array(
				'element'  => array('.post-img img'),
				'property' => 'border-radius',
			),
		),
	) );
	// WOOCOMMERCE SETTINGS
	Kirki::add_section( 'elemento_business_woocommerce_settings', array(
		'title'          => esc_html__( 'Woocommerce Settings', 'elemento-business' ),
		'description'    => esc_html__( 'Woocommerce Settings of themes', 'elemento-business' ),
		'priority'       => 160,
		'panel'    => 'woocommerce',
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_shop_page_sidebar',
		'label'       => esc_html__( 'Enable/Disable Shop Page Sidebar', 'elemento-business' ),
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => 'true',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'label'       => esc_html__( 'Shop Page Layouts', 'elemento-business' ),
		'settings'    => 'elemento_business_shop_page_layout',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => 'Right Sidebar',
		'choices'     => [
			'Right Sidebar' => esc_html__( 'Right Sidebar', 'elemento-business' ),
			'Left Sidebar' => esc_html__( 'Left Sidebar', 'elemento-business' ),
		],
		'active_callback'  => [
			[
				'setting'  => 'elemento_business_shop_page_sidebar',
				'operator' => '===',
				'value'    => true,
			],
		]
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'select',
		'label'       => esc_html__( 'Products Per Row', 'elemento-business' ),
		'settings'    => 'elemento_business_products_per_row',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => '3',
		'priority'    => 10,
		'choices'     => [
			'2' => '2',
			'3' => '3',
			'4' => '4',
		],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'number',
		'label'       => esc_html__( 'Products Per Page', 'elemento-business' ),
		'settings'    => 'elemento_business_products_per_page',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => '9',
		'priority'    => 10,
		'choices'  => [
					'min'  => 0,
					'max'  => 50,
					'step' => 1,
				],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'toggle',
		'settings'    => 'elemento_business_single_product_sidebar',
		'label'       => esc_html__( 'Enable / Disable Single Product Sidebar', 'elemento-business' ),
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => 'true',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'label'       => esc_html__( 'Single Product Layout', 'elemento-business' ),
		'settings'    => 'elemento_business_single_product_sidebar_layout',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => 'Right Sidebar',
		'choices'     => [
			'Right Sidebar' => esc_html__( 'Right Sidebar', 'elemento-business' ),
			'Left Sidebar' => esc_html__( 'Left Sidebar', 'elemento-business' ),
		],
		'active_callback'  => [
			[
				'setting'  => 'elemento_business_single_product_sidebar',
				'operator' => '===',
				'value'    => true,
			],
		]
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_products_button_border_radius_heading',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'         => '' . __( 'Products Button Border Radius', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'slider',
		'settings'    => 'elemento_business_products_button_border_radius',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => '1',
		'priority'    => 10,
		'choices'  => [
					'min'  => 1,
					'max'  => 50,
					'step' => 1,
				],
		'output' => array(
			array(
				'element'  => array('.woocommerce ul.products li.product .button',' a.checkout-button.button.alt.wc-forward','.woocommerce #respond input#submit', '.woocommerce a.button', '.woocommerce button.button','.woocommerce input.button','.woocommerce #respond input#submit.alt','.woocommerce button.button.alt','.woocommerce input.button.alt'),
				'property' => 'border-radius',
				'units' => 'px',
			),
		),
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_sale_badge_position_heading',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'         => '' . __( 'Sale Badge Position', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'settings'    => 'elemento_business_sale_badge_position',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'     => 'right',
		'choices'     => [
			'right' => esc_html__( 'Right', 'elemento-business' ),
			'left' => esc_html__( 'Left', 'elemento-business' ),
		],
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_products_sale_font_size_heading',
		'section'     => 'elemento_business_woocommerce_settings',
		'default'         => '' . __( 'Sale Font Size', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'text',
		'settings'    => 'elemento_business_products_sale_font_size',
		'section'     => 'elemento_business_woocommerce_settings',
		'priority'    => 10,
		'output' => array(
			array(
				'element'  => array('.woocommerce span.onsale','.woocommerce ul.products li.product .onsale'),
				'property' => 'font-size',
				'units' => 'px',
			),
		),
	] );
	// No Results Page Settings
	Kirki::add_section( 'elemento_business_no_result_section', array(
		'title'          => esc_html__( '404 & No Results Page Settings', 'elemento-business' ),
		'panel'    => 'elemento_business_theme_options_panel',
		'priority'       => 160,
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_page_not_found_title_heading',
		'section'     => 'elemento_business_no_result_section',
		'default'         => '' . __( '404 Page Title', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_page_not_found_title',
		'section'  => 'elemento_business_no_result_section',
		'default'  => esc_html__('404 Error!', 'elemento-business'),
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_page_not_found_text_heading',
		'section'     => 'elemento_business_no_result_section',
		'default'         => '' . __( '404 Page Text', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_page_not_found_text',
		'section'  => 'elemento_business_no_result_section',
		'default'  => esc_html__('The page you are looking for may have been moved, deleted, or possibly never existed.', 'elemento-business'),
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'     => 'custom',
		'settings' => 'elemento_business_page_not_found_line_break',
		'section'  => 'elemento_business_no_result_section',
		'default'  => '
',
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_no_results_title_heading',
		'section'     => 'elemento_business_no_result_section',
		'default'         => '' . __( 'No Results Title', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_no_results_title',
		'section'  => 'elemento_business_no_result_section',
		'default'  => esc_html__('Nothing Found', 'elemento-business'),
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_no_results_content_heading',
		'section'     => 'elemento_business_no_result_section',
		'default'         => '' . __( 'No Results Content', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_no_results_content',
		'section'  => 'elemento_business_no_result_section',
		'default'  => esc_html__('Sorry, but nothing matched your search terms. Please try again with some different keywords.', 'elemento-business'),
	] );
	// FOOTER SECTION
	Kirki::add_section( 'elemento_business_footer_section', array(
        'title'          => esc_html__( 'Footer Settings', 'elemento-business' ),
        'description'    => esc_html__( 'Here you can change copyright text', 'elemento-business' ),
        'panel'    => 'elemento_business_theme_options_panel',
		'priority'       => 160,
    ) );
    Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_footer_text_heading',
		'section'     => 'elemento_business_footer_section',
			'default'         => '' . __( 'Footer Copyright Text', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
    Kirki::add_field( 'theme_config_id', [
		'type'     => 'text',
		'settings' => 'elemento_business_footer_text',
		'section'  => 'elemento_business_footer_section',
		'default'  => '',
		'priority' => 10,
	] );
    Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_footer_enable_heading',
		'section'     => 'elemento_business_footer_section',
			'default'         => '' . __( 'Enable / Disable Footer Link', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
    Kirki::add_field( 'theme_config_id', [
		'type'        => 'switch',
		'settings'    => 'elemento_business_copyright_enable',
		'label'       => esc_html__( 'Section Enable / Disable', 'elemento-business' ),
		'section'     => 'elemento_business_footer_section',
		'default'     => '1',
		'priority'    => 10,
		'choices'     => [
			'on'  => esc_html__( 'Enable', 'elemento-business' ),
			'off' => esc_html__( 'Disable', 'elemento-business' ),
		],
	] );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_footer_background_widget_heading',
		'section'     => 'elemento_business_footer_section',
			'default'         => '' . __( 'Footer Widget Background', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id',[
		'settings'    => 'elemento_business_footer_background_widget',
		'type'        => 'background',
		'section'     => 'elemento_business_footer_section',
		'default'     => [
			'background-color'      => 'rgba(34, 34, 34,1)',
			'background-image'      => '',
			'background-repeat'     => 'no-repeat',
			'background-position'   => 'center center',
			'background-size'       => 'cover',
			'background-attachment' => 'scroll',
		],
		'transport'   => 'auto',
		'output'      => [
			[
				'element' => '.footer-widget',
			],
		],
	]);
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_footer_widget_alignment_heading',
		'section'     => 'elemento_business_footer_section',
		'default'     => '' . __( 'Footer Widget Alignment', 'elemento-business' ) . '
',
	] );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'select',
		'settings'    => 'elemento_business_footer_widget_alignment',
		'section'     => 'elemento_business_footer_section',
		'default'     => 'left',
		'choices'     => [
			'center' => esc_html__( 'center', 'elemento-business' ),
			'right' => esc_html__( 'right', 'elemento-business' ),
			'left' => esc_html__( 'left', 'elemento-business' ),
		],
		'output' => array(
			array(
				'element'  => '.footer-area',
				'property' => 'text-align',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_footer_copright_color_heading',
		'section'     => 'elemento_business_footer_section',
			'default'         => '' . __( 'Copyright Background Color', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_footer_copright_color',
		'type'        => 'color',
		'label'       => __( 'Background Color', 'elemento-business' ),
		'section'     => 'elemento_business_footer_section',
		'transport' => 'auto',
		'default'     => '#222222',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => '.footer-copyright',
				'property' => 'background',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', [
		'type'        => 'custom',
		'settings'    => 'elemento_business_footer_copright_text_color_heading',
		'section'     => 'elemento_business_footer_section',
			'default'         => '' . __( 'Copyright Text Color', 'elemento-business' ) . '
',
		'priority'    => 10,
	] );
	Kirki::add_field( 'theme_config_id', array(
		'settings'    => 'elemento_business_footer_copright_text_color',
		'type'        => 'color',
		'label'       => __( 'Text Color', 'elemento-business' ),
		'section'     => 'elemento_business_footer_section',
		'transport' => 'auto',
		'default'     => '#ffffff',
		'choices'     => [
			'alpha' => true,
		],
		'output' => array(
			array(
				'element'  => array( '.footer-copyright a', '.footer-copyright p'),
				'property' => 'color',
			),
		),
	) );
	Kirki::add_field( 'theme_config_id', array(
		'type'        => 'custom',
		'settings'    => 'elemento_business_logo_settings_premium_features_footer',
		'section'     => 'elemento_business_footer_section',
		'priority'    => 50,
		'default'     => '' . esc_html__( 'Elevate your footer with premium features:', 'elemento-business' ) . '
- ' . esc_html__( 'Tailor your footer layout', 'elemento-business' ) . '
 - '.esc_html__( 'Integrate an email subscription form', 'elemento-business' ) .'
 - '.esc_html__( 'Personalize social media icons', 'elemento-business' ) .'
 - '.esc_html__( '....and Much More', 'elemento-business' ) . '
 
',
	) );
}