'#ffffff', 'bg' => 'background-color: transparent; background-size: cover; background-attachment: scroll; background-position: center center; background-image: url('.UN_THEME_URI.'assets/img/404_bg.jpeg);', 'height' => '100vh', 'title' => esc_html__('Oops! Something went wrong...', 'adena'), 'subtitle' => esc_html__('This page doesn\'t exist', 'adena'), 'arrow' => 0, ); $head_style = $head_data['bg'].'height:'.$head_data['height'].';'; if($head_data['color']){ $head_style .= 'color:'.$head_data['color'].';'; } $layout_data = un_page_layout_builder(); if( $layout_data['layout'] == 'full_small' ){ $wrap_class = 'wrap-boxed-narrow'; }else{ $wrap_class = 'wrap-boxed'; } $thumb = UN_THEME_URI.'assets/img/404_bg.jpeg'; ?>