esc_html__( '404 Page', 'ailabflow' ), 'id' => '404_page', 'customizer_width' => '400px', 'icon' => 'el el-warning-sign', 'fields' => array( array( 'id' => '404_page_title', 'type' => 'text', 'title' => esc_html__( 'Page Title', 'ailabflow' ), 'desc' => esc_html__( 'Enter 404 page title.', 'ailabflow' ), 'default' => esc_html__( '404', 'ailabflow' ), ), array( 'id' => '404_page_description', 'type' => 'textarea', 'title' => esc_html__( '404 Page Description', 'ailabflow' ), 'desc' => esc_html__( 'Enter 404 page description.', 'ailabflow' ), 'validate' => 'html_custom', 'default' => 'It looks like nothing was found at this location. Maybe try one of the links below or a search?', ), ), );