esc_html__( 'Search Page', 'bizmax' ), 'id' => 'search_page_options', 'icon' => 'fa fa-search', 'fields' => array( array( 'id' => 'search_layout', 'type' => 'select', 'title' => esc_html__( 'Search Layout', 'bizmax' ), 'options' => array( 'full-width' => esc_html__( 'Full Width', 'bizmax' ), 'left-sidebar' => esc_html__( 'Left Sidebar', 'bizmax' ), 'right-sidebar' => esc_html__( 'Right Sidebar', 'bizmax' ), 'grid' => esc_html__( 'Grid Full', 'bizmax' ), 'grid-ls' => esc_html__( 'Grid With Left Sidebar', 'bizmax' ), 'grid-rs' => esc_html__( 'Grid With Right Sidebar', 'bizmax' ), ), 'default' => 'right-sidebar', 'desc' => esc_html__( 'Select search page layout.', 'bizmax' ), ), array( 'id' => 'search_banner', 'type' => 'switcher', 'title' => esc_html__( 'Enable Search Banner', 'bizmax' ), 'default' => true, 'text_on' => esc_html__( 'Yes', 'bizmax' ), 'text_off' => esc_html__( 'No', 'bizmax' ), 'desc' => esc_html__( 'Enable or disable search page banner.', 'bizmax' ), ), array( 'id' => 'search_banner_background_options', 'type' => 'background', 'title' => esc_html__( 'Banner Background', 'bizmax' ), 'background_gradient' => true, 'background_origin' => false, 'background_clip' => false, 'background_blend-mode' => false, 'background_attachment' => false, 'background_size' => false, 'background_position' => false, 'background_repeat' => false, 'dependency' => array( 'search_banner', '==', true ), 'output' => '.banner-area.search-banner', 'desc' => esc_html__( 'If you want different banner background settings for search page then select search page banner background options from here.', 'bizmax' ), ), array( 'id' => 'search_placeholder', 'type' => 'text', 'title' => esc_html__( 'Search Field Placeholder', 'bizmax' ), 'desc' => esc_html__( 'Type search placeholder here.', 'bizmax' ), ), ) ) );