<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
<?php 

//CEA Templates Fields
Beruco_Options::beruco_set_section( array(
	'title'      => esc_html__( 'CEA Templates', 'beruco-addon' ),
	'id'         => 'cea-templates'
) );
Beruco_Options::beruco_set_sub_section( array(
	'title'      => esc_html__( 'CEA Service', 'beruco-addon' ),
	'id'         => 'cea-service-single-tab',
	'fields'	 => array(
		array(
			'id'			=> 'cea-service-pt-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Service Page Title Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA service title.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-service-title',
			'type'			=> 'toggle',
			'title'			=> esc_html__( 'Enable/Disable Page Title', 'beruco-addon' ),
			'description'	=> esc_html__( 'Enable or disable CEA service title section', 'beruco-addon' ),
			'default'		=> true
		),
		array(
			'id'			=> 'cea-service-title-items',
			'type'			=> 'dragdrop',
			'title'			=> esc_html__( 'CEA Service Page Title Elements', 'beruco-addon' ),
			'description'	=> esc_html__( 'These are CEA service page title elements. Drag which items you want to display left, center and right part.', 'beruco-addon' ),
			'default'		=> array(
				'left' => array(
				),
				'center' => array(
					'title' => esc_html__( 'Title', 'beruco-addon' ),
					'breadcrumb' => esc_html__( 'Breadcrumb', 'beruco-addon' )
				),
				'right' => array(
				),
				'disabled' => array(
					'description' => esc_html__( 'Description', 'beruco-addon' )
				)
			),
			'required'		=> array( 'cea-service-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-service-title-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Service Title Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA service title.', 'beruco-addon' ),
			'required'		=> array( 'cea-service-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-service-title-desc-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Service Title Description Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA service description.', 'beruco-addon' ),
			'required'		=> array( 'cea-service-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-service-title-link-color',
			'type'			=> 'link',
			'title'			=> esc_html__( 'CEA Service Title Link Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is link color setting for CEA service title links. Like breadcrumbs color.', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-service-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-service-title-padding',
			'type'			=> 'dimension',
			'title'			=> esc_html__( 'Custom Single Title Padding', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is padding for common CEA service title. Example 10 for all side', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-service-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-service-title-bg',
			'type'			=> 'background',
			'title'			=> esc_html__( 'CEA Service Page Title Background', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is background settings of CEA service title.', 'beruco-addon' ),
			'required'		=> array( 'cea-service-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-service-overlaycolor',
			'type'			=> 'color',
			'alpha'			=> true,
			'title'			=> esc_html__( 'Service Page Title Overlay Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This color will be displayed as in Service page title overlaycolor. Choose light colors to make it displayed over the image.', 'beruco-addon' ),
			'required'		=> array( 'cea-service-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-service-pl-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Service Page Layout Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA service page layout.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-service-sidebar-layout',
			'type'			=> 'radioimage',
			'title'			=> esc_html__( 'CEA Service Sidebar Layout', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose CEA service sidebar layout.', 'beruco-addon' ),
			'items'		=> array(
				'right-sidebar' => array(
					'title' => esc_html__( 'Right Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-right.png'
				),
				'left-sidebar' => array(
					'title' => esc_html__( 'Left Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-left.png'
				),
				'both-sidebar' => array(
					'title' => esc_html__( 'Both Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-both.png'
				),
				'no-sidebar' => array(
					'title' => esc_html__( 'No Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/no-sidebar.png'
				)
			),
			'default' => 'right-sidebar'
		),
		array(
			'id'			=> 'cea-service-right-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Right Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA service right widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-service-sidebar-layout', '=', array( 'right-sidebar', 'both-sidebar' ) )
		),
		array(
			'id'			=> 'cea-service-left-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Left Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA service left widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-service-sidebar-layout', '=', array( 'left-sidebar', 'both-sidebar' ) )
		),
	)
) );
Beruco_Options::beruco_set_sub_section( array(
	'title'      => esc_html__( 'CEA Team', 'beruco-addon' ),
	'id'         => 'cea-team-single-tab',
	'fields'	 => array(
		array(
			'id'			=> 'cea-team-pt-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Team Page Title Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA team page title.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-team-title',
			'type'			=> 'toggle',
			'title'			=> esc_html__( 'Enable/Disable Page Title', 'beruco-addon' ),
			'description'	=> esc_html__( 'Enable or disable CEA team page title section', 'beruco-addon' ),
			'default'		=> true
		),
		array(
			'id'			=> 'cea-team-title-items',
			'type'			=> 'dragdrop',
			'title'			=> esc_html__( 'CEA Team Page Title Elements', 'beruco-addon' ),
			'description'	=> esc_html__( 'These are CEA team page title elements. Drag which items you want to display left, center and right part.', 'beruco-addon' ),
			'default'		=> array(
				'left' => array(
				),
				'center' => array(
					'title' => esc_html__( 'Title', 'beruco-addon' ),
					'breadcrumb' => esc_html__( 'Breadcrumb', 'beruco-addon' )
				),
				'right' => array(
				),
				'disabled' => array(
					'description' => esc_html__( 'Description', 'beruco-addon' )
				)
			),
			'required'		=> array( 'cea-team-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-team-title-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Team Title Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA team title.', 'beruco-addon' ),
			'required'		=> array( 'cea-team-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-team-title-desc-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Team Title Description Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA team page description.', 'beruco-addon' ),
			'required'		=> array( 'cea-team-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-team-title-link-color',
			'type'			=> 'link',
			'title'			=> esc_html__( 'CEA Team Title Link Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is link color setting for CEA team page title links. Like breadcrumbs color.', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-team-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-team-title-padding',
			'type'			=> 'dimension',
			'title'			=> esc_html__( 'Custom Single Title Padding', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is padding for common CEA team title. Example 10 for all side', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-team-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-team-title-bg',
			'type'			=> 'background',
			'title'			=> esc_html__( 'CEA Team Page Title Background', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is background settings of CEA team page title.', 'beruco-addon' ),
			'required'		=> array( 'cea-team-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-team-overlaycolor',
			'type'			=> 'color',
			'alpha'			=> true,
			'title'			=> esc_html__( 'Team Page Title Overlay Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This color will be displayed as in team page title overlaycolor. Choose light colors to make it displayed over the image.', 'beruco-addon' ),
			'required'		=> array( 'cea-team-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-team-pl-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Team Page Layout Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA team layout.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-team-sidebar-layout',
			'type'			=> 'radioimage',
			'title'			=> esc_html__( 'CEA Team Sidebar Layout', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose archive sidebar layout.', 'beruco-addon' ),
			'items'		=> array(
				'right-sidebar' => array(
					'title' => esc_html__( 'Right Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-right.png'
				),
				'left-sidebar' => array(
					'title' => esc_html__( 'Left Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-left.png'
				),
				'both-sidebar' => array(
					'title' => esc_html__( 'Both Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-both.png'
				),
				'no-sidebar' => array(
					'title' => esc_html__( 'No Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/no-sidebar.png'
				)
			),
			'default' => 'right-sidebar'
		),
		array(
			'id'			=> 'cea-team-right-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Right Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA team right widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-team-sidebar-layout', '=', array( 'right-sidebar', 'both-sidebar' ) )
		),
		array(
			'id'			=> 'cea-team-left-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Left Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA team left widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-team-sidebar-layout', '=', array( 'left-sidebar', 'both-sidebar' ) )
		),
	)
) );
Beruco_Options::beruco_set_sub_section( array(
	'title'      => esc_html__( 'CEA Testimonial', 'beruco-addon' ),
	'id'         => 'cea-testimonial-single-tab',
	'fields'	 => array(
		array(
			'id'			=> 'cea-testimonial-pt-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Testimonial Page Title Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA testimonial page title.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-testimonial-title',
			'type'			=> 'toggle',
			'title'			=> esc_html__( 'Enable/Disable Page Title', 'beruco-addon' ),
			'description'	=> esc_html__( 'Enable or disable CEA testimonial page title section', 'beruco-addon' ),
			'default'		=> true
		),
		array(
			'id'			=> 'cea-testimonial-title-items',
			'type'			=> 'dragdrop',
			'title'			=> esc_html__( 'CEA Testimonial Page Title Elements', 'beruco-addon' ),
			'description'	=> esc_html__( 'These are CEA testimonial title elements. Drag which items you want to display left, center and right part.', 'beruco-addon' ),
			'default'		=> array(
				'left' => array(
				),
				'center' => array(
					'title' => esc_html__( 'Title', 'beruco-addon' ),
					'breadcrumb' => esc_html__( 'Breadcrumb', 'beruco-addon' )
				),
				'right' => array(
				),
				'disabled' => array(
					'description' => esc_html__( 'Description', 'beruco-addon' )
				)
			),
			'required'		=> array( 'cea-testimonial-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-testimonial-title-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Testimonial Title Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA testimonial title.', 'beruco-addon' ),
			'required'		=> array( 'cea-testimonial-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-testimonial-title-desc-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Testimonial Title Description Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA testimonial page description.', 'beruco-addon' ),
			'required'		=> array( 'cea-testimonial-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-testimonial-title-link-color',
			'type'			=> 'link',
			'title'			=> esc_html__( 'CEA Testimonial Title Link Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is link color setting for CEA testimonial page title links. Like breadcrumbs color.', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-testimonial-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-testimonial-title-padding',
			'type'			=> 'dimension',
			'title'			=> esc_html__( 'Custom Single Title Padding', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is padding for common CEA testimonial title. Example 10 for all side', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-testimonial-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-testimonial-title-bg',
			'type'			=> 'background',
			'title'			=> esc_html__( 'CEA Testimonial Page Title Background', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is background settings of CEA testimonial page title.', 'beruco-addon' ),
			'required'		=> array( 'cea-testimonial-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-testimonial-overlaycolor',
			'type'			=> 'color',
			'alpha'			=> true,
			'title'			=> esc_html__( 'Testimonial Page Title Overlay Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This color will be displayed as in Testimonial page title overlaycolor. Choose light colors to make it displayed over the image.', 'beruco-addon' ),
			'required'		=> array( 'cea-testimonial-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-testimonial-pl-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Testimonial Page Layout Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA testimonial page layout.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-testimonial-sidebar-layout',
			'type'			=> 'radioimage',
			'title'			=> esc_html__( 'CEA Testimonial Sidebar Layout', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose CEA testimonial sidebar layout.', 'beruco-addon' ),
			'items'		=> array(
				'right-sidebar' => array(
					'title' => esc_html__( 'Right Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-right.png'
				),
				'left-sidebar' => array(
					'title' => esc_html__( 'Left Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-left.png'
				),
				'both-sidebar' => array(
					'title' => esc_html__( 'Both Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-both.png'
				),
				'no-sidebar' => array(
					'title' => esc_html__( 'No Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/no-sidebar.png'
				)
			),
			'default' => 'right-sidebar'
		),
		array(
			'id'			=> 'cea-testimonial-right-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Right Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA testimonial right widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-testimonial-sidebar-layout', '=', array( 'right-sidebar', 'both-sidebar' ) )
		),
		array(
			'id'			=> 'cea-testimonial-left-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Left Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA testimonial left widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-testimonial-sidebar-layout', '=', array( 'left-sidebar', 'both-sidebar' ) )
		),
	)
) );
Beruco_Options::beruco_set_sub_section( array(
	'title'      => esc_html__( 'CEA Portfolio', 'beruco-addon' ),
	'id'         => 'cea-portfolio-single-tab',
	'fields'	 => array(
		array(
			'id'			=> 'cea-portfolio-pt-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Portfolio Page Title Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA portfolio page title.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-portfolio-title',
			'type'			=> 'toggle',
			'title'			=> esc_html__( 'Enable/Disable Page Title', 'beruco-addon' ),
			'description'	=> esc_html__( 'Enable or disable CEA portfolio page title section', 'beruco-addon' ),
			'default'		=> true
		),
		array(
			'id'			=> 'cea-portfolio-title-items',
			'type'			=> 'dragdrop',
			'title'			=> esc_html__( 'CEA Portfolio Page Title Elements', 'beruco-addon' ),
			'description'	=> esc_html__( 'These are CEA portfolio page title elements. Drag which items you want to display left, center and right part.', 'beruco-addon' ),
			'default'		=> array(
				'left' => array(
				),
				'center' => array(
					'title' => esc_html__( 'Title', 'beruco-addon' ),
					'breadcrumb' => esc_html__( 'Breadcrumb', 'beruco-addon' )
				),
				'right' => array(
				),
				'disabled' => array(
					'description' => esc_html__( 'Description', 'beruco-addon' )
				)
			),
			'required'		=> array( 'cea-portfolio-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-portfolio-title-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Portfolio Title Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA portfolio page title.', 'beruco-addon' ),
			'required'		=> array( 'cea-portfolio-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-portfolio-title-desc-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Portfolio Title Description Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA portfolio post page description.', 'beruco-addon' ),
			'required'		=> array( 'cea-portfolio-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-portfolio-title-link-color',
			'type'			=> 'link',
			'title'			=> esc_html__( 'CEA Portfolio Title Link Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is link color setting for CEA portfolio post page title links. Like breadcrumbs color.', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-portfolio-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-portfolio-title-padding',
			'type'			=> 'dimension',
			'title'			=> esc_html__( 'Custom Single Title Padding', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is padding for common CEA portfolio title. Example 10 for all side', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-portfolio-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-portfolio-title-bg',
			'type'			=> 'background',
			'title'			=> esc_html__( 'CEA Portfolio Page Title Background', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is background settings of CEA portfolio post page title.', 'beruco-addon' ),
			'required'		=> array( 'cea-portfolio-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-portfolio-overlaycolor',
			'type'			=> 'color',
			'alpha'			=> true,
			'title'			=> esc_html__( 'Portfolio Page Title Overlay Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This color will be displayed as in Portfolio page title overlaycolor. Choose light colors to make it displayed over the image.', 'beruco-addon' ),
			'required'		=> array( 'cea-portfolio-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-portfolio-pl-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Portfolio Page Layout Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA portfolio page layout.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-portfolio-sidebar-layout',
			'type'			=> 'radioimage',
			'title'			=> esc_html__( 'CEA Portfolio Sidebar Layout', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose CEA portfolio sidebar layout.', 'beruco-addon' ),
			'items'		=> array(
				'right-sidebar' => array(
					'title' => esc_html__( 'Right Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-right.png'
				),
				'left-sidebar' => array(
					'title' => esc_html__( 'Left Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-left.png'
				),
				'both-sidebar' => array(
					'title' => esc_html__( 'Both Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-both.png'
				),
				'no-sidebar' => array(
					'title' => esc_html__( 'No Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/no-sidebar.png'
				)
			),
			'default' => 'right-sidebar'
		),
		array(
			'id'			=> 'cea-portfolio-right-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Right Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA portfolio right widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-portfolio-sidebar-layout', '=', array( 'right-sidebar', 'both-sidebar' ) )
		),
		array(
			'id'			=> 'cea-portfolio-left-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Left Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA portfolio left widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-portfolio-sidebar-layout', '=', array( 'left-sidebar', 'both-sidebar' ) )
		),
	)
) );
Beruco_Options::beruco_set_sub_section( array(
	'title'      => esc_html__( 'CEA Event', 'beruco-addon' ),
	'id'         => 'cea-event-single-tab',
	'fields'	 => array(
		array(
			'id'			=> 'cea-event-pt-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Event Page Title Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA event page title.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-event-title',
			'type'			=> 'toggle',
			'title'			=> esc_html__( 'Enable/Disable Page Title', 'beruco-addon' ),
			'description'	=> esc_html__( 'Enable or disable CEA event page title section', 'beruco-addon' ),
			'default'		=> true
		),
		array(
			'id'			=> 'cea-event-title-items',
			'type'			=> 'dragdrop',
			'title'			=> esc_html__( 'CEA Event Page Title Elements', 'beruco-addon' ),
			'description'	=> esc_html__( 'These are CEA event page title elements. Drag which items you want to display left, center and right part.', 'beruco-addon' ),
			'default'		=> array(
				'left' => array(
				),
				'center' => array(
					'title' => esc_html__( 'Title', 'beruco-addon' ),
					'breadcrumb' => esc_html__( 'Breadcrumb', 'beruco-addon' )
				),
				'right' => array(
				),
				'disabled' => array(
					'description' => esc_html__( 'Description', 'beruco-addon' )
				)
			),
			'required'		=> array( 'cea-event-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-event-title-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Event Title Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA event page title.', 'beruco-addon' ),
			'required'		=> array( 'cea-event-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-event-title-desc-color',
			'type'			=> 'color',
			'title'			=> esc_html__( 'CEA Event Title Description Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is color settings of CEA event page description.', 'beruco-addon' ),
			'required'		=> array( 'cea-event-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-event-title-link-color',
			'type'			=> 'link',
			'title'			=> esc_html__( 'CEA Event Title Link Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is link color setting for CEA event page title links. Like breadcrumbs color.', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-event-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-event-title-padding',
			'type'			=> 'dimension',
			'title'			=> esc_html__( 'Custom Single Title Padding', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is padding for common CEA event title. Example 10 for all side', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-event-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-event-title-bg',
			'type'			=> 'background',
			'title'			=> esc_html__( 'CEA Event Page Title Background', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is background settings of CEA event page title.', 'beruco-addon' ),
			'required'		=> array( 'cea-event-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-event-overlaycolor',
			'type'			=> 'color',
			'alpha'			=> true,
			'title'			=> esc_html__( 'Event Page Title Overlay Color', 'beruco-addon' ),
			'description'	=> esc_html__( 'This color will be displayed as in Event page title overlaycolor. Choose light colors to make it displayed over the image.', 'beruco-addon' ),
			'required'		=> array( 'cea-event-title', '=', array( 'true' ) )
		),
		array(
			'id'			=> 'cea-event-pl-settings',
			'type'			=> 'label',
			'title'			=> esc_html__( 'CEA Event Page Layout Settings', 'beruco-addon' ),
			'description'	=> esc_html__( 'This is settings for CEA event page layout.', 'beruco-addon' ),
			'seperator'		=> 'after'
		),
		array(
			'id'			=> 'cea-event-sidebar-layout',
			'type'			=> 'radioimage',
			'title'			=> esc_html__( 'CEA Event Sidebar Layout', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose CEA event sidebar layout.', 'beruco-addon' ),
			'items'		=> array(
				'right-sidebar' => array(
					'title' => esc_html__( 'Right Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-right.png'
				),
				'left-sidebar' => array(
					'title' => esc_html__( 'Left Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-left.png'
				),
				'both-sidebar' => array(
					'title' => esc_html__( 'Both Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/sidebar-both.png'
				),
				'no-sidebar' => array(
					'title' => esc_html__( 'No Sidebar', 'beruco-addon' ),
					'url' => BERUCO_ADDON_URL . 'admin/extension/theme-options/assets/images/sidebars/no-sidebar.png'
				)
			),
			'default' => 'right-sidebar'
		),
		array(
			'id'			=> 'cea-event-right-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Right Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA event right widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-event-sidebar-layout', '=', array( 'right-sidebar', 'both-sidebar' ) )
		),
		array(
			'id'			=> 'cea-event-left-sidebar',
			'type'			=> 'sidebars',
			'title'			=> esc_html__( 'Left Widgets Area', 'beruco-addon' ),
			'description'	=> esc_html__( 'Choose widget for CEA event left widget area', 'beruco-addon' ),
			'default'		=> '',
			'required'		=> array( 'cea-event-sidebar-layout', '=', array( 'left-sidebar', 'both-sidebar' ) )
		),
	)
) );
Beruco_Options::beruco_set_end_section( array(
	'id'		=> 'cea-templates-tab-end'	
));