esc_html( 'Header Settings', 'ailabflow' ), 'id' => 'header_settings', 'icon' => 'el el-credit-card', 'fields' => array( array( 'id' => 'header-layout', 'type' => 'select', 'title' => esc_html( 'Select Header Style', 'ailabflow' ), 'subtitle' => esc_html( 'Please select the header style to display.', 'ailabflow' ), 'options' => array( 'layout-1' => esc_html( 'Header Style 1', 'ailabflow' ), 'layout-2' => esc_html( 'Header Style 2', 'ailabflow' ), ), 'default' => 'layout-1', ), array( 'id' => 'dark-layout', 'type' => 'select', 'title' => esc_html( 'Select Dark Layout', 'Ailabflow' ), 'subtitle' => esc_html( 'Please select Dark Layout.', 'Ailabflow' ), 'options' => array( 'layout-dark' => esc_html( ' Dark', 'Ailabflow' ), 'layout-white' => esc_html( ' White', 'Ailabflow' ), ), 'default' => 'layout-dark', ), array( 'id' => 'height_height', 'type' => 'slider', 'title' => esc_html__( 'Header Height (in pixel)', 'ailabflow' ), 'desc' => esc_html__( 'You can set height of header area from here', 'ailabflow' ), 'default' => 90, 'min' => 70, 'step' => 1, 'max' => 350, ), array( 'id' => 'height_background', 'type' => 'color', 'title' => esc_html__( 'Select Header Background Color', 'ailabflow' ), 'transparent' => false, 'default' => '#ffffff', ), array( 'id' => 'display-search-icon', 'type' => 'switch', 'title' => esc_html__( 'Show Search Button', 'ailabflow' ), 'default' => 0, 'subtitle' => esc_html__( 'Show search button in header.', 'ailabflow' ), 'on' => esc_html__( 'On', 'ailabflow' ), 'off' => esc_html__( 'Off', 'ailabflow' ), ), array( 'id' => 'header_button_title', 'type' => 'text', 'title' => esc_html__( 'Header Button', 'ailabflow' ), 'subtitle' => esc_html__( 'Enter header button title.', 'ailabflow' ), ), array( 'id' => 'header_button_liink', 'type' => 'text', 'title' => esc_html__( 'Header Button link', 'ailabflow' ), 'subtitle' => esc_html__( 'Enter header button link.', 'ailabflow' ), ), array( 'id' => 'site-logo', 'type' => 'media', 'url' => true, 'title' => esc_html__( 'Logo Image', 'ailabflow' ), 'compiler' => 'true', 'subtitle' => esc_html__( 'Upload image that will be used as logo for the site NOTE: Upload image that will be used as logo for the site', 'ailabflow' ), ), array( 'id' => 'site-logo-height', 'type' => 'dimensions', 'title' => esc_html__( 'Logo Max Height', 'ailabflow' ), 'compiler' => 'true', 'width' => false, 'units' => array( 'px' ), 'subtitle' => esc_html__( 'If you feel your logo looks small than increase this and adjust it', 'ailabflow' ), 'default' => array( 'height' => '28', 'units' => 'px', ), ), array( 'id' => 'header-menu-position', 'type' => 'select', 'title' => esc_html__('Header Menu Position', 'ailabflow'), 'options' => array( 'left' => 'Left Align', 'center' => 'Center Align', 'right' => 'Right Align', ), 'default' => 'left' ), array( 'id' => 'headers-layout', 'type' => 'select', 'title' => esc_html__('Header Layout', 'ailabflow'), 'options' => array( 'wide' => 'Wide', 'fullwide' => 'Fullwide', ), 'default' => 'wide' ), array( 'id' => 'headerbox_cta_text', 'type' => 'editor', 'title' => esc_html__( 'Header CTA Text', 'ailabflow' ), 'subtitle' => esc_html__( 'Enter the header CTA text', 'ailabflow' ), 'default' => '', 'args' => array( 'teeny' => true, 'textarea_rows' => 3, 'media_buttons' => false, ) ), array( 'id' => 'center_logo_width', 'type' => 'slider', 'title' => esc_html__( 'Logo Area Width (pixel)', 'ailabflow' ), 'desc' => esc_html__( 'You can center logo width from here', 'ailabflow' ), 'default' => 370, 'min' => 70, 'step' => 1, 'max' => 550, 'required' => array( array( 'header-layout', '=', 'layout-2' ), ), ), array( 'id' => 'first_menu_margin', 'type' => 'slider', 'title' => esc_html__( 'Menu Left margin (pixel)', 'ailabflow' ), 'desc' => esc_html__( 'You can set menu left margin from here', 'ailabflow' ), 'default' => 50, 'min' => 70, 'step' => 1, 'max' => 550, 'required' => array( array( 'header-layout', '=', 'layout-2' ), ), ), ), );