-- phpMyAdmin SQL Dump
-- version 4.6.6
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Apr 28, 2018 at 11:36 AM
-- Server version: 5.5.56-MariaDB-cll-lve
-- PHP Version: 5.6.30

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `wp252662_foamindo`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_commentmeta`
--

INSERT INTO `wp_commentmeta` (`meta_id`, `comment_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_trash_meta_status', '0'),
(2, 2, '_wp_trash_meta_time', '1522840500');

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2018-02-14 11:09:17', '2018-02-14 11:09:17', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', '', 0, 0),
(2, 1, 'Helpforyoursite', 'freehelpforyourinternetwebsite@gmail.com', '', '213.87.127.138', '2018-04-03 17:26:03', '2018-04-03 17:26:03', 'Hello! I see that you have made the site, and for some reason the work has stalled. If you need help writing text for your site, you can turn to <a href=\'http://bitly.com/2pZSEzF\' rel=\"nofollow\">ExpertWriting</a> for example. And if you have any questions, you can always write me a mail and get advice.', 0, 'spam', 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/536.5 (KHTML, like Gecko) Chrome/19.0.1084.9 Safari/536.5', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'http://hikaruharuki.com', 'yes'),
(2, 'home', 'http://hikaruharuki.com', 'yes'),
(3, 'blogname', 'PT. Foamindo Industri Uretan', 'yes'),
(4, 'blogdescription', 'Over 40 Years of Experience in PU Foam Manufacturing', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'raidou15@gmail.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(29, 'rewrite_rules', 'a:235:{s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:47:\"(([^/]+/)*wishlist)(/(.*))?/page/([0-9]{1,})/?$\";s:76:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]&paged=$matches[5]\";s:30:\"(([^/]+/)*wishlist)(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&wishlist-action=$matches[4]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:16:\"featured_item/?$\";s:33:\"index.php?post_type=featured_item\";s:46:\"featured_item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=featured_item&feed=$matches[1]\";s:41:\"featured_item/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_type=featured_item&feed=$matches[1]\";s:33:\"featured_item/page/([0-9]{1,})/?$\";s:51:\"index.php?post_type=featured_item&paged=$matches[1]\";s:11:\"sidebars/?$\";s:27:\"index.php?post_type=sidebar\";s:41:\"sidebars/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:36:\"sidebars/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=sidebar&feed=$matches[1]\";s:28:\"sidebars/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=sidebar&paged=$matches[1]\";s:32:\"blocks/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"blocks/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"blocks/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"blocks/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"blocks/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:21:\"blocks/(.+?)/embed/?$\";s:39:\"index.php?blocks=$matches[1]&embed=true\";s:25:\"blocks/(.+?)/trackback/?$\";s:33:\"index.php?blocks=$matches[1]&tb=1\";s:33:\"blocks/(.+?)/page/?([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&paged=$matches[2]\";s:40:\"blocks/(.+?)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?blocks=$matches[1]&cpage=$matches[2]\";s:30:\"blocks/(.+?)/wc-api(/(.*))?/?$\";s:47:\"index.php?blocks=$matches[1]&wc-api=$matches[3]\";s:36:\"blocks/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:47:\"blocks/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:29:\"blocks/(.+?)(?:/([0-9]+))?/?$\";s:45:\"index.php?blocks=$matches[1]&page=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:57:\"block_categories/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?block_categories=$matches[1]&feed=$matches[2]\";s:52:\"block_categories/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?block_categories=$matches[1]&feed=$matches[2]\";s:33:\"block_categories/([^/]+)/embed/?$\";s:49:\"index.php?block_categories=$matches[1]&embed=true\";s:45:\"block_categories/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?block_categories=$matches[1]&paged=$matches[2]\";s:27:\"block_categories/([^/]+)/?$\";s:38:\"index.php?block_categories=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"featured_item/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"featured_item/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"featured_item/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"featured_item/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"featured_item/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"featured_item/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"featured_item/(.+?)/embed/?$\";s:46:\"index.php?featured_item=$matches[1]&embed=true\";s:32:\"featured_item/(.+?)/trackback/?$\";s:40:\"index.php?featured_item=$matches[1]&tb=1\";s:52:\"featured_item/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?featured_item=$matches[1]&feed=$matches[2]\";s:47:\"featured_item/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?featured_item=$matches[1]&feed=$matches[2]\";s:40:\"featured_item/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?featured_item=$matches[1]&paged=$matches[2]\";s:47:\"featured_item/(.+?)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?featured_item=$matches[1]&cpage=$matches[2]\";s:37:\"featured_item/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?featured_item=$matches[1]&wc-api=$matches[3]\";s:43:\"featured_item/.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"featured_item/.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"featured_item/(.+?)(?:/([0-9]+))?/?$\";s:52:\"index.php?featured_item=$matches[1]&page=$matches[2]\";s:63:\"featured_item_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?featured_item_category=$matches[1]&feed=$matches[2]\";s:58:\"featured_item_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?featured_item_category=$matches[1]&feed=$matches[2]\";s:39:\"featured_item_category/([^/]+)/embed/?$\";s:55:\"index.php?featured_item_category=$matches[1]&embed=true\";s:51:\"featured_item_category/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?featured_item_category=$matches[1]&paged=$matches[2]\";s:33:\"featured_item_category/([^/]+)/?$\";s:44:\"index.php?featured_item_category=$matches[1]\";s:58:\"featured_item_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?featured_item_tag=$matches[1]&feed=$matches[2]\";s:53:\"featured_item_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?featured_item_tag=$matches[1]&feed=$matches[2]\";s:34:\"featured_item_tag/([^/]+)/embed/?$\";s:50:\"index.php?featured_item_tag=$matches[1]&embed=true\";s:46:\"featured_item_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?featured_item_tag=$matches[1]&paged=$matches[2]\";s:28:\"featured_item_tag/([^/]+)/?$\";s:39:\"index.php?featured_item_tag=$matches[1]\";s:36:\"sidebars/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"sidebars/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"sidebars/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"sidebars/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"sidebars/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"sidebars/([^/]+)/embed/?$\";s:40:\"index.php?sidebar=$matches[1]&embed=true\";s:29:\"sidebars/([^/]+)/trackback/?$\";s:34:\"index.php?sidebar=$matches[1]&tb=1\";s:49:\"sidebars/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:44:\"sidebars/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?sidebar=$matches[1]&feed=$matches[2]\";s:37:\"sidebars/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&paged=$matches[2]\";s:44:\"sidebars/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?sidebar=$matches[1]&cpage=$matches[2]\";s:34:\"sidebars/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?sidebar=$matches[1]&wc-api=$matches[3]\";s:40:\"sidebars/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:51:\"sidebars/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:33:\"sidebars/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?sidebar=$matches[1]&page=$matches[2]\";s:25:\"sidebars/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"sidebars/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"sidebars/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"sidebars/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"sidebars/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=48&cpage=$matches[1]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:36:\"contact-form-7/wp-contact-form-7.php\";i:1;s:31:\"envato-market/envato-market.php\";i:2;s:15:\"listo/listo.php\";i:3;s:53:\"nextend-facebook-connect/nextend-facebook-connect.php\";i:4;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:5;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', '', 'no'),
(40, 'template', 'flatsome', 'yes'),
(41, 'stylesheet', 'flatsome-child', 'yes'),
(42, 'comment_whitelist', '1', 'yes'),
(43, 'blacklist_keys', '', 'no'),
(44, 'comment_registration', '0', 'yes'),
(45, 'html_type', 'text/html', 'yes'),
(46, 'use_trackback', '0', 'yes'),
(47, 'default_role', 'subscriber', 'yes'),
(48, 'db_version', '38590', 'yes'),
(49, 'uploads_use_yearmonth_folders', '1', 'yes'),
(50, 'upload_path', '', 'yes'),
(51, 'blog_public', '1', 'yes'),
(52, 'default_link_category', '2', 'yes'),
(53, 'show_on_front', 'page', 'yes'),
(54, 'tag_base', '', 'yes'),
(55, 'show_avatars', '1', 'yes'),
(56, 'avatar_rating', 'G', 'yes'),
(57, 'upload_url_path', '', 'yes'),
(58, 'thumbnail_size_w', '280', 'yes'),
(59, 'thumbnail_size_h', '280', 'yes'),
(60, 'thumbnail_crop', '1', 'yes'),
(61, 'medium_size_w', '800', 'yes'),
(62, 'medium_size_h', '400', 'yes'),
(63, 'avatar_default', 'mystery', 'yes'),
(64, 'large_size_w', '1400', 'yes'),
(65, 'large_size_h', '800', 'yes'),
(66, 'image_default_link_type', 'none', 'yes'),
(67, 'image_default_size', '', 'yes'),
(68, 'image_default_align', '', 'yes'),
(69, 'close_comments_for_old_posts', '0', 'yes'),
(70, 'close_comments_days_old', '14', 'yes'),
(71, 'thread_comments', '1', 'yes'),
(72, 'thread_comments_depth', '5', 'yes'),
(73, 'page_comments', '0', 'yes'),
(74, 'comments_per_page', '50', 'yes'),
(75, 'default_comments_page', 'newest', 'yes'),
(76, 'comment_order', 'asc', 'yes'),
(77, 'sticky_posts', 'a:0:{}', 'yes'),
(78, 'widget_categories', 'a:5:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;i:5;a:0:{}i:7;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:14;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}}', 'yes'),
(79, 'widget_text', 'a:5:{i:1;a:0:{}i:4;a:3:{s:5:\"title\";s:4:\"asdf\";s:4:\"text\";s:4:\"asdf\";s:6:\"filter\";b:0;}i:13;a:3:{s:5:\"title\";s:5:\"About\";s:4:\"text\";s:98:\"Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt.\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;i:15;a:0:{}}', 'yes'),
(80, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(81, 'uninstall_plugins', 'a:0:{}', 'no'),
(82, 'timezone_string', '', 'yes'),
(83, 'page_for_posts', '87', 'yes'),
(84, 'page_on_front', '48', 'yes'),
(85, 'default_post_format', '0', 'yes'),
(86, 'link_manager_enabled', '0', 'yes'),
(87, 'finished_splitting_shared_terms', '1', 'yes'),
(88, 'site_icon', '342', 'yes'),
(89, 'medium_large_size_w', '768', 'yes'),
(90, 'medium_large_size_h', '0', 'yes'),
(91, 'initial_db_version', '38590', 'yes'),
(92, 'wp_user_roles', 'a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:114:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:92:{s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;}}}', 'yes'),
(93, 'fresh_site', '0', 'yes'),
(94, 'widget_search', 'a:3:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;i:4;a:1:{s:5:\"title\";s:6:\"Search\";}}', 'yes'),
(95, 'widget_recent-posts', 'a:5:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:6;a:3:{s:5:\"title\";s:4:\"asdf\";s:6:\"number\";i:3;s:9:\"show_date\";b:0;}i:8;a:0:{}}', 'yes'),
(96, 'widget_recent-comments', 'a:4:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:5;a:2:{s:5:\"title\";s:15:\"Recent Comments\";s:6:\"number\";i:5;}}', 'yes'),
(97, 'widget_archives', 'a:5:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;i:4;a:0:{}i:6;a:3:{s:5:\"title\";s:7:\"Archive\";s:5:\"count\";i:1;s:8:\"dropdown\";i:0;}i:7;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:1;s:8:\"dropdown\";i:0;}}', 'yes'),
(98, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'sidebars_widgets', 'a:7:{s:19:\"wp_inactive_widgets\";a:72:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:7:\"pages-3\";i:7;s:7:\"pages-5\";i:8;s:7:\"pages-6\";i:9;s:7:\"pages-8\";i:10;s:10:\"calendar-3\";i:11;s:10:\"calendar-5\";i:12;s:10:\"archives-4\";i:13;s:10:\"archives-6\";i:14;s:8:\"search-4\";i:15;s:6:\"text-4\";i:16;s:12:\"categories-5\";i:17;s:12:\"categories-7\";i:18;s:14:\"recent-posts-4\";i:19;s:14:\"recent-posts-6\";i:20;s:14:\"recent-posts-8\";i:21;s:17:\"recent-comments-4\";i:22;s:11:\"tag_cloud-3\";i:23;s:11:\"tag_cloud-8\";i:24;s:25:\"woocommerce_widget_cart-3\";i:25;s:25:\"woocommerce_widget_cart-5\";i:26;s:33:\"woocommerce_layered_nav_filters-3\";i:27;s:33:\"woocommerce_layered_nav_filters-5\";i:28;s:33:\"woocommerce_layered_nav_filters-7\";i:29;s:33:\"woocommerce_layered_nav_filters-9\";i:30;s:25:\"woocommerce_layered_nav-3\";i:31;s:25:\"woocommerce_layered_nav-5\";i:32;s:25:\"woocommerce_layered_nav-7\";i:33;s:26:\"woocommerce_layered_nav-10\";i:34;s:26:\"woocommerce_price_filter-3\";i:35;s:26:\"woocommerce_price_filter-5\";i:36;s:26:\"woocommerce_price_filter-7\";i:37;s:27:\"woocommerce_price_filter-11\";i:38;s:32:\"woocommerce_product_categories-5\";i:39;s:32:\"woocommerce_product_categories-7\";i:40;s:32:\"woocommerce_product_categories-9\";i:41;s:33:\"woocommerce_product_categories-10\";i:42;s:33:\"woocommerce_product_categories-12\";i:43;s:31:\"woocommerce_product_tag_cloud-3\";i:44;s:31:\"woocommerce_product_tag_cloud-5\";i:45;s:31:\"woocommerce_product_tag_cloud-6\";i:46;s:31:\"woocommerce_product_tag_cloud-7\";i:47;s:22:\"woocommerce_products-3\";i:48;s:22:\"woocommerce_products-4\";i:49;s:22:\"woocommerce_products-5\";i:50;s:22:\"woocommerce_products-7\";i:51;s:22:\"woocommerce_products-9\";i:52;s:23:\"woocommerce_products-10\";i:53;s:27:\"woocommerce_rating_filter-2\";i:54;s:27:\"woocommerce_rating_filter-3\";i:55;s:28:\"woocommerce_recent_reviews-3\";i:56;s:38:\"woocommerce_recently_viewed_products-3\";i:57;s:38:\"woocommerce_recently_viewed_products-5\";i:58;s:38:\"woocommerce_recently_viewed_products-7\";i:59;s:32:\"woocommerce_top_rated_products-2\";i:60;s:23:\"flatsome_recent_posts-3\";i:61;s:23:\"flatsome_recent_posts-5\";i:62;s:23:\"flatsome_recent_posts-6\";i:63;s:23:\"flatsome_recent_posts-8\";i:64;s:23:\"flatsome_recent_posts-9\";i:65;s:24:\"flatsome_recent_posts-11\";i:66;s:24:\"flatsome_recent_posts-13\";i:67;s:24:\"flatsome_recent_posts-14\";i:68;s:24:\"flatsome_recent_posts-16\";i:69;s:15:\"upsell_widget-3\";i:70;s:15:\"upsell_widget-5\";i:71;s:15:\"upsell_widget-7\";}s:12:\"sidebar-main\";a:6:{i:0;s:7:\"text-13\";i:1;s:24:\"flatsome_recent_posts-17\";i:2;s:17:\"recent-comments-5\";i:3;s:11:\"tag_cloud-9\";i:4;s:13:\"categories-14\";i:5;s:10:\"archives-7\";}s:16:\"sidebar-footer-1\";a:0:{}s:16:\"sidebar-footer-2\";a:4:{i:0;s:14:\"block_widget-2\";i:1;s:24:\"flatsome_recent_posts-18\";i:2;s:31:\"woocommerce_product_tag_cloud-8\";i:3;s:14:\"block_widget-3\";}s:12:\"shop-sidebar\";a:5:{i:0;s:34:\"woocommerce_layered_nav_filters-10\";i:1;s:33:\"woocommerce_product_categories-13\";i:2;s:26:\"woocommerce_layered_nav-11\";i:3;s:26:\"woocommerce_price_filter-9\";i:4;s:38:\"woocommerce_recently_viewed_products-8\";}s:15:\"product-sidebar\";a:0:{}s:13:\"array_version\";i:3;}', 'yes'),
(100, 'widget_pages', 'a:6:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:3:{s:5:\"title\";s:5:\"Pages\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}i:5;a:0:{}i:6;a:3:{s:5:\"title\";s:0:\"\";s:6:\"sortby\";s:10:\"post_title\";s:7:\"exclude\";s:0:\"\";}i:8;a:0:{}}', 'yes'),
(101, 'widget_calendar', 'a:4:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}}', 'yes'),
(102, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(104, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(105, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_tag_cloud', 'a:5:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:8;a:0:{}i:9;a:2:{s:5:\"title\";s:9:\"Tag Cloud\";s:8:\"taxonomy\";s:8:\"post_tag\";}}', 'yes'),
(107, 'widget_nav_menu', 'a:2:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}}', 'yes'),
(108, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'cron', 'a:8:{i:1524907674;a:2:{s:30:\"woocommerce_tracker_send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1524913759;a:2:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1524913760;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1524914120;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1524932496;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1524960000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1525348800;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}', 'yes'),
(110, 'theme_mods_twentyseventeen', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1518606932;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}', 'yes'),
(124, 'can_compress_scripts', '1', 'no'),
(138, 'current_theme', 'Flatsome Child', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(139, 'theme_mods_flatsome', 'a:27:{i:0;b:0;s:17:\"flatsome_fallback\";i:0;s:20:\"topbar_elements_left\";a:1:{i:0;s:4:\"html\";}s:21:\"topbar_elements_right\";a:3:{i:0;s:7:\"nav-top\";i:1;s:10:\"newsletter\";i:2;s:6:\"social\";}s:20:\"header_elements_left\";a:2:{i:0;s:6:\"search\";i:1;s:3:\"nav\";}s:21:\"header_elements_right\";a:3:{i:0;s:7:\"account\";i:1;s:7:\"divider\";i:2;s:4:\"cart\";}s:27:\"header_elements_bottom_left\";a:0:{}s:29:\"header_elements_bottom_center\";a:0:{}s:28:\"header_elements_bottom_right\";a:0:{}s:27:\"header_mobile_elements_left\";a:1:{i:0;s:9:\"menu-icon\";}s:28:\"header_mobile_elements_right\";a:1:{i:0;s:4:\"cart\";}s:26:\"header_mobile_elements_top\";a:1:{i:0;s:4:\"html\";}s:14:\"mobile_sidebar\";a:7:{i:0;s:11:\"search-form\";i:1;s:3:\"nav\";i:2;s:7:\"account\";i:3;s:10:\"newsletter\";i:4;s:6:\"social\";i:5;s:6:\"html-2\";i:6;s:6:\"html-3\";}s:14:\"product_layout\";N;s:23:\"payment_icons_placement\";s:6:\"footer\";s:14:\"follow_twitter\";s:10:\"http://url\";s:15:\"follow_facebook\";s:10:\"http://url\";s:16:\"follow_instagram\";s:10:\"http://url\";s:12:\"follow_email\";s:10:\"your@email\";s:16:\"flatsome_version\";i:3;s:24:\"portfolio_archive_filter\";s:4:\"left\";s:19:\"flatsome_db_version\";s:5:\"3.4.2\";s:18:\"nav_menu_locations\";a:4:{s:7:\"primary\";i:68;s:14:\"primary_mobile\";i:68;s:6:\"footer\";i:66;s:11:\"top_bar_nav\";i:66;}s:7:\"backups\";N;s:9:\"smof_init\";s:31:\"Wed, 14 Feb 2018 11:15:36 +0000\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522316777;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:72:{i:0;s:10:\"archives-2\";i:1;s:6:\"meta-2\";i:2;s:8:\"search-2\";i:3;s:12:\"categories-2\";i:4;s:14:\"recent-posts-2\";i:5;s:17:\"recent-comments-2\";i:6;s:7:\"pages-3\";i:7;s:7:\"pages-5\";i:8;s:7:\"pages-6\";i:9;s:7:\"pages-8\";i:10;s:10:\"calendar-3\";i:11;s:10:\"calendar-5\";i:12;s:10:\"archives-4\";i:13;s:10:\"archives-6\";i:14;s:8:\"search-4\";i:15;s:6:\"text-4\";i:16;s:12:\"categories-5\";i:17;s:12:\"categories-7\";i:18;s:14:\"recent-posts-4\";i:19;s:14:\"recent-posts-6\";i:20;s:14:\"recent-posts-8\";i:21;s:17:\"recent-comments-4\";i:22;s:11:\"tag_cloud-3\";i:23;s:11:\"tag_cloud-8\";i:24;s:25:\"woocommerce_widget_cart-3\";i:25;s:25:\"woocommerce_widget_cart-5\";i:26;s:33:\"woocommerce_layered_nav_filters-3\";i:27;s:33:\"woocommerce_layered_nav_filters-5\";i:28;s:33:\"woocommerce_layered_nav_filters-7\";i:29;s:33:\"woocommerce_layered_nav_filters-9\";i:30;s:25:\"woocommerce_layered_nav-3\";i:31;s:25:\"woocommerce_layered_nav-5\";i:32;s:25:\"woocommerce_layered_nav-7\";i:33;s:26:\"woocommerce_layered_nav-10\";i:34;s:26:\"woocommerce_price_filter-3\";i:35;s:26:\"woocommerce_price_filter-5\";i:36;s:26:\"woocommerce_price_filter-7\";i:37;s:27:\"woocommerce_price_filter-11\";i:38;s:32:\"woocommerce_product_categories-5\";i:39;s:32:\"woocommerce_product_categories-7\";i:40;s:32:\"woocommerce_product_categories-9\";i:41;s:33:\"woocommerce_product_categories-10\";i:42;s:33:\"woocommerce_product_categories-12\";i:43;s:31:\"woocommerce_product_tag_cloud-3\";i:44;s:31:\"woocommerce_product_tag_cloud-5\";i:45;s:31:\"woocommerce_product_tag_cloud-6\";i:46;s:31:\"woocommerce_product_tag_cloud-7\";i:47;s:22:\"woocommerce_products-3\";i:48;s:22:\"woocommerce_products-4\";i:49;s:22:\"woocommerce_products-5\";i:50;s:22:\"woocommerce_products-7\";i:51;s:22:\"woocommerce_products-9\";i:52;s:23:\"woocommerce_products-10\";i:53;s:27:\"woocommerce_rating_filter-2\";i:54;s:27:\"woocommerce_rating_filter-3\";i:55;s:28:\"woocommerce_recent_reviews-3\";i:56;s:38:\"woocommerce_recently_viewed_products-3\";i:57;s:38:\"woocommerce_recently_viewed_products-5\";i:58;s:38:\"woocommerce_recently_viewed_products-7\";i:59;s:32:\"woocommerce_top_rated_products-2\";i:60;s:23:\"flatsome_recent_posts-3\";i:61;s:23:\"flatsome_recent_posts-5\";i:62;s:23:\"flatsome_recent_posts-6\";i:63;s:23:\"flatsome_recent_posts-8\";i:64;s:23:\"flatsome_recent_posts-9\";i:65;s:24:\"flatsome_recent_posts-11\";i:66;s:24:\"flatsome_recent_posts-13\";i:67;s:24:\"flatsome_recent_posts-14\";i:68;s:24:\"flatsome_recent_posts-16\";i:69;s:15:\"upsell_widget-3\";i:70;s:15:\"upsell_widget-5\";i:71;s:15:\"upsell_widget-7\";}s:12:\"sidebar-main\";a:6:{i:0;s:7:\"text-13\";i:1;s:24:\"flatsome_recent_posts-17\";i:2;s:17:\"recent-comments-5\";i:3;s:11:\"tag_cloud-9\";i:4;s:13:\"categories-14\";i:5;s:10:\"archives-7\";}s:16:\"sidebar-footer-1\";a:4:{i:0;s:23:\"woocommerce_products-12\";i:1;s:23:\"woocommerce_products-11\";i:2;s:23:\"woocommerce_products-13\";i:3;s:32:\"woocommerce_top_rated_products-3\";}s:16:\"sidebar-footer-2\";a:4:{i:0;s:14:\"block_widget-2\";i:1;s:24:\"flatsome_recent_posts-18\";i:2;s:31:\"woocommerce_product_tag_cloud-8\";i:3;s:14:\"block_widget-3\";}s:12:\"shop-sidebar\";a:5:{i:0;s:34:\"woocommerce_layered_nav_filters-10\";i:1;s:33:\"woocommerce_product_categories-13\";i:2;s:26:\"woocommerce_layered_nav-11\";i:3;s:26:\"woocommerce_price_filter-9\";i:4;s:38:\"woocommerce_recently_viewed_products-8\";}s:15:\"product-sidebar\";a:0:{}}}s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(140, 'theme_switched', '', 'yes'),
(141, 'widget_flatsome_recent_posts', 'a:13:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;s:5:\"image\";s:2:\"on\";}i:5;a:3:{s:5:\"title\";s:5:\"Posts\";s:6:\"number\";i:5;s:5:\"image\";s:2:\"on\";}i:6;a:3:{s:5:\"title\";s:16:\"Latest From Blog\";s:6:\"number\";i:4;s:5:\"image\";N;}i:8;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:5:\"image\";N;}i:9;a:3:{s:5:\"title\";s:10:\"Thumbnail \";s:6:\"number\";i:5;s:5:\"image\";s:2:\"on\";}i:11;a:3:{s:5:\"title\";s:17:\"Latest Blog Posts\";s:6:\"number\";i:5;s:5:\"image\";N;}i:13;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:4;s:5:\"image\";N;}i:14;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;s:5:\"image\";N;}i:16;a:3:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:3;s:5:\"image\";N;}i:17;a:3:{s:5:\"title\";s:12:\"Latest Posts\";s:6:\"number\";i:5;s:5:\"image\";N;}i:18;a:3:{s:5:\"title\";s:11:\"Latest News\";s:6:\"number\";i:4;s:5:\"image\";N;}}', 'yes'),
(142, 'widget_block_widget', 'a:3:{s:12:\"_multiwidget\";i:1;i:2;a:2:{s:5:\"title\";s:8:\"About us\";s:5:\"block\";s:15:\"footer-about-us\";}i:3;a:2:{s:5:\"title\";s:21:\"Signup for Newsletter\";s:5:\"block\";s:24:\"footer-newsletter-signup\";}}', 'yes'),
(144, 'allowedthemes', 'a:1:{s:14:\"flatsome-child\";b:1;}', 'no'),
(145, 'fl_has_child_theme', 'flatsome-child', 'yes'),
(147, 'theme_mods_flatsome-child', 'a:149:{i:0;b:0;s:17:\"flatsome_fallback\";i:0;s:20:\"topbar_elements_left\";a:1:{i:0;s:4:\"html\";}s:21:\"topbar_elements_right\";a:1:{i:0;s:6:\"html-2\";}s:20:\"header_elements_left\";a:0:{}s:21:\"header_elements_right\";a:1:{i:0;s:7:\"contact\";}s:27:\"header_elements_bottom_left\";a:1:{i:0;s:3:\"nav\";}s:29:\"header_elements_bottom_center\";a:0:{}s:28:\"header_elements_bottom_right\";a:0:{}s:27:\"header_mobile_elements_left\";a:1:{i:0;s:9:\"menu-icon\";}s:28:\"header_mobile_elements_right\";a:0:{}s:26:\"header_mobile_elements_top\";a:1:{i:0;s:4:\"html\";}s:14:\"mobile_sidebar\";a:2:{i:0;s:3:\"nav\";i:1;s:10:\"newsletter\";}s:14:\"product_layout\";s:17:\"left-sidebar-full\";s:23:\"payment_icons_placement\";s:6:\"footer\";s:14:\"follow_twitter\";s:0:\"\";s:15:\"follow_facebook\";s:0:\"\";s:16:\"follow_instagram\";s:0:\"\";s:12:\"follow_email\";s:0:\"\";s:16:\"flatsome_version\";a:1:{i:0;s:1:\"3\";}s:24:\"portfolio_archive_filter\";s:4:\"left\";s:19:\"flatsome_db_version\";s:5:\"3.4.2\";s:18:\"nav_menu_locations\";a:4:{s:6:\"footer\";i:68;s:11:\"top_bar_nav\";i:68;s:7:\"primary\";i:68;s:14:\"primary_mobile\";i:68;}s:7:\"backups\";a:149:{i:0;b:0;s:17:\"flatsome_fallback\";i:0;s:20:\"topbar_elements_left\";a:1:{i:0;s:4:\"html\";}s:21:\"topbar_elements_right\";a:1:{i:0;s:6:\"html-2\";}s:20:\"header_elements_left\";a:0:{}s:21:\"header_elements_right\";a:1:{i:0;s:7:\"contact\";}s:27:\"header_elements_bottom_left\";a:1:{i:0;s:3:\"nav\";}s:29:\"header_elements_bottom_center\";a:0:{}s:28:\"header_elements_bottom_right\";a:0:{}s:27:\"header_mobile_elements_left\";a:1:{i:0;s:9:\"menu-icon\";}s:28:\"header_mobile_elements_right\";a:0:{}s:26:\"header_mobile_elements_top\";a:1:{i:0;s:4:\"html\";}s:14:\"mobile_sidebar\";a:2:{i:0;s:3:\"nav\";i:1;s:10:\"newsletter\";}s:14:\"product_layout\";s:17:\"left-sidebar-full\";s:23:\"payment_icons_placement\";s:6:\"footer\";s:14:\"follow_twitter\";s:0:\"\";s:15:\"follow_facebook\";s:0:\"\";s:16:\"follow_instagram\";s:0:\"\";s:12:\"follow_email\";s:0:\"\";s:16:\"flatsome_version\";a:1:{i:0;s:1:\"3\";}s:24:\"portfolio_archive_filter\";s:4:\"left\";s:19:\"flatsome_db_version\";s:5:\"3.4.2\";s:18:\"nav_menu_locations\";a:4:{s:6:\"footer\";i:68;s:11:\"top_bar_nav\";i:68;s:7:\"primary\";i:68;s:14:\"primary_mobile\";i:68;}s:7:\"backups\";N;s:11:\"preset_home\";s:9:\"Mega Shop\";s:12:\"topbar_color\";s:5:\"light\";s:9:\"topbar_bg\";s:7:\"#F7F7F7\";s:13:\"header_height\";s:2:\"76\";s:20:\"header_bottom_height\";s:2:\"33\";s:15:\"nav_position_bg\";s:19:\"rgba(33,33,33,0.93)\";s:16:\"nav_style_bottom\";s:3:\"box\";s:17:\"nav_height_bottom\";s:2:\"42\";s:18:\"nav_position_color\";s:4:\"dark\";s:15:\"menu_icon_title\";s:1:\"1\";s:11:\"dropdown_bg\";s:7:\"#FFFFFF\";s:15:\"dropdown_border\";s:7:\"#FFFFFF\";s:14:\"dropdown_style\";s:6:\"simple\";s:18:\"account_icon_style\";s:5:\"image\";s:20:\"header_account_title\";s:1:\"0\";s:15:\"cart_icon_style\";s:7:\"outline\";s:17:\"header_cart_total\";s:1:\"0\";s:17:\"header_cart_title\";s:1:\"0\";s:24:\"header_search_form_style\";s:4:\"flat\";s:24:\"header_search_categories\";b:0;s:19:\"header_search_width\";s:2:\"93\";s:14:\"wishlist_title\";s:1:\"0\";s:13:\"color_primary\";s:7:\"#ef0404\";s:15:\"color_secondary\";s:7:\"#585454\";s:18:\"category_row_count\";s:1:\"4\";s:20:\"category_title_style\";s:8:\"featured\";s:19:\"category_show_title\";s:1:\"1\";s:14:\"product_header\";s:8:\"featured\";s:16:\"bottombar_sticky\";i:1;s:18:\"custom_css_post_id\";i:-1;s:11:\"topbar_left\";s:0:\"\";s:12:\"topbar_right\";s:0:\"\";s:9:\"cart_icon\";s:6:\"basket\";s:13:\"wishlist_icon\";s:5:\"heart\";s:19:\"wishlist_icon_style\";s:0:\"\";s:13:\"logo_position\";s:4:\"left\";s:23:\"header_account_register\";b:1;s:9:\"header_bg\";s:21:\"rgba(255,255,255,0.9)\";s:9:\"site_logo\";s:68:\"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo3.png\";s:11:\"body_layout\";s:10:\"full-width\";s:10:\"box_shadow\";b:1;s:13:\"contact_phone\";s:14:\"+62 21 5909370\";s:13:\"contact_email\";s:17:\"info@foamindo.com\";s:19:\"contact_email_label\";s:0:\"\";s:16:\"contact_location\";s:9:\"Tangerang\";s:13:\"contact_hours\";s:0:\"\";s:16:\"footer_left_text\";s:79:\"Copyright [ux_current_year] © PT. Foamindo Industry Uretan. All Right Reserved\";s:11:\"color_texts\";s:7:\"#777777\";s:19:\"type_headings_color\";s:7:\"#555555\";s:19:\"html_scripts_header\";s:0:\"\";s:19:\"html_scripts_footer\";s:0:\"\";s:15:\"html_custom_css\";s:0:\"\";s:22:\"html_custom_css_tablet\";s:0:\"\";s:22:\"html_custom_css_mobile\";s:0:\"\";s:11:\"site_loader\";s:1:\"0\";s:17:\"site_loader_color\";s:5:\"light\";s:14:\"site_loader_bg\";s:0:\"\";s:11:\"live_search\";s:1:\"1\";s:18:\"search_placeholder\";s:0:\"\";s:13:\"search_result\";s:1:\"1\";s:13:\"search_by_sku\";s:1:\"0\";s:15:\"flatsome_studio\";s:1:\"1\";s:22:\"lazy_load_google_fonts\";s:1:\"1\";s:15:\"lazy_load_icons\";s:1:\"0\";s:21:\"lazy_load_backgrounds\";s:1:\"1\";s:16:\"lazy_load_images\";s:1:\"0\";s:14:\"google_map_api\";s:39:\"AIzaSyDiubK3LvxhI9lzE-6JEWLAjrQHOnlLsPM\";s:16:\"maintenance_mode\";s:1:\"0\";s:29:\"maintenance_mode_admin_notice\";s:1:\"1\";s:21:\"maintenance_mode_page\";s:1:\"0\";s:21:\"maintenance_mode_text\";s:24:\"Please check back soon..\";s:15:\"disable_reviews\";s:1:\"0\";s:14:\"html_shop_page\";s:0:\"\";s:9:\"tab_title\";s:0:\"\";s:11:\"tab_content\";s:0:\"\";s:23:\"html_before_add_to_cart\";s:1:\" \";s:22:\"html_after_add_to_cart\";s:0:\"\";s:14:\"html_thank_you\";s:0:\"\";s:12:\"catalog_mode\";s:1:\"0\";s:19:\"catalog_mode_prices\";s:1:\"0\";s:19:\"catalog_mode_header\";s:0:\"\";s:20:\"catalog_mode_product\";s:0:\"\";s:21:\"catalog_mode_lightbox\";s:0:\"\";s:12:\"fl_portfolio\";s:1:\"1\";s:8:\"footer_1\";b:0;s:13:\"payment_icons\";a:0:{}s:14:\"site_logo_dark\";s:70:\"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo2-1.png\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522316511;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:70:{i:0;s:7:\"pages-3\";i:1;s:7:\"pages-5\";i:2;s:7:\"pages-6\";i:3;s:7:\"pages-8\";i:4;s:10:\"calendar-3\";i:5;s:10:\"calendar-5\";i:6;s:10:\"archives-4\";i:7;s:10:\"archives-6\";i:8;s:8:\"search-4\";i:9;s:6:\"text-4\";i:10;s:12:\"categories-5\";i:11;s:12:\"categories-7\";i:12;s:14:\"recent-posts-4\";i:13;s:14:\"recent-posts-6\";i:14;s:14:\"recent-posts-8\";i:15;s:17:\"recent-comments-4\";i:16;s:11:\"tag_cloud-3\";i:17;s:11:\"tag_cloud-8\";i:18;s:10:\"nav_menu-3\";i:19;s:10:\"nav_menu-4\";i:20;s:25:\"woocommerce_widget_cart-3\";i:21;s:25:\"woocommerce_widget_cart-5\";i:22;s:33:\"woocommerce_layered_nav_filters-3\";i:23;s:33:\"woocommerce_layered_nav_filters-5\";i:24;s:33:\"woocommerce_layered_nav_filters-7\";i:25;s:33:\"woocommerce_layered_nav_filters-9\";i:26;s:25:\"woocommerce_layered_nav-3\";i:27;s:25:\"woocommerce_layered_nav-5\";i:28;s:25:\"woocommerce_layered_nav-7\";i:29;s:26:\"woocommerce_layered_nav-10\";i:30;s:26:\"woocommerce_price_filter-3\";i:31;s:26:\"woocommerce_price_filter-5\";i:32;s:26:\"woocommerce_price_filter-7\";i:33;s:27:\"woocommerce_price_filter-11\";i:34;s:32:\"woocommerce_product_categories-5\";i:35;s:32:\"woocommerce_product_categories-7\";i:36;s:32:\"woocommerce_product_categories-9\";i:37;s:33:\"woocommerce_product_categories-10\";i:38;s:33:\"woocommerce_product_categories-12\";i:39;s:31:\"woocommerce_product_tag_cloud-3\";i:40;s:31:\"woocommerce_product_tag_cloud-5\";i:41;s:31:\"woocommerce_product_tag_cloud-6\";i:42;s:31:\"woocommerce_product_tag_cloud-7\";i:43;s:22:\"woocommerce_products-3\";i:44;s:22:\"woocommerce_products-4\";i:45;s:22:\"woocommerce_products-5\";i:46;s:22:\"woocommerce_products-7\";i:47;s:22:\"woocommerce_products-9\";i:48;s:23:\"woocommerce_products-10\";i:49;s:27:\"woocommerce_rating_filter-2\";i:50;s:27:\"woocommerce_rating_filter-3\";i:51;s:28:\"woocommerce_recent_reviews-3\";i:52;s:38:\"woocommerce_recently_viewed_products-3\";i:53;s:38:\"woocommerce_recently_viewed_products-5\";i:54;s:38:\"woocommerce_recently_viewed_products-7\";i:55;s:32:\"woocommerce_top_rated_products-2\";i:56;s:21:\"null-instagram-feed-3\";i:57;s:21:\"null-instagram-feed-4\";i:58;s:23:\"flatsome_recent_posts-3\";i:59;s:23:\"flatsome_recent_posts-5\";i:60;s:23:\"flatsome_recent_posts-6\";i:61;s:23:\"flatsome_recent_posts-8\";i:62;s:23:\"flatsome_recent_posts-9\";i:63;s:24:\"flatsome_recent_posts-11\";i:64;s:24:\"flatsome_recent_posts-13\";i:65;s:24:\"flatsome_recent_posts-14\";i:66;s:24:\"flatsome_recent_posts-16\";i:67;s:15:\"upsell_widget-3\";i:68;s:15:\"upsell_widget-5\";i:69;s:15:\"upsell_widget-7\";}s:12:\"sidebar-main\";a:7:{i:0;s:7:\"text-13\";i:1;s:24:\"flatsome_recent_posts-17\";i:2;s:17:\"recent-comments-5\";i:3;s:11:\"tag_cloud-9\";i:4;s:13:\"categories-14\";i:5;s:10:\"archives-7\";i:6;s:21:\"null-instagram-feed-5\";}s:16:\"sidebar-footer-1\";a:4:{i:0;s:23:\"woocommerce_products-12\";i:1;s:23:\"woocommerce_products-11\";i:2;s:23:\"woocommerce_products-13\";i:3;s:32:\"woocommerce_top_rated_products-3\";}s:16:\"sidebar-footer-2\";a:4:{i:0;s:14:\"block_widget-2\";i:1;s:24:\"flatsome_recent_posts-18\";i:2;s:31:\"woocommerce_product_tag_cloud-8\";i:3;s:14:\"block_widget-3\";}s:12:\"shop-sidebar\";a:5:{i:0;s:34:\"woocommerce_layered_nav_filters-10\";i:1;s:33:\"woocommerce_product_categories-13\";i:2;s:26:\"woocommerce_layered_nav-11\";i:3;s:26:\"woocommerce_price_filter-9\";i:4;s:38:\"woocommerce_recently_viewed_products-8\";}s:15:\"product-sidebar\";a:0:{}}}s:13:\"color_success\";s:7:\"#77e609\";s:11:\"color_alert\";s:7:\"#f69d17\";s:11:\"topbar_show\";b:0;s:17:\"header_top_height\";s:2:\"30\";s:8:\"footer_2\";b:0;s:13:\"contact_style\";s:4:\"left\";s:16:\"site_logo_slogan\";b:0;s:10:\"logo_width\";s:3:\"477\";s:19:\"footer_bottom_align\";s:6:\"center\";s:21:\"newsletter_icon_style\";s:5:\"plain\";s:23:\"header_newsletter_label\";s:8:\"Email us\";s:23:\"header_newsletter_title\";s:18:\"email@foamindo.com\";s:27:\"header_newsletter_sub_title\";s:0:\"\";s:24:\"header_newsletter_height\";s:5:\"500px\";s:23:\"header_newsletter_block\";s:1:\"0\";s:17:\"search_icon_style\";s:4:\"fill\";s:19:\"header_search_style\";s:8:\"dropdown\";s:17:\"nav_height_sticky\";s:1:\"0\";s:13:\"topbar_sticky\";b:0;s:20:\"header_height_sticky\";s:2:\"70\";s:12:\"sticky_style\";s:4:\"jump\";s:17:\"box_shadow_header\";b:1;s:27:\"header_bg_transparent_shade\";b:0;s:12:\"header_width\";s:9:\"container\";s:12:\"header_color\";s:5:\"light\";s:19:\"sticky_logo_padding\";s:1:\"0\";s:13:\"content_color\";s:5:\"light\";s:14:\"header-block-1\";s:1:\"0\";s:17:\"contact_icon_size\";s:4:\"20px\";s:15:\"nav_size_bottom\";s:0:\"\";s:18:\"nav_spacing_bottom\";s:6:\"medium\";s:21:\"type_nav_bottom_color\";s:0:\"\";s:27:\"type_nav_bottom_color_hover\";s:7:\"#df0101\";s:16:\"type_size_mobile\";s:3:\"100\";s:8:\"type_nav\";a:6:{s:11:\"font-family\";s:4:\"Lato\";s:7:\"variant\";s:3:\"700\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:700;s:10:\"font-style\";s:6:\"normal\";s:7:\"subsets\";N;}s:17:\"nav_position_text\";s:8:\"Email Us\";s:10:\"backup_log\";s:31:\"Sat, 28 Apr 2018 04:20:06 +0000\";}s:9:\"smof_init\";s:31:\"Wed, 14 Feb 2018 11:16:26 +0000\";s:11:\"preset_home\";s:9:\"Mega Shop\";s:12:\"topbar_color\";s:5:\"light\";s:9:\"topbar_bg\";s:7:\"#F7F7F7\";s:13:\"header_height\";s:2:\"76\";s:20:\"header_bottom_height\";s:2:\"33\";s:15:\"nav_position_bg\";s:19:\"rgba(33,33,33,0.93)\";s:16:\"nav_style_bottom\";s:3:\"box\";s:17:\"nav_height_bottom\";s:2:\"42\";s:18:\"nav_position_color\";s:4:\"dark\";s:15:\"menu_icon_title\";s:1:\"1\";s:11:\"dropdown_bg\";s:7:\"#FFFFFF\";s:15:\"dropdown_border\";s:7:\"#FFFFFF\";s:14:\"dropdown_style\";s:6:\"simple\";s:18:\"account_icon_style\";s:5:\"image\";s:20:\"header_account_title\";s:1:\"0\";s:15:\"cart_icon_style\";s:7:\"outline\";s:17:\"header_cart_total\";s:1:\"0\";s:17:\"header_cart_title\";s:1:\"0\";s:24:\"header_search_form_style\";s:4:\"flat\";s:24:\"header_search_categories\";b:0;s:19:\"header_search_width\";s:2:\"93\";s:14:\"wishlist_title\";s:1:\"0\";s:13:\"color_primary\";s:7:\"#ef0404\";s:15:\"color_secondary\";s:7:\"#585454\";s:18:\"category_row_count\";s:1:\"4\";s:20:\"category_title_style\";s:8:\"featured\";s:19:\"category_show_title\";s:1:\"1\";s:14:\"product_header\";s:8:\"featured\";s:16:\"bottombar_sticky\";i:1;s:18:\"custom_css_post_id\";i:-1;s:11:\"topbar_left\";s:0:\"\";s:12:\"topbar_right\";s:0:\"\";s:9:\"cart_icon\";s:6:\"basket\";s:13:\"wishlist_icon\";s:5:\"heart\";s:19:\"wishlist_icon_style\";s:0:\"\";s:13:\"logo_position\";s:4:\"left\";s:23:\"header_account_register\";b:1;s:9:\"header_bg\";s:21:\"rgba(255,255,255,0.9)\";s:9:\"site_logo\";s:68:\"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo3.png\";s:11:\"body_layout\";s:10:\"full-width\";s:10:\"box_shadow\";b:1;s:13:\"contact_phone\";s:14:\"+62 21 5909370\";s:13:\"contact_email\";s:17:\"info@foamindo.com\";s:19:\"contact_email_label\";s:0:\"\";s:16:\"contact_location\";s:9:\"Tangerang\";s:13:\"contact_hours\";s:0:\"\";s:16:\"footer_left_text\";s:79:\"Copyright [ux_current_year] © PT. Foamindo Industry Uretan. All Right Reserved\";s:11:\"color_texts\";s:7:\"#777777\";s:19:\"type_headings_color\";s:7:\"#555555\";s:19:\"html_scripts_header\";s:0:\"\";s:19:\"html_scripts_footer\";s:0:\"\";s:15:\"html_custom_css\";s:0:\"\";s:22:\"html_custom_css_tablet\";s:0:\"\";s:22:\"html_custom_css_mobile\";s:0:\"\";s:11:\"site_loader\";s:1:\"0\";s:17:\"site_loader_color\";s:5:\"light\";s:14:\"site_loader_bg\";s:0:\"\";s:11:\"live_search\";s:1:\"1\";s:18:\"search_placeholder\";s:0:\"\";s:13:\"search_result\";s:1:\"1\";s:13:\"search_by_sku\";s:1:\"0\";s:15:\"flatsome_studio\";s:1:\"1\";s:22:\"lazy_load_google_fonts\";s:1:\"1\";s:15:\"lazy_load_icons\";s:1:\"0\";s:21:\"lazy_load_backgrounds\";s:1:\"1\";s:16:\"lazy_load_images\";s:1:\"0\";s:14:\"google_map_api\";s:39:\"AIzaSyDiubK3LvxhI9lzE-6JEWLAjrQHOnlLsPM\";s:16:\"maintenance_mode\";s:1:\"0\";s:29:\"maintenance_mode_admin_notice\";s:1:\"1\";s:21:\"maintenance_mode_page\";s:1:\"0\";s:21:\"maintenance_mode_text\";s:24:\"Please check back soon..\";s:15:\"disable_reviews\";s:1:\"0\";s:14:\"html_shop_page\";s:0:\"\";s:9:\"tab_title\";s:0:\"\";s:11:\"tab_content\";s:0:\"\";s:23:\"html_before_add_to_cart\";s:1:\" \";s:22:\"html_after_add_to_cart\";s:0:\"\";s:14:\"html_thank_you\";s:0:\"\";s:12:\"catalog_mode\";s:1:\"0\";s:19:\"catalog_mode_prices\";s:1:\"0\";s:19:\"catalog_mode_header\";s:0:\"\";s:20:\"catalog_mode_product\";s:0:\"\";s:21:\"catalog_mode_lightbox\";s:0:\"\";s:12:\"fl_portfolio\";s:1:\"1\";s:8:\"footer_1\";b:0;s:13:\"payment_icons\";a:0:{}s:14:\"site_logo_dark\";s:70:\"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo2-1.png\";s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1522316511;s:4:\"data\";a:6:{s:19:\"wp_inactive_widgets\";a:70:{i:0;s:7:\"pages-3\";i:1;s:7:\"pages-5\";i:2;s:7:\"pages-6\";i:3;s:7:\"pages-8\";i:4;s:10:\"calendar-3\";i:5;s:10:\"calendar-5\";i:6;s:10:\"archives-4\";i:7;s:10:\"archives-6\";i:8;s:8:\"search-4\";i:9;s:6:\"text-4\";i:10;s:12:\"categories-5\";i:11;s:12:\"categories-7\";i:12;s:14:\"recent-posts-4\";i:13;s:14:\"recent-posts-6\";i:14;s:14:\"recent-posts-8\";i:15;s:17:\"recent-comments-4\";i:16;s:11:\"tag_cloud-3\";i:17;s:11:\"tag_cloud-8\";i:18;s:10:\"nav_menu-3\";i:19;s:10:\"nav_menu-4\";i:20;s:25:\"woocommerce_widget_cart-3\";i:21;s:25:\"woocommerce_widget_cart-5\";i:22;s:33:\"woocommerce_layered_nav_filters-3\";i:23;s:33:\"woocommerce_layered_nav_filters-5\";i:24;s:33:\"woocommerce_layered_nav_filters-7\";i:25;s:33:\"woocommerce_layered_nav_filters-9\";i:26;s:25:\"woocommerce_layered_nav-3\";i:27;s:25:\"woocommerce_layered_nav-5\";i:28;s:25:\"woocommerce_layered_nav-7\";i:29;s:26:\"woocommerce_layered_nav-10\";i:30;s:26:\"woocommerce_price_filter-3\";i:31;s:26:\"woocommerce_price_filter-5\";i:32;s:26:\"woocommerce_price_filter-7\";i:33;s:27:\"woocommerce_price_filter-11\";i:34;s:32:\"woocommerce_product_categories-5\";i:35;s:32:\"woocommerce_product_categories-7\";i:36;s:32:\"woocommerce_product_categories-9\";i:37;s:33:\"woocommerce_product_categories-10\";i:38;s:33:\"woocommerce_product_categories-12\";i:39;s:31:\"woocommerce_product_tag_cloud-3\";i:40;s:31:\"woocommerce_product_tag_cloud-5\";i:41;s:31:\"woocommerce_product_tag_cloud-6\";i:42;s:31:\"woocommerce_product_tag_cloud-7\";i:43;s:22:\"woocommerce_products-3\";i:44;s:22:\"woocommerce_products-4\";i:45;s:22:\"woocommerce_products-5\";i:46;s:22:\"woocommerce_products-7\";i:47;s:22:\"woocommerce_products-9\";i:48;s:23:\"woocommerce_products-10\";i:49;s:27:\"woocommerce_rating_filter-2\";i:50;s:27:\"woocommerce_rating_filter-3\";i:51;s:28:\"woocommerce_recent_reviews-3\";i:52;s:38:\"woocommerce_recently_viewed_products-3\";i:53;s:38:\"woocommerce_recently_viewed_products-5\";i:54;s:38:\"woocommerce_recently_viewed_products-7\";i:55;s:32:\"woocommerce_top_rated_products-2\";i:56;s:21:\"null-instagram-feed-3\";i:57;s:21:\"null-instagram-feed-4\";i:58;s:23:\"flatsome_recent_posts-3\";i:59;s:23:\"flatsome_recent_posts-5\";i:60;s:23:\"flatsome_recent_posts-6\";i:61;s:23:\"flatsome_recent_posts-8\";i:62;s:23:\"flatsome_recent_posts-9\";i:63;s:24:\"flatsome_recent_posts-11\";i:64;s:24:\"flatsome_recent_posts-13\";i:65;s:24:\"flatsome_recent_posts-14\";i:66;s:24:\"flatsome_recent_posts-16\";i:67;s:15:\"upsell_widget-3\";i:68;s:15:\"upsell_widget-5\";i:69;s:15:\"upsell_widget-7\";}s:12:\"sidebar-main\";a:7:{i:0;s:7:\"text-13\";i:1;s:24:\"flatsome_recent_posts-17\";i:2;s:17:\"recent-comments-5\";i:3;s:11:\"tag_cloud-9\";i:4;s:13:\"categories-14\";i:5;s:10:\"archives-7\";i:6;s:21:\"null-instagram-feed-5\";}s:16:\"sidebar-footer-1\";a:4:{i:0;s:23:\"woocommerce_products-12\";i:1;s:23:\"woocommerce_products-11\";i:2;s:23:\"woocommerce_products-13\";i:3;s:32:\"woocommerce_top_rated_products-3\";}s:16:\"sidebar-footer-2\";a:4:{i:0;s:14:\"block_widget-2\";i:1;s:24:\"flatsome_recent_posts-18\";i:2;s:31:\"woocommerce_product_tag_cloud-8\";i:3;s:14:\"block_widget-3\";}s:12:\"shop-sidebar\";a:5:{i:0;s:34:\"woocommerce_layered_nav_filters-10\";i:1;s:33:\"woocommerce_product_categories-13\";i:2;s:26:\"woocommerce_layered_nav-11\";i:3;s:26:\"woocommerce_price_filter-9\";i:4;s:38:\"woocommerce_recently_viewed_products-8\";}s:15:\"product-sidebar\";a:0:{}}}s:13:\"color_success\";s:7:\"#77e609\";s:11:\"color_alert\";s:7:\"#f69d17\";s:11:\"topbar_show\";b:0;s:17:\"header_top_height\";s:2:\"30\";s:8:\"footer_2\";b:0;s:13:\"contact_style\";s:4:\"left\";s:16:\"site_logo_slogan\";b:0;s:10:\"logo_width\";s:3:\"477\";s:19:\"footer_bottom_align\";s:6:\"center\";s:21:\"newsletter_icon_style\";s:5:\"plain\";s:23:\"header_newsletter_label\";s:8:\"Email us\";s:23:\"header_newsletter_title\";s:18:\"email@foamindo.com\";s:27:\"header_newsletter_sub_title\";s:0:\"\";s:24:\"header_newsletter_height\";s:5:\"500px\";s:23:\"header_newsletter_block\";s:1:\"0\";s:17:\"search_icon_style\";s:4:\"fill\";s:19:\"header_search_style\";s:8:\"dropdown\";s:17:\"nav_height_sticky\";s:1:\"0\";s:13:\"topbar_sticky\";b:0;s:20:\"header_height_sticky\";s:2:\"70\";s:12:\"sticky_style\";s:4:\"jump\";s:17:\"box_shadow_header\";b:1;s:27:\"header_bg_transparent_shade\";b:0;s:12:\"header_width\";s:9:\"container\";s:12:\"header_color\";s:5:\"light\";s:19:\"sticky_logo_padding\";s:1:\"0\";s:13:\"content_color\";s:5:\"light\";s:14:\"header-block-1\";s:1:\"0\";s:17:\"contact_icon_size\";s:4:\"20px\";s:15:\"nav_size_bottom\";s:0:\"\";s:18:\"nav_spacing_bottom\";s:6:\"medium\";s:21:\"type_nav_bottom_color\";s:0:\"\";s:27:\"type_nav_bottom_color_hover\";s:7:\"#df0101\";s:16:\"type_size_mobile\";s:3:\"100\";s:8:\"type_nav\";a:6:{s:11:\"font-family\";s:4:\"Lato\";s:7:\"variant\";s:3:\"700\";s:11:\"font-backup\";s:0:\"\";s:11:\"font-weight\";i:700;s:10:\"font-style\";s:6:\"normal\";s:7:\"subsets\";N;}s:17:\"nav_position_text\";s:8:\"Email Us\";}', 'yes'),
(151, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.0.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1518607016;s:7:\"version\";s:3:\"5.0\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(152, 'recently_activated', 'a:0:{}', 'yes'),
(157, 'woosidebars-version', '1.4.3', 'yes'),
(161, 'woocommerce_store_address', '', 'yes'),
(162, 'woocommerce_store_address_2', '', 'yes'),
(163, 'woocommerce_store_city', '', 'yes'),
(164, 'woocommerce_default_country', 'GB', 'yes'),
(165, 'woocommerce_store_postcode', '', 'yes'),
(166, 'woocommerce_allowed_countries', 'all', 'yes'),
(167, 'woocommerce_all_except_countries', '', 'yes'),
(168, 'woocommerce_specific_allowed_countries', '', 'yes'),
(169, 'woocommerce_ship_to_countries', '', 'yes'),
(170, 'woocommerce_specific_ship_to_countries', '', 'yes'),
(171, 'woocommerce_default_customer_address', 'geolocation', 'yes'),
(172, 'woocommerce_calc_taxes', 'no', 'yes'),
(173, 'woocommerce_currency', 'GBP', 'yes'),
(174, 'woocommerce_currency_pos', 'left', 'yes'),
(175, 'woocommerce_price_thousand_sep', ',', 'yes'),
(176, 'woocommerce_price_decimal_sep', '.', 'yes'),
(177, 'woocommerce_price_num_decimals', '2', 'yes'),
(178, 'woocommerce_shop_page_id', '62', 'yes'),
(179, 'woocommerce_cart_redirect_after_add', 'no', 'yes'),
(180, 'woocommerce_enable_ajax_add_to_cart', 'yes', 'yes'),
(181, 'woocommerce_weight_unit', 'kg', 'yes'),
(182, 'woocommerce_dimension_unit', 'cm', 'yes'),
(183, 'woocommerce_enable_reviews', 'yes', 'yes'),
(184, 'woocommerce_review_rating_verification_label', 'yes', 'no'),
(185, 'woocommerce_review_rating_verification_required', 'no', 'no'),
(186, 'woocommerce_enable_review_rating', 'yes', 'yes'),
(187, 'woocommerce_review_rating_required', 'yes', 'no'),
(188, 'woocommerce_manage_stock', 'yes', 'yes'),
(189, 'woocommerce_hold_stock_minutes', '60', 'no'),
(190, 'woocommerce_notify_low_stock', 'yes', 'no'),
(191, 'woocommerce_notify_no_stock', 'yes', 'no'),
(192, 'woocommerce_stock_email_recipient', 'raidou15@gmail.com', 'no'),
(193, 'woocommerce_notify_low_stock_amount', '2', 'no'),
(194, 'woocommerce_notify_no_stock_amount', '0', 'yes'),
(195, 'woocommerce_hide_out_of_stock_items', 'no', 'yes'),
(196, 'woocommerce_stock_format', '', 'yes'),
(197, 'woocommerce_file_download_method', 'force', 'no'),
(198, 'woocommerce_downloads_require_login', 'no', 'no'),
(199, 'woocommerce_downloads_grant_access_after_payment', 'yes', 'no'),
(200, 'woocommerce_prices_include_tax', 'no', 'yes'),
(201, 'woocommerce_tax_based_on', 'shipping', 'yes'),
(202, 'woocommerce_shipping_tax_class', 'inherit', 'yes'),
(203, 'woocommerce_tax_round_at_subtotal', 'no', 'yes'),
(204, 'woocommerce_tax_classes', 'Reduced rate\r\nZero rate', 'yes'),
(205, 'woocommerce_tax_display_shop', 'excl', 'yes'),
(206, 'woocommerce_tax_display_cart', 'excl', 'no'),
(207, 'woocommerce_price_display_suffix', '', 'yes'),
(208, 'woocommerce_tax_total_display', 'itemized', 'no'),
(209, 'woocommerce_enable_shipping_calc', 'yes', 'no'),
(210, 'woocommerce_shipping_cost_requires_address', 'no', 'no'),
(211, 'woocommerce_ship_to_destination', 'billing', 'no'),
(212, 'woocommerce_shipping_debug_mode', 'no', 'no'),
(213, 'woocommerce_enable_coupons', 'yes', 'yes'),
(214, 'woocommerce_calc_discounts_sequentially', 'no', 'no'),
(215, 'woocommerce_enable_guest_checkout', 'yes', 'no'),
(216, 'woocommerce_force_ssl_checkout', 'no', 'yes'),
(217, 'woocommerce_unforce_ssl_checkout', 'no', 'yes'),
(218, 'woocommerce_cart_page_id', '61', 'yes'),
(219, 'woocommerce_checkout_page_id', '60', 'yes'),
(220, 'woocommerce_terms_page_id', '', 'no'),
(221, 'woocommerce_checkout_pay_endpoint', 'order-pay', 'yes'),
(222, 'woocommerce_checkout_order_received_endpoint', 'order-received', 'yes'),
(223, 'woocommerce_myaccount_add_payment_method_endpoint', 'add-payment-method', 'yes'),
(224, 'woocommerce_myaccount_delete_payment_method_endpoint', 'delete-payment-method', 'yes'),
(225, 'woocommerce_myaccount_set_default_payment_method_endpoint', 'set-default-payment-method', 'yes'),
(226, 'woocommerce_myaccount_page_id', '59', 'yes'),
(227, 'woocommerce_enable_signup_and_login_from_checkout', 'yes', 'no'),
(228, 'woocommerce_enable_myaccount_registration', 'no', 'no'),
(229, 'woocommerce_enable_checkout_login_reminder', 'yes', 'no'),
(230, 'woocommerce_registration_generate_username', 'yes', 'no'),
(231, 'woocommerce_registration_generate_password', 'no', 'no'),
(232, 'woocommerce_myaccount_orders_endpoint', 'orders', 'yes'),
(233, 'woocommerce_myaccount_view_order_endpoint', 'view-order', 'yes'),
(234, 'woocommerce_myaccount_downloads_endpoint', 'downloads', 'yes'),
(235, 'woocommerce_myaccount_edit_account_endpoint', 'edit-account', 'yes'),
(236, 'woocommerce_myaccount_edit_address_endpoint', 'edit-address', 'yes'),
(237, 'woocommerce_myaccount_payment_methods_endpoint', 'payment-methods', 'yes'),
(238, 'woocommerce_myaccount_lost_password_endpoint', 'lost-password', 'yes'),
(239, 'woocommerce_logout_endpoint', 'customer-logout', 'yes'),
(240, 'woocommerce_email_from_name', 'Foamindo', 'no'),
(241, 'woocommerce_email_from_address', 'raidou15@gmail.com', 'no'),
(242, 'woocommerce_email_header_image', '', 'no'),
(243, 'woocommerce_email_footer_text', '{site_title}', 'no'),
(244, 'woocommerce_email_base_color', '#96588a', 'no'),
(245, 'woocommerce_email_background_color', '#f7f7f7', 'no'),
(246, 'woocommerce_email_body_background_color', '#ffffff', 'no'),
(247, 'woocommerce_email_text_color', '#3c3c3c', 'no'),
(248, 'woocommerce_api_enabled', 'yes', 'yes'),
(249, 'woocommerce_permalinks', 'a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}', 'yes'),
(250, 'current_theme_supports_woocommerce', 'yes', 'yes'),
(252, '_transient_wc_attribute_taxonomies', 'a:0:{}', 'yes'),
(254, 'default_product_cat', '15', 'yes'),
(259, 'woocommerce_admin_notices', 'a:1:{i:0;s:14:\"template_files\";}', 'yes'),
(262, '_transient_woocommerce_webhook_ids', 'a:0:{}', 'yes'),
(263, 'widget_woocommerce_widget_cart', 'a:4:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:2:{s:5:\"title\";s:6:\"Cart12\";s:13:\"hide_if_empty\";i:0;}i:5;a:0:{}}', 'yes'),
(264, 'widget_woocommerce_layered_nav_filters', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:0:{}i:9;a:1:{s:5:\"title\";s:14:\"Active Filters\";}i:10;a:1:{s:5:\"title\";s:14:\"Active Filters\";}}', 'yes'),
(265, 'widget_woocommerce_layered_nav', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:4:{s:5:\"title\";s:9:\"Filter by\";s:9:\"attribute\";s:5:\"color\";s:12:\"display_type\";s:4:\"list\";s:10:\"query_type\";s:2:\"or\";}i:10;a:4:{s:5:\"title\";s:9:\"Filter by\";s:9:\"attribute\";s:5:\"color\";s:12:\"display_type\";s:4:\"list\";s:10:\"query_type\";s:2:\"or\";}i:11;a:4:{s:5:\"title\";s:9:\"Filter by\";s:9:\"attribute\";s:5:\"color\";s:12:\"display_type\";s:4:\"list\";s:10:\"query_type\";s:3:\"and\";}}', 'yes'),
(266, 'widget_woocommerce_price_filter', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:0:{}i:9;a:0:{}i:11;a:1:{s:5:\"title\";s:15:\"Filter by price\";}}', 'yes'),
(267, 'widget_woocommerce_product_categories', 'a:8:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:5;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:7;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:9;a:7:{s:5:\"title\";s:9:\"Browse By\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:10;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:12;a:7:{s:5:\"title\";s:18:\"Product Categories\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}i:13;a:7:{s:5:\"title\";s:6:\"Browse\";s:7:\"orderby\";s:4:\"name\";s:8:\"dropdown\";i:0;s:5:\"count\";i:0;s:12:\"hierarchical\";i:1;s:18:\"show_children_only\";i:0;s:10:\"hide_empty\";i:0;}}', 'yes'),
(268, 'widget_woocommerce_product_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(269, 'widget_woocommerce_product_tag_cloud', 'a:7:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:1:{s:5:\"title\";s:4:\"Tags\";}i:6;a:1:{s:5:\"title\";s:12:\"Product Tags\";}i:7;a:1:{s:5:\"title\";s:12:\"Product Tags\";}i:8;a:1:{s:5:\"title\";s:4:\"Tags\";}}', 'yes'),
(270, 'widget_woocommerce_products', 'a:11:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:7:{s:5:\"title\";s:8:\"Products\";s:6:\"number\";s:1:\"4\";s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:4;a:7:{s:5:\"title\";s:12:\"Best Sellers\";s:6:\"number\";s:1:\"4\";s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:5:\"sales\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:5;a:7:{s:5:\"title\";s:7:\"On Sale\";s:6:\"number\";i:3;s:4:\"show\";s:6:\"onsale\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:7;a:7:{s:5:\"title\";s:8:\"Products\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:9;a:7:{s:5:\"title\";s:15:\"Latest Products\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"rand\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:10;a:7:{s:5:\"title\";s:17:\"Featured Products\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:11;a:7:{s:5:\"title\";s:12:\"Best Selling\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:5:\"sales\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:12;a:7:{s:5:\"title\";s:6:\"Latest\";s:6:\"number\";i:4;s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}i:13;a:7:{s:5:\"title\";s:8:\"Featured\";s:6:\"number\";i:4;s:4:\"show\";s:8:\"featured\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";s:9:\"hide_free\";i:0;s:11:\"show_hidden\";i:0;}}', 'yes'),
(271, 'widget_woocommerce_recently_viewed_products', 'a:6:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:2:{s:5:\"title\";s:24:\"Recently Viewed Products\";s:6:\"number\";s:1:\"3\";}i:5;a:2:{s:5:\"title\";s:24:\"Recently Viewed Products\";s:6:\"number\";i:4;}i:7;a:2:{s:5:\"title\";s:24:\"Recently Viewed Products\";s:6:\"number\";i:10;}i:8;a:2:{s:5:\"title\";s:15:\"Recently Viewed\";s:6:\"number\";i:3;}}', 'yes'),
(272, 'widget_woocommerce_top_rated_products', 'a:4:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:2;a:2:{s:5:\"title\";s:18:\"Top Rated Products\";s:6:\"number\";i:5;}i:3;a:2:{s:5:\"title\";s:9:\"Top Rated\";s:6:\"number\";i:3;}}', 'yes'),
(273, 'widget_woocommerce_recent_reviews', 'a:3:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:2:{s:5:\"title\";s:14:\"Recent Reviews\";s:6:\"number\";s:1:\"3\";}}', 'yes'),
(274, 'widget_woocommerce_rating_filter', 'a:3:{s:12:\"_multiwidget\";i:1;i:2;a:1:{s:5:\"title\";s:14:\"Average Rating\";}i:3;a:1:{s:5:\"title\";s:14:\"Average Rating\";}}', 'yes'),
(275, 'widget_upsell_widget', 'a:5:{s:12:\"_multiwidget\";i:1;i:1;a:0:{}i:3;a:0:{}i:5;a:0:{}i:7;a:1:{s:5:\"title\";s:16:\"Complete the loo\";}}', 'yes'),
(277, 'woocommerce_meta_box_errors', 'a:0:{}', 'yes'),
(284, 'yit_recently_activated', 'a:0:{}', 'yes'),
(285, 'yith_wcwl_frontend_css_colors', 's:1159:\"a:10:{s:15:\"add_to_wishlist\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:21:\"add_to_wishlist_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:11:\"add_to_cart\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:17:\"add_to_cart_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_1\";a:3:{s:10:\"background\";s:7:\"#333333\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#333333\";}s:20:\"button_style_1_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"button_style_2\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#858484\";s:12:\"border_color\";s:7:\"#c6c6c6\";}s:20:\"button_style_2_hover\";a:3:{s:10:\"background\";s:7:\"#4F4F4F\";s:5:\"color\";s:7:\"#FFFFFF\";s:12:\"border_color\";s:7:\"#4F4F4F\";}s:14:\"wishlist_table\";a:3:{s:10:\"background\";s:7:\"#FFFFFF\";s:5:\"color\";s:7:\"#6d6c6c\";s:12:\"border_color\";s:7:\"#FFFFFF\";}s:7:\"headers\";a:1:{s:10:\"background\";s:7:\"#F4F4F4\";}}\";', 'yes'),
(286, 'yith_wcwl_wishlist_title', 'My wishlist on Foamindo', 'yes'),
(287, 'yith-wcwl-page-id', '5', 'yes'),
(288, 'yith_wcwl_wishlist_page_id', '5', 'yes'),
(289, 'yith_wcwl_version', '2.2.1', 'yes'),
(290, 'yith_wcwl_db_version', '2.0.0', 'yes'),
(291, 'yith_wcwl_general_videobox', 'a:7:{s:11:\"plugin_name\";s:25:\"YITH WooCommerce Wishlist\";s:18:\"title_first_column\";s:30:\"Discover the Advanced Features\";s:24:\"description_first_column\";s:89:\"Upgrade to the PREMIUM VERSION of YITH WOOCOMMERCE WISHLIST to benefit from all features!\";s:5:\"video\";a:3:{s:8:\"video_id\";s:9:\"118797844\";s:15:\"video_image_url\";s:101:\"http://localhost/foamindo/wp-content/plugins/yith-woocommerce-wishlist//assets/images/video-thumb.jpg\";s:17:\"video_description\";s:0:\"\";}s:19:\"title_second_column\";s:28:\"Get Support and Pro Features\";s:25:\"description_second_column\";s:205:\"By purchasing the premium version of the plugin, you will take advantage of the advanced features of the product and you will get one year of free updates and support through our platform available 24h/24.\";s:6:\"button\";a:2:{s:4:\"href\";s:78:\"http://yithemes.com/themes/plugins/yith-woocommerce-wishlist/?refer_id=1030585\";s:5:\"title\";s:28:\"Get Support and Pro Features\";}}', 'yes'),
(292, 'yith_wcwl_enabled', 'yes', 'yes'),
(293, 'yith_wcwl_redirect_cart', 'no', 'yes'),
(294, 'yith_wcwl_remove_after_add_to_cart', 'yes', 'yes'),
(295, 'yith_wcwl_add_to_wishlist_text', 'Add to Wishlist', 'yes'),
(296, 'yith_wcwl_browse_wishlist_text', 'Browse Wishlist', 'yes'),
(297, 'yith_wcwl_already_in_wishlist_text', 'The product is already in the wishlist!', 'yes'),
(298, 'yith_wcwl_product_added_text', 'Product added!', 'yes'),
(299, 'yith_wcwl_add_to_cart_text', 'Add to Cart', 'yes'),
(300, 'yith_wcwl_price_show', 'yes', 'yes'),
(301, 'yith_wcwl_add_to_cart_show', 'yes', 'yes'),
(302, 'yith_wcwl_stock_show', 'yes', 'yes'),
(303, 'yith_wcwl_show_dateadded', 'no', 'yes'),
(304, 'yith_wcwl_repeat_remove_button', 'no', 'yes'),
(305, 'yith_wcwl_share_fb', 'yes', 'yes'),
(306, 'yith_wcwl_share_twitter', 'yes', 'yes'),
(307, 'yith_wcwl_share_pinterest', 'yes', 'yes'),
(308, 'yith_wcwl_share_googleplus', 'yes', 'yes'),
(309, 'yith_wcwl_share_email', 'yes', 'yes'),
(310, 'yith_wcwl_socials_title', 'My wishlist on Foamindo', 'yes'),
(311, 'yith_wcwl_socials_text', '', 'yes'),
(312, 'yith_wcwl_socials_image_url', '', 'yes'),
(313, 'yith_wfbt_enable_integration', 'yes', 'yes'),
(314, 'yith_wcwl_use_button', 'no', 'yes'),
(315, 'yith_wcwl_custom_css', '', 'yes'),
(316, 'yith_wcwl_frontend_css', 'yes', 'yes'),
(317, 'yith_wcwl_rounded_corners', 'yes', 'yes'),
(318, 'yith_wcwl_add_to_wishlist_icon', 'none', 'yes'),
(319, 'yith_wcwl_add_to_cart_icon', 'fa-shopping-cart', 'yes'),
(320, 'yit_plugin_fw_panel_wc_default_options_set', 'a:1:{s:15:\"yith_wcwl_panel\";b:1;}', 'yes'),
(325, 'category_children', 'a:0:{}', 'yes'),
(329, '_transient_product_query-transient-version', '1518607985', 'yes'),
(344, 'product_cat_children', 'a:4:{i:22;a:1:{i:0;i:23;}i:33;a:2:{i:0;i:34;i:1;i:36;}i:56;a:2:{i:0;i:57;i:1;i:58;}i:60;a:1:{i:0;i:61;}}', 'yes'),
(346, 'featured_item_category_children', 'a:0:{}', 'yes'),
(347, 'widget_null-instagram-feed', 'a:4:{i:3;a:0:{}i:4;a:6:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:21:\"beautifuldestinations\";s:6:\"number\";s:2:\"10\";s:4:\"size\";s:5:\"large\";s:6:\"target\";s:5:\"_self\";s:4:\"link\";s:10:\"Follow Me!\";}i:5;a:6:{s:5:\"title\";s:9:\"Instagram\";s:8:\"username\";s:7:\"topshop\";s:6:\"number\";s:1:\"6\";s:4:\"size\";s:9:\"thumbnail\";s:6:\"target\";s:5:\"_self\";s:4:\"link\";s:9:\"Follow us\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(348, 'yith_wcwl_button_position', 'shortcode', 'yes'),
(351, 'envato_setup_complete', '1518608153', 'yes'),
(356, '_transient_shipping-transient-version', '1518608315', 'yes'),
(363, '_transient_product-transient-version', '1518608317', 'yes'),
(409, 'yith_wcas_search_submit_label', '&#xf002;', 'yes'),
(410, 'yith_wcas_search_input_label', 'Live search', 'yes'),
(411, 'ywctm_enable_plugin', 'no', 'yes'),
(412, 'ywctm_admin_view', 'no', 'yes'),
(413, 'plsh_use_less', '1', 'yes'),
(414, 'widget_polaris_recent_posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(415, 'widget_polaris_contacts_info', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(416, 'widget_polaris_newsletter_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(417, 'widget_polaris_products', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(418, 'widget_polaris_dropdown_special_offers', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(419, 'widget_polaris_sidebar_banner', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(420, 'plsh_wc300_attributes_fixes', '1', 'yes'),
(421, 'theme_mods_planetshine-polaris', 'a:1:{s:18:\"custom_css_post_id\";i:-1;}', 'yes'),
(422, 'wp_less_cached_files', 'a:1:{s:14:\"plsh-main-less\";a:4:{s:4:\"vars\";a:43:{s:8:\"themeurl\";s:66:\"~\"http://localhost/foamindo/wp-content/themes/planetshine-polaris\"\";s:7:\"lessurl\";s:84:\"~\"http://localhost/foamindo/wp-content/themes/planetshine-polaris/theme/assets/less\"\";s:12:\"text-color-1\";s:4:\"#333\";s:12:\"base-color-4\";s:7:\"#949494\";s:14:\"accent-color-1\";s:7:\"#007aff\";s:12:\"base-color-5\";s:7:\"#e8e8e8\";s:12:\"base-color-1\";s:4:\"#000\";s:12:\"base-color-2\";s:4:\"#fff\";s:12:\"base-color-3\";s:4:\"#333\";s:15:\"background_mode\";s:13:\"full-width-bg\";s:17:\"body-background-1\";s:7:\"#f5f5f5\";s:19:\"body-box-side_color\";s:4:\"#fff\";s:19:\"checkout-background\";s:4:\"#fff\";s:25:\"checkout-table-background\";s:7:\"#ffffdb\";s:32:\"checkout-table-background-accent\";s:7:\"#ffffdb\";s:13:\"parallax-bg-1\";s:101:\"http://localhost/foamindo/wp-content/themes/planetshine-polaris/theme/assets/images/parallax-bg-1.png\";s:13:\"parallax-bg-2\";s:101:\"http://localhost/foamindo/wp-content/themes/planetshine-polaris/theme/assets/images/parallax-bg-2.png\";s:10:\"logo-color\";s:4:\"#333\";s:15:\"dock-background\";s:7:\"#e8e8e8\";s:15:\"dock-text-color\";s:4:\"#333\";s:17:\"header-background\";s:7:\"#f5f5f5\";s:20:\"cart-menu-text-color\";s:4:\"#333\";s:15:\"menu-background\";s:4:\"#333\";s:15:\"menu-text-color\";s:4:\"#fff\";s:29:\"full-height-header-background\";s:4:\"#333\";s:29:\"full-height-header-text-color\";s:7:\"#949494\";s:17:\"footer-background\";s:7:\"#f5f5f5\";s:18:\"footer-title-color\";s:7:\"#949494\";s:17:\"footer-text-color\";s:4:\"#333\";s:20:\"copyright-background\";s:7:\"#e8e8e8\";s:20:\"copyright-text-color\";s:7:\"#949494\";s:12:\"general_font\";s:7:\"Raleway\";s:9:\"logo_font\";s:7:\"Raleway\";s:9:\"menu_font\";s:7:\"Raleway\";s:14:\"menu-font-size\";s:4:\"18px\";s:16:\"menu-font-weight\";s:3:\"700\";s:24:\"content_block_title_font\";s:7:\"Raleway\";s:15:\"title-font-size\";s:4:\"24px\";s:17:\"title-font-weight\";s:3:\"300\";s:14:\"border-color-1\";s:7:\"#dbdbdb\";s:20:\"input-border-color-1\";s:7:\"#dbdbdb\";s:16:\"border-thickness\";s:3:\"1px\";s:22:\"title-border-thickness\";s:3:\"2px\";}s:3:\"url\";s:77:\"http://localhost/foamindo/wp-content/uploads/wp-less-cache/plsh-main-less.css\";s:7:\"version\";s:32:\"9c0ba38078a2c6689e6f2fbf58aa0b54\";s:4:\"less\";a:4:{s:4:\"root\";s:90:\"C:\\xampp\\htdocs\\foamindo/wp-content/themes/planetshine-polaris/theme/assets/less/main.less\";s:8:\"compiled\";s:0:\"\";s:5:\"files\";a:7:{s:90:\"C:\\xampp\\htdocs\\foamindo\\wp-content\\themes\\planetshine-polaris\\theme\\assets\\less\\main.less\";i:1511458590;s:95:\"C:\\xampp\\htdocs\\foamindo\\wp-content\\themes\\planetshine-polaris\\theme\\assets\\less\\variables.less\";i:1511458590;s:93:\"C:\\xampp\\htdocs\\foamindo\\wp-content\\themes\\planetshine-polaris\\theme\\assets\\less\\polaris.less\";i:1511458590;s:97:\"C:\\xampp\\htdocs\\foamindo\\wp-content\\themes\\planetshine-polaris\\theme\\assets\\less\\polaris-woo.less\";i:1511458590;s:100:\"C:\\xampp\\htdocs\\foamindo\\wp-content\\themes\\planetshine-polaris\\theme\\assets\\less\\polaris-medium.less\";i:1511458590;s:99:\"C:\\xampp\\htdocs\\foamindo\\wp-content\\themes\\planetshine-polaris\\theme\\assets\\less\\polaris-small.less\";i:1511458590;s:105:\"C:\\xampp\\htdocs\\foamindo\\wp-content\\themes\\planetshine-polaris\\theme\\assets\\less\\polaris-extra-small.less\";i:1511458590;}s:7:\"updated\";i:1519226040;}}}', 'yes'),
(484, 'nsl-version', '3.0.6', 'yes'),
(485, 'widget_nextend_social_login', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(486, 'woocommerce_queue_flush_rewrite_rules', 'no', 'yes'),
(492, 'woocommerce_maybe_regenerate_images_hash', '958afab2d0b050fa8d8b61b9b9cd31bf', 'yes'),
(530, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(593, 'woocommerce_version', '3.3.4', 'yes'),
(594, 'woocommerce_db_version', '3.3.4', 'yes'),
(607, '_transient_timeout_wc_low_stock_count', '1524907707', 'no'),
(608, '_transient_wc_low_stock_count', '0', 'no'),
(609, '_transient_timeout_wc_outofstock_count', '1524907707', 'no'),
(610, '_transient_wc_outofstock_count', '1', 'no'),
(613, 'flatsome_wup_purchase_code', '6c7ebe8b-fb85-48de-9c63-eae342bab0ca', 'yes'),
(614, 'flatsome_wup_sold_at', '2018-03-25T18:30:19+11:00', 'yes'),
(615, 'flatsome_wup_supported_until', '2018-09-24T08:30:19+10:00', 'yes'),
(616, 'flatsome_wup_buyer', 'raidou', 'yes'),
(627, '_transient_timeout_wc_shipping_method_count_1_1518608315', '1524907866', 'no'),
(628, '_transient_wc_shipping_method_count_1_1518608315', '0', 'no'),
(632, 'woocommerce_single_image_width', '510', 'yes'),
(633, 'woocommerce_thumbnail_image_width', '247', 'yes'),
(634, 'woocommerce_thumbnail_cropping', 'custom', 'yes'),
(635, 'woocommerce_thumbnail_cropping_custom_width', '5', 'yes'),
(636, 'woocommerce_thumbnail_cropping_custom_height', '6', 'yes'),
(637, '_transient__flatsome_activation_redirect', '1', 'yes'),
(658, '_transient_timeout_wc_product_children_164', '1524908709', 'no'),
(659, '_transient_wc_product_children_164', 'a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}', 'no'),
(660, '_transient_timeout_wc_var_prices_164', '1524957381', 'no'),
(661, '_transient_wc_var_prices_164', '{\"version\":\"1518608317\",\"8071b688e5e3a943d1e17c7ec6df6069\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]},\"56a77cc587f0ea24ed59c09cab0d2856\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}', 'no'),
(699, '_transient_timeout_wc_product_children_188', '1524915810', 'no'),
(700, '_transient_wc_product_children_188', 'a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}', 'no'),
(701, '_transient_timeout_wc_var_prices_188', '1524915810', 'no'),
(702, '_transient_wc_var_prices_188', '{\"version\":\"1518608317\",\"56a77cc587f0ea24ed59c09cab0d2856\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]},\"8071b688e5e3a943d1e17c7ec6df6069\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(703, '_transient_timeout_wc_product_children_170', '1524915813', 'no'),
(704, '_transient_wc_product_children_170', 'a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}', 'no'),
(705, '_transient_timeout_wc_var_prices_170', '1524915813', 'no'),
(706, '_transient_wc_var_prices_170', '{\"version\":\"1518608317\",\"56a77cc587f0ea24ed59c09cab0d2856\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]},\"8071b688e5e3a943d1e17c7ec6df6069\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}', 'no'),
(715, '_transient_timeout_wc_product_children_184', '1524957381', 'no'),
(716, '_transient_wc_product_children_184', 'a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}', 'no'),
(717, '_transient_timeout_wc_var_prices_184', '1524957381', 'no'),
(718, '_transient_wc_var_prices_184', '{\"version\":\"1518608317\",\"56a77cc587f0ea24ed59c09cab0d2856\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]},\"8071b688e5e3a943d1e17c7ec6df6069\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}', 'no'),
(719, '_transient_timeout_wc_product_children_183', '1524957381', 'no'),
(720, '_transient_wc_product_children_183', 'a:2:{s:3:\"all\";a:0:{}s:7:\"visible\";a:0:{}}', 'no'),
(721, '_transient_timeout_wc_var_prices_183', '1524957381', 'no'),
(722, '_transient_wc_var_prices_183', '{\"version\":\"1518608317\",\"56a77cc587f0ea24ed59c09cab0d2856\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]},\"8071b688e5e3a943d1e17c7ec6df6069\":{\"price\":[],\"regular_price\":[],\"sale_price\":[]}}', 'no'),
(853, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-4.9.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.9.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"4.9.5\";s:7:\"version\";s:5:\"4.9.5\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"4.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1524874291;s:15:\"version_checked\";s:5:\"4.9.5\";s:12:\"translations\";a:0:{}}', 'no'),
(855, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"raidou15@gmail.com\";s:7:\"version\";s:5:\"4.9.5\";s:9:\"timestamp\";i:1522797751;}', 'no'),
(883, '_transient_wc_count_comments', 'O:8:\"stdClass\":7:{s:14:\"total_comments\";i:2;s:3:\"all\";i:1;s:8:\"approved\";s:1:\"1\";s:4:\"spam\";s:1:\"1\";s:9:\"moderated\";i:0;s:5:\"trash\";i:0;s:12:\"post-trashed\";i:0;}', 'yes'),
(1014, '_site_transient_update_themes', 'O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1524874296;s:7:\"checked\";a:10:{s:7:\"explore\";s:5:\"1.0.8\";s:14:\"flatsome-child\";s:3:\"3.0\";s:8:\"flatsome\";s:5:\"3.5.3\";s:9:\"iamsocial\";s:5:\"1.1.2\";s:7:\"islemag\";s:6:\"1.1.10\";s:13:\"rara-academic\";s:5:\"1.1.0\";s:7:\"tempera\";s:5:\"1.6.2\";s:13:\"twentyfifteen\";s:3:\"1.9\";s:15:\"twentyseventeen\";s:3:\"1.5\";s:13:\"twentysixteen\";s:3:\"1.4\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(1057, 'envato_market_version', '2.0.0', 'yes'),
(1058, 'envato_market', 'a:2:{s:5:\"token\";s:32:\"jwvRAzj2DBExlfD90F8HSLKphq65xz70\";s:7:\"notices\";a:1:{i:0;s:7:\"success\";}}', 'yes'),
(1059, 'envato_market_state', 'activated', 'yes'),
(1060, 'envato_market_installed_version', '2.0.0', 'yes'),
(1453, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1524874296;s:7:\"checked\";a:16:{s:19:\"akismet/akismet.php\";s:5:\"4.0.3\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.1\";s:33:\"duplicate-post/duplicate-post.php\";s:5:\"3.2.2\";s:31:\"envato-market/envato-market.php\";s:5:\"2.0.0\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:5:\"2.0.6\";s:9:\"hello.php\";s:3:\"1.6\";s:15:\"listo/listo.php\";s:5:\"1.2.1\";s:49:\"nextend-google-connect/nextend-google-connect.php\";s:5:\"1.6.2\";s:53:\"nextend-facebook-connect/nextend-facebook-connect.php\";s:5:\"3.0.6\";s:38:\"recent-tweets-widget/recent-tweets.php\";s:5:\"1.6.8\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.0.2\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.3.5\";s:27:\"woosidebars/woosidebars.php\";s:5:\"1.4.3\";s:27:\"js_composer/js_composer.php\";s:5:\"4.4.3\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"1.2.5\";s:34:\"yith-woocommerce-wishlist/init.php\";s:5:\"2.2.1\";}s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:14:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.0.3\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.0.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.0.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=984007\";s:2:\"1x\";s:66:\"https://ps.w.org/contact-form-7/assets/icon-128x128.png?rev=984007\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}}s:33:\"duplicate-post/duplicate-post.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:28:\"w.org/plugins/duplicate-post\";s:4:\"slug\";s:14:\"duplicate-post\";s:6:\"plugin\";s:33:\"duplicate-post/duplicate-post.php\";s:11:\"new_version\";s:5:\"3.2.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/duplicate-post/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/duplicate-post.3.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-256x256.png?rev=1612753\";s:2:\"1x\";s:67:\"https://ps.w.org/duplicate-post/assets/icon-128x128.png?rev=1612753\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/duplicate-post/assets/banner-772x250.png?rev=1612986\";}s:11:\"banners_rtl\";a:0:{}}s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:41:\"w.org/plugins/force-regenerate-thumbnails\";s:4:\"slug\";s:27:\"force-regenerate-thumbnails\";s:6:\"plugin\";s:59:\"force-regenerate-thumbnails/force-regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/force-regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/force-regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:71:\"https://s.w.org/plugins/geopattern-icon/force-regenerate-thumbnails.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:9:\"hello.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:3:\"1.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/hello-dolly.1.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=969907\";s:2:\"1x\";s:63:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=969907\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:65:\"https://ps.w.org/hello-dolly/assets/banner-772x250.png?rev=478342\";}s:11:\"banners_rtl\";a:0:{}}s:15:\"listo/listo.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:19:\"w.org/plugins/listo\";s:4:\"slug\";s:5:\"listo\";s:6:\"plugin\";s:15:\"listo/listo.php\";s:11:\"new_version\";s:5:\"1.2.1\";s:3:\"url\";s:36:\"https://wordpress.org/plugins/listo/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/listo.1.2.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:49:\"https://s.w.org/plugins/geopattern-icon/listo.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}}s:49:\"nextend-google-connect/nextend-google-connect.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:36:\"w.org/plugins/nextend-google-connect\";s:4:\"slug\";s:22:\"nextend-google-connect\";s:6:\"plugin\";s:49:\"nextend-google-connect/nextend-google-connect.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/nextend-google-connect/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/nextend-google-connect.1.6.2.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:73:\"https://s.w.org/plugins/geopattern-icon/nextend-google-connect_7f8678.svg\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:76:\"https://ps.w.org/nextend-google-connect/assets/banner-772x250.png?rev=630011\";}s:11:\"banners_rtl\";a:0:{}}s:53:\"nextend-facebook-connect/nextend-facebook-connect.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:38:\"w.org/plugins/nextend-facebook-connect\";s:4:\"slug\";s:24:\"nextend-facebook-connect\";s:6:\"plugin\";s:53:\"nextend-facebook-connect/nextend-facebook-connect.php\";s:11:\"new_version\";s:5:\"3.0.6\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/nextend-facebook-connect/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/nextend-facebook-connect.3.0.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:77:\"https://ps.w.org/nextend-facebook-connect/assets/icon-256x256.png?rev=1825061\";s:2:\"1x\";s:69:\"https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=1825061\";s:3:\"svg\";s:69:\"https://ps.w.org/nextend-facebook-connect/assets/icon.svg?rev=1825061\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/nextend-facebook-connect/assets/banner-1544x500.png?rev=1825061\";s:2:\"1x\";s:79:\"https://ps.w.org/nextend-facebook-connect/assets/banner-772x250.png?rev=1825061\";}s:11:\"banners_rtl\";a:0:{}}s:38:\"recent-tweets-widget/recent-tweets.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:34:\"w.org/plugins/recent-tweets-widget\";s:4:\"slug\";s:20:\"recent-tweets-widget\";s:6:\"plugin\";s:38:\"recent-tweets-widget/recent-tweets.php\";s:11:\"new_version\";s:5:\"1.6.8\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/recent-tweets-widget/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/recent-tweets-widget.1.6.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/recent-tweets-widget/assets/icon-256x256.png?rev=1849418\";s:2:\"1x\";s:73:\"https://ps.w.org/recent-tweets-widget/assets/icon-128x128.png?rev=1849418\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:75:\"https://ps.w.org/recent-tweets-widget/assets/banner-772x250.png?rev=1849422\";}s:11:\"banners_rtl\";a:0:{}}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"3.3.5\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=1440831\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=1440831\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=1629184\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=1629184\";}s:11:\"banners_rtl\";a:0:{}}s:27:\"woosidebars/woosidebars.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"w.org/plugins/woosidebars\";s:4:\"slug\";s:11:\"woosidebars\";s:6:\"plugin\";s:27:\"woosidebars/woosidebars.php\";s:11:\"new_version\";s:5:\"1.4.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woosidebars/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woosidebars.1.4.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:62:\"https://s.w.org/plugins/geopattern-icon/woosidebars_a9c7b8.svg\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/woosidebars/assets/banner-1544x500.png?rev=633896\";s:2:\"1x\";s:65:\"https://ps.w.org/woosidebars/assets/banner-772x250.png?rev=633896\";}s:11:\"banners_rtl\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"1.2.5\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:55:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=1785565\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=1785565\";}s:11:\"banners_rtl\";a:0:{}}s:34:\"yith-woocommerce-wishlist/init.php\";O:8:\"stdClass\":9:{s:2:\"id\";s:39:\"w.org/plugins/yith-woocommerce-wishlist\";s:4:\"slug\";s:25:\"yith-woocommerce-wishlist\";s:6:\"plugin\";s:34:\"yith-woocommerce-wishlist/init.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/yith-woocommerce-wishlist/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/yith-woocommerce-wishlist.2.2.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:78:\"https://ps.w.org/yith-woocommerce-wishlist/assets/icon-128x128.jpg?rev=1461336\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-1544x500.jpg?rev=1461336\";s:2:\"1x\";s:80:\"https://ps.w.org/yith-woocommerce-wishlist/assets/banner-772x250.jpg?rev=1461336\";}s:11:\"banners_rtl\";a:0:{}}}}', 'no'),
(1454, 'wp_mail_smtp_version', '1.2.5', 'yes'),
(1455, 'wp_mail_smtp', 'a:5:{s:4:\"mail\";a:4:{s:10:\"from_email\";s:21:\"info@hikaruharuki.com\";s:9:\"from_name\";s:28:\"PT. Foamindo Industri Uretan\";s:6:\"mailer\";s:4:\"smtp\";s:11:\"return_path\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";b:0;s:4:\"host\";s:16:\"hikaruharuki.com\";s:4:\"port\";i:25;s:10:\"encryption\";s:4:\"none\";s:4:\"user\";s:21:\"info@hikaruharuki.com\";s:4:\"pass\";s:6:\"rakuen\";s:4:\"auth\";b:1;}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:8:\"sendgrid\";a:1:{s:7:\"api_key\";s:0:\"\";}}', 'no'),
(1456, '_amn_smtp_last_checked', '1524873600', 'yes'),
(1457, 'wp_mail_smtp_debug', 'a:0:{}', 'no'),
(1544, '_site_transient_timeout_envato_market_plugins', '1524877898', 'no'),
(1545, '_site_transient_envato_market_plugins', 'a:4:{s:9:\"purchased\";a:0:{}s:6:\"active\";a:0:{}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}', 'no'),
(1546, '_site_transient_timeout_theme_roots', '1524876094', 'no'),
(1547, '_site_transient_theme_roots', 'a:10:{s:7:\"explore\";s:7:\"/themes\";s:14:\"flatsome-child\";s:7:\"/themes\";s:8:\"flatsome\";s:7:\"/themes\";s:9:\"iamsocial\";s:7:\"/themes\";s:7:\"islemag\";s:7:\"/themes\";s:13:\"rara-academic\";s:7:\"/themes\";s:7:\"tempera\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}', 'no'),
(1548, '_site_transient_timeout_envato_market_themes', '1524877896', 'no'),
(1549, '_site_transient_envato_market_themes', 'a:4:{s:9:\"purchased\";a:1:{i:0;a:10:{s:2:\"id\";i:5484319;s:4:\"name\";s:8:\"Flatsome\";s:6:\"author\";s:9:\"UX-Themes\";s:7:\"version\";s:5:\"3.5.3\";s:11:\"description\";s:42:\"Multi-Purpose Responsive WooCommerce Theme\";s:3:\"url\";s:87:\"https://themeforest.net/item/flatsome-multipurpose-responsive-woocommerce-theme/5484319\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ux-themes\";s:13:\"thumbnail_url\";s:46:\"https://s3.envato.com/files/237659484/icon.png\";s:6:\"rating\";d:4.8099999999999996;s:13:\"landscape_url\";s:76:\"https://s3.envato.com/files/223788050/themeforest-poster.__large_preview.png\";}}s:6:\"active\";a:1:{s:8:\"flatsome\";a:10:{s:2:\"id\";i:5484319;s:4:\"name\";s:8:\"Flatsome\";s:6:\"author\";s:9:\"UX-Themes\";s:7:\"version\";s:5:\"3.5.3\";s:11:\"description\";s:42:\"Multi-Purpose Responsive WooCommerce Theme\";s:3:\"url\";s:87:\"https://themeforest.net/item/flatsome-multipurpose-responsive-woocommerce-theme/5484319\";s:10:\"author_url\";s:38:\"https://themeforest.net/user/ux-themes\";s:13:\"thumbnail_url\";s:46:\"https://s3.envato.com/files/237659484/icon.png\";s:6:\"rating\";d:4.8099999999999996;s:13:\"landscape_url\";s:76:\"https://s3.envato.com/files/223788050/themeforest-poster.__large_preview.png\";}}s:9:\"installed\";a:0:{}s:7:\"install\";a:0:{}}', 'no'),
(1550, '_site_transient_timeout_browser_b12d5038d8519a3a5d8c6c00ea573726', '1525492225', 'no'),
(1551, '_site_transient_browser_b12d5038d8519a3a5d8c6c00ea573726', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"59.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(1552, '_site_transient_timeout_community-events-6af26214ec938c7865c4c72ee7925de7', '1524930627', 'no'),
(1553, '_site_transient_community-events-6af26214ec938c7865c4c72ee7925de7', 'a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"139.195.44.0\";}s:6:\"events\";a:2:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:68:\"WPJKT Meetup #14: WordPress Optimization & PWA. Supported by Dewaweb\";s:3:\"url\";s:65:\"https://www.meetup.com/Jakarta-WordPress-Meetup/events/250069334/\";s:6:\"meetup\";s:24:\"Jakarta WordPress Meetup\";s:10:\"meetup_url\";s:48:\"https://www.meetup.com/Jakarta-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-05-17 17:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Jakarta Selatan, Indonesia\";s:7:\"country\";s:2:\"id\";s:8:\"latitude\";d:-6.2172929999999997;s:9:\"longitude\";d:106.83154999999999;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"WordPress 15th Anniversary Celebration\";s:3:\"url\";s:64:\"https://www.meetup.com/Bekasi-WordPress-Meetup/events/249099180/\";s:6:\"meetup\";s:23:\"Bekasi WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Bekasi-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-05-28 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Bekasi, Indonesia\";s:7:\"country\";s:2:\"id\";s:8:\"latitude\";d:-6.2199997901917001;s:9:\"longitude\";d:106.9700012207;}}}}', 'no'),
(1554, '_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1524930628', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1555, '_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"\n	Fri, 20 Apr 2018 21:07:41 +0000	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.0-alpha-43006\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 21:07:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Store\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"wp15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5753\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:345:\"May 27, 2018 is the 15th anniversary of the first WordPress release ﻿— and we can&#8217;t wait to celebrate! Party time! Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun: Check the WordPress 15th Anniversary website to see [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3948:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">﻿</a>— and we can&#8217;t wait to celebrate!</p>\n\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&#038;ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=2188&amp;ssl=1 2188w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=300%2C236&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=768%2C605&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=1024%2C806&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 342px) 100vw, 342px\" data-recalc-dims=\"1\" /></figure>\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun:</p>\n\n<ol>\n    <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there&#8217;s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n    <li>If there isn&#8217;t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n    <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don&#8217;t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>)  and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n    <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n    <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don&#8217;t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we&#8217;ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don&#8217;t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it&#8217;s going to be great! </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:188:\"GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3914:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes  enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n    <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n    <li>Create guidelines for plugins to become GDPR ready.</li>\n    <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n    <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n    <li>Adding a dedicated page for the policy.<br /></li>\n    <li>Adding privacy information from plugins.</li>\n    <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new &#8220;postbox&#8221; will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new &#8220;Privacy&#8221; page is added under the &#8220;Tools&#8221; menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see ﻿<a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:376:\"WordPress 4.9.5 is now available. This is a security and maintenance release for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately. WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6347:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n    <li>Don&#x27;t treat <code>localhost</code> as same host by default.</li>\n    <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n    <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">﻿coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n    <li>The previous styles on caption shortcodes have been restored.</li>\n    <li>Cropping on touch screen devices is now supported.</li>\n    <li>A variety of strings such as error messages have been updated for better clarity.</li>\n    <li>The position of an attachment placeholder during uploads has been fixed.</li>\n    <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n    <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you&#x27;d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click &quot;Update Now.&quot; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:317:\"With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March. WordPress Now Powers 30% of the Internet Over the last 15 years, the popularity and usage of [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4328:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team&#x27;s work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&amp;keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n    <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n    <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n    <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n    <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: February 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2018/03/the-month-in-wordpress-february-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Mar 2018 08:41:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5613\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:324:\"Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month. WordPress 4.9.3 &#38; 4.9.4 [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5936:\"<p>Judging by the flurry of activity across the WordPress project throughout February, it looks like everyone is really getting into the swing of things for 2018. There have been a lot of interesting new developments, so read on to see what the community has been up to for the past month.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.3 &amp; 4.9.4</h2>\n\n<p>Early in the month, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">version 4.9.3 of WordPress was released</a>, including a number of important bug fixes. Unfortunately it introduced a bug that prevented many sites from automatically updating to future releases. To remedy this issue, <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\">version 4.9.4 was released</a> the following day requiring many people to manually update their sites.</p>\n\n<p>While this kind of issue is always regrettable, the good thing is that it was fixed quickly, and that not all sites had updated to 4.9.3 yet, which meant they bypassed the bug in that version.</p>\n\n<p>You can find out more technical information about this issue <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">on the Core development blog</a>.</p>\n\n<h2>The WordCamp Incubator is Back</h2>\n\n<p>In 2016, the Global Community Team ran an experimental program to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event. This program was dubbed the WordCamp Incubator, and it was so successful in the three cities where it ran that <a href=\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\">the program is back for 2018</a>.</p>\n\n<p>Right now, the Community Team is looking for cities to be a part of this year’s incubator by <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\">taking applications</a>. Additionally, each incubator community will need an experienced WordCamp organizer to assist them as a co-lead organizer for their event — if that sounds interesting to you, then you can <a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-co-lead-application\">fill in the application form for co-leads</a>.</p>\n\n<p>You can find out further information about the WordCamp Incubator <a href=\"https://make.wordpress.org/community/2018/02/19/wordcamp-incubator-program-2018-announcement/\">on the Community Team blog</a>.</p>\n\n<h2>WordPress Meetup Roundtables scheduled for March</h2>\n\n<p>In order to assist local WordPress meetup organizers with running their meetup groups, some members of the Community Team have organized <a href=\"https://make.wordpress.org/community/2018/02/23/wordpress-meetup-roundtables-scheduled-for-march/\">weekly meetup roundtable discussions through the month of March</a>.</p>\n\n<p>These will be run as video chats at 16:00 UTC every Wednesday this month and will be a great place for meetup organizers to come together and help each other out with practical ideas and advice.</p>\n\n<p>If you are not already in the WordPress meetup program and would like to join, you can find out more information in <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/\">the WordPress Meetup Organizer Handbook</a>.</p>\n\n<h2>GDPR Compliance in WordPress Core</h2>\n\n<p>The General Data Protection Regulation (GDPR) is an upcoming regulation that will affect all online services across Europe. In order to prepare for this, a working group has been formed to make sure that WordPress is compliant with the GDPR regulations.</p>\n\n<p>Aside from the fact that this will be a requirement for the project going forward, it will also have an important and significant impact on the privacy and security of WordPress as a whole. The working group has posted <a href=\"https://make.wordpress.org/core/2018/02/19/proposed-roadmap-tools-for-gdpr-compliance/\">their proposed roadmap</a> for this project and it looks very promising.</p>\n\n<p>To get involved in building WordPress Core, jump into the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Making WordPress Slack group</a>, and follow <a href=\"https://make.wordpress.org/core/\">the Core team blog</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>WPShout published <a href=\"https://wpshout.com/complete-guide-wordpress-security/\">a thorough guide to WordPress security</a>.</li>\n    <li>The Community Team has published interesting statistics from the WordCamp program in <a href=\"https://make.wordpress.org/community/2018/02/27/wordcamps-in-2016/\">2016</a> and <a href=\"https://make.wordpress.org/community/2018/02/28/wordcamps-in-2017/\">2017</a>.</li>\n    <li><a href=\"https://make.wordpress.org/community/2018/02/15/potential-addition-of-a-new-onboarding-team/\">An intriguing proposal has been made</a> for a new ‘Onboarding’ team to be started in the WordPress project.</li>\n    <li>The new editing experience for WordPress, named Gutenberg, continues to be actively developed with <a href=\"https://make.wordpress.org/core/2018/02/16/whats-new-in-gutenberg-16th-february/\">a feature-packed release</a> this past month.</li>\n    <li>The Advanced WordPress Facebook group <a href=\"https://www.youtube.com/watch?v=4vS_jR5-nIo\">held an interview with WordPress co-founder, Matt Mullenweg</a> about the Gutenberg project.</li>\n    <li><a href=\"https://make.wordpress.org/meta/2018/02/27/two-factor-authentication-on-wp-org/\">Two factor authentication is on its way to the WordPress.org network</a> — this will be a great improvement to the overall security of the project.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordCamp Incubator 2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2018/02/wordcamp-incubator-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Feb 2018 22:53:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5577\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"WordCamps are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2450:\"<p><a href=\"https://central.wordcamp.org/\">WordCamps</a> are informal, community-organized events that are put together by a team of local WordPress users who have a passion for growing their communities. They are born out of active WordPress meetup groups that meet regularly and are able to host an annual WordCamp event. This has worked very well in many communities, with over 120 WordCamps being hosted around the world in 2017.<br /></p>\n\n<p>Sometimes though, passionate and enthusiastic community members can’t pull together enough people in their community to make a WordCamp happen. To address this, we introduced <a href=\"https://wordpress.org/news/2016/02/experiment-wordcamp-incubator/\">the WordCamp Incubator program</a> in 2016.<br /></p>\n\n<p>The goal of the incubator program is <strong>to help spread WordPress to underserved areas by providing more significant organizing support for their first WordCamp event.</strong> In 2016, members of <a href=\"https://make.wordpress.org/community/\">the global community team</a> worked with volunteers in three cities — Denpasar, Harare and Medellín — giving direct, hands-on assistance in making local WordCamps possible. All three of these WordCamp incubators <a href=\"https://make.wordpress.org/community/2017/06/30/wordcamp-incubator-report/\">were a great success</a>, so we&#x27;re bringing the incubator program back for 2018.<br /></p>\n\n<p>Where should the next WordCamp incubators be? If you have always wanted a WordCamp in your city but haven’t been able to get a community started, this is a great opportunity. We will be taking applications for the next few weeks, then will get in touch with everyone who applied to discuss the possibilities. We will announce the chosen cities by the end of March.<br /></p>\n\n<p><strong>To apply, </strong><a href=\"https://wordcampcentral.polldaddy.com/s/wordcamp-incubator-program-2018-city-application\"><strong>fill in the application</strong></a><strong> by March 15, 2018.</strong> You don’t need to have any specific information handy, it’s just a form to let us know you’re interested. You can apply to nominate your city even if you don’t want to be the main organizer, but for this to work well we will need local liaisons and volunteers, so please only nominate cities where you live or work so that we have at least one local connection to begin.<br /></p>\n\n<p>We&#x27;re looking forward to hearing from you!<br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5577\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:36:\"\n		\n		\n		\n		\n				\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.4 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-4-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Feb 2018 16:17:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5559\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:350:\"WordPress 4.9.4 is now available. This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4. Four years ago with WordPress 3.7 &#8220;Basie&#8221;, we added the ability [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Dion Hulse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1823:\"<p>WordPress 4.9.4 is now available.</p>\n<p>This maintenance release fixes a severe bug in 4.9.3, which will cause sites that support automatic background updates to fail to update automatically, and will require action from you (or your host) for it to be updated to 4.9.4.</p>\n<p>Four years ago with <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7 &#8220;Basie&#8221;</a>, we added the ability for WordPress to self-update, keeping your website secure and bug-free, even when you weren&#8217;t available to do it yourself. For four years it&#8217;s helped keep millions of installs updated with very few issues over that time. Unfortunately <a href=\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\">yesterdays 4.9.3 release</a> contained a severe bug which was only discovered after release. The bug will cause WordPress to encounter an error when it attempts to update itself to WordPress 4.9.4, and will require an update to be performed through the WordPress dashboard or hosts update tools.</p>\n<p>WordPress managed hosting companies who install updates automatically for their customers can install the update as normal, and we&#8217;ll be working with other hosts to ensure that as many customers of theirs who can be automatically updated to WordPress 4.9.4 can be.</p>\n<p>For more technical details of the issue, we&#8217;ve <a href=\"https://make.wordpress.org/core/2018/02/06/wordpress-4-9-4-release-the-technical-details/\">posted on our Core Development blog</a>. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.9.4&amp;group=component\">list of tickets</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.4</a> or visit Dashboard → Updates and click “Update Now.”</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5559\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 4.9.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/wordpress-4-9-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 05 Feb 2018 19:47:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5545\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"WordPress 4.9.3 is now available. This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the list of tickets and the changelog. Download WordPress 4.9.3 or visit Dashboard → Updates and click “Update Now.” Sites that support automatic [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Sergey Biryukov\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3421:\"<p>WordPress 4.9.3 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 4.9, including fixes for Customizer changesets, widgets, visual editor, and PHP 7.2 compatibility. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=4.9.3&amp;group=component\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/4.9?rev=42630&amp;stop_rev=42521\">changelog</a>.</p>\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.3</a> or visit Dashboard → Updates and click “Update Now.” Sites that support automatic background updates are already beginning to update automatically.</p>\n<p>Thank you to everyone who contributed to WordPress 4.9.3:</p>\n<p><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/abdullahramzan/\">abdullahramzan</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andreiglingeanu/\">andreiglingeanu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/coleh/\">coleh</a>, <a href=\"https://profiles.wordpress.org/darko-a7/\">Darko A7</a>, <a href=\"https://profiles.wordpress.org/desertsnowman/\">David Cramer</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a>, <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/lizkarkoski/\">lizkarkoski</a>, <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a>, <a href=\"https://profiles.wordpress.org/mattyrob/\">mattyrob</a>, <a href=\"https://profiles.wordpress.org/monikarao/\">Monika Rao</a>, <a href=\"https://profiles.wordpress.org/munyagu/\">munyagu</a>, <a href=\"https://profiles.wordpress.org/ndavison/\">ndavison</a>, <a href=\"https://profiles.wordpress.org/nickmomrik/\">Nick Momrik</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rishishah/\">rishishah</a>, <a href=\"https://profiles.wordpress.org/othellobloke/\">Ryan Paul</a>, <a href=\"https://profiles.wordpress.org/sasiddiqui/\">Sami Ahmed Siddiqui</a>, <a href=\"https://profiles.wordpress.org/sayedwp/\">Sayed Taqui</a>, <a href=\"https://profiles.wordpress.org/seanchayes/\">Sean Hayes</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shooper/\">Shawn Hooper</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/manikmist09/\">Sultan Nasir Uddin</a>, <a href=\"https://profiles.wordpress.org/tigertech/\">tigertech</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5545\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n		\n		\n		\n		\n				\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: January 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2018/02/the-month-in-wordpress-january-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Feb 2018 08:10:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5541\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:339:\"Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project. WordPress 4.9.2 Security and Maintenance Release On January 16, WordPress [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3840:\"<p>Things got off to a gradual start in 2018 with momentum starting to pick up over the course of the month. There were some notable developments in January, including a new point release and work being done on other important areas of the WordPress project.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress 4.9.2 Security and Maintenance Release</h2>\n\n<p>On January 16, <a href=\"https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/\">WordPress 4.9.2 was released</a> to fix an important security issue with the media player, as well as a number of other smaller bugs. This release goes a long way to smoothing out the 4.9 release cycle with the next point release, v4.9.3, <a href=\"https://make.wordpress.org/core/2018/01/31/wordpress-4-9-3-release-pushed-to-february-5th/\">due in early February</a>.</p>\n\n<p>To get involved in building WordPress Core, jump into the #core channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>, and follow<a href=\"https://make.wordpress.org/core/\"> the Core team blog</a>.</p>\n\n<h2>Updated Plugin Directory Guidelines</h2>\n\n<p>At the end of 2017, <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/\">the guidelines for the Plugin Directory</a> received a significant update to make them clearer and expanded to address certain situations. This does not necessarily make these guidelines complete, but rather more user-friendly and practical; they govern how developers build plugins for the Plugin Directory, so they need to evolve with the global community that the Directory serves.</p>\n\n<p>If you would like to contribute to these guidelines, you can make a pull request to <a href=\"https://github.com/WordPress/wporg-plugin-guidelines\">the GitHub repository</a> or email <a href=\"mailto:plugins@wordpress.org\">plugins@wordpress.org</a>. You can also jump into the #pluginreview channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>Near the end of last year a lot of work was put into improving the standards in the WordPress core codebase and now <a href=\"https://make.wordpress.org/core/2017/11/30/wordpress-php-now-mostly-conforms-to-wordpress-coding-standards/\">the entire platform is at nearly 100% compliance with the WordPress coding standards</a>.</li>\n    <li>Gutenberg, the new editor coming to WordPress core in the next major release, <a href=\"https://make.wordpress.org/core/2018/01/25/whats-new-in-gutenberg-25th-january/\">was updated to v2.1 this month</a> with some great usability and technical improvements.</li>\n    <li>The Global Community Team is <a href=\"https://make.wordpress.org/community/2018/01/16/2018-goals-for-the-global-community-team-suggestions-time/\">taking suggestions for the goals of the Community program in 2018</a>.</li>\n    <li><a href=\"https://online.wpcampus.org/\">WPCampus Online</a>, a digital conference focused on WordPress in higher education, took place on January 30. The videos of the event sessions will be online soon.</li>\n    <li>A WordPress community member <a href=\"https://wptavern.com/new-toolkit-simplifies-the-process-of-creating-gutenberg-blocks\">has released a toolkit</a> to help developers build blocks for Gutenberg.</li>\n    <li>The community team that works to improve the WordPress hosting experience is relatively young, but <a href=\"https://make.wordpress.org/hosting/2018/01/25/hosting-meeting-notes-january-10-2018/\">they have been making some great progress recently</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:39:\"\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n				\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 4.9.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/01/wordpress-4-9-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Jan 2018 23:00:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"4.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5376\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"WordPress 4.9.2 is now available. This is a security and maintenance release for all versions since WordPress 3.7﻿. We strongly encourage you to update your sites immediately. An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Ian Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3946:\"<p>WordPress 4.9.2 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7﻿. We strongly encourage you to update your sites immediately.</p>\n\n<p>An XSS vulnerability was discovered in the Flash fallback files in MediaElement, a library that is included with WordPress. Because the Flash files are no longer needed for most use cases, they have been removed from WordPress.</p>\n\n<p>MediaElement has released a new version that contains a fix for the bug, and <a href=\"https://wordpress.org/plugins/mediaelement-flash-fallbacks/\">a WordPress plugin containing the fixed files</a> is available in the plugin repository.</p>\n\n<p>Thank you to the reporters of this issue for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">responsible security disclosure</a>: <a href=\"https://opnsec.com\">Enguerran Gillier</a> and <a href=\"https://widiz.com/\">Widiz﻿</a>.</p>\n\n<p>21 other bugs were fixed in WordPress 4.9.2. Particularly of note were:</p>\n\n<ul>\n    <li>JavaScript errors that prevented saving posts in Firefox have been fixed.</li>\n    <li>The previous taxonomy-agnostic behavior of <code>get_category_link()</code> and <code>category_description()</code> was restored.</li>\n    <li>Switching themes will now attempt to restore previous widget assignments, even when there are no sidebars to map.<br /></li>\n</ul>\n\n<p>The Codex has <a href=\"https://codex.wordpress.org/Version_4.9.2\">more information about all of the issues fixed in 4.9.2</a>, if you&#x27;d like to learn more.</p>\n\n<p>﻿<a href=\"https://wordpress.org/download/\"></a><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.2</a> or venture over to Dashboard → Updates and click &quot;Update Now.&quot; Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.2:</p>\n\n<p><a href=\"https://profiles.wordpress.org/0x6f0/\">0x6f0</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/aduth/\">Andrew Duthie</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/blobfolio/\">Blobfolio</a>, <a href=\"https://profiles.wordpress.org/boonebgorges/\">Boone Gorges</a>, <a href=\"https://profiles.wordpress.org/icaleb/\">Caleb Burks</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/chasewg/\">chasewg</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/hardik-amipara/\">Hardik Amipara</a>, <a href=\"https://profiles.wordpress.org/ionvv/\">ionvv</a>, <a href=\"https://profiles.wordpress.org/jaswrks/\">Jason Caldwell</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/johnschulz/\">johnschulz</a>, <a href=\"https://profiles.wordpress.org/juiiee8487/\">Juhi Patel</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/markjaquith/\">Mark Jaquith</a>, <a href=\"https://profiles.wordpress.org/rabmalin/\">Nilambar Sharma</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/rinkuyadav999/\">Rinku Y</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, and <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a>.﻿<strong></strong><br /></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"5376\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 28 Apr 2018 03:50:28 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Fri, 20 Apr 2018 21:07:41 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20180327153057\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1556, '_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1524930628', 'no'),
(1557, '_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca', '1524887428', 'no'),
(1558, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1524930629', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1559, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Post Status: The meta episode — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45443\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://poststatus.com/the-meta-episode-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2135:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p>In this episode, Brian and Brian discuss meta data in WordPress, including the challenge of implementing data into new tools, such as the REST API and the Gutenberg editor.</p>\n<!--[if lt IE 9]><script>document.createElement(\'audio\');</script><![endif]-->\n<a href=\"https://audio.simplecast.com/3a6227a2.mp3\">https://audio.simplecast.com/3a6227a2.mp3</a>\n<p><a href=\"https://audio.simplecast.com/3a6227a2.mp3\">Direct Download</a></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2018/04/26/completing-the-implementation-of-metadata-registration-with-the-rest-api/\">Completing the implementation of meta data registration with the REST API</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/04/23/gutenberg-rest-api-and-you/\">Gutenberg, REST API, and You</a></li>\n<li><a href=\"https://github.com/alleyinteractive/wordpress-fieldmanager\">Fields Manager</a></li>\n<li><a href=\"https://www.advancedcustomfields.com/\">Advanced Custom Fields</a></li>\n<li><a href=\"https://cmb2.io/\">CMB2</a></li>\n</ul>\n<h3>Sponsor: Pippin&#8217;s Plugins</h3>\n<p>This episode is sponsored by Pippin’s Plugins. <a href=\"http://pippinsplugins.com/\">Pippin’s Plugins</a> creates a suite of plugins that work great alone, or together. Whether you need to restrict content, sell downloads, or start an affiliate program, they’ve got you covered. For more information, check out their <a href=\"http://pippinsplugins.com/\">website</a> and thank you to Pippin’s Plugins for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Apr 2018 20:10:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"WPTavern: A Gutenberg Migration Guide for Developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wptavern.com/a-gutenberg-migration-guide-for-developers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1423:\"<p>In order to help developers learn how to migrate from the classic editor to Gutenberg, Daniel Bachhuber has launched a <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">Gutenberg Migration Guide</a>. Bachhuber is <a href=\"https://make.wordpress.org/core/2018/04/26/your-help-wanted-gutenberg-migration-guide/\">seeking the community&#8217;s help</a> in identifying and filling a database to document all of the ways the classic editor can be customized.<br /></p>\n\n<blockquote class=\"wp-block-quote\">\n    <p> Take a look through the <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide\">Gutenberg Migration Guide</a>. For each action, filter, and so on, we’d like to document real-world examples of how they’ve been used. Then, for each of those real-world examples, identify how the feature might be replicated in Gutenberg.</p><cite>Daniel Bachhuber</cite></blockquote>\n\n<p>He uses the media_buttons action as an example. This action is commonly used to add a button to the top of the editor. Developers can accomplish the same task in Gutenberg <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/blob/master/action-media-buttons.md\">using the block inserter</a>. </p>\n\n<p>If you have any questions or suggestions, you&#8217;re encouraged to <a href=\"https://github.com/danielbachhuber/gutenberg-migration-guide/issues\">create a new issue</a> on GitHub. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Apr 2018 20:06:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: WPWeekly Episode 313 – BuddyPress, Gutenberg, and An Upcoming Anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=80519&preview=true&preview_id=80519\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wptavern.com/wpweekly-episode-313-buddypress-gutenberg-and-an-upcoming-anniversary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2714:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start the show with a shout out to <a href=\"https://webdevstudios.com/2018/04/24/10-years-webdevstudios/\">WebDevStudios</a>, a web development agency that&#8217;s celebrating its 10th year in business. We then cover what&#8217;s new in BuddyPress 3.0, why plugins hosted on WordPress.org can no longer claim legal compliance, and what to expect from 0.7 of the AMP for WordPress plugin. Last but not least, we share what&#8217;s new in Gutenberg 2.7 and explain why you shouldn&#8217;t edit content written in Gutenberg with the WordPress for iOS app just yet.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\">Celebrate the WordPress 15th Anniversary on May 27</a><br />\n<a href=\"https://wptavern.com/plugins-hosted-on-wordpress-org-can-no-longer-guarantee-legal-compliance\">Plugins Hosted on WordPress.org Can No Longer Guarantee Legal Compliance</a><br />\n<a href=\"https://wptavern.com/buddypress-3-0-beta-2-released\">BuddyPress 3.0 Beta 2 Released</a><br />\n<a href=\"https://wptavern.com/wordpress-accessibility-team-is-seeking-contributors-for-its-handbook-project\">WordPress Accessibility Team Is Seeking Contributors for Its Handbook Project</a><br />\n<a href=\"https://wptavern.com/amp-for-wordpress-0-7-rc-1-released\">AMP for WordPress 0.7 RC 1 Released</a><br />\n<a href=\"https://wptavern.com/gutenberg-2-7-released-adds-ability-to-edit-permalinks\">Gutenberg 2.7 Released, Adds Ability to Edit Permalinks</a><br />\n<a href=\"https://wptavern.com/wordpress-for-ios-and-gutenberg-dont-get-along\">WordPress for iOS and Gutenberg Don’t Get Along</a><br />\n<a href=\"https://wptavern.com/talking-gutenberg-on-episode-eight-of-the-drunken-ux-podcast\">Talking Gutenberg on Episode Eight of the Drunken UX Podcast</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://deliciousbrains.com/building-wordpress-plugins/\">Delicious Brains explains how they create and release WordPress plugins.</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, May 2nd 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #313:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Apr 2018 02:08:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WPTavern: AMP for WordPress 0.7 RC 1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80438\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wptavern.com/amp-for-wordpress-0-7-rc-1-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1966:\"<p>XWP, Automattic, and Google&#8217;s AMP team, <a href=\"https://make.xwp.co/2018/04/23/wordpress-amp-plugin-0-7-rc1/\">has released</a> 0.7 Release Candidate 1 of the <a href=\"https://wordpress.org/plugins/amp/\">AMP for WordPress plugin﻿</a>. Hinted at during <a href=\"https://www.youtube.com/watch?v=GGS-tKTXw4Y\">AMP Conf 2018</a> earlier this year, 0.7 is a major release that contains significant new features.</p>\n\n<p>This release adds Native AMP support for all of the default widgets, embeds, and commenting. Notifications will be triggered for posts that contain content with validation errors or if you use a theme or plugin that adds invalid AMP markup.</p>\n\n<p>While earlier versions of AMP displayed content in a way that was different from a site&#8217;s theme, 0.7 creates a native experience. For example, if you visit the <a href=\"https://ampdemo.xwp.io/\">AMP Conf WordPress Theme Demo site</a> on an iPhone 7, the site looks exactly the same. As you can see in the image below, you can&#8217;t tell it&#8217;s running AMP. <br /></p>\n\n<img />\n    AMP Conf Demo Theme\n\n\n<p>Before 0.7 is officially released, the development team is asking for users to put 0.7 RC 1 through its paces and <a href=\"https://github.com/Automattic/amp-wp/issues\">report issues</a> on the project&#8217;s GitHub page. You can download the <a href=\"https://github.com/Automattic/amp-wp/releases/download/0.7-RC1/amp.zip\">pre-release version here</a>.﻿<br />.﻿<br /></p>\n\n<p>For more information on the AMP project, <a href=\"https://wptavern.com/wpweekly-episode-309-all-amped-up\">listen to episode 309 of WordPress Weekly</a> where I interviewed <a href=\"https://medinathoughts.com/\">Alberto Medina</a>, Developer Advocate working with the Web Content Ecosystems Team at Google, and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, CTO of XWP. In this interview, we covered why the project was created, its future, and its potential impacts on the Open Web. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Apr 2018 17:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: How Delicious Brains Creates and Releases WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80410\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/how-delicious-brains-creates-and-releases-wordpress-plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"<p>Delicious Brains have <a href=\"https://deliciousbrains.com/building-wordpress-plugins/\">published the process</a> they use for creating and releasing WordPress plugins. The post covers development, brainstorming, reviewing, testing, and wire frames. The team also describes the products and services they use and the roles they play within their projects. How is their process different or similar to yours?<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Apr 2018 16:32:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"HeroPress: Second Careers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2514\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://heropress.com/second-careers/#utm_source=rss&utm_medium=rss&utm_campaign=second-careers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3381:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/05/042418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I\'d rather solve the right problem with code that has room for improvement, than solve the wrong problem with perfect code.\" /><p>I&#8217;m always fascinated by people who find second careers when they&#8217;re at the top of their game in the first one. To be really excellent at something and then switch to something else altogether is fascinating to see. Very often those people bubble to the top of whatever career they venture into.</p>\n<p>This week&#8217;s HeroPress replay is titled &#8220;<a href=\"https://heropress.com/essays/moving-on-from-moving-on-stage/\">Moving On From Moving On Stage</a>&#8221; by Karin Taliga. Karin is a dancer, and has had a rich and full career in that field. But the web called to her. Like the siren&#8217;s song, always keening &#8220;Come play here, it&#8217;s wonderful!&#8221;</p>\n<p>When someone recommended I contact Karin 2 years ago she was winding up her dancing career and moving into a full time career as a web developer. The whole concept of a second career sounds exciting. I&#8217;ve always thought of &#8220;career&#8221; as something you do your whole life. But Karin has more adult life ahead of her than behind her, and I&#8217;m super excited to see where she goes with it.</p>\n<p>Check out Karin&#8217;s original post from May of 2016.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/moving-on-from-moving-on-stage/\">Moving On From Moving On Stage</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Second Careers\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Second%20Careers&via=heropress&url=https%3A%2F%2Fheropress.com%2Fsecond-careers%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Second Careers\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fsecond-careers%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fsecond-careers%2F&title=Second+Careers\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Second Careers\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/second-careers/&media=https://heropress.com/wp-content/uploads/2016/05/042418-150x150.jpg&description=Second Careers\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Second Careers\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/second-careers/\" title=\"Second Careers\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/second-careers/\">Second Careers</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 25 Apr 2018 11:30:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: WordPress for iOS and Gutenberg Don’t Get Along\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80236\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wptavern.com/wordpress-for-ios-and-gutenberg-dont-get-along\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3064:\"<p>When it comes to editing and crafting content on the go, the <a href=\"https://apps.wordpress.com/mobile/\">WordPress Mobile apps</a> are a good choice. The question is, how does the editor in the iOS app interact with content written in Gutenberg? Let&#8217;s find out.</p>\n\n<h2>Quick Edits Turn Into Lengthy, Frustrating Fixes<br /></h2>\n\n<p>For testing purposes, I used a simple scenario that many users may run into. I&#8217;ve written and published a post in Gutenberg using paragraph, unordered lists, and image blocks. I then used the WordPress for iOS mobile app to access the post, correct a typo, and save it. The goal is to see if content is affected by saving it in a different editor.<br /></p>\n\n<p>Here is what the content looks like written and published in Gutenberg.</p>\n\n<img />\n    Content Written and Published in Gutenberg\n\n\n<p>Here is what the post looks like in the iOS app. It displays what appears to be Comment shortcodes at the beginning of each paragraph.<br /></p>\n\n<img />\n    Gutenberg Content in WordPress for Ios\n\n\n<p>After correcting a typo and saving the changes, this is what happened to the post. As you can see, what was supposed to be a quick fix has turned into a lengthy process of fixing the entire article in Gutenberg.</p>\n\n<img />\n    Content Written in Gutenberg After Editing in the WordPress for iOS App\n\n\n<p>All of the content runs together as one giant block. To say that this is frustrating is an understatement, especially if you&#8217;re on the road and don&#8217;t have access to a desktop or tablet that can load the WordPress backend.  <br /></p>\n\n<p>Here is what the content looks like in Gutenberg after saving the edits in the iOS app. There are large gaps and a few of the blocks have warnings stating that they appear to have been modified externally.</p>\n\n<img />\n    Content in Gutenberg After It Was Edited in the WordPress for iOS App\n\n\n<p>Clicking the convert to block buttons turns the messages into blocks but it doesn&#8217;t return the formatting and in some cases, content goes missing. Before editing in the iOS app, this block contained a quote with a citation. Now it&#8217;s empty. <br /></p>\n\n<img />\n    Quote Block Is Missing Content\n\n\n<p>WordPress has post revisions so I was able to quickly restore the breaking changes introduced by the iOS app. But this user experience between Gutenberg and the WordPress for iOS app is a great example of how something so simple can easily turn into a perceived disaster by users and ultimately, tarnish the new editor&#8217;s reputation.</p>\n\n<p>Searching the Gutenberg repository on Github for iOS <a href=\"https://github.com/WordPress/gutenberg/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+ios\">produces some results</a>, but none refer to the compatibility issues I experienced. </p>\n\n<p>I found out the hard way and will not be making any more changes to posts written in Gutenberg in the iOS app until compatibility between both editors exists. I recommend you don&#8217;t as well unless you want to fix a lot more than a typo. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 24 Apr 2018 23:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"Dev Blog: Celebrate the WordPress 15th Anniversary on May 27\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3246:\"<p>May 27, 2018 is the <strong>15th anniversary</strong> of the <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first WordPress release</a> <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">﻿</a>— and we can&#8217;t wait to celebrate!</p>\n\n<img src=\"https://i1.wp.com/wordpress.org/news/files/2018/04/wp15_mark-1.png?resize=342%2C268&ssl=1\" alt=\"\" class=\"wp-image-5841\" width=\"342\" height=\"268\" />\n\n<h2>Party time!</h2>\n\n<p>Join WordPress fans all over the world in celebrating the 15th Anniversary of WordPress by throwing your own party! Here&#8217;s how you can join in the fun:</p>\n\n<ol>\n    <li>Check the <a href=\"https://wp15.wordpress.net/about/\">WordPress 15th Anniversary website</a> to see if there&#8217;s a party already planned for your town. If there is, RSVP for the party and invite your friends!<br /></li>\n    <li>If there isn&#8217;t, then pick a place to go where a bunch of people can be merry — a park, a pub, a backyard; any family-friendly venue will do!</li>\n    <li>List your party with <a href=\"https://www.meetup.com/pro/wordpress/\">your local WordPress meetup group</a> (Don&#8217;t have a group? <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/welcome/#starting-a-new-meetup-com-group\">Start one!</a>)  and then spread the word to other local meetups, tech groups, press, etc and get people to say they’ll come to your party.</li>\n    <li><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/wordpress-15th-anniversary-celebrations/#request-wordpress-15th-anniversary-swag\">Request</a> some special 15th anniversary WordPress swag (no later than April 27, please, so we have time to ship it to you).<br /></li>\n    <li>Have party attendees post photos, videos, and the like with the #WP15 hashtag, and <a href=\"https://wp15.wordpress.net/live/\">check out the social media stream</a> to see how the rest of the world is sharing and celebrating.</li>\n</ol>\n\n<p>Don&#8217;t miss this chance to participate in a global celebration of WordPress!<br /></p>\n\n<h2>Special Swag</h2>\n\n<p>In honor of the 15th anniversary, we’ve added some <a href=\"https://mercantile.wordpress.org/product-category/wordpress-15/\">special 15th anniversary items</a> in the swag store — you can use the offer code <strong>CELEBRATEWP15</strong> to take 15% off this (and any other WordPress swag you buy), all the way through the end of 2018!</p>\n\n<p>Keep checking the swag store, because we&#8217;ll be adding more swag over the next few weeks!</p>\n\n<h2>Share the fun</h2>\n\n<p>However you celebrate the WordPress 15th anniversary — with <a href=\"https://wp15.wordpress.net/about/\">a party</a>, with <a href=\"https://wp15.wordpress.net/swag/\">commemorative swag</a>, by <a href=\"https://wp15.wordpress.net/live/\">telling the world</a> what WordPress means to you — remember to use the #WP15 hashtag to share it! And don&#8217;t forget to <a href=\"https://wp15.wordpress.net/live/\">check the stream of WordPress 15th anniversary posts</a>.</p>\n\n<p>When <a href=\"https://venturebeat.com/2018/03/05/wordpress-now-powers-30-of-websites/\">30% of the internet</a> has a reason to celebrate, you know it&#8217;s going to be great! </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 21:07:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Andrea Middleton\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Gutenberg 2.7 Released, Adds Ability to Edit Permalinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80121\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://wptavern.com/gutenberg-2-7-released-adds-ability-to-edit-permalinks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1977:\"<p>Gutenberg 2.7 <a href=\"https://wordpress.org/plugins/gutenberg/\">is available</a> for testing and not only does it refine the visuals around block controls, it adds the highly requested ability to <a href=\"https://github.com/WordPress/gutenberg/pull/5756\">edit permalinks</a>.</p>\n\n<img />\n    Editing Permalinks in Gutenberg 2.7\n\n\n<p>A new pagination block is available that adds a page break, allowing users to break posts into multiple pages. The block is located in the <strong>Blocks &#8211; Layout Elements</strong> section.</p>\n\n<p>There are a number of changes to the link insertion interface. Gutenberg 2.7 brings back the option to have links open in the same window.<br /></p>\n\n<img />\n    Toggle Determines Whether Links Open in a New Window\n\n\n<p>When editing linked text, the Unlink icon now stays in the toolbar instead of displaying within the link options modal. When adding links, there&#8217;s a URL suggestion tool similar to what&#8217;s available in WordPress&#8217; current editor.</p>\n\n<p>What will be welcomed news to plugin developers, the <a href=\"https://github.com/WordPress/gutenberg/pull/6031\">PluginSidebar API</a> is ﻿exposed and considered final. According to the pull request, this change does the following.</p>\n\n<blockquote class=\"wp-block-quote\">\n    <p>Refactors all the existing Sidebar components to share the same set components and removes duplicated custom CSS styles applied to <code>&lt;PluginSidebar /></code>. There are no changes to the public API of <code>&lt;PublicSidebar /></code> component, other than it is going to be available under <code>wp.editPost.PluginSidebar</code>.</p><cite>Grzegorz Ziółkowski<br /></cite></blockquote>\n\n<p>This release, like the others before it, has a changelog that&#8217;s a mile long. Please check out the <a href=\"https://make.wordpress.org/core/2018/04/18/whats-new-in-gutenberg-18th-april/\">release post</a> for a detailed list of changes and links to issues on GitHub. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 03:05:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: WordPress Accessibility Team Is Seeking Contributors for Its Handbook Project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=80068\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://wptavern.com/wordpress-accessibility-team-is-seeking-contributors-for-its-handbook-project\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1290:\"<p>The <a href=\"https://make.wordpress.org/accessibility/\">WordPress Accessibility team</a> is seeking contributors for its <a href=\"https://make.wordpress.org/accessibility/handbook/\">handbook project</a>. It&#8217;s a collection of tips, resources, <a href=\"https://make.wordpress.org/accessibility/handbook/which-tools-can-i-use/\">tools</a>, and <a href=\"https://make.wordpress.org/accessibility/handbook/best-practices/\">best practices</a>. The goal is to educate users through summaries, articles, and reference materials.<br /></p>\n\n<p>The handbook was created after the accessibility team repeatedly noticed the same accessibility issues cropping up and not having a central place to send people to learn about them.</p>\n\n<p>The team is looking for people to review articles, discover resources to add to the handbook, and suggest topics to cover. If you&#8217;re interested in contributing, please join the #<a href=\"https://wordpress.slack.com/archives/C6PK2QCTY\">accessibility-docs</a> channel on <a href=\"https://make.wordpress.org/chat/\">Slack</a> where you can ask questions and learn more about the project.</p>\n\n<p>Also, consider following <a href=\"https://twitter.com/WPAccessibility\">WPAccessibility</a> on Twitter to keep tabs on team projects and links to resources. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Apr 2018 01:57:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WPTavern: BuddyPress 3.0 Beta 2 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79984\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://wptavern.com/buddypress-3-0-beta-2-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1844:\"<p>The BuddyPress development team <a href=\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\">has released</a> Beta 2 of BuddyPress 3.0. BuddyPress 3.0 is a major release that contains some significant changes. A new template pack called Nouveau will replace the bp-legacy template packs introduced in BuddyPress 1.7.</p>\n\n<p>The new template pack has been refactored to be semantic, accessible, and use a new set of markup files. Loops, members, and activity areas now run under Backbone to provide a smoother experience. JavaScript has been rewritten to be more modular and have better structure. <br /></p>\n\n<img />\n    BuddyPress 3.0 Customizer Options\n\n\n<p>BuddyPress 3.0 utilizes the Customizer by providing options to manipulate the Nouveau template pack or the site itself. For example, you can modify a user&#8217;s navigation options from the frontend. There&#8217;s also an option to adjust the number of columns for the Members loop. </p>\n\n<p>There are <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&milestone=3.0&page=2&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">138 tickets closed</a> in this release. In addition to what&#8217;s noted above, 3.0 will <a href=\"https://buddypress.trac.wordpress.org/ticket/7722\">remove support for WordPress 4.3 and below</a> and BuddyPress functions for bbPress 1.x forums <a href=\"https://buddypress.trac.wordpress.org/ticket/6851\">will be deprecated</a>.</p>\n\n<p>Considering the scope and breadth of changes in 3.0, users are highly encouraged to test <a href=\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\">BuddyPress 3.0 Beta 2</a>. If you encounter any issues, please report them in the <a href=\"https://buddypress.org/support/forum/how-to/\">Troubleshooting and How-to</a> section of the support forums. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Apr 2018 22:55:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"HeroPress: Where WordPress REALLY Matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2509\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://heropress.com/where-wordpress-really-matters/#utm_source=rss&utm_medium=rss&utm_campaign=where-wordpress-really-matters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3591:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/03/041818-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The silence is there. But it no longer scares me.\" /><p>A couple years ago I was given possibly the biggest gift the WordPress community has ever given me. The organizers of WordCamp Pune called me to speak, and the community sent me. It was an amazing experience that changed my life.</p>\n<p>While I was there I met Mahangu Weerasinghe, a wonderful man from Sri Lanka. He spoke about things that really really resonated with me. His talk was about linguistic accessibility to the Internet in Southeast Asia. Many people told me that English is enough to communicate to all of India, but Mahangu pointed out that MILLIONS of people in Southeast Asia cannot read or understand a single language on the web, let alone English.</p>\n<p>WordPress can change that, and that&#8217;s where WordPress really matters.  It&#8217;s wonderful that people around the world can make a living with it, and it&#8217;s wonderful that it gives creative outlet to so many, but <strong>important</strong> that WordPress can give global voice to those who have none.</p>\n<p>Mahangu felt for a long time that he had no voice. WordPress changed that for him, and now he&#8217;s using WordPress to change that for everyone.  He&#8217;s been hugely inspirational to me, and I hope he is for you as well.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/breaking-the-silence/\">Breaking the Silence</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Where WordPress REALLY Matters\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Where%20WordPress%20REALLY%20Matters&via=heropress&url=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Where WordPress REALLY Matters\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fwhere-wordpress-really-matters%2F&title=Where+WordPress+REALLY+Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Where WordPress REALLY Matters\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/where-wordpress-really-matters/&media=https://heropress.com/wp-content/uploads/2016/03/041818-150x150.jpg&description=Where WordPress REALLY Matters\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Where WordPress REALLY Matters\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/where-wordpress-really-matters/\" title=\"Where WordPress REALLY Matters\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/where-wordpress-really-matters/\">Where WordPress REALLY Matters</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 18 Apr 2018 12:00:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Matt: Abstract Aluminum\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48051\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://ma.tt/2018/04/abstract-aluminum/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"<p>You probably haven&#8217;t thought much about beer cans, Abstract Aluminum Space, the Midwest Premium, and how it all ties into Goldman Sachs, so you should read <a href=\"https://www.bloomberg.com/view/articles/2014-09-03/the-goldman-sachs-aluminum-conspiracy-lawsuit-is-over\">how the Goldman Sachs aluminum conspiracy lawsuit is over</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 21:57:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"BuddyPress: BuddyPress 3.0 Beta 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=272059\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://buddypress.org/2018/04/buddypress-3-0-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3509:\"<p>It&#8217;s with a huge amount of pleasure and excitement that we&#8217;re announcing the Beta 2 release of BP 3.0 today ready for testing and feedback.</p>\n<p>BuddyPress 3.0 will be a major milestone release for us and one we&#8217;re all really excited about, it&#8217;s been a long time coming but finally we are close to releasing the first template pack for BP, this is a completely new &#8216;theme&#8217; or set of template files and functionality designed to replace bp-legacy which has served us so well since it&#8217;s inception way back in the  major release of 1.7 where we introduced &#8216;Theme Compatibility&#8217;, and we&#8217;re all really eager for any feedback during these beta phases you may grab a copy of our beta1 release <a href=\"https://downloads.wordpress.org/plugin/buddypress.3.0.0-beta1.zip\">here</a> to test with.</p>\n<p>Nouveau &#8211; as our new template pack has been named &#8211; provides an all new clean set of markup files, refactored from the ground up to be semantic and accessible. Styles are re-written and provided as Sass partials for developers if wanting to build out new packs. A lot of core functionality for components has been re-written and re-located to be sourced from include files by component in the template directory which allows even easier access to modify functions by overloading to a new theme or child theme. Our major loops, members, activity etc have been re-factored to run under Backbone for a smooth Ajax experience and indeed all the Javascript functionality is re-written to be far more modular than it was before and has a far better modern feel to it&#8217;s structuring.</p>\n<p>For the first time we have brought in the Customizer to provide user option choices and a range of layout configurations may be selected. In our initial offering we have provided various layout options for the main BP navigation elements  allowing for vertical navs or horizontal, tab effect where suitable. for the component loops such as members, Groups we provide an option to display in a grid layout &amp; at row quantity options or simply as a flat classic list layout.</p>\n<p>While we are really excited about Nouveau 3.0 also has many other improvements to offer and you can <a href=\"https://buddypress.trac.wordpress.org/query?status=closed&milestone=3.0&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">view a list of all closed tickets for 3.0</a></p>\n<p>As always your feedback and testing is an invaluable part of our releases, helping us to catch any last minute bugs.<br />\nYou can download the beta release for testing at <a href=\"https://downloads.wordpress.org/plugin/buddypress.3.0.0-beta1.zip\">downloads.wordpress.org</a> and install on a local copy of WordPress ( please remember this is a beta release and should not be run on an active production site). Any issues found can be reported on our Trac by creating a <a href=\"https://buddypress.trac.wordpress.org/newticket\">new ticket</a></p>\n<p>If you&#8217;re a developer comfortable with SVN you might like to checkout a development copy which you can do <a href=\"https://svn.buddypress.org/trunk\">from this link</a> patches can be submitted to existing tickets or issues found reported on a new ticket.</p>\n<p>Further guidance on contributing to BuddyPress is covered on our <a href=\"https://codex.buddypress.org/participate-and-contribute/\">Contributor guidelines page</a> in our <a href=\"https://codex.buddypress.org/\">Codex</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 20:30:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Hugo Ashmore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Talking Gutenberg on Episode Eight of the Drunken UX Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79942\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://wptavern.com/talking-gutenberg-on-episode-eight-of-the-drunken-ux-podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:738:\"<p>Last week, I had the pleasure of joining Michael Fienen and Aaron Hill, hosts of the Drunken UX podcast, to <a href=\"https://drunkenux.com/podcast/8-sweet-home-automattic-where-we-use-gutenberg/\">discuss Gutenberg</a>. We covered a lot of topics, including, why Gutenberg was created, our experiences, its timeline, pros, cons, resources, our biggest concerns, and what developers and freelancers need to know.</p>\n\n<p>The show is one hour and thirty minutes in length. By the way, please don&#8217;t criticize my drink of choice.</p>\n\n\n    <blockquote class=\"wp-embedded-content\"><a href=\"https://drunkenux.com/podcast/8-sweet-home-automattic-where-we-use-gutenberg/\">#8: Sweet Home Automattic, Where We Use Gutenberg</a></blockquote>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Apr 2018 00:14:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: Plugins Hosted on WordPress.org Can No Longer Guarantee Legal Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79884\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/plugins-hosted-on-wordpress-org-can-no-longer-guarantee-legal-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2105:\"<p>The plugin review team has amended <a href=\"https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/#9-developers-and-their-plugins-must-not-do-anything-illegal-dishonest-or-morally-offensive\">guideline number nine</a> which states, <em>developers and their plugins must not do anything illegal, dishonest, or morally offensive</em>, to include the following statement:</p>\n\n<ul>\n    <li>Implying that a plugin can create, provide, automate, or guarantee legal compliance</li>\n</ul>\n\n<p>Mika Epstein, a member of the WordPress.org plugin review team, <a href=\"https://make.wordpress.org/plugins/2018/04/12/legal-compliance-added-to-guidelines/\">says</a> the change was made because plugins by themselves can not provide legal compliance. <br /></p>\n\n<blockquote class=\"wp-block-quote\">\n    <p>Sadly, no plugin in and of itself can provide legal compliance. While a plugin can certainly <em>assist</em> in automating the steps on a compliance journey, or allow you to develop a workflow to solve the situation, they cannot protect a site administrator from mistakes or lack of compliance, nor can they protect site users from incorrect or incomplete legal compliance on the part of the web site.</p><cite>Mika Epstein</cite></blockquote>\n\n<p>Since sites can have any combination of WordPress plugins and themes activated, it&#8217;s nearly impossible for a single plugin to make sure they&#8217;re 100% legally compliant.</p>\n\n<p>Plugin developers affected by this change will be contacted by the review team and be asked to change their titles, descriptions, plugin header images, and or the text within the readme.</p>\n\n<p>Instead of claiming compliance, the team has published a <a href=\"https://developer.wordpress.org/plugins/wordpress-org/compliance-disclaimers/\">frequently asked questions</a> document that recommends plugin authors explain how the plugin will assist in compliance. If you have any questions, please leave a comment on the <a href=\"https://make.wordpress.org/plugins/2018/04/12/legal-compliance-added-to-guidelines/\">announcement post</a>. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Apr 2018 23:35:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Post Status: All about you(r privacy) — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://poststatus.com/all-about-your-privacy-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2485:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, the two Brians discuss the current conversations and controversy surrounding data collection and visitor privacy on the web. The duo dig in to the General Data Protection Regulation (GDPR) and what it means for you both as site visitors and site owners and, in particular, how WordPress core and plugin authors are (or should be) responding to the new regulation. It’s a pretty deep topic with many implications and ramifications. Be sure to follow the episode links, too, so that you can be best informed and prepared for when GDPR goes into effect on May 25, 2018.</span></p>\n<p></p>\n<p>Links</p>\n<ul>\n<li><a href=\"https://www.cjr.org/tow_center_reports/understanding-general-data-protection-regulation.php\">CJR report on understanding the General Data Protection Regulation</a></li>\n<li><a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">Core&#8217;s roadmap for GDPR compliance</a></li>\n<li><a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">Trac issues related to GDPR</a></li>\n<li><a href=\"https://pagely.com/blog/gdpr-wordpress-2018-resources/?mc_cid=a002d1fc74&mc_eid=58d2ea272a\">Pagely&#8217;s GDPR guide</a></li>\n<li><a href=\"https://www.smashingmagazine.com/2018/02/gdpr-for-web-developers/?mc_cid=a002d1fc74&mc_eid=58d2ea272a\">Heather Burns&#8217; detailed GDPR analysis in Smashing Magazine</a></li>\n</ul>\n<h3>Sponsor: Valet</h3>\n<p>This episode is sponsored by <a href=\"https://www.valet.io/\">Valet</a>. Valet helps keep your clients happy &amp; coming back. They offer expert services and keep the websites they manage functioning flawlessly. They offer preventative care that provides peace of mind around the clock. For more information, check out <a href=\"https://www.valet.io/\">their website</a> and thank you to Valet for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Apr 2018 12:56:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Russell’s Treadmill\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48043\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://ma.tt/2018/04/russells-treadmill/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:704:\"<p>From <a href=\"https://www.amazon.com/dp/B015D3X0YG\">Bertrand Russell&#8217;s A Conquest of Happiness</a>.</p>\n\n<blockquote class=\"wp-block-quote\">\n    <p>It is very singular how little men seem to realize that they are not caught in the grip of a mechanism from which there is no escape, but that the treadmill is one upon which they remain merely because they have not noticed that it fails to take them up to a higher level.</p>\n</blockquote>\n\n<p>He also says later, &#8220;﻿There are two motives for reading a book: one, that you enjoy it; the other, that you can boast about it.&#8221; <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f602.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Apr 2018 20:22:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dev Blog: GDPR Compliance Tools in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2018/04/gdpr-compliance-tools-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3913:\"<p>GDPR compliance is an important consideration for all WordPress websites. The GDPR Compliance team is looking for help to test the privacy tools that are currently being developed in core. </p>\n\n<h2>What is GDPR?</h2>\n\n<p>GDPR stands for <a href=\"https://en.wikipedia.org/wiki/General_Data_Protection_Regulation\">General Data Protection Regulation</a> and is intended to strengthen and unify data protection for all individuals within the European Union. Its primary aim is to give control back to the EU residents over their personal data. <br /></p>\n\n<p>Why the urgency? Although the GDPR was introduced two years ago, it becomes  enforceable starting May 25, 2018.</p>\n\n<h2>Make WordPress GDPR Compliance Team</h2>\n\n<p>Currently, the GDPR Compliance Team understands that helping WordPress-based sites become compliant is a large and ongoing task. The team is focusing on creating a comprehensive core policy, plugin guidelines, privacy tools and documentation. All of this requires your help.<br /></p>\n\n<p>The GDPR Compliance Team is focusing on four main areas:</p>\n\n<ul>\n    <li>Add functionality to assist site owners in creating comprehensive privacy policies for their websites.</li>\n    <li>Create guidelines for plugins to become GDPR ready.</li>\n    <li>Add administration tools to facilitate compliance and encourage user privacy in general.</li>\n    <li>Add documentation to educate site owners on privacy, the main GDPR compliance requirements, and on how to use the new privacy tools.</li>\n</ul>\n\n<h2>Don’t we already have a privacy policy?</h2>\n\n<p>Yes and no. That said, The GDPR puts tighter guidelines and restrictions. Though we have many plugins that create privacy pages, we need means to generate a unified, comprehensive privacy policy. We will need tools for users to easily come into compliance.<br /></p>\n\n<p>Site owners will be able to create GDPR compliant privacy policy in three steps:</p>\n\n<ol>\n    <li>Adding a dedicated page for the policy.<br /></li>\n    <li>Adding privacy information from plugins.</li>\n    <li>Reviewing and publishing the policy.</li>\n</ol>\n\n<p>A new &#8220;postbox&#8221; will be added to the Edit Page screen when editing the policy. All plugins that collect or store user data will be able to add privacy information there. In addition it will alert the site owners when any privacy information changes after a plugin is activated, deactivated, or updated.<br /></p>\n\n<p>There is a new functionality to confirm user requests by email address. It is intended for site owners to be able to verify requests from users for displaying, downloading, or anonymizing of personal data.<br /></p>\n\n<p>A new &#8220;Privacy&#8221; page is added under the &#8220;Tools&#8221; menu. It will display new, confirmed requests from users, as well as already fulfilled requests. It will also contain the tools for exporting and anonymizing of personal data and for requesting email confirmation to avoid abuse attempts.<br /></p>\n\n<p>New section on privacy will be added to the <a href=\"https://developer.wordpress.org/plugins/\">Plugin Handbook</a>. It will contain some general information on user privacy, what a plugin should do to be compliant, and also tips and examples on how to use the new privacy related functionality in WordPress.<br /></p>\n\n<p>The new privacy tools are scheduled for release at the end of April or beginning of May 2018.</p>\n\n<h2>How can you get involved?</h2>\n\n<p>We would love to have your help. The first step is awareness and education. For more information about the upcoming privacy tools see ﻿<a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">the roadmap</a>.</p>\n\n<p>If you would like to get involved in building WordPress Core and testing the new privacy tools, please join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress</a> Slack group.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 20:11:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"WPTavern: WPWeekly Episode 312 – Dragon Drop, WordPress Accessibility Statement, and WooCommerce GDPR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79862&preview=true&preview_id=79862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/wpweekly-episode-312-dragon-drop-wordpress-accessibility-statement-and-woocommerce-gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1888:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I start the show by sharing our thoughts on Mark Zuckberberg&#8217;s congressional hearing. We then discuss what&#8217;s new in Gutenberg 2.6 and describe our user experience. We let you know what&#8217;s in WooCommerce 3.3.5 and discuss what the development team is doing to prepare for GDPR compliance.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/gutenberg-2-6-introduces-drag-and-drop-block-sorting\">Gutenberg 2.6 Introduces Drag and Drop Block Sorting</a><br />\n<a href=\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\">Theme Review Changes Place More Onus Onto Theme Authors</a><br />\n<a href=\"https://wordpress.org/about/accessibility/\">WordPress Accessibility Statement</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/woocommerce-3-3-5-fix-release-notes/\">WooCommerce 3.3.5 Released</a><br />\n<a href=\"https://woocommerce.wordpress.com/2018/04/10/how-were-tackling-gdpr-in-woocommerce-core/\">How WooCommerce is tackling GDPR</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://atomicblocks.com/introducing-the-atomic-blocks-plugin-and-theme/\">AtomBlocks by Mike McAlister</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 18th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #312:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Apr 2018 01:05:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"HeroPress: Growing Up Rural\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2503\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://heropress.com/growing-up-rural/#utm_source=rss&utm_medium=rss&utm_campaign=growing-up-rural\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2947:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I hope and pray that in some small way I\'ll be able to take what I\'ve learned and make an impact for others.\" /><p>This week&#8217;s throwback essay is titled &#8220;<a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I don&#8217;t know anything, and that&#8217;s ok</a>&#8220;. It was written back in 2015 by my friend Kyle. He and I grew up in similar circumstances; far from a hub of civilization, in a relatively economically depressed area, without the best education opportunities.</p>\n<p>Yet he and I both managed to find the web, dive in, and find home. We support our families and find joy in the work we produce. I&#8217;m not sure there&#8217;s a better way to live than that.</p>\n<p>Check out Kyle&#8217;s essay and let him know what you think.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/i-dont-know-anything-and-thats-ok/\">I Don’t Know Anything and That’s OK</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Growing Up Rural\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Growing%20Up%20Rural&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Growing Up Rural\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fgrowing-up-rural%2F&title=Growing+Up+Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Growing Up Rural\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/growing-up-rural/&media=https://heropress.com/wp-content/uploads/2015/10/ImpactForOthers-HeroPress-150x150.jpg&description=Growing Up Rural\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Growing Up Rural\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/growing-up-rural/\" title=\"Growing Up Rural\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/growing-up-rural/\">Growing Up Rural</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Apr 2018 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: Theme Review Changes Place More Onus Onto Theme Authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79771\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wptavern.com/theme-review-changes-place-more-onus-onto-theme-authors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2093:\"<p>The WordPress Theme Review team has <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/\">implemented changes</a> that simplify the process and places more responsibility onto theme authors. Theme reviewers now only need to check the following items to pass a theme.</p>\n\n<ul>\n    <li>Licensing</li>\n    <li>Malicious or egregious stuff</li>\n    <li>Content Creation</li>\n    <li>Security</li>\n</ul>\n\n<p>Although the bar to pass a theme is significantly lower, theme authors are still expected to follow the <a href=\"https://make.wordpress.org/themes/handbook/review/required/\">required</a> and <a href=\"https://make.wordpress.org/themes/handbook/review/recommended/\">recommended</a> requirements listed in the theme handbook.</p>\n\n<p>Moderators will check themes after they&#8217;ve gone live to make sure the author is following guidelines. If a moderator discovers any issues, a request will be made to the theme author to correct them. Failure to do so could lead to a temporary or permanent suspension.</p>\n\n<p>Justin Tadlock <a href=\"https://make.wordpress.org/themes/2018/04/09/changes-in-theme-review-process/#comment-43128\">clarified</a> in the comments examples of egregious issues.</p>\n\n<ul>\n    <li>Illegal</li>\n    <li>Dishonest</li>\n    <li>Morally offensive</li>\n    <li>PHP Errors</li>\n</ul>\n\n<p>In the past two years, The Theme Review Team has battled the theme review queue with moderate success. <a href=\"https://wptavern.com/wordpress-theme-review-team-making-progress-on-clearing-out-1000-review-backlog\">In early 2017</a>, the number of themes in the queue dropped below 200. Although there has been some work on automating the process, it&#8217;s largely reliant on humans.</p>\n\n<p>Even though it hasn&#8217;t been updated in more than a year, theme authors are highly encouraged to use the <a href=\"https://wordpress.org/plugins/theme-check/\">Theme Check plugin</a> before submitting themes for review.</p>\n\n<p>With a simplified process to get a theme live, reviewers are hoping it will free them up to focus on larger projects.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Apr 2018 23:45:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Gutenberg 2.6 Introduces Drag and Drop Block Sorting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/gutenberg-2-6-introduces-drag-and-drop-block-sorting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1729:\"<p><a href=\"https://wordpress.org/plugins/Gutenberg/\">Gutenberg 2.6</a> is available for download and with it, comes a new way of sorting blocks. In addition to using up and down arrows, this version introduces the ability to sort blocks by <a href=\"https://github.com/WordPress/gutenberg/issues/6041\">dragging and dropping</a>.</p>\n\n<p>If you hover the cursor over the up and down arrows on the left side of a block, you&#8217;ll see a hand icon. Simply click, hold, and drag the block up or down below or above the blue indicator.</p>\n\n\n    \n\n\n<p>In my limited testing, I found drag and drop to be hit or miss. Sometimes, when I try to drag and drop a block, the blue line doesn&#8217;t show up.</p>\n\n<p>The hand icon for the cursor is different for the top and bottom of the block. You can drag a block by hovering over the bottom of it but you can&#8217;t do it from the top.</p>\n\n<img />\n    Hovering the cursor at the top of the block\n\n\n<img />\n    Hovering the cursor at the bottom of the block\n\n\n<p>I also found it difficult to add a new block manually. For example, when I add a paragraph block, I don&#8217;t see the Plus icon to create a new block underneath it anymore.</p>\n\n<p>Pressing enter at the end of a paragraph creates a new Paragraph block automatically. But I don&#8217;t know how to transform it into an image block. I&#8217;ll need to do more testing to figure out what&#8217;s going on. <br /></p>\n\n<p>There&#8217;s a host of <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">other improvements and bug fixes </a>in this release, some of which I covered <a href=\"https://wptavern.com/an-update-to-my-gutenberg-experience\">in this post</a>. ﻿<br />. ﻿<br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Apr 2018 00:09:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Post Status: Designing the news — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=45154\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://poststatus.com/designing-the-news-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1904:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, Brian and Brian discuss a variety of news topics spanning design, development, and business. Tune in to learn about the history of WordPress and the web, the newest TechCrunch redesign, a WordCamp for WordCamp organizers, and more.</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://zeen101.com/for-developers/leakypaywall/\">Leaky Paywall</a></li>\n<li><a href=\"https://designintech.report/\">2018 Design in Tech report</a></li>\n<li><a href=\"https://gutenberg.courses/development/\">Gutenberg Development Course</a></li>\n<li><a href=\"https://techcrunch.com/2018/03/13/welcome-to-the-new-techcrunch/\">TechCrunch redesign</a></li>\n<li><a href=\"https://thehistoryoftheweb.com/the-story-of-wordpress/\">WordPress turns 15</a>, via History of the Web</li>\n<li><a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Proposal for a WordCamp for WordCamp organizers </a></li>\n</ul>\n<h3>Sponsor: Gravity Forms</h3>\n<p><a href=\"http://www.gravityforms.com/?utm_source=post_status&utm_medium=banner&utm_campaign=ps_ads\">Gravity Forms</a> makes the best web forms on the planet. Over a million WordPress sites are already using Gravity Forms. Is yours? Thanks to Gravity Forms for being a Post Status partner.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Apr 2018 18:36:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WPTavern: An Update to My Gutenberg Experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://wptavern.com/an-update-to-my-gutenberg-experience\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2508:\"<p>Not long after I published <a href=\"https://wptavern.com/my-gutenberg-experience-thus-far\">my experience with Gutenberg</a>, developers reached out to me to work on some of the issues I mentioned. Riad Benguella <a href=\"https://github.com/WordPress/gutenberg/pull/5902\">figured out</a> why meta boxes were not collapsing or expanding.</p>\n\n<p>It turns out that some meta boxes depend on the post script which has a side effect of calling the window.postboxes.add_postbox_toggles( postType ) twice, causing meta boxes to break.</p>\n\n<p>Gutenberg 2.6 <a href=\"https://make.wordpress.org/core/2018/04/05/whats-new-in-gutenberg-5th-april/\">released earlier this week</a>, fixes the issue and all meta boxes function properly again. This also fixes the issue I had with the Telegram for WordPress plugin. <br /></p>\n\n<p><a href=\"https://wordpress.org/plugins/public-post-preview/\">Public Post Preview</a> still doesn&#8217;t work in Gutenberg but the plugin&#8217;s developer, Dominik Schilling, shared some experiments he has conducted with adding support for Gutenberg on Twitter.</p>\n\n\n    <blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Can\'t wait for seeing Gutenberg in WordPress core. So many new possibilities. Even for Public Post Preview (<a href=\"https://t.co/Xsw9hugxKT\">https://t.co/Xsw9hugxKT</a>). With just a few lines I was able to create this: <a href=\"https://t.co/fxyuBIMPOl\">pic.twitter.com/fxyuBIMPOl</a></p>&mdash; Dominik Schilling <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f30a.png\" alt=\"?\" class=\"wp-smiley\" /> (@ocean90) <a href=\"https://twitter.com/ocean90/status/980420608822562816?ref_src=twsrc%5Etfw\">April 1, 2018</a></blockquote>\n\n\n<p>In the preview video, you can see Public Post Preview&#8217;s options added to the sidebar and in addition to generating a link, you can choose when that URL expires which is better than what&#8217;s currently available in the plugin.</p>\n\n<p>I mentioned how Tags would sometimes disappear and there overall behavior was inconsistent. This <a href=\"https://github.com/WordPress/gutenberg/pull/5913\">pull request </a>that made it into Gutenberg 2.6, fixes the issue by only including the term in the Tag selector if it&#8217;s known.</p>\n\n<p>Although I&#8217;m still bummed that certain plugins are not yet compatible with Gutenberg, I&#8217;m pretty happy that two of the major pain points I experienced have been fixed. Thanks to Riad, Tammie Lister, and others for helping to solve these problems so quickly. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Apr 2018 21:29:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: A WordCamp for Organizers Is in the Planning Stages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79513\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/a-wordcamp-for-organizers-is-in-the-planning-stages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2684:\"<p>Last year, Drew Jaynes and Carol Stambaugh <a href=\"https://make.wordpress.org/community/2017/08/16/proposed-event-wordcamp-for-wordcamp-organizers/\">proposed</a> a new WordCamp event geared towards organizers to the WordPress Community Team. After fleshing out the details and discussing the idea over the course of seven months, the duo <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">has announced</a> that a WordCamp for Organizers is officially on the table.</p>\n\n<p>The goal of the event is to provide an opportunity for meetup and WordPress event organizers to share their experience with others in the community. The plan is to host a one-day event a day or two before <a href=\"https://2018.us.wordcamp.org/\">WordCamp US</a> in Nashville, TN, later this year.</p>\n\n<p>&#8220;The idea for WordCamp for Organizers – what some of us affectionately refer to as &#8216;dotOrganize&#8217; – was really borne out of many conversations I’ve had over the years with others in the WordPress community lamenting the lack of a ready knowledge sharing opportunity between event organizers,&#8221; Jaynes said.</p>\n\n<p>&#8220;One common thread seemed to be the idea of common lessons learned, and how awesome it would be to just have an event for organizers to get together and swap tips and tricks. </p>\n\n<p>&#8220;We’re all here organizing the same community, maybe we should get together and trade notes! And so we now have a new topic-based WordCamp just for organizers. </p>\n\n<p>&#8220;It’s kind of meta – organizing a WordCamp for Organizers, but I really feel like this could be a boon for anybody currently organizing or looking to start organizing in WordPress. Exciting!&#8221;</p>\n\n<p>Some of the session topics that could be presented on include:</p>\n\n<ul>\n    <li>Spreading the word about your community events</li>\n    <li>Tips for wrangling speakers, volunteers, and sponsors</li>\n    <li>Conflict resolution among organizing teams</li>\n    <li>How to respond to a code of conduct issue</li>\n    <li>Finding and using official organizing tools and resources<br /></li>\n</ul>\n\n<p>The team is seeking volunteers who can spend 2-4 hours per week to help organize the event. Although it&#8217;s focused on organizers, those who have attended many conferences, including WordCamps, with little event organizing experience, are encouraged to join the team.</p>\n\n<p>If you&#8217;re interested in volunteering, please leave a comment on the <a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">official announcement post</a>. </p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Apr 2018 00:22:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Jetpack 6.0 Takes Steps Towards GDPR Compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79459\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wptavern.com/jetpack-6-0-takes-steps-towards-gdpr-compliance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1148:\"<p>Jetpack 6.0 <a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">is available</a> for upgrade. It comes with improvements to the social media icons widget, enhanced brute force protection, and better compatibility between WooCommerce and Jetpack.</p>\n\n<p>Its headlining features though are privacy related as the <a href=\"https://www.eugdpr.org/\">General Data Protection Regulation</a> (GDPR) is set to go into effect May 25th. In 6.0, Jetpack has a dedicated privacy settings page that links to privacy documents and includes a way to opt-out of activity tracking.</p>\n\n<p>These settings can be accessed by clicking the Privacy link at the bottom of the Jetpack Dashboard page. </p>\n\n<img />\n    Jetpack 6.0 Privacy Settings\n\n\n<p>The &#x27;<a href=\"https://jetpack.com/support/what-data-does-jetpack-sync/\">What Data Does Jetpack Sync</a>&#x27; page outlines what data is used, how it&#x27;s used, the relationship it has with the WordPress mobile apps, and provides an inside look at how Jetpack works.</p>\n\n<p>These are the first steps towards GDPR compliance with more updates planned before the regulation goes into effect next month. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Apr 2018 23:20:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: WPWeekly Episode 311 – Jetpack 6.0, WordPress 4.9.5, and A WordCamp for Organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79447&preview=true&preview_id=79447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wptavern.com/wpweekly-episode-311-jetpack-wordpress-4-9-5-and-a-wordcamp-for-organizers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1628:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss a <a href=\"https://glueckpress.com/9336/amp-and-wordpress/\">great article</a> published by Caspar Hübinger on AMP and WordPress. We cover what&#8217;s new in WordPress 4.9.5, Jetpack 6.0, and a WordCamp geared toward organizers.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/wordpress-4-9-5-squashes-25-bugs\">WordPress 4.9.5 Squashes 25 Bugs</a><br />\n<a href=\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\">‘Try Gutenberg’ Prompt Pushed Back to A Later Release</a><br />\n<a href=\"https://jetpack.com/2018/04/03/jetpack-6-0/\">Jetpack 6.0 Released</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/code-of-conduct-survey/\">Code of Conduct Survey</a><br />\n<a href=\"https://make.wordpress.org/community/2018/04/03/want-to-help-organize-a-wordcamp-for-organizers/\">Want to Help Organize a WordCamp for Organizers?</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 11th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #311:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Apr 2018 01:15:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"HeroPress: The Year I Got Cancer Was The Year My WordPress Business Took Off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=2497\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:204:\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/#utm_source=rss&utm_medium=rss&utm_campaign=the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8809:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2018/04/040418-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Take care of yourselves and of each other, it\'s very important.\" /><p>In 2010 I was beginning to take on client work creating WordPress web sites when I was diagnosed with ovarian cancer. Ironically, at 43 years old I was more fit and healthy than I had ever been in my entire life. I had been running road marathons and trail ultra marathons for a few years leading up to my diagnosis. Good thing too, because surgery and treatment were obviously very tough.</p>\n<p>I was transitioning my design studio from analog to digital. Previously, I was working as a professional artist and illustrator creating commission portraiture and college mascot illustrations with some moderate successes. My background is in Fine Art and Design. I studied Drawing, Sculpture, &amp; Time Arts. (2D, 3D &amp; 4D &#8211; 4D can be described as: Length, width, height, and time/ motion) Naturally, as a Time Arts artist/illustrator I love the web! I love designing for the web and mobile too. Web work is immediately gratifying. I do design for both the web and print but I have always felt drawn to the web as it is more accessible, more fluid, dynamic, interconnected, animated, media rich, and well … if you are reading this then you already get the picture. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f642.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n<blockquote><p>To get through treatment it was important to me that I still work every day.</p></blockquote>\n<p>Some days it was just a couple hours in the afternoon but it really helped me to cope and endure unplanned surgery and many painful chemotherapy treatments. I had recently completed a couple of websites with the help of my mentor Jerry Turk. Those sites had good reach. I mean they were the kind of sites that groups of people used and managed so I got some attention for the work and word of mouth spread locally.</p>\n<p>It was while getting through that period of treatment and the shock of a devastating diagnosis that my digital design agency really got legs. It could not have happened at a better time. So, my studio, C&amp;D Studios &#8211; <a href=\"https://CandDStudios.com\">https://CandDStudios.com</a> continued it’s move towards being 100% digital. No more analog photography and not much more drawing at the drawing table either. Now my work was nearly 100% focused on screens and it would also begin to pay the bills. That was eight years ago. I was very fortunate to learn using reliable frameworks, themes, plug-ins, and hosts that would also stand the test of time. Thank you Genesis Framework, StudioPress and Gravity Forms to name a few…</p>\n<p>Fast forward to 2016 after having been cancer free all those years and cranking out a lot of agency work, I had a cancer reoccurrence. I never wanted cancer to be part of my story and I tried to deny or overcome it in all ways but it had resurfaced in October of 2016. Professionally, I was involved in collaborating on very large scale enterprise sites with teams. I was spending the year testing the waters at a new level of production. It was not good timing to require another surgery and 18 more rounds of chemotherapy. Fortunately, I found support in the community from other designers and developers whom helped me to the finish lines with 3 large projects in areas of e-commerce, college membership and enterprise site work -one with a large volume of SVG animations. After surgery, in February of 2017 I completed 18 rounds of chemotherapy treatments.</p>\n<blockquote><p>I have survived and am cancer free once again!</p></blockquote>\n<p>While going through treatment the second time I was not really focused on what good thing will I be able to grow towards professionally. Honestly, when you go through these things in life &#8211; you just spend your energy getting through as best as you can. I think it is worth noting here that while a positive attitude is great and it can improve a patient’s overall experience. Please don’t tell people they will survive cancer because of their positive attitude. Cancer is horrible, it does not discriminate and when people can’t beat a disease with their mental attitude they end up blaming themselves unnecessarily. That is not good. That is not what people intend when then try to offer support in that way but that is something I wanted to share.</p>\n<p>Now I have landed on the other side of treatment again and as I reflect, it’s been a really epic year! Our WordPress community has been open and supportive, welcoming me at conferences, online, and in slack groups, whether I had hair, energy, or resources &#8211; always welcoming and always encouraging. Over the years I have made some wonderful friends through WordPress! Some of us have been at this for a long time and we now have many shared experiences and skills.</p>\n<h3>Having Survived Again I’m Launching a WordPress Product</h3>\n<p>Having survived again, and having been inspired at PressNomics in Tempe last spring, I’m busy launching a mobile product/service with my team Dr. Kendra Remington and Rita Best called <a href=\"https://docswithapps.com\">Docs With Apps</a>.</p>\n<p>I still accept some client work, and some retainer work but I’m pretty selective about the projects we work on “in house.”</p>\n<p>I love SVG animation work so in 2018 I’m overjoyed to be doing more contracted SVG animation work with my collaborator Jackie D’Elia. Hit us up!!</p>\n<p>These are some very wonderful times in technology and within the Internet of things. I feel very grateful to have been able to ride the digital wave into the present and future. At WCUS in Nashville I began the process of contributing to make WordPress after having spent many years empowering others with it.</p>\n<p>When I was young I needed a way to get my portfolio on line and that is how I got started. Thank you for the opportunity to share my story, to publicly thank my husband Dominic, my family, and friends too. The future is going to be awesome!</p>\n<p>Take care of yourself and of each other, it&#8217;s very important.</p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=The%20Year%20I%20Got%20Cancer%20Was%20The%20Year%20My%20WordPress%20Business%20Took%20Off&via=heropress&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: The Year I Got Cancer Was The Year My WordPress Business Took Off\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fessays%2Fthe-year-i-got-cancer-was-the-year-my-wordpress-business-took-off%2F&title=The+Year+I+Got+Cancer+Was+The+Year+My+WordPress+Business+Took+Off\" rel=\"nofollow\" target=\"_blank\" title=\"Share: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/&media=https://heropress.com/wp-content/uploads/2018/04/040418-150x150.jpg&description=The Year I Got Cancer Was The Year My WordPress Business Took Off\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\" title=\"The Year I Got Cancer Was The Year My WordPress Business Took Off\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/the-year-i-got-cancer-was-the-year-my-wordpress-business-took-off/\">The Year I Got Cancer Was The Year My WordPress Business Took Off</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Apr 2018 12:00:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Cathi Bosco\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: WordPress 4.9.5 Squashes 25 Bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79399\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/wordpress-4-9-5-squashes-25-bugs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:940:\"<p>WordPress 4.9.5 <a href=\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\">is available</a> for download and is a maintenance and security release. WordPress 4.9.4 and earlier versions are affected by three security issues. The following security hardening changes are in 4.9.5.</p>\n\n<ul>\n    <li>Localhost is no longer treated as the same host by default.<br /></li>\n    <li>Safe redirects are used when redirecting the login page if SSL is forced.</li>\n    <li>Versions strings are correctly escaped for use in generator tags.</li>\n</ul>\n\n<p>Twenty-five bugs are fixed in this release including, improve compatibility with PHP 7.2, previous styles on caption shortcodes are restored, and clearer error messages. To see a full list of changes along with their associated trac tickets, check out <a href=\"https://make.wordpress.org/core/2018/04/02/wordpress-4-9-5/\">the detailed release post</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 23:02:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Dev Blog: WordPress 4.9.5 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2018/04/wordpress-4-9-5-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6336:\"<p>WordPress 4.9.5 is now available. This is a <strong>security and maintenance release</strong> for all versions since WordPress 3.7. We strongly encourage you to update your sites immediately.</p>\n\n<p>WordPress versions 4.9.4 and earlier are affected by three security issues. As part of the core team&#x27;s ongoing commitment to security hardening, the following fixes have been implemented in 4.9.5:</p>\n\n<ol>\n    <li>Don&#x27;t treat <code>localhost</code> as same host by default.</li>\n    <li>Use safe redirects when redirecting the login page if SSL is forced.</li>\n    <li>Make sure the version string is correctly escaped for use in generator tags.</li>\n</ol>\n\n<p>Thank you to the reporters of these issues for practicing <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">﻿coordinated security disclosure</a>: <a href=\"https://profiles.wordpress.org/xknown\">xknown</a> of the WordPress Security Team, <a href=\"https://hackerone.com/nitstorm\">Nitin Venkatesh (nitstorm)</a>, and <a href=\"https://twitter.com/voldemortensen\">Garth Mortensen</a> of the WordPress Security Team.</p>\n\n<p>Twenty-five other bugs were fixed in WordPress 4.9.5. Particularly of note were:</p>\n\n<ul>\n    <li>The previous styles on caption shortcodes have been restored.</li>\n    <li>Cropping on touch screen devices is now supported.</li>\n    <li>A variety of strings such as error messages have been updated for better clarity.</li>\n    <li>The position of an attachment placeholder during uploads has been fixed.</li>\n    <li>Custom nonce functionality in the REST API JavaScript client has been made consistent throughout the code base.</li>\n    <li>Improved compatibility with PHP 7.2.</li>\n</ul>\n\n<p><a href=\"https://make.wordpress.org/core/2018/04/03/wordpress-4-9-5/\">This post has more information about all of the issues fixed in 4.9.5 if you&#x27;d like to learn more</a>.</p>\n\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 4.9.5</a> or venture over to Dashboard → Updates and click \"Update Now.\" Sites that support automatic background updates are already beginning to update automatically.</p>\n\n<p>Thank you to everyone who contributed to WordPress 4.9.5:</p>\n\n<p><a href=\"https://profiles.wordpress.org/1265578519-1/\">1265578519</a>, <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/alexgso/\">alexgso</a>, <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a>, <a href=\"https://profiles.wordpress.org/andrei0x309/\">andrei0x309</a>, <a href=\"https://profiles.wordpress.org/antipole/\">antipole</a>, <a href=\"https://profiles.wordpress.org/aranwer104/\">Anwer AR</a>, <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a>, <a href=\"https://profiles.wordpress.org/blair-jersyer/\">Blair jersyer</a>, <a href=\"https://profiles.wordpress.org/bandonrandon/\">Brooke.</a>, <a href=\"https://profiles.wordpress.org/chetan200891/\">Chetan Prajapati</a>, <a href=\"https://profiles.wordpress.org/codegrau/\">codegrau</a>, <a href=\"https://profiles.wordpress.org/conner_bw/\">conner_bw</a>, <a href=\"https://profiles.wordpress.org/davidakennedy/\">David A. Kennedy</a>, <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a>, <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling (ocean90)</a>, <a href=\"https://profiles.wordpress.org/electricfeet/\">ElectricFeet</a>, <a href=\"https://profiles.wordpress.org/ericmeyer/\">ericmeyer</a>, <a href=\"https://profiles.wordpress.org/fpcsjames/\">FPCSJames</a>, <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a>, <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a>, <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a>, <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jbpaul17/\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jipmoors/\">Jip Moors</a>, <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/johnpgreen/\">johnpgreen</a>, <a href=\"https://profiles.wordpress.org/junaidkbr/\">Junaid Ahmed</a>, <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a>, <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/lakenh/\">Laken Hafner</a>, <a href=\"https://profiles.wordpress.org/lancewillett/\">Lance Willett</a>, <a href=\"https://profiles.wordpress.org/leemon/\">leemon</a>, <a href=\"https://profiles.wordpress.org/melchoyce/\">Mel Choyce</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/mrmadhat/\">mrmadhat</a>, <a href=\"https://profiles.wordpress.org/nandorsky/\">nandorsky</a>, <a href=\"https://profiles.wordpress.org/jainnidhi/\">Nidhi Jain</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/qcmiao/\">qcmiao</a>, <a href=\"https://profiles.wordpress.org/rachelbaker/\">Rachel Baker</a>, <a href=\"https://profiles.wordpress.org/larrach/\">Rachel Peter</a>, <a href=\"https://profiles.wordpress.org/ravanh/\">RavanH</a>, <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a>, <a href=\"https://profiles.wordpress.org/sebastienthivinfocom/\">Sebastien SERRE</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shital-patel/\">Shital Marakana</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a>, <a href=\"https://profiles.wordpress.org/thomas-vitale/\">Thomas Vitale</a>, <a href=\"https://profiles.wordpress.org/kwonye/\">Will Kwon</a>, and <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 19:56:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Aaron D. Campbell\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WPTavern: ‘Try Gutenberg’ Prompt Pushed Back to A Later Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=79273\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wptavern.com/try-gutenberg-prompt-pushed-back-to-a-later-release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4312:\"<p>Last week, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">we reported</a> that WordPress 4.9.5 would ship with a call-out prompt that asks users if they want to try the new editor experience.</p>\n\n<p>Within the comments of the post, Gary Pendergast, who works for Automattic, is a WordPress core contributor, and a lead developer on the Gutenberg project, <a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard#comment-246119\">informed us</a> that the prompt would not be in WordPress 4.9.5. Instead, it will ship in a later version once it has gone through a few more refinements.</p>\n\n<blockquote class=\"wp-block-quote\">\n    <p>Change of plans, this won’t be happening in the 4.9.5 release: there are still a few issues we’d like to fix up the callout happens, they won’t be done in time for the 4.9.5 release. I expect there will be a smaller 4.9.6 release that contains this callout, and any bugfixes that happen to be ready.</p><cite>Gary Pendergast</cite></blockquote>\n\n<p>Reverting the call-out has <a href=\"https://core.trac.wordpress.org/ticket/41316\">extended the conversation</a> surrounding its implementation. Jadon N who works for InMotion hosting and is a contributor to the <a href=\"https://make.wordpress.org/chat/\">#hosting-community slack channel</a>, says the hosting-community group is working on ideas to help test popular plugins for Gutenberg compatibility.</p>\n\n<blockquote class=\"wp-block-quote\">\n    <p>We have been working to expand our collection of data about how well plugins function with Gutenberg. To help with that effort, we would like to explore using feedback collected from WordPress users through the Try Gutenberg effort to add to the existing database on WordPress plugin compatibility if that could be worked out. </p>\n    <p>The goal of this project is to make sure everyone can use Gutenberg without having to worry about plugin incompatibilities.</p><cite>Jadon N</cite></blockquote>\n\n<p>The <a href=\"https://plugincompat.danielbachhuber.com/\">Gutenberg Plugin Compatibility Database project</a> launched by Daniel Bachhuber last month attempts to determine which popular plugins are already compatible with Gutenberg by having volunteers test them in a sandboxed environment.</p>\n\n<p>Out of the 4,213 plugins in the database, 84% have an unknown compatibility status. Out of 610 plugins that have been tested, 82% don&#x27;t include editor functionality.</p>\n\n<p>Pendergast <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:92\">supports the idea</a> of hosts collecting a wide range of testing data and turning it into actionable items for the team to work on. There&#x27;s also been some discussion on creating snapshots of plugin compatibility and filtering those results into Bachhuber&#x27;s project.</p>\n\n<p>Chris Lema, Vice President of Products at LiquidWeb, <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">responded</a> in the trac ticket with a suggestion that the team place as much emphasis on the Learn More and Report Issues sections as the Try Gutenberg message. He also added a prototype screenshot of what the call-out could look like. <br /></p>\n\n<img />\n    Gutenberg Call Out Prototype by Chris Lema\n\n\n<p>\"The reality is that people don&#x27;t read a lot, so people may not fully grasp the &#x27;testing&#x27; part given the proposed design,\" Lema said. \"When there are equal weight to the design, the message also carries with it the same equality.\"</p>\n\n<p>One of the best suggestions I&#x27;ve read comes <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:98\">from Bachhuber</a>. He suggests displaying the prompt to a small percentage of WordPress sites to prevent thousands of users from re-reporting known issues with Gutenberg. It would also help lessen the load on the support forums.</p>\n\n<p>One of my main concerns with the call-out is the lack of upfront information to the user that it is beta software and it could cause adverse affects on their site. Lema&#x27;s prototype does a great job of informing the user of this possibility and a link to known issues is a great enhancement. What do you think?</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 00:13:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"Matt: Goose-down Nape\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=48011\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://ma.tt/2018/04/goose-down-nape/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1378:\"<p>There was a <a href=\"https://www.nytimes.com/2018/03/28/magazine/poem-the-nod.html\">beautiful poem by Kayo Chingonyi in the New York Magazine this week</a> titled The Nod:</p>\n\n<blockquote class=\"wp-block-quote\">\n    <p>When we’re strangers that pass each other<br />in the street, it will come down to this tilt<br />of the head — acknowledging another<br />version of events set in a new-build<br />years from now, a mess of a place filled<br />with books and records, our kids thick as thieves<br />redefining all notions of mischief.</p>\n    <p>Perhaps our paths will cross in a city<br />of seven hills as the light draws your face<br />out from the bliss of anonymity.<br />Maybe you’ll be stroking the goose-down nape<br />of a small child with eyes the exact shade<br />of those I met across a room at the start<br />of this pain-in-the-heart, this febrile dance.</p>\n</blockquote>\n\n<p>When I hear \"seven hills\" my mind immediately goes to Rome, then San Francisco, but <a href=\"https://en.wikipedia.org/wiki/List_of_cities_claimed_to_be_built_on_seven_hills\">Wikipedia has a helpful list of cities that claim to be built on seven hills</a>.</p>\n\n<p>A friend pointed out <em>The Nod</em> is a <a href=\"https://www.familyfriendpoems.com/poem/the-invitation-by-oriah-mountain-dreamer\">fine complement to <em>The Invitation</em> by Oriah Mountain Dreamer</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Apr 2018 00:05:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Post Status: Contextualized Learning in or around WordPress — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44987\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://poststatus.com/contextualized-learning-in-or-around-wordpress-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1838:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>In this episode, the dynamic Brian duo discuss the highly-anticipated return of WordSesh, the different ways in which we all learn the same, and some of the problems we face in skill building. The guys also spend time finding and contacting the addressable market around WordPress, characterizing a business as WordPress-focused vs providing WordPress services in the context of a broader market, and some of the nuances of providing contextualized services (whether they be training, consulting, or otherwise).</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://www.nbcnews.com/health/health-news/scientists-say-they-ve-discovered-unknown-human-organ-could-help-n860601\">New human organ</a></li>\n<li><a href=\"http://wordsesh.com/\">WordSesh.com</a></li>\n<li><a href=\"https://wpsessions.com/\">WPSessions.com</a></li>\n</ul>\n<h3>Sponsor: OptinMonster</h3>\n<p><a href=\"http://optinmonster.com\">OptinMonster</a> allows you to convert visitors into subscribers. You can easily create &amp; A/B test beautiful lead capture forms without a developer. Be sure to check out their new <a href=\"http://optinmonster.com/announcing-the-inactivitysensor-activity-logs-and-more/\">Inactivity Sensor</a> technology.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 19:31:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Dev Blog: The Month in WordPress: March 2018\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=5632\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2018/04/the-month-in-wordpress-march-2018/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4323:\"<p>With a significant new milestone and some great improvements to WordPress as a platform, this month has been an important one for the project. Read on to find out more about what happened during the month of March.\n\n</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>WordPress Now Powers 30% of the Internet</h2>\n\n<p>Over the last 15 years, the popularity and usage of WordPress has been steadily growing. That growth hit a significant milestone this month when <a href=\"https://w3techs.com/technologies/details/cm-wordpress/all/all\">W3Techs reported that WordPress now powers over 30% of sites on the web.</a></p>\n\n<p>The percentage is determined based on W3Techs’ review of the top 10 million sites on the web, and it’s a strong indicator of the popularity and flexibility of WordPress as a platform.</p>\n\n<p>If you would like to have hand in helping to grow WordPress even further, <a href=\"https://make.wordpress.org/\">you can get involved today</a>.</p>\n\n<h2>WordPress Jargon Glossary Goes Live</h2>\n\n<p>The WordPress Marketing Team has been hard at work lately putting together <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">a comprehensive glossary of WordPress jargon</a> to help newcomers to the project become more easily acquainted with things.</p>\n\n<p>The glossary <a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">is available here</a> along with a downloadable PDF to make it simpler to reference offline.</p>\n\n<p>Publishing this resource is part of an overall effort to make WordPress more easily accessible for people who are not so familiar with the project. If you would like to assist the Marketing Team with this, you can follow <a href=\"https://make.wordpress.org/marketing/\">the team blog</a> and join the #marketing channel in the<a href=\"https://make.wordpress.org/chat/\"> Making WordPress Slack group</a>.</p>\n\n<h2>Focusing on Privacy in WordPress</h2>\n\n<p>Online privacy has been in the news this month for all the wrong reasons. It has reinforced the commitment of the GDPR Compliance Team to continue working on enhancements to WordPress core that allow site owners to improve privacy standards.</p>\n\n<p>The team&#x27;s work, and the wider privacy project, spans four areas: Adding tools which will allow site administrators to collect the information they need about their sites, examining the plugin guidelines with privacy in mind, enhancing privacy standards in WordPress core, and creating documentation focused on best practices in online privacy.</p>\n\n<p>To get involved with the project, you can <a href=\"https://make.wordpress.org/core/2018/03/28/roadmap-tools-for-gdpr-compliance/\">view the roadmap</a>, <a href=\"https://make.wordpress.org/core/tag/gdpr-compliance/\">follow the updates</a>, <a href=\"https://core.trac.wordpress.org/query?status=!closed&keywords=~gdpr\">submit patches</a>, and join the #gdpr-compliance channel in the <a href=\"https://make.wordpress.org/chat\">Making WordPress Slack group</a>. Office hours are 15:00 UTC on Wednesdays.</p>\n\n<hr class=\"wp-block-separator\" />\n\n<h2>Further Reading:</h2>\n\n<ul>\n    <li>The WordPress Foundation has published <a href=\"https://wordpressfoundation.org/2017-annual-report/\">their annual report for 2017</a> showing just how much the community has grown over the last year.</li>\n    <li>The dates for WordCamp US <a href=\"https://2018.us.wordcamp.org/2018/03/13/announcing-wordcamp-us-2018/\">have been announced</a> — this flagship WordCamp event will be held on 7-9 December this year in Nashville, Tennessee.</li>\n    <li>WordPress 4.9.5 is due for release on April 3 — <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">find out more here</a>.</li>\n    <li>Version 2.5 of Gutenberg, the new editor for WordPress core, <a href=\"https://make.wordpress.org/core/2018/03/29/whats-new-in-gutenberg-29th-march/\">was released this month</a> with a host of great improvements.</li>\n    <li>WordSesh, a virtual WordPress conference, <a href=\"http://wordsesh.com/\">is returning in July this year</a>.</li>\n</ul>\n\n<p><em>If you have a story we should consider including in the next “Month in WordPress” post, please <a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\">submit it here</a>.</em><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Apr 2018 08:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WPWeekly Episode 310 – Community Management, PHP, and Hello Dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=79249&preview=true&preview_id=79249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/wpweekly-episode-310-community-management-php-and-hello-dolly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2325:\"<p>In this episode, <a href=\"http://jjj.me\">John James Jacoby</a> and I discuss the news of the week including, the removal of offensive lyrics in Hello Dolly, a request for plugin developers to stop supporting legacy PHP versions, and changes coming in WordPress 4.9.5.</p>\n<p>We also talk about community management, the difference between comments and forums, and finally, John shares his concerns on how the Gutenberg call-out prompt is being built into core.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"https://wptavern.com/a-plea-for-plugin-developers-to-stop-supporting-legacy-php-versions\">A Plea For Plugin Developers to Stop Supporting Legacy PHP Versions</a><br />\n<a href=\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\">Without Context, Some Lyrics Inside the Hello Dolly Plugin Are Degrading to Women</a><br />\n<a href=\"https://wptavern.com/why-gutenberg-and-why-now\">Why Gutenberg and Why Now?</a><br />\n<a href=\"https://wptavern.com/noteworthy-changes-coming-in-wordpress-4-9-5\">Noteworthy Changes Coming in WordPress 4.9.5</a><br />\n<a href=\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\">In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard</a></p>\n<h2>Picks of the Week:</h2>\n<p><a href=\"https://wptavern.com/how-to-disable-push-notification-requests-in-firefox\">How to Disable Push Notification Requests in Firefox</a></p>\n<p><a href=\"https://addons.mozilla.org/en-US/firefox/addon/facebook-container/\">Facebook Container Add-on for Firefox</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, April 4th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #310:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Mar 2018 21:07:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: My Gutenberg Experience Thus Far\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78991\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wptavern.com/my-gutenberg-experience-thus-far\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5397:\"<p>Ive used Gutenberg for several months and during that time, there have been moments where I love it and situations where I&#x27;ve had to disable the plugin because of frustrating bugs. </p>\n\n<p>One of the most frustrating aspects of using Gutenberg is the lack of support from the plugins I depend on.</p>\n\n<h2>Publish Post Preview</h2>\n\n<p>I use the <a href=\"https://wordpress.org/plugins/public-post-preview/\">Publish Post Preview</a> plugin to generate a preview link for posts so that people can see what it looks like before it&#x27;s published.</p>\n\n<img />\n    Publish Preview Checkbox in the Current Editor\n\n\n<p>In the current editor, the checkbox to generate a link is in the Publish meta box. In Gutenberg, that option doesn&#x27;t exist. According to a <a href=\"https://wordpress.org/support/topic/compatibility-with-gutenberg/\">recent support forum post</a>, the author does not plan on making it Gutenberg compatible until there is a finalized API to extend the sidebar.</p>\n\n<h2>Telegram for WordPress</h2>\n\n<p>We use the <a href=\"https://wordpress.org/plugins/telegram-for-wp/\">Telegram for WordPress</a> plugin to automatically send published posts to our Telegram channel. The plugin adds a meta box that has options to send the post, configure the message structure, send a file, and display the featured image.</p>\n\n<p>In Gutenberg, the meta box is open by default which provides access to those options. However, when I edit a published post, there are times when the meta box is closed and clicking the arrow to expand it doesn&#x27;t work. <em>Since the Send this post to channel</em> option is on by default, ﻿saving changes to the post will resend the post to Telegram subscribers. Something I don&#x27;t want to happen for simple edits. <br /></p>\n\n<h2>Edit Flow</h2>\n\n<p>We use <a href=\"https://wordpress.org/plugins/edit-flow/\">Edit Flow</a> to collaborate on posts and often use the Editorial Comments feature to provide feedback. In Gutenberg, the meta boxes for Editorial Comments and Notifications do not open when clicking the arrow. Therefor, we can&#x27;t use those features. <br /></p>\n\n<img />\n    <br /><br />Edit Flow Meta Boxes are Broken\n\n\n<h2>After the Deadline</h2>\n\n<p>I&#x27;m a fan of <a href=\"https://jetpack.com/support/spelling-and-grammar/\">After the Deadline</a> which is a proofreading module in Jetpack. It checks posts for spelling, grammar, and misused words. When activated, a button is added to the visual editor to perform the checks. This button is not available in Gutenberg, so those features are not available as well.</p>\n\n<h2>Adding Images to Paragraphs is a Pain</h2>\n\n<p>Adding images to paragraphs in Gutenberg is more cumbersome than it needs to be. In the current editor, all I have to do is place the cursor where I want to insert an image, add media, choose image size, align it, and I&#x27;m done.</p>\n\n<p>In Gutenberg, you need to create an image block below the paragraph block, move the image block to the paragraph block, align it, and use handlebars on the corner of the image to resize it. </p>\n\n<p>I realize that there are a few workflows that I&#x27;m going to have to change because of how Gutenberg works, but this workflow doesn&#x27;t make any sense to me, especially when I can&#x27;t insert images without creating a new block. Thankfully, the Gutenberg team is on top of it and is <a href=\"https://github.com/WordPress/gutenberg/pull/5794\">working on a solution</a> to add images within a paragraph block.</p>\n\n<h2>Random Blank Paragraph Blocks</h2>\n\n<p>I recently copied a large amount of text from a Google Doc and pasted it into Gutenberg and was surprised by how well it worked. Blocks were created in the right spots and I didn&#x27;t have to edit it much.</p>\n\n<p>I opened the post in the classic editor so that I could use the proofreading feature and it mangled the post. I opened the post in Gutenberg again and noticed a bunch of empty paragraph blocks created in-between paragraph blocks.</p>\n\n<p>This resulted in having to spend some time deleting the empty paragraph blocks and questioning whether I should avoid transferring posts between editors in the future.</p>\n\n<h2>Tags Sometimes Appear Blank in the Meta Box</h2>\n\n<p>When adding tags to posts, sometimes the tags appear blank although they show up on the front-end. Also, deleting tags sometimes doesn&#x27;t work. I click on the X and nothing happens in the back-end, but the tag will be removed from the front-end. <br /></p>\n\n<img />\n    Blank Tags in Gutenberg\n\n\n<h2>Gutenberg Has a Lot of Rough Edges</h2>\n\n<p>If this version of Gutenberg were merged into WordPress today, it would be a disaster. It&#x27;s clear that the project has a long way to go before being considered for merge into core. Most of the issues I&#x27;ve outlined in this post are known and are being addressed. <br /></p>\n\n<p>Gutenberg is supposed to make everything we do in the current editor easier and more efficient. If it doesn&#x27;t, then I have to ask, what&#x27;s the point?</p>\n\n<p>What concerns me the most about Gutenberg is plugin support. Some of the plugins I mentioned above are active on 10K sites or less but are important to the way I craft and publish content in WordPress. <br /></p>\n\n<p> Without them, using Gutenberg is not a great experience and instead, makes me want to use the current editor where things simply work. <br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Mar 2018 20:28:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"HeroPress: Giving Back In Your Own Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2490\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"https://heropress.com/giving-back-in-your-own-community/#utm_source=rss&utm_medium=rss&utm_campaign=giving-back-in-your-own-community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3298:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull quote: It is a good time to be part of the global WordPress community: the costs are low, the developer community is strong, and job availability is at an all time high.\" /><p>I was delighted to find several years ago that there&#8217;s a thriving WordPress community in Nepal. Via Slack I got to meet Sakin Shrestha, and learned all about what their group is doing in Nepal to create jobs and keep the Nepali from having to leave the country to find work.</p>\n<p>I recently found out that Sakin is finding a new way to give back to his community: <a href=\"https://sakinshrestha.com/events/announcing-my-new-venture-aksharaa-kindergarten/\">opening a kindergarten</a>. In order for any country to grow strong it has to have good education for its children, and Sakin is working to make that happen.</p>\n<p>Read about how the Nepali WordPress community is working to build their own country.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/doing-our-part-for-the-community/\">Doing Our Part for the Community</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Giving Back In Your Own Community\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Giving%20Back%20In%20Your%20Own%20Community&via=heropress&url=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Giving Back In Your Own Community\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fgiving-back-in-your-own-community%2F&title=Giving+Back+In+Your+Own+Community\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Giving Back In Your Own Community\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/giving-back-in-your-own-community/&media=https://heropress.com/wp-content/uploads/2015/11/GoodtimeToBe-HeroPress-150x150.jpg&description=Giving Back In Your Own Community\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Giving Back In Your Own Community\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/giving-back-in-your-own-community/\" title=\"Giving Back In Your Own Community\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/giving-back-in-your-own-community/\">Giving Back In Your Own Community</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Mar 2018 14:21:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"WPTavern: In WordPress 4.9.5, Users Will Be Two Clicks Away From Installing and Activating Gutenberg From the Dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78827\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/in-wordpress-4-9-5-users-will-be-two-clicks-away-from-installing-and-activating-gutenberg-from-the-dashboard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3920:\"<p>At the end of last month, Matt Cromwell, Head of Support and Community Outreach for <a href=\"https://givewp.com/\">GiveWP</a> and an administrator for the <a href=\"https://www.facebook.com/groups/advancedwp/\">Advanced WordPress Facebook group</a>, hosted a <a href=\"https://wptavern.com/matt-cromwell-hosts-matt-mullenweg-in-qa-gutenberg-interview\">question and answer session</a> about Gutenberg with Matt Mullenweg.</p>\n\n<p>Mullenweg was asked a few times if he could provide a concrete date on when Gutenberg and WordPress 5.0 would be ready. While a date was not given, Mullenweg said, \"For those who want a concrete date, we will have one or two orders of magnitude more users of Gutenberg in April.\"</p>\n\n<p>It&#x27;s now clear what he meant by that. WordPress 4.9.5, scheduled for release in April, will <a href=\"https://core.trac.wordpress.org/ticket/41316\">feature a call-out prompt</a> that has links to information about Gutenberg and a button to quickly install the plugin if user permissions allow. <br /></p>\n\n<img />\n    Gutenberg Call-out in WordPress 4.9.5\n\n\n<p>The core team added a Try Gutenberg prompt in October of last year but <a href=\"https://wptavern.com/wordpress-4-9-beta-4-removes-try-gutenberg-call-to-action\">it was removed</a> in WordPress 4.9 Beta 4. After discussing the subject with Mullenweg, it was determined that Gutenberg was not ready for large-scale testing.</p>\n\n<p>The prompt in WordPress 4.9.5 changes the button text based on the following scenarios.<br /></p>\n\n<ul>\n    <li>If Gutenberg is not installed, <em>and</em> the user can install plugins, the Install Today button is displayed.<br /></li>\n    <li>If Gutenberg is installed but not activated, <em>and</em> the user can install plugins, the Activate Today button is displayed.<br /></li>\n    <li>If Gutenberg is installed and activated, <em>and</em> the user can edit posts, the Try Today button is displayed.<br /></li>\n</ul>\n\n<p>If Gutenberg is not installed and the user can not install plugins, the button is hidden from view. If you&#x27;d like to hide the prompt from users, David Decker has <a href=\"https://github.com/deckerweb/remove-gutenberg-panel\">created a plugin</a> that&#x27;s available on GitHub that simply hides it from view.</p>\n\n<p>One of the concerns about the prompt is the lack of warning of the risks involved using beta software on a live site. Gutenberg is beta software that&#x27;s still in development that could <a href=\"https://core.trac.wordpress.org/ticket/41316#comment:75\">adversely affect sites</a>. There is no warning on the call-out box and in two clicks, users can install and activate Gutenberg. <br /></p>\n\n<p>Whether it&#x27;s Gutenberg or some other beta software, this general advice applies. Create a full backup of your site before installing and if possible, install it on a staging site first.</p>\n\n<p>I predict that the volunteers who manage the WordPress.org support forums will have their hands full once WordPress 4.9.5 is released. The support team <a href=\"https://make.wordpress.org/support/2018/03/agenda-for-march-22nd-support-meeting/\">is preparing</a> by brainstorming user outcomes, common questions that may be asked, and potential pitfalls users experience after installing Gutenberg. <br /></p>\n\n<p>If you&#x27;d like to give them a helping hand, check out the <a href=\"https://make.wordpress.org/support/handbook/\">Support Handbook</a> and if you have any questions, stop by the <a href=\"https://wordpress.slack.com/?redir=%2Fmessages%2Fforums%2F\">#forums</a> channel in <a href=\"https://make.wordpress.org/chat/\">Slack</a>.</p>\n\n<p>The Gutenberg call-out has the potential to pave the way for large audiences to test major features in core without needing to use or install a beta branch of WordPress. However, this convenience comes with risks and while they can be reduced, WordPress needs to be up front and center to users about those risks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Mar 2018 22:55:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WPTavern: Why Gutenberg and Why Now?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78707\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wptavern.com/why-gutenberg-and-why-now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17921:\"<img />\n\n<p>Tevya Washburn has been building websites for more than 20 years and building them on WordPress for 10. He bootstrapped his website maintenance and support company, <a href=\"http://wordx.press\">WordXpress</a>, that he’s worked on full-time for more than seven years.</p>\n\n<p>Late last year he launched his first premium plugin, and presented at WordCamp Salt Lake City. He lives in Caldwell, ID and is the founding member of the WordPress Meetup group in Western Idaho. <br /></p>\n\n<hr />\n\n<p>It was only a few months ago that I knew almost nothing about WordPress’ new Gutenberg editor. I had a basic concept of what it was and this vague annoyance that it would mean I’d have to learn new things and probably put a lot of effort into making some sites or projects work with it.</p>\n\n<p>I kept hearing all of the frustration and issues with Gutenberg itself and the lack of information on how to integrate with it. At <a href=\"https://wordx.press\">WordX</a>p<a href=\"https://wordx.press\">ress</a> we recently pivoted away from designing websites. When we designed them in the past, we used premium themes. I figured Gutenberg was the theme developer’s problem.<br /></p>\n\n<p>I still had this feeling of dread though, knowing many of my favorite plugins might not add support for it. I also felt some apprehension that even if the themes we use did add support for it, they might have a lot of new bugs through the first few releases.</p>\n\n<p>Then I launched my first WordPress plugin, <a href=\"https://starfishwp.com\">Starfish Reviews</a>, and suddenly they weren’t someone else’s problems anymore! Now I’d have to come up with a plan to integrate our plugin with Gutenberg. I installed the Gutenberg plugin on a test site where we were testing our plugin with the nightly releases of WordPress and started playing around with it.</p>\n\n<p>I was pleasantly surprised at how intuitive and easy it was to use! Now it wasn’t (and isn’t) finished, so there were bugs and annoyances, but overall I was impressed.</p>\n\n<p>Around the same time, I suggested we should have someone present on Gutenberg at our local meetup. My brief experience was more than what anyone else had, so the responsibility fell on me. Preparing for the presentation forced me to look at Gutenberg more carefully and pay more attention to the information and debate going on throughout the community.</p>\n\n<p>I started reading blog posts, paying more attention in podcasts, and even looking at what was being said on Twitter. I watched the State of the Word at WordCamp US where the general tide in the feelings toward Gutenberg, seemed to turn, though many people still remain skeptical, critical, or antagonistic toward the project as a whole.</p>\n\n<p>Today, I saw someone suggesting legal action if Gutenberg caused problems on their sites. That’s ridiculous on several levels, but shows that there’s still a lot of suspicion, frustration, and outright anger around Gutenberg.</p>\n\n<p><em>A couple notes: 1. the graphs below are for illustration purposes only, they’re not meant to be accurate to any actual data. 2. If you prefer listening, you can </em><a href=\"https://www.youtube.com/watch?v=S4ZqrVJ465E\"><em>watch my screencast version</em></a><em> (13:12) of what follows. The message is the same, but differs in many aspects of presentation.</em></p>\n\n<h2><strong>Finding the Why</strong></h2>\n\n<p>Simon Sinek is known for <a href=\"https://www.youtube.com/watch?v=u4ZoJKF_VuA\">his Ted talk</a> where he explains that most people explain a new product or service by talking about ‘what’ it is and ‘how’ it works, but they rarely explain the ‘why’ behind it. The ‘why’ actually resonates with people the most. They want to understand the reason and beliefs behind it.</p>\n\n<p>In my research, I couldn’t seem to find a clear answer to the most important question: “Why Gutenberg?” If I was going to present to people who knew little or nothing about it, I wanted to provide a reason why this major change was coming that might cause significant frustration, work, and pain for them.</p>\n\n<img />\n\n<p>I found a lot of ‘what’ and ‘how’ about Gutenberg. In some posts by <a href=\"https://ma.tt/2017/08/we-called-it-gutenberg-for-a-reason/\">Matt Mullenweg</a> and <a href=\"https://matiasventura.com/post/gutenberg-or-the-ship-of-theseus/\">Matías Ventura</a>, I found hints about ‘why’ Gutenberg existed, but no really clear, simple explanation of why this whole project was happening. Why would Matt and others want to seemingly force this major change on us all? Why does it have to be such a radical departure from the past? Why now?</p>\n\n<p>I was certain the conspiracy theorists—who seem to believe that Automattic’s sole mission is to make their lives more miserable—were wrong. But what was the purpose? Could it really just be a <strong>me too</strong> attitude that left all of these brilliant minds feeling like they had to keep up with Squarespace and Medium? That didn’t seem to fit. Especially since Gutenberg is already leagues better than Squarespace’s convoluted visual editor.</p>\n\n<h2><strong>Innovative Disruption</strong></h2>\n\n<img />\n    The Innovator&#x27;s Dilemma Book Cover\n\n\n<p>Taking cues from those hints and suggestions, I started thinking about the innovative disruption model. It was popularized in business circles, starting in 1997 when the book “<a href=\"https://en.wikipedia.org/wiki/The_Innovator%27s_Dilemma\">The Innovator’s Dilemma</a>” was published by Clayton Christensen, a Harvard professor. His book was an expansion of an <a href=\"https://hbr.org/1995/01/disruptive-technologies-catching-the-wave\">earlier article</a> in the Harvard Business Review.</p>\n\n<p>At the risk of oversimplifying the model, innovative disruption is what happens when an existing company who is the top dog (either in sales or market share) gets comfortable with their position at the top along with their revenue stream and quits innovating. They make small, incremental updates to their products or services to keep customers happy, but fail to look at the future of their industry.</p>\n\n<p>This makes it easier for a startup or smaller, more innovative company to bring a new product or service to market that completely disrupts the existing market because it’s better, faster, cheaper. The established company doesn’t see the disruption coming because they feel secure in their large market share and steady sales revenue. They often respond with “why would anyone want that?” when approached with the new model that is about to completely upset their business model.</p>\n\n<h2><strong>Blockbuster Gets Busted</strong></h2>\n\n<p>The classic example of this is Blockbuster Entertainment, Inc. They had over 9,000 stores at one time, allowing people to rent VHS tapes and later, DVDs. They had a huge portion of the market all to themselves and it seemed nobody could compete with this juggernaut.</p>\n\n<p>Then along came two small startups: Netflix and Redbox. Netflix comes along and says “we’re going to stream movies over the internet. That’s the future and the way everyone will want to consume movies and TV in the future. But since the internet is too slow right now, we’ll just start by mailing DVDs to people.”</p>\n\n<p>Blockbuster looked at this and said, “the internet is <em>way</em> too slow to stream movies. That’s ridiculous! Who wants to wait two weeks to get a movie in the mail?! Hahaha! Stupid startup, they’re wasting their money and energy.” In hindsight this seems ridiculous. At the time, most people would have agreed with Blockbuster.</p>\n\n<p>As you know, people started changing the way they rented movies. Once they tried it, they were happy to pay a subscription and use a queue to get DVDs delivered in the mail. Ultimately, making the decision of what to watch ahead of time was better than wandering through a cathedral of DVDs only to find the one you wanted to watch has already been checked out.</p>\n\n<p>Consumer internet bandwidth speeds quickly caught up. Netflix even invented some of the technologies that provide high quality streaming video to your home. Now, most of us can’t imagine having to go to the store to rent a physical copy of a movie. And those that can, get them from a Redbox kiosk that has a limited selection, but is much quicker and easier than a video store. Netflix now has a larger market share than Blockbuster ever did, with <em>zero</em> physical locations.</p>\n\n<img />\n\n<p>There are exactly nine Blockbuster stores still operating, mostly in Alaska. From 9,000 down to nine in only a few years! This is what failing to innovate does. This is how comfort and confidence in market share and sales blinds people and organizations to the coming innovations that will disrupt their market.</p>\n\n<h2><strong>Literacy, Disruption, and Gutenberg</strong></h2>\n\n<p>Disruptive innovation doesn’t apply just in business. I have a Bachelor’s degree in history. So one example I love to use is how literacy and education ultimately toppled monarchies and traditional power structures in favor of republics and representative democracy.</p>\n\n<p>The choice of Gutenberg as the name of the new WordPress editor seems prescient in this example as well. The name was one of the clues that led me to answer the ‘why?’ question. It was Johannes Gutenberg and his movable type printing press that was the innovative disruption that changed everything!</p>\n\n<p>Before that, the vast majority of people in Europe were illiterate and uneducated. The scarcity of books and written material made it impractical and prohibitively expensive for most people to learn to read. It also allowed the Church and aristocracy to control the opportunity to become literate. That meant the rich and powerful were the gatekeepers of knowledge. Most riots and uprisings to this point were about hunger.</p>\n\n<p>The Gutenberg press changed all that. Suddenly books could be mass-produced faster, cheaper, better than they ever could before. Literacy caught on like a wildfire. The power structures thought they could control it and maintain the status quo. They outlawed printing without state approval and did many other things to limit the spread of ideas through printed materials.</p>\n\n<p>But it was too late, the power to spread ideas that the printing press provided was much too viral. Many printing presses were operated illegally, then destroyed when they were discovered by authorities.</p>\n\n<img />\n\n<p>The tipping point had been reached though. The ability to read and spread ideas via printed documents was much more powerful than the money, soldiers, and weapons of the monarchy. Though hunger might have sparked riots and uprisings from this time on, those tiny flames were fanned into an inferno of revolution by ideas spread through printed words. <a href=\"https://en.wikipedia.org/wiki/Thomas_Paine\">Thomas Paine</a>’s Common Sense is a great example if you want to learn more about concrete examples.</p>\n\n<h2><strong>The Pain of Disrupting Yourself</strong></h2>\n\n<p>I don’t have a business degree, but from my understanding, <em>The Innovator’s Dilemma</em> can be simplified down to this: to survive, and stay on top, a company (or software, or community) must innovate. It <em>can not</em> be incremental innovation. It <em>must</em> be innovation that disrupts the company’s core product or business model, even to the point of entirely replacing it.</p>\n\n<p>Blockbuster tried some Redbox-like and Netflix-like solutions, but they were too little, too late. The only way they could have survived would have been to disrupt their own business model and service. They would have had to say, “in five years we will close all 9k stores and completely shift our business to providing video online.”</p>\n\n<p>Who does that? Who thinks “we have built an empire, but we have to completely change it and replace it all over again”? That’s “The Innovator’s Dilemma” that the book’s title refers to: it’s incredibly difficult to think in those terms when you’re on the top. It’s nearly impossible to say, “we have to disrupt ourselves. We must compete with our own business and products and services.” But ultimately it’s the only way to survive.</p>\n\n<p>…Or you can buy an innovative company and let them disrupt your main business. Did you know Blockbuster had the <a href=\"http://www.businessinsider.com/blockbuster-ceo-passed-up-chance-to-buy-netflix-for-50-million-2015-7\">chance to buy Netflix</a> for $50 million in 2000? It was pocket change, but they passed because it was a very small, niche business.</p>\n\n<p>Had they bought Netflix and allowed it to continue innovating and disrupting their core retail rental model, Blockbuster might still be around. It wouldn’t have 9k retail stores, but it would have an even larger market share than it ever did renting DVDs.</p>\n\n<img />\n\n<p>In either case, the process is painful. That’s why it’s called disruptive. Not because it’s a walk on the beach or small speed bump, but because it takes a lot of work and forward-thinking and causes a lot of pain to create and implement.</p>\n\n<p>If you are the market leader, you can’t rest on your previous success. You have to change everything once again, like you did to get to where you are now. Despite the pain of doing it, you have to invest yourself and your resources into hard work and difficult questions and challenging thinking that goes directly counter to our natural tendency as humans. If you want to stay on top, it’s the only way.</p>\n\n<h2><strong>WordPress is Ripe for Disruption</strong></h2>\n\n<p>WordPress has a 30% market share right now. It won’t be long before 1 out of every 3 websites is built on WordPress. No other platform is even close.</p>\n\n<p>As WordPress professionals and community members, it seems like we have all the momentum and benefits of being the leader. “Surely nothing could displace WordPress!” That’s what Blockbuster said. That’s what monarchs of past ages said. The truth is simple: “yes, something could. In fact, something will, if WordPress doesn’t innovatively disrupt itself.”</p>\n\n<img />\n\n<p>Is it going to be painful? Yes. Is it going to cause a lot of work and effort on the part of the community? Yes! Absolutely. But the alternative is to learn a totally new platform in five years when WordPress dies like Blockbuster did. You think this change is going to be difficult? Try throwing out WordPress entirely and moving your website(s) to an entirely new platform. Because that’s the alternative.</p>\n\n<h2><strong>Good Arguments Against Gutenberg</strong></h2>\n\n<p>I see many people listing a string of bugs in the Gutenberg UI/UX and concluding that Gutenberg shouldn’t exist. I see others critiquing the underlying technologies and claiming that’s evidence that Gutenberg is entirely wrong.</p>\n\n<p>I’m sorry, but those arguments are entirely invalid. They may be great arguments for how Gutenberg needs to change or improve, but they are <em>not</em> valid arguments against the existence of Gutenberg and its inclusion in core.</p>\n\n<p>Hopefully, I’ve made it clear that WordPress is in dire need of innovation. If that’s true, then as I see it, there’s only one really great argument against Gutenberg. As one person in one of the meetups I presented at put it: “is it the right innovation?”</p>\n\n<p>That&#x27;s the crux of the whole thing: <strong>WordPress must innovate to survive</strong>. Matt Mullenweg and the entire Gutenberg team have looked at the past and the future and decided that a better, faster, easier user interface and experience, are the disruptive innovations that WordPress needs to survive.</p>\n\n<p>You can argue that it’s not, that there’s some other innovation that will completely change WordPress and thereby save it from disruption by outside forces. And that&#x27;s a totally valid argument to make. But in my opinion, <strong>you can’t argue that continued, incremental changes are enough.</strong> You can’t argue that the path we’ve been on the last five years is going to keep WordPress on top for the next five years. It simply won’t.</p>\n\n<h2><strong>I Like Gutenberg, but I Love What it’s Doing</strong></h2>\n\n<p>In my experience thus far, I like Gutenberg. I believe it is the right disruptive innovation WordPress needs at this time. It will make WordPress easier to use and help its underpinnings be ready for the future. Being easy to use is what got WordPress where it is today.</p>\n\n<p>It’s not very easy to use any more. There are significantly easier options out there, that could disrupt WordPress and replace it. I think Gutenberg will allow WordPress to disrupt itself and keep ahead of other disruptive innovations. It will save WordPress and allow us all to keep using it and building our businesses on it for another 10 years into the future.</p>\n\n<p>I like Gutenberg, but I really love what Gutenberg means, what it represents, and what it&#x27;s doing. Gutenberg is bigger than just a new post editor, it shows that the leaders of the WordPress community are willing to make hard decisions and innovate even when it means disrupting their own work and previous innovations.</p>\n\n<img />\n\n<p>I have huge respect for the Gutenberg team, who have not only had to rethink everything and do all those difficult things I referred to before, but have had to do it all very publicly, while navigating a gauntlet of criticism, personal attacks, and much more.</p>\n\n<p>I hope this post shows my thanks and newfound appreciation for what they’re doing and going through. Flipping the phrase from <em>The Dark Knight,</em> the members of the Gutenberg team are “the heroes the WordPress community needs right now, even if they’re not the ones we deserve.”</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Mar 2018 18:20:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Post Status: The Future of Content Distribution — Draft podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=44599\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://poststatus.com/future-content-distribution-draft-podcast/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2385:\"<p>Welcome to the Post Status <a href=\"https://poststatus.com/category/draft\">Draft podcast</a>, which you can find <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">on iTunes</a>, <a href=\"https://play.google.com/music/m/Ih5egfxskgcec4qadr3f4zfpzzm?t=Post_Status__Draft_WordPress_Podcast\">Google Play</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, and <a href=\"http://simplecast.fm/podcasts/1061/rss\">via RSS</a> for your favorite podcatcher. Post Status Draft is hosted by Brian Krogsgard and co-host Brian Richards.</p>\n<p><span>This week the Brians put their brains together and discuss content distribution across various mediums and platforms as well as subscriptions for both digital and physical products. The conversation shifts between different tooling and platforms that exist for enabling content distribution as well as some of the societal shifts that have shaped how we share and consume both content and products. </span></p>\n<p><span>This is a good episode for anyone who is developing sites and selling solutions around content distribution or subscriptions as well as anyone who is running (or looking to run) a business based around a subscriber model (paid or otherwise).</span></p>\n<p></p>\n<h3>Links</h3>\n<ul>\n<li><a href=\"https://make.wordpress.org/marketing/2018/02/28/wordpress-jargon-glossary/\">WP Jargon Glossary</a></li>\n<li><a href=\"https://www.blog.google/topics/google-news-initiative/announcing-google-news-initiative/\">Google News subscription initiative</a></li>\n<li><a href=\"https://woocommerce.com/2018/02/succeed-with-woocommerce-subscriptions-technical-tips/\">Brent&#8217;s blog post</a></li>\n<li><a href=\"https://woocommerce.com/products/teams-woocommerce-memberships/\">Teams for WooCommerce Memberships</a></li>\n<li><a href=\"https://www.recode.net/2017/12/13/16771646/target-shipt-acquisition-price-550-million-grocery-delivery-same-day\">Target acquires Shipt</a></li>\n</ul>\n<h3>Sponsor: Pagely</h3>\n<p><a href=\"https://pagely.com\"><span>Pagely</span></a><span> offers best in class managed WordPress hosting, powered by the Amazon Cloud, the Internet’s most reliable infrastructure. Post Status is proudly hosted by Pagely. Thank you to </span><a href=\"https://pagely.com\"><span>Pagely</span></a><span> for being a Post Status partner</span></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Mar 2018 13:24:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Katie Richards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"BuddyPress: 10 years\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=271550\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://buddypress.org/2018/03/10-years/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5437:\"<p>In 2008 (just 10 short years ago) <a href=\"https://profiles.wordpress.org/apeatling\">Andy Peatling</a> made the very first code-commit to the newly adopted BuddyPress project, joining bbPress, GlotPress, and BackPress at the time. As most of you can probably imagine, BuddyPress was a different piece of software back then, trying to solve a completely different decade&#8217;s worth of problems for a completely different version of WordPress.</p>\n<p>BuddyPress was multisite only, meaning it did not work on the regular version of WordPress that most people were accustomed to installing. It needed to completely take over the entire website experience to work, with a specific theme for the primary part of your site, and blog themes for user profiles and everything else.</p>\n<p>There was a lot to love about the original vision and version of BuddyPress. It was ambitious, but in a clever kind of way that made everyone tilt their heads, squint their eyes, and ponder what WordPress was capable of. BuddyPress knew exactly what it was trying to do, and owned it without apologies.</p>\n<p>It touted itself as a &#8220;Social Network in a box&#8221; at a time when MySpace was generating 75.9 million <em>unique</em> visitors per month, so if you couldn&#8217;t imagine how different BuddyPress may have been before, imagine how excited everyone was at the idea of owning their own MySpace.</p>\n<p>Since then, Andy invited <a href=\"https://profiles.wordpress.org/boonebgorges\">Boone</a>, <a href=\"https://profiles.wordpress.org/djpaul\">Paul</a>, and <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">me</a> to help lead the project forward, and in-turn we&#8217;ve invited several other prolific BuddyPress contributors to help with every aspect of the project, website, design, and so on.</p>\n<p>The BuddyPress team has grown in a few different ways. Most recently, we&#8217;ve added <a href=\"https://profiles.wordpress.org/espellcaste\">Renato Alves</a> to the team to help with WP-CLI support. Renato is a long-time contributor who stepped up big-time to really own the WP-CLI implementation and finally see it through to the end.</p>\n<p><a href=\"https://profiles.wordpress.org/slaffik\">Slava Abakumov</a> lead the 2.8 release, and we finally met in person for the very first time just last week at WordCamp Miami. He&#8217;s another long-time contributor who has always had the best interests of the project in mind and at heart.</p>\n<p><a href=\"https://profiles.wordpress.org/offereins\">Laurens Offereins</a> has been helping fix BuddyPress bugs and work on evolving features since version 2.1, and while we haven&#8217;t met in person <em>yet</em>, I look forward to it someday!</p>\n<p><a href=\"https://profiles.wordpress.org/netweb\">Stephen Edgar</a> (who you may recognize from bbPress) also works a bit on BuddyPress, largely around tooling &amp; meta related things, but he&#8217;s fully capable and will jump in and help anywhere he can, be it the forums or features.</p>\n<p><a href=\"https://profiles.wordpress.org/mercime\">Mercime</a> would prefer I not blather on endlessly here about how important she is, or how much I appreciate her, or anything like that, so please forget I mentioned it.</p>\n<p><a href=\"https://profiles.wordpress.org/hnla\">Hugo Ashmore</a> has spent the past 2 years completely rebuilding the default template pack. This is an absolutely huge undertaking, and everyone is really excited about sunsetting ye olde <code>bp-legacy</code>.</p>\n<p><a href=\"https://profiles.wordpress.org/karmatosed\">Tammie Lister</a> has moved on to work on the enormously important and equally ambitious <a href=\"https://wordpress.org/plugins/gutenberg/\">Gutenberg</a> project. Tammie is wonderful, and doing a great job crafting what the future of democratizing publishing is.</p>\n<p>Lastly, a few of our veteran team members took sabbaticals from contributing to BuddyPress in the past few years, which I see as an opportunity to return with fresh ideas and perspectives, or maybe moving onto new &amp; exciting challenges. This is a good, healthy thing to do, both for oneself and the project. Space makes the heart grow fonder, and all that.</p>\n<hr />\n<p>A small aside but worth saying here &amp; now, is that leading an open-source project is everything you think it is (or maybe have read already that it is) and like a million other things that are hard to understand until you understand. The one constant (and subsequently the hardest and funnest part) is how to provide opportunities for personal growth, without prohibiting contributions, while also doing what&#8217;s best for the greater vision of the project itself, amongst a completely remote group of bespoke volunteers. I think Paul, Boone, and I do OK at this, but we are always learning and adjusting, so please reach out to us if there is anything we can do differently or better.</p>\n<hr />\n<p>BuddyPress is my personal favorite piece of software. It&#8217;s my favorite community. I wake up excited every day because of what it can do and who it does it for. Put another way, I love what we make it do and who we make it for: ourselves, one another, each other, and you.</p>\n<p>Cheers to 10 years, and here&#8217;s to another 10!</p>\n<p><img class=\"alignnone wp-image-271562 size-full\" src=\"https://buddypress.org/wp-content/uploads/1/2018/03/Screen-Shot-2018-03-25-at-4.38.12-PM.png\" alt=\"\" width=\"898\" height=\"452\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Mar 2018 22:54:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"JJJ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WPTavern: Noteworthy Changes Coming in WordPress 4.9.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://wptavern.com/noteworthy-changes-coming-in-wordpress-4-9-5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2401:\"<p>WordPress 4.9.5 Beta 1 <a href=\"https://make.wordpress.org/core/2018/03/21/wordpress-4-9-5-beta/\">is available</a> for testing and brings with it 23 bug fixes and improvements. A release candidate is scheduled for release on March 20th and a final release on April 3rd. Here are some notable changes you can expect in the release.</p>\n\n<h3>\"Cheatin’ uh?\" Error Message is Replaced</h3>\n\n<p>The \"Cheatin’ uh?\" error message has existed in WordPress for years and for some, is insulting. The error doesn&#x27;t explain what went wrong and accuses the user of trying to cheat the system.</p>\n\n<img />\n    Cheatin&#x27; Uh Error Message<br />\n\n\n<p>Eric Meyer highlighted the error in <a href=\"https://wordpress.tv/2016/06/24/eric-a-meyer-design-for-real-life/\">his keynote</a> at WordCamp North East Ohio in 2016, when talking about Designing for Real Life. He also <a href=\"https://core.trac.wordpress.org/ticket/38332#comment:11\">contributed to the ticket</a> with suggestions on how to improve the wording.</p>\n\n<p>In WordPress 4.9.5, the error <a href=\"https://core.trac.wordpress.org/ticket/38332\">has been changed</a> to more meaningful messages depending on the error that occurs.</p>\n\n<h3>Recommended PHP Version Increased to 7.2</h3>\n\n<p>Inside of the readme file in WordPress, the current recommended PHP version is 7.0. This version of PHP reached end of life last December. In 4.9.5, the recommend version is PHP 7.2. This is the same version that is <a href=\"https://wordpress.org/about/requirements/\">recommended on WordPress.org</a>.</p>\n\n<h3>Offensive Lyrics Removed From Hello Dolly</h3>\n\n<p>As we covered <a href=\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\">earlier this week</a>, some of the lines displayed in the dashboard from the Hello Dolly plugin are inappropriate without context. In 4.9.5, the plugin will no longer display those lines.</p>\n\n<p>There&#x27;s a possibility that in the future, there will be a musical note icon or symbol placed next to the line to indicate it&#x27;s from a song. In addition, the lyrics are more in line with Louis Armstrong&#x27;s recording.</p>\n\n<p>To see a full list of changes in WordPress 4.9.5, you can <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=4.9.5&group=component\">view a full list</a> of closed tickets on Trac. </p>\n\n<p><br /></p><br /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Mar 2018 21:32:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: WPWeekly Episode 309 – All AMPed Up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wptavern.com?p=78601&preview=true&preview_id=78601\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://wptavern.com/wpweekly-episode-309-all-amped-up\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2180:\"<p>In this episode, I&#8217;m joined by <a href=\"https://medinathoughts.com/\">Alberto Medina</a>, Developer Advocate working with the Web Content Ecosystems Team at Google, and <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, CTO of XWP. We have a candid conversation about <a href=\"https://www.ampproject.org/\">Google&#8217;s AMP Project</a>. We start by learning why the project was created, what its main goal is, and the technology behind it.</p>\n<p>We also dive into some of the controversy surrounding the project by discussing whether or not AMP is a threat to the Open Web. Medina and Ruter provide insight into AMP&#8217;s transformation from focusing on the mobile web to providing a great user experience across the entire web. Last but not least, we learn about the relationship between Automattic, XWP, and the AMP team and how it&#8217;s helping to shape the future of the project.</p>\n<h2>Notable Links Mentioned:</h2>\n<p><a href=\"https://wordpress.org/plugins/amp/\">AMP for WordPress Plugin</a><br />\n<a href=\"https://github.com/Automattic/amp-wp\">AMP for WordPress GitHub Repository</a><br />\n<a href=\"https://github.com/ampproject\">AMP GitHub Repository</a><br />\n<a href=\"https://www.youtube.com/watch?v=GGS-tKTXw4Y\">Video presentation from AMP Conf 2018 showcasing the work that&#8217;s gone into the AMP for WordPress plugin</a><br />\n<a href=\"https://www.ampproject.org/latest/blog/standardizing-lessons-learned-from-amp/\">Official blog post outlining the future of the AMP Project</a></p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Wednesday, March 28th 3:00 P.M. Eastern</p>\n<p>Subscribe to <a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\">WordPress Weekly via Itunes</a></p>\n<p>Subscribe to <a href=\"https://www.wptavern.com/feed/podcast\">WordPress Weekly via RSS</a></p>\n<p>Subscribe to <a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\">WordPress Weekly via Stitcher Radio</a></p>\n<p>Subscribe to <a href=\"https://play.google.com/music/listen?u=0#/ps/Ir3keivkvwwh24xy7qiymurwpbe\">WordPress Weekly via Google Play</a></p>\n<p><strong>Listen To Episode #309:</strong><br />\n</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Mar 2018 14:34:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Matt: Don’t Like Change\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=47998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"https://ma.tt/2018/03/dont-like-change/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:407:\"<blockquote class=\"wp-block-quote\">\n    <p>If you don&#x27;t like change, you&#x27;re going to like irrelevance even less.</p><cite>General Eric Shinseki</cite></blockquote>\n\n<p>I actually heard this on the <a href=\"https://www.fs.blog/2015/06/michael-lombardi/\">Farnam Street podcast with Patriots coach Michael Lombardi</a>, but it seems like General Shinseki said it first so attributing it there.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 Mar 2018 00:01:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"HeroPress: Keeping Community Alive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://heropress.com/?p=2487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://heropress.com/keeping-community-alive/#utm_source=rss&utm_medium=rss&utm_campaign=keeping-community-alive\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3425:\"<img width=\"960\" height=\"480\" src=\"https://s20094.pcdn.co/wp-content/uploads/2016/09/090716-David-Laietta-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: Be a pillar of support for your community.\" /><p>In the last year or so I&#8217;ve been a lot more involved with the business side of WordPress than the community side. The business side isn&#8217;t nearly as loving and supportive as the community side, and some of that is out of necessity. Business is business, and people need to eat.</p>\n<p>The problem comes when people get so focused on the business side of things that they forget they&#8217;re dealing with people. Recently <a href=\"https://twitter.com/carlhancock/status/971182969514799105\">Carl Hancock mentioned on twitter</a> that there are things that happen in business in the WordPress community that would horrify people. I don&#8217;t know who those people are that do those things, and I don&#8217;t even know what the things are, but I have hope that the community can be bigger and better than that.</p>\n<p>There will always be selfish jerks who abuse the system for personal gain, but I have hope that the WordPress community can generally rise above that, and perhaps even change the hearts of poor players.</p>\n<p>This week&#8217;s HeroPress replay is from David Laietta, about how our community changes lives.</p>\n<blockquote class=\"wp-embedded-content\"><p><a href=\"https://heropress.com/essays/a-community-of-acceptance/\">A Community of Acceptance</a></p></blockquote>\n<p></p>\n<div class=\"rtsocial-container rtsocial-container-align-right rtsocial-horizontal\"><div class=\"rtsocial-twitter-horizontal\"><div class=\"rtsocial-twitter-horizontal-button\"><a title=\"Tweet: Keeping Community Alive\" class=\"rtsocial-twitter-button\" href=\"https://twitter.com/share?text=Keeping%20Community%20Alive&via=heropress&url=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-fb-horizontal fb-light\"><div class=\"rtsocial-fb-horizontal-button\"><a title=\"Like: Keeping Community Alive\" class=\"rtsocial-fb-button rtsocial-fb-like-light\" href=\"https://www.facebook.com/sharer.php?u=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%2F\" rel=\"nofollow\" target=\"_blank\"></a></div></div><div class=\"rtsocial-linkedin-horizontal\"><div class=\"rtsocial-linkedin-horizontal-button\"><a class=\"rtsocial-linkedin-button\" href=\"https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fheropress.com%2Fkeeping-community-alive%2F&title=Keeping+Community+Alive\" rel=\"nofollow\" target=\"_blank\" title=\"Share: Keeping Community Alive\"></a></div></div><div class=\"rtsocial-pinterest-horizontal\"><div class=\"rtsocial-pinterest-horizontal-button\"><a class=\"rtsocial-pinterest-button\" href=\"https://pinterest.com/pin/create/button/?url=https://heropress.com/keeping-community-alive/&media=https://heropress.com/wp-content/uploads/2016/09/090716-David-Laietta-150x150.jpg&description=Keeping Community Alive\" rel=\"nofollow\" target=\"_blank\" title=\"Pin: Keeping Community Alive\"></a></div></div><a rel=\"nofollow\" class=\"perma-link\" href=\"https://heropress.com/keeping-community-alive/\" title=\"Keeping Community Alive\"></a></div><p>The post <a rel=\"nofollow\" href=\"https://heropress.com/keeping-community-alive/\">Keeping Community Alive</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Mar 2018 15:39:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: A Plea For Plugin Developers to Stop Supporting Legacy PHP Versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wptavern.com/a-plea-for-plugin-developers-to-stop-supporting-legacy-php-versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2188:\"<p>Iain Poulson has <a href=\"https://deliciousbrains.com/legacy-php-version-support/\">published a thoughtful request</a> on the Delicious Brains blog asking WordPress plugin developers to stop supporting legacy PHP versions. He covers some of the benefits of developing with newer versions of PHP, what Delicious Brains is doing with its plugins, and using the <a href=\"https://make.wordpress.org/plugins/2017/08/29/minimum-php-version-requirement/\">Requires Minimum PHP Version header</a> in readme.txt.<br /></p>\n\n<blockquote class=\"wp-block-quote\">\n    <p>While we wait for the Trac discussion to roll on and the WordPress development wheels to turn we can take action ourselves in our plugins to stop them working on installs that don’t meet our requirements. </p>\n    <p>We do this in our own plugins where it is strictly necessary (<a href=\"https://deliciousbrains.com/wp-offload-s3/\">WP Offload S3</a> relies on the Amazon Web Services S3 SDK, which requires PHP 5.3.3+ and will we will <a href=\"https://deliciousbrains.com/wp-offload-s3/doc/php-version-requirements/\">move to PHP 5.5</a> in the future), and the more plugins that do this out of choice will help move the needle further.</p><cite>Iain Poulson <br type=\"_moz\" /></cite></blockquote>\n\n<p>Poulson mentions the <a href=\"https://github.com/WordPress/servehappy\">ServeHappy project</a> in his post and it&#x27;s worth a mention here as well. The ServeHappy project was <a href=\"https://make.wordpress.org/core/2018/01/09/servehappy-roadmap/\">launched earlier this year</a> by a group of volunteers.</p>\n\n<p>Its main goal is to reduce the number of WordPress installs running on unsupported PHP versions through education, awareness, and tools to help users update their site&#x27;s PHP versions.</p>\n\n<p>This project is in need of contributors. If you&#x27;re interested, join the #core-php channel on <a href=\"https://make.wordpress.org/chat/\">WordPress Slack</a>. The team has meetings every Monday at 11:00 AM EDT. You can also follow the <a href=\"https://make.wordpress.org/core/tag/core-php/\">#core-php tag</a> on the Make WordPress.org Core site where links to chat logs and meeting summaries are published. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Mar 2018 00:31:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: How to Disable Push Notification Requests in Firefox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wptavern.com/how-to-disable-push-notification-requests-in-firefox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1246:\"<p>Have you noticed how many sites ask if you want to enable push notifications? I&#x27;ve answered no to every request but thanks <a href=\"https://twitter.com/tkraftner/status/976116234365358081\">to a tip</a> suggested by Thomas Kräftner, you can disable requests from appearing altogether in Firefox.</p>\n\n<p>Last week, Mozilla <a href=\"https://www.mozilla.org/en-US/firefox/59.0/releasenotes/\">released Firefox 59.0</a> and added a <a href=\"https://support.mozilla.org/en-US/kb/push-notifications-firefox\">new privacy feature</a> that allows users to block sites from sending push notification requests. To enable it, open the Options panel in Firefox 59.0 and click the Privacy&amp;Security tab.<br /></p>\n\n<p>Scroll down to the Permissions section. Click on the Settings button for Notifications and check the box that says <em>Block new requests asking to allow notifications.﻿</em></p>\n\n<img />\n    Settings panel for Notifications\n\n\n<p>Click the Save Changes button and enjoy one less thing interrupting your browsing experience.  To accomplish the same thing in Chrome, follow <a href=\"https://fieldguide.gizmodo.com/how-to-block-super-annoying-website-notification-reques-1797499616\">this tutorial published by Field Guide</a>. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 Mar 2018 23:32:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Without Context, Some Lyrics Inside the Hello Dolly Plugin Are Degrading to Women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78372\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://wptavern.com/without-context-some-lyrics-inside-the-hello-dolly-plugin-are-degrading-to-women\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2914:\"<p>There have been <a href=\"https://core.trac.wordpress.org/ticket/11538\">many discussions</a> over the years on whether or not <a href=\"https://wordpress.org/plugins/hello-dolly/\">Hello Dolly</a> should be unbundled with WordPress. Seven years ago, it was <a href=\"https://core.trac.wordpress.org/ticket/15769\">argued</a> that the lyrics are copyrighted and could potentially violate the GPL license.</p>\n\n<p>The latest issue with Hello Dolly is that some lyrics that appear in users dashboards with the plugin activated can be degrading to women without context.</p>\n\n<p><blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Find her an empty lap, fellas.<br /><br />Wondering about my <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> dashboard. Apparently they\'re lyrics. <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f643.png\" alt=\"?\" class=\"wp-smiley\" /> <img src=\"https://s.w.org/images/core/emoji/2.4/72x72/1f644.png\" alt=\"?\" class=\"wp-smiley\" /> <a href=\"https://t.co/oxNU9czr5X\">pic.twitter.com/oxNU9czr5X</a></p>&mdash; Michelle Felt (@michellefelt) <a href=\"https://twitter.com/michellefelt/status/974060334502719488?ref_src=twsrc%5Etfw\">March 14, 2018</a></blockquote></p>\n\n<p>Two examples are:</p>\n\n<ul>\n    <li>Find her an empty lap, fellas</li>\n    <li>Find her a vacant knee, fellas</li>\n</ul>\n\n<p>Joe McGill has <a href=\"https://core.trac.wordpress.org/ticket/43555\">created a trac ticket</a> proposing that those two lines be removed. \"The Hello Dolly plugin has been bundled in WordPress for many years, being a simple example of how to build a plugin for WordPress while also adding a bit of whimsy to admin,\" he said.</p>\n\n<p>\"However, there are several passages of text from this song which are inappropriate to display without any context to people using WordPress—particularly as the WordPress project seeks to promote inclusivity for all.\"</p>\n\n<p>The discussion within the ticket suggests creating a black list or replacing the lyrics with less offensive versions. In many of the Google search results for Hello Dolly lyrics by Jerry Herman, shows that the lyrics inside the plugin and those in the song are different.</p>\n\n<p>The lyrics say, \"Find me a vacant knee, fellas.\" In a <a href=\"https://www.youtube.com/watch?v=RETJfq1U_gg\">video on YouTube</a> of Hello Dolly featuring Sarah Gardner singing the lyrics, she clearly says \"Find her an empty lap, fellas.\" In a YouTube video of <a href=\"https://www.youtube.com/watch?v=kmfeKUNDDYs\">Louis Armstrong singing Hello Dolly live</a>, he says \"Find her an empty lap, fellas.\"<br /></p>\n\n<p>Putting aside the debate of which version of the lyrics are used, displaying the text above without context can and is seen as degrading women. At a time when WordPress and its community are doing what it can to be more inclusive, changing or removing the lyrics seems like an easy win. </p>\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Mar 2018 20:45:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"WPTavern: Watch WordCamp Miami 2018 Via Free Livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://wptavern.com/?p=78359\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://wptavern.com/watch-wordcamp-miami-2018-via-free-livestream\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:618:\"<p>Tickets for the event may be sold out, but you can watch the event from anywhere thanks to a <a href=\"https://2018.miami.wordcamp.org/live/\">free livestream</a>. The stream starts today and covers both the E-Commerce and developers workshops. The stream begins tomorrow at 8:30AM EDT with separate links to <a href=\"https://bizstreams.fiu.edu/Mediasite/Play/05a25d9473ca4c919b5f29aa426bb0c01d?catalog=f4f4edd3-2dee-4302-91c6-d77c1da5f437\">morning</a> and <a href=\"https://bizstreams.fiu.edu/Mediasite/Play/30c9fdc284ce46648866ed715fd3b90d1d?catalog=f4f4edd3-2dee-4302-91c6-d77c1da5f437\">afternoon</a> sessions. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Mar 2018 16:18:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Sat, 28 Apr 2018 03:50:29 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Sat, 28 Apr 2018 03:30:27 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20180327153057\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1560, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1524930629', 'no'),
(1561, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1524887429', 'no'),
(1562, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1524930629', 'no'),
(1563, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2018/04/celebrate-the-wordpress-15th-anniversary-on-may-27/\'>Celebrate the WordPress 15th Anniversary on May 27</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://poststatus.com/the-meta-episode-draft-podcast/\'>Post Status: The meta episode — Draft podcast</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/a-gutenberg-migration-guide-for-developers\'>WPTavern: A Gutenberg Migration Guide for Developers</a></li><li><a class=\'rsswidget\' href=\'https://wptavern.com/wpweekly-episode-313-buddypress-gutenberg-and-an-upcoming-anniversary\'>WPTavern: WPWeekly Episode 313 – BuddyPress, Gutenberg, and An Upcoming Anniversary</a></li></ul></div>', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 4, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(3, 4, '_mail', 'a:8:{s:7:\"subject\";s:25:\"Foamindo \"[your-subject]\"\";s:6:\"sender\";s:32:\"[your-name] <raidou15@gmail.com>\";s:4:\"body\";s:172:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Foamindo (http://localhost/foamindo)\";s:9:\"recipient\";s:18:\"raidou15@gmail.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(4, 4, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:25:\"Foamindo \"[your-subject]\"\";s:6:\"sender\";s:29:\"Foamindo <raidou15@gmail.com>\";s:4:\"body\";s:114:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Foamindo (http://localhost/foamindo)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:28:\"Reply-To: raidou15@gmail.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(5, 4, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(6, 4, '_additional_settings', NULL),
(7, 4, '_locale', 'en_US'),
(8, 6, '_form', '<div class=\"form-flat\">\n\n<label>Nature of your Business : </label>\n[radio nature-business default:0 \"Wholesaler\" \"Manufacturer\" \"Retailer\" \"Others\"]\n\n<label>Please describe your specific/customized requirements:* </label>\n[textarea* your-message placeholder \"(required)\"]\n\n<label>Company-Name : </label>[text* your-name placeholder \"Company-Name (required)\"]\n<label>Contact-Person : </label>[text* contact-person placeholder \"Contact-Person (required)\"]\n<label>E-Mail : </label>[email* your-email placeholder \"E-Mail (required)\"]\n<label>Mobile : </label>[tel* mobile placeholder \"Mobile (required)\"] \n<label>Phone : </label>[tel* phone placeholder \"Phone (required)\"]\n<label>Fax: </label>[tel fax placeholder \"Fax\"]\n<label>Street Address : </label>[text address placeholder \"Street Address\"]\n<label>City/State : </label>[text city placeholder \"City/State\"]\n<label>Zip/Postal Code : </label>[text zip placeholder \"Zip/Postal Code\"]\n<label>Country : </label>[select Country data:countries]\n\n\n[submit class:button primary \"Submit\"]\n</div>'),
(9, 6, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:47:\"Inquiry Contact Us Business : [nature-business]\";s:6:\"sender\";s:24:\"inquiry@hikaruharuki.com\";s:9:\"recipient\";s:17:\"mike@foamindo.com\";s:4:\"body\";s:214:\"Contact Person : [contact-person]\nCompany Name : [your-name]\nMobile : [mobile]\nEmail : [your-email]\nPhone : [phone]\nFax : [fax]\nCompany Address : [address], [city], [zip], [Country]\n\nDetail Inquiry :\n[your-message]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:1;s:13:\"exclude_blank\";b:0;}'),
(10, 6, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(11, 6, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:71:\"Thank you for your message. It has been sent. We will contact you soon.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(12, 6, '_additional_settings', ''),
(13, 6, '_locale', 'en_US'),
(14, 7, '_form', '<div class=\"form-flat\">\n	[email* your-email placeholder \"Your Email (required)\"]\n\n	[submit class:button primary \"Sign Up\"]\n</div>'),
(15, 7, '_mail', 'a:8:{s:7:\"subject\";s:11:\"New signup!\";s:6:\"sender\";s:34:\"Flatsome Theme <mail@flatsome.dev>\";s:4:\"body\";s:24:\"New signup: [your-email]\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(16, 7, '_mail_2', ''),
(17, 7, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(18, 7, '_additional_settings', ''),
(19, 7, '_locale', 'en_US'),
(20, 8, '_form', '<div class=\"flex-row form-flat medium-flex-wrap\">\n<div class=\"flex-col flex-grow\">\n	[email* your-email placeholder \"Your Email (required)\"]\n</div>\n<div class=\"flex-col ml-half\">\n	[submit class:button primary \"Sign Up\"]\n</div>\n</div>'),
(21, 8, '_mail', ''),
(22, 8, '_mail_2', ''),
(23, 8, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(24, 8, '_additional_settings', ''),
(25, 8, '_locale', 'en_US'),
(26, 9, '_form', '<label>Your Name (required)</label>\n[text* your-name]\n\n<label>Your Email (required)</label>\n[email*  your-email] </p>\n\n<label>Your Message (required)</label>\n[textarea your-message] </p>\n\n[submit class:button primary \"Submit\"]'),
(27, 9, '_mail', ''),
(28, 9, '_mail_2', ''),
(29, 9, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(30, 9, '_additional_settings', ''),
(31, 9, '_locale', 'en_US'),
(32, 10, '_wp_attached_file', '2016/08/dummy-1.jpg'),
(33, 10, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:260;s:4:\"file\";s:19:\"2016/08/dummy-1.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"dummy-1-247x260.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"dummy-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"dummy-1-247x260.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(34, 11, '_wp_attached_file', '2016/08/dummy-2.jpg'),
(35, 11, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:650;s:4:\"file\";s:19:\"2016/08/dummy-2.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"dummy-2-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"dummy-2-510x332.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"dummy-2-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"dummy-2-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"woocommerce_thumbnail_2x\";a:4:{s:4:\"file\";s:19:\"dummy-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"dummy-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"dummy-2-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"dummy-2-510x332.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(36, 12, '_wp_attached_file', '2016/08/dummy-prod-1.jpg'),
(37, 12, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:600;s:4:\"file\";s:24:\"2016/08/dummy-prod-1.jpg\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"dummy-prod-1-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"dummy-prod-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"dummy-prod-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"dummy-prod-1-250x300.jpg\";s:5:\"width\";i:250;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"woocommerce_thumbnail_2x\";a:4:{s:4:\"file\";s:24:\"dummy-prod-1-500x600.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"dummy-prod-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"dummy-prod-1-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(40, 13, '_thumbnail_id', '10'),
(43, 14, '_thumbnail_id', '10'),
(46, 15, '_thumbnail_id', '10'),
(49, 16, '_thumbnail_id', NULL),
(52, 17, '_thumbnail_id', '10'),
(55, 18, '_thumbnail_id', '10'),
(58, 19, '_thumbnail_id', '10'),
(61, 20, '_thumbnail_id', '10'),
(62, 21, '_footer', 'normal'),
(63, 21, '_wp_page_template', 'default'),
(64, 22, '_footer', 'normal'),
(65, 22, '_wp_page_template', 'page-left-sidebar.php'),
(66, 23, '_footer', 'normal'),
(67, 23, '_thumbnail_id', '10'),
(68, 23, '_wp_page_template', 'page-blank.php'),
(69, 24, '_footer', 'transparent'),
(70, 24, '_wp_page_template', 'page-transparent-header-light.php'),
(71, 24, '_thumbnail_id', '10'),
(72, 25, '_footer', 'normal'),
(73, 25, '_wp_page_template', 'page-blank-landingpage.php'),
(74, 26, '_footer', 'transparent'),
(75, 26, '_wp_page_template', 'page-transparent-header-light.php'),
(76, 26, '_thumbnail_id', '10'),
(77, 27, '_footer', 'normal'),
(78, 27, '_wp_page_template', 'page-blank.php'),
(79, 27, '_thumbnail_id', '10'),
(80, 28, '_footer', 'normal'),
(81, 28, '_wp_page_template', 'page-blank.php'),
(82, 28, '_thumbnail_id', '10'),
(83, 29, '_footer', 'transparent'),
(84, 29, '_wp_page_template', 'page-transparent-header-light.php'),
(85, 29, '_thumbnail_id', '10'),
(86, 30, '_footer', 'normal'),
(87, 30, '_wp_page_template', 'page-blank.php'),
(88, 30, '_thumbnail_id', '10'),
(89, 31, '_footer', 'normal'),
(90, 31, '_wp_page_template', 'default'),
(91, 31, '_thumbnail_id', '10'),
(92, 32, '_footer', 'normal'),
(93, 32, '_wp_page_template', 'page-blank.php'),
(94, 32, '_thumbnail_id', '10'),
(95, 33, '_footer', 'normal'),
(96, 33, '_wp_page_template', 'page-blank.php'),
(97, 33, '_thumbnail_id', '10'),
(98, 34, '_footer', 'normal'),
(99, 34, '_wp_page_template', 'default'),
(100, 34, '_thumbnail_id', '10'),
(101, 35, '_footer', 'normal'),
(102, 35, '_wp_page_template', 'page-blank.php'),
(103, 35, '_thumbnail_id', '10'),
(104, 36, '_footer', 'normal'),
(105, 36, '_wp_page_template', 'page-blank.php'),
(106, 36, '_thumbnail_id', '10'),
(107, 37, '_wp_page_template', 'page-transparent-header.php'),
(108, 37, '_footer', 'normal'),
(109, 37, '_thumbnail_id', '10'),
(110, 38, '_wp_page_template', 'page-blank.php'),
(111, 38, '_footer', 'normal'),
(112, 38, '_thumbnail_id', '10'),
(113, 39, '_thumbnail_id', '10'),
(114, 39, '_wp_page_template', 'page-blank.php'),
(115, 39, '_footer', 'normal'),
(116, 40, '_thumbnail_id', '10'),
(117, 40, '_wp_page_template', 'page-blank.php'),
(118, 40, '_footer', 'normal'),
(119, 41, '_thumbnail_id', '10'),
(120, 41, '_wp_page_template', 'page-blank.php'),
(121, 41, '_footer', 'normal'),
(122, 42, '_thumbnail_id', '10'),
(123, 42, '_wp_page_template', 'page-blank.php'),
(124, 42, '_footer', 'normal'),
(125, 43, '_wp_page_template', 'page-blank.php'),
(126, 43, '_thumbnail_id', '10'),
(127, 43, '_footer', 'normal'),
(128, 44, '_wp_page_template', 'page-blank.php'),
(129, 44, '_thumbnail_id', '10'),
(130, 44, '_footer', 'normal'),
(131, 45, '_thumbnail_id', '10'),
(132, 45, '_wp_page_template', 'page-blank.php'),
(133, 45, '_footer', 'normal'),
(134, 46, '_thumbnail_id', '10'),
(135, 46, '_wp_page_template', 'page-transparent-header-light.php'),
(136, 46, '_footer', 'normal'),
(137, 47, '_wp_page_template', 'page-blank.php'),
(138, 47, '_thumbnail_id', '10'),
(139, 47, '_footer', 'normal'),
(140, 48, '_wp_page_template', 'page-blank.php'),
(141, 48, '_thumbnail_id', '10'),
(142, 48, '_footer', 'normal'),
(143, 49, '_wp_page_template', 'page-transparent-header-light.php'),
(144, 49, '_footer', 'normal'),
(145, 49, '_thumbnail_id', '10'),
(146, 50, '_wp_page_template', 'page-blank.php'),
(147, 50, '_thumbnail_id', '10'),
(148, 50, '_footer', 'normal'),
(149, 51, '_wp_page_template', 'page-blank.php'),
(150, 51, '_footer', 'normal'),
(151, 51, '_thumbnail_id', '10'),
(152, 52, '_wp_page_template', 'page-blank.php'),
(153, 52, '_footer', 'normal'),
(154, 52, '_thumbnail_id', '10'),
(155, 53, '_wp_page_template', 'page-blank.php'),
(156, 53, '_footer', 'normal'),
(157, 53, '_thumbnail_id', '10'),
(158, 54, '_wp_page_template', 'page-blank.php'),
(159, 54, '_footer', 'normal'),
(160, 54, '_thumbnail_id', '10'),
(161, 55, '_wp_page_template', 'page-blank.php'),
(162, 55, '_footer', 'normal'),
(163, 55, '_thumbnail_id', '10'),
(164, 56, '_wp_page_template', 'page-blank.php'),
(165, 56, '_footer', 'normal'),
(166, 56, '_thumbnail_id', '10'),
(167, 57, '_wp_page_template', 'default'),
(168, 58, '_wp_page_template', 'page-blank.php'),
(169, 58, '_thumbnail_id', '10'),
(170, 58, '_footer', 'normal'),
(171, 59, '_wp_page_template', 'default'),
(172, 59, '_footer', 'normal'),
(173, 60, '_footer', 'normal'),
(174, 60, '_wp_page_template', 'default'),
(175, 61, '_wp_page_template', 'default'),
(176, 61, '_footer', 'normal'),
(177, 63, '_wp_page_template', 'default'),
(178, 63, '_footer', 'normal'),
(179, 63, '_thumbnail_id', '10'),
(180, 64, '_wp_page_template', 'default'),
(181, 64, '_footer', 'normal'),
(182, 64, '_thumbnail_id', '10'),
(183, 65, '_wp_page_template', 'page-transparent-header-light.php'),
(184, 65, '_footer', 'normal'),
(185, 65, '_thumbnail_id', '10'),
(186, 66, '_wp_page_template', 'page-blank.php'),
(187, 66, '_footer', 'normal'),
(188, 67, '_wp_page_template', 'default'),
(189, 68, '_wp_page_template', 'default'),
(190, 68, '_footer', 'normal'),
(191, 69, '_wp_page_template', 'page-blank.php'),
(192, 69, '_footer', 'normal'),
(193, 69, '_thumbnail_id', '10'),
(194, 70, '_wp_page_template', 'page-blank.php'),
(195, 70, '_thumbnail_id', '10'),
(196, 70, '_footer', 'normal'),
(197, 71, '_wp_page_template', 'page-blank.php'),
(198, 71, '_footer', 'normal'),
(199, 71, '_thumbnail_id', '10'),
(200, 72, '_wp_page_template', 'page-blank.php'),
(201, 72, '_thumbnail_id', '10'),
(202, 72, '_footer', 'normal'),
(203, 73, '_wp_page_template', 'page-transparent-header-light.php'),
(204, 73, '_footer', 'normal'),
(205, 73, '_thumbnail_id', '10'),
(206, 74, '_wp_page_template', 'page-my-account.php'),
(207, 75, '_wp_page_template', 'page-blank.php'),
(208, 75, '_thumbnail_id', '10'),
(209, 75, '_footer', 'normal'),
(210, 76, '_wp_page_template', 'page-blank.php'),
(211, 76, '_thumbnail_id', '10'),
(212, 76, '_footer', 'normal'),
(213, 77, '_wp_page_template', 'page-blank.php'),
(214, 77, '_thumbnail_id', '10'),
(215, 77, '_footer', 'normal'),
(216, 78, '_wp_page_template', 'page-blank.php'),
(217, 78, '_thumbnail_id', '10'),
(218, 78, '_footer', 'normal'),
(219, 79, '_wp_page_template', 'page-blank.php'),
(220, 79, '_thumbnail_id', '10'),
(221, 79, '_footer', 'normal'),
(222, 80, '_wp_page_template', 'page-blank.php'),
(223, 80, '_thumbnail_id', '10'),
(224, 80, '_footer', 'normal'),
(225, 81, '_wp_page_template', 'page-blank.php'),
(226, 81, '_thumbnail_id', '10'),
(227, 81, '_footer', 'normal'),
(228, 82, '_wp_page_template', 'page-blank.php'),
(229, 82, '_footer', 'normal'),
(230, 82, '_thumbnail_id', '10'),
(231, 83, '_wp_page_template', 'default'),
(232, 84, '_wp_page_template', 'page-blank.php'),
(233, 84, '_thumbnail_id', '10'),
(234, 84, '_footer', 'normal'),
(235, 85, '_wp_page_template', 'page-blank.php'),
(236, 85, '_footer', 'normal'),
(237, 85, '_thumbnail_id', '10'),
(238, 86, '_wp_page_template', 'page-blank.php'),
(239, 86, '_footer', 'normal'),
(240, 86, '_thumbnail_id', '10'),
(241, 87, '_wp_page_template', 'default'),
(242, 88, '_wp_page_template', 'page-blank.php'),
(243, 88, '_footer', 'normal'),
(244, 88, '_thumbnail_id', '10'),
(245, 89, '_wp_page_template', 'page-blank.php'),
(246, 89, '_thumbnail_id', '10'),
(247, 89, '_footer', 'normal'),
(248, 90, '_wp_page_template', 'default'),
(249, 90, '_thumbnail_id', '10'),
(250, 90, '_footer', 'normal'),
(251, 91, '_wp_page_template', 'page-transparent-header-light.php'),
(252, 91, '_thumbnail_id', '10'),
(253, 91, '_footer', 'normal'),
(254, 92, '_wp_page_template', 'page-blank.php'),
(255, 92, '_footer', 'normal'),
(256, 92, '_thumbnail_id', '10'),
(257, 93, '_wp_page_template', 'page-blank.php'),
(258, 93, '_footer', 'normal'),
(259, 93, '_thumbnail_id', '10'),
(260, 94, '_wp_page_template', 'page-blank.php'),
(261, 94, '_footer', 'normal'),
(262, 94, '_thumbnail_id', '10'),
(263, 95, '_wp_page_template', 'page-blank.php'),
(264, 95, '_footer', 'normal'),
(265, 95, '_thumbnail_id', '10'),
(266, 157, '_thumbnail_id', '10'),
(267, 158, '_thumbnail_id', '10'),
(268, 159, '_thumbnail_id', '10'),
(269, 160, '_thumbnail_id', '10'),
(270, 162, '_wp_page_template', ''),
(271, 162, '_footer', ''),
(272, 163, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(273, 163, '_edit_last', '1'),
(274, 163, '_visibility', 'visible'),
(275, 163, '_stock_status', 'instock'),
(276, 163, 'total_sales', '156'),
(277, 163, '_downloadable', 'no'),
(278, 163, '_virtual', 'no'),
(279, 163, '_product_image_gallery', '12,12,12'),
(280, 163, '_regular_price', '29'),
(281, 163, '_sale_price', ''),
(282, 163, '_tax_status', ''),
(283, 163, '_tax_class', ''),
(284, 163, '_purchase_note', ''),
(285, 163, '_featured', 'no'),
(286, 163, '_weight', ''),
(287, 163, '_length', ''),
(288, 163, '_width', ''),
(289, 163, '_height', ''),
(290, 163, '_sku', ''),
(291, 163, '_sale_price_dates_from', ''),
(292, 163, '_sale_price_dates_to', ''),
(293, 163, '_price', '29'),
(294, 163, '_sold_individually', ''),
(295, 163, '_stock', ''),
(296, 163, '_backorders', 'no'),
(297, 163, '_manage_stock', 'no'),
(298, 163, '_min_variation_price', '39'),
(299, 163, '_max_variation_price', '39'),
(300, 163, '_min_variation_regular_price', '39'),
(301, 163, '_max_variation_regular_price', '39'),
(302, 163, '_min_variation_sale_price', ''),
(303, 163, '_max_variation_sale_price', ''),
(304, 163, '_default_attributes', 'a:0:{}'),
(305, 163, '_dp_original', '389'),
(306, 163, '_wc_rating_count', 'a:3:{i:3;s:1:\"1\";i:4;s:1:\"2\";i:5;s:1:\"1\";}'),
(307, 163, '_wc_average_rating', '4.00'),
(308, 163, '_wc_review_count', '4'),
(309, 163, '_edit_lock', '1472852321:1'),
(310, 163, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(311, 163, '_upsell_ids', 'a:0:{}'),
(312, 163, '_crosssell_ids', 'a:0:{}'),
(313, 163, '_product_version', '2.6.4'),
(314, 163, '_thumbnail_id', '12'),
(315, 164, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(316, 164, '_visibility', 'visible'),
(317, 164, '_stock_status', 'instock'),
(318, 164, 'total_sales', '402337'),
(319, 164, '_downloadable', 'no'),
(320, 164, '_virtual', 'no'),
(321, 164, '_product_image_gallery', '12,12,12'),
(322, 164, '_regular_price', '29'),
(323, 164, '_sale_price', ''),
(324, 164, '_tax_status', ''),
(325, 164, '_tax_class', ''),
(326, 164, '_purchase_note', ''),
(327, 164, '_featured', 'yes'),
(328, 164, '_weight', ''),
(329, 164, '_length', ''),
(330, 164, '_width', ''),
(331, 164, '_height', ''),
(332, 164, '_sku', ''),
(333, 164, '_sale_price_dates_from', ''),
(334, 164, '_sale_price_dates_to', ''),
(335, 164, '_sold_individually', ''),
(336, 164, '_stock', ''),
(337, 164, '_backorders', 'no'),
(338, 164, '_manage_stock', 'no'),
(339, 164, '_min_variation_price', '29'),
(340, 164, '_max_variation_price', '29'),
(341, 164, '_min_variation_regular_price', '29'),
(342, 164, '_max_variation_regular_price', '29'),
(343, 164, '_min_variation_sale_price', NULL),
(344, 164, '_max_variation_sale_price', NULL),
(345, 164, '_default_attributes', 'a:1:{s:5:\"color\";s:4:\"blue\";}'),
(346, 164, '_dp_original', '250'),
(347, 164, '_thumbnail_id', '12'),
(348, 164, '_upsell_ids', 'a:4:{i:0;i:229;i:1;i:187;i:2;i:111;i:3;i:132;}'),
(349, 164, '_max_regular_price_variation_id', '8870'),
(350, 164, '_min_sale_price_variation_id', NULL),
(351, 164, '_max_sale_price_variation_id', NULL),
(352, 164, '_wc_rating_count', 'a:2:{i:4;s:1:\"2\";i:5;s:1:\"1\";}'),
(353, 164, '_wc_average_rating', '4.33'),
(354, 164, '_wc_review_count', '3'),
(355, 164, '_edit_lock', '1472855428:1'),
(356, 164, '_edit_last', '1'),
(357, 164, 'pv_commission_rate', ''),
(358, 164, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(359, 164, '_crosssell_ids', 'a:0:{}'),
(360, 164, '_product_version', '2.6.4'),
(361, 164, '_price', '29'),
(362, 165, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(363, 165, '_edit_last', '1'),
(364, 165, '_visibility', 'visible'),
(365, 165, '_stock_status', 'instock'),
(366, 165, 'total_sales', '127'),
(367, 165, '_downloadable', 'no'),
(368, 165, '_virtual', 'no'),
(369, 165, '_product_image_gallery', '12,12,12'),
(370, 165, '_regular_price', '29'),
(371, 165, '_sale_price', ''),
(372, 165, '_tax_status', ''),
(373, 165, '_tax_class', ''),
(374, 165, '_purchase_note', ''),
(375, 165, '_featured', 'no'),
(376, 165, '_weight', ''),
(377, 165, '_length', ''),
(378, 165, '_width', ''),
(379, 165, '_height', ''),
(380, 165, '_sku', ''),
(381, 165, '_sale_price_dates_from', ''),
(382, 165, '_sale_price_dates_to', ''),
(383, 165, '_price', '29'),
(384, 165, '_sold_individually', ''),
(385, 165, '_stock', '0'),
(386, 165, '_backorders', 'no'),
(387, 165, '_manage_stock', 'no'),
(388, 165, '_min_variation_price', '39'),
(389, 165, '_max_variation_price', '39'),
(390, 165, '_min_variation_regular_price', '39'),
(391, 165, '_max_variation_regular_price', '39'),
(392, 165, '_min_variation_sale_price', ''),
(393, 165, '_max_variation_sale_price', ''),
(394, 165, '_default_attributes', 'a:0:{}'),
(395, 165, '_dp_original', '157'),
(396, 165, '_thumbnail_id', '12'),
(397, 165, '_wc_rating_count', 'a:0:{}'),
(398, 165, '_wc_average_rating', '0'),
(399, 165, '_wc_review_count', '0'),
(400, 165, '_edit_lock', '1470131071:1'),
(401, 166, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(402, 166, '_edit_last', '1'),
(403, 166, '_visibility', 'visible'),
(404, 166, '_stock_status', 'instock'),
(405, 166, 'total_sales', '125'),
(406, 166, '_downloadable', 'no'),
(407, 166, '_virtual', 'no'),
(408, 166, '_product_image_gallery', '12,12,12'),
(409, 166, '_regular_price', '29'),
(410, 166, '_sale_price', '15'),
(411, 166, '_tax_status', ''),
(412, 166, '_tax_class', ''),
(413, 166, '_purchase_note', ''),
(414, 166, '_featured', 'yes'),
(415, 166, '_weight', ''),
(416, 166, '_length', ''),
(417, 166, '_width', ''),
(418, 166, '_height', ''),
(419, 166, '_sku', ''),
(420, 166, '_sale_price_dates_from', ''),
(421, 166, '_sale_price_dates_to', ''),
(422, 166, '_price', '15'),
(423, 166, '_sold_individually', ''),
(424, 166, '_stock', ''),
(425, 166, '_backorders', 'no'),
(426, 166, '_manage_stock', 'no'),
(427, 166, '_min_variation_price', '39'),
(428, 166, '_max_variation_price', '39'),
(429, 166, '_min_variation_regular_price', '39'),
(430, 166, '_max_variation_regular_price', '39'),
(431, 166, '_min_variation_sale_price', ''),
(432, 166, '_max_variation_sale_price', ''),
(433, 166, '_default_attributes', 'a:0:{}'),
(434, 166, '_dp_original', '111'),
(435, 166, '_thumbnail_id', '12'),
(436, 166, 'wc_productdata_options', 'a:1:{i:0;a:3:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";}}'),
(437, 166, '_wc_rating_count', 'a:2:{i:2;s:1:\"1\";i:5;s:1:\"1\";}'),
(438, 166, '_wc_average_rating', '3.50'),
(439, 166, '_wc_review_count', '2'),
(440, 166, '_edit_lock', '1467815163:1'),
(441, 167, '_edit_last', '1'),
(442, 167, '_edit_lock', '1472847351:1'),
(443, 167, '_visibility', 'visible'),
(444, 167, '_stock_status', 'instock'),
(445, 167, '_disable_va', 'setting'),
(446, 167, '_name_style', 'label'),
(447, 167, '_only_va', 'no'),
(448, 167, 'pv_commission_rate', ''),
(449, 167, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:3:\"HOT\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(450, 167, 'total_sales', '0'),
(451, 167, '_downloadable', 'no'),
(452, 167, '_virtual', 'no'),
(453, 167, '_purchase_note', ''),
(454, 167, '_featured', 'no'),
(455, 167, '_weight', ''),
(456, 167, '_length', ''),
(457, 167, '_width', ''),
(458, 167, '_height', ''),
(459, 167, '_sku', ''),
(460, 167, '_regular_price', '29'),
(461, 167, '_sale_price', '199'),
(462, 167, '_sale_price_dates_from', ''),
(463, 167, '_sale_price_dates_to', ''),
(464, 167, '_price', '29'),
(465, 167, '_sold_individually', ''),
(466, 167, '_manage_stock', 'no'),
(467, 167, '_backorders', 'no'),
(468, 167, '_stock', ''),
(469, 167, '_upsell_ids', 'a:0:{}'),
(470, 167, '_crosssell_ids', 'a:0:{}'),
(471, 167, '_product_version', '2.6.4'),
(472, 167, '_product_image_gallery', '12,12,12'),
(473, 167, '_wc_rating_count', 'a:0:{}'),
(474, 167, '_wc_review_count', '0'),
(475, 167, '_wc_average_rating', '0'),
(476, 167, '_thumbnail_id', '12'),
(477, 168, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(478, 168, '_edit_last', '1'),
(479, 168, '_visibility', 'visible'),
(480, 168, '_stock_status', 'instock'),
(481, 168, 'total_sales', '75'),
(482, 168, '_downloadable', 'no'),
(483, 168, '_virtual', 'no'),
(484, 168, '_product_image_gallery', '12,12,12'),
(485, 168, '_regular_price', '29'),
(486, 168, '_sale_price', ''),
(487, 168, '_tax_status', ''),
(488, 168, '_tax_class', ''),
(489, 168, '_purchase_note', ''),
(490, 168, '_featured', 'no'),
(491, 168, '_weight', ''),
(492, 168, '_length', ''),
(493, 168, '_width', ''),
(494, 168, '_height', ''),
(495, 168, '_sku', ''),
(496, 168, '_sale_price_dates_from', ''),
(497, 168, '_sale_price_dates_to', ''),
(498, 168, '_price', '29'),
(499, 168, '_sold_individually', ''),
(500, 168, '_stock', ''),
(501, 168, '_backorders', 'no'),
(502, 168, '_manage_stock', 'no'),
(503, 168, '_min_variation_price', '39'),
(504, 168, '_max_variation_price', '39'),
(505, 168, '_min_variation_regular_price', '39'),
(506, 168, '_max_variation_regular_price', '39'),
(507, 168, '_min_variation_sale_price', ''),
(508, 168, '_max_variation_sale_price', ''),
(509, 168, '_default_attributes', 'a:0:{}'),
(510, 168, '_wp_old_slug', 'hash-tag-sweat-vero-moda'),
(511, 168, '_dp_original', '226'),
(512, 168, '_thumbnail_id', '12'),
(513, 168, '_wc_rating_count', 'a:2:{i:2;s:1:\"1\";i:4;s:1:\"1\";}'),
(514, 168, '_wc_average_rating', '3.00'),
(515, 168, '_wc_review_count', '2'),
(516, 168, '_edit_lock', '1467815185:1'),
(517, 169, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(518, 169, '_visibility', 'visible'),
(519, 169, '_stock_status', 'instock'),
(520, 169, 'total_sales', '32'),
(521, 169, '_downloadable', 'no'),
(522, 169, '_virtual', 'no'),
(523, 169, '_product_image_gallery', '12,12,12'),
(524, 169, '_regular_price', '29'),
(525, 169, '_sale_price', ''),
(526, 169, '_tax_status', 'taxable'),
(527, 169, '_tax_class', ''),
(528, 169, '_purchase_note', ''),
(529, 169, '_featured', 'yes'),
(530, 169, '_weight', ''),
(531, 169, '_length', ''),
(532, 169, '_width', ''),
(533, 169, '_height', ''),
(534, 169, '_sku', ''),
(535, 169, '_sale_price_dates_from', ''),
(536, 169, '_sale_price_dates_to', ''),
(537, 169, '_price', '29'),
(538, 169, '_sold_individually', ''),
(539, 169, '_stock', '0'),
(540, 169, '_backorders', 'no'),
(541, 169, '_manage_stock', 'no'),
(542, 169, '_min_variation_price', '39'),
(543, 169, '_max_variation_price', '39'),
(544, 169, '_min_variation_regular_price', '39'),
(545, 169, '_max_variation_regular_price', '39'),
(546, 169, '_min_variation_sale_price', ''),
(547, 169, '_max_variation_sale_price', ''),
(548, 169, '_default_attributes', 'a:0:{}'),
(549, 169, '_dp_original', '427'),
(550, 169, '_thumbnail_id', '12'),
(551, 169, '_enable_sidebar', 'no'),
(552, 169, '_edit_lock', '1456142372:1'),
(553, 169, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"2\";}'),
(554, 169, '_wc_average_rating', '3.67'),
(555, 169, '_edit_last', '1'),
(556, 169, '_wc_review_count', '3'),
(557, 170, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(558, 170, '_edit_last', '1'),
(559, 170, '_visibility', 'visible'),
(560, 170, '_stock_status', 'outofstock'),
(561, 170, 'total_sales', '266'),
(562, 170, '_downloadable', 'no'),
(563, 170, '_virtual', 'no'),
(564, 170, '_product_image_gallery', '12,12,12'),
(565, 170, '_regular_price', '29'),
(566, 170, '_sale_price', ''),
(567, 170, '_tax_status', ''),
(568, 170, '_tax_class', ''),
(569, 170, '_purchase_note', ''),
(570, 170, '_featured', 'no'),
(571, 170, '_weight', ''),
(572, 170, '_length', ''),
(573, 170, '_width', ''),
(574, 170, '_height', ''),
(575, 170, '_sku', ''),
(576, 170, '_sale_price_dates_from', ''),
(577, 170, '_sale_price_dates_to', ''),
(578, 170, '_price', '29'),
(579, 170, '_sold_individually', ''),
(580, 170, '_stock', ''),
(581, 170, '_backorders', 'no'),
(582, 170, '_manage_stock', 'yes'),
(583, 170, '_min_variation_price', '15'),
(584, 170, '_max_variation_price', '15'),
(585, 170, '_min_variation_regular_price', '15'),
(586, 170, '_max_variation_regular_price', '15'),
(587, 170, '_min_variation_sale_price', ''),
(588, 170, '_max_variation_sale_price', ''),
(589, 170, '_default_attributes', 'a:0:{}'),
(590, 170, '_dp_original', '422'),
(591, 170, '_thumbnail_id', '12'),
(592, 170, '_max_regular_price_variation_id', '5893'),
(593, 170, '_min_sale_price_variation_id', ''),
(594, 170, '_max_sale_price_variation_id', ''),
(595, 170, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(596, 170, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(597, 170, '_wc_average_rating', '4.00'),
(598, 170, '_wc_review_count', '2'),
(599, 170, '_edit_lock', '1466586438:1'),
(600, 170, 'pv_commission_rate', ''),
(601, 170, '_upsell_ids', 'a:0:{}'),
(602, 170, '_crosssell_ids', 'a:0:{}'),
(603, 170, '_product_version', '2.6.1'),
(604, 171, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(605, 171, '_visibility', 'visible'),
(606, 171, '_stock_status', 'instock'),
(607, 171, 'total_sales', '2928'),
(608, 171, '_downloadable', 'no'),
(609, 171, '_virtual', 'no'),
(610, 171, '_product_image_gallery', '12,12,12'),
(611, 171, '_regular_price', '29'),
(612, 171, '_sale_price', ''),
(613, 171, '_tax_status', ''),
(614, 171, '_tax_class', ''),
(615, 171, '_purchase_note', ''),
(616, 171, '_featured', 'no'),
(617, 171, '_weight', ''),
(618, 171, '_length', ''),
(619, 171, '_width', ''),
(620, 171, '_height', ''),
(621, 171, '_sku', ''),
(622, 171, '_sale_price_dates_from', ''),
(623, 171, '_sale_price_dates_to', ''),
(624, 171, '_price', '29'),
(625, 171, '_sold_individually', ''),
(626, 171, '_stock', ''),
(627, 171, '_backorders', 'no'),
(628, 171, '_manage_stock', 'no'),
(629, 171, '_min_variation_price', '39'),
(630, 171, '_max_variation_price', '39'),
(631, 171, '_min_variation_regular_price', '39'),
(632, 171, '_max_variation_regular_price', '39'),
(633, 171, '_min_variation_sale_price', ''),
(634, 171, '_max_variation_sale_price', ''),
(635, 171, '_default_attributes', 'a:0:{}'),
(636, 171, '_dp_original', '416'),
(637, 171, '_thumbnail_id', '12'),
(638, 171, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(639, 171, '_wc_average_rating', '3.50'),
(640, 171, '_wc_review_count', '2'),
(641, 172, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(642, 172, '_edit_last', '1'),
(643, 172, '_visibility', 'visible'),
(644, 172, '_stock_status', 'instock'),
(645, 172, 'total_sales', '1312'),
(646, 172, '_downloadable', 'no'),
(647, 172, '_virtual', 'no'),
(648, 172, '_product_image_gallery', '12,12,12'),
(649, 172, '_regular_price', '29'),
(650, 172, '_sale_price', '15'),
(651, 172, '_tax_status', ''),
(652, 172, '_tax_class', ''),
(653, 172, '_purchase_note', ''),
(654, 172, '_featured', 'yes'),
(655, 172, '_weight', ''),
(656, 172, '_length', ''),
(657, 172, '_width', ''),
(658, 172, '_height', ''),
(659, 172, '_sku', '00012'),
(660, 172, '_sale_price_dates_from', ''),
(661, 172, '_sale_price_dates_to', ''),
(662, 172, '_price', '15'),
(663, 172, '_sold_individually', ''),
(664, 172, '_stock', ''),
(665, 172, '_backorders', 'no'),
(666, 172, '_manage_stock', 'no'),
(667, 172, '_min_variation_price', '39'),
(668, 172, '_max_variation_price', '39'),
(669, 172, '_min_variation_regular_price', '39'),
(670, 172, '_max_variation_regular_price', '39'),
(671, 172, '_min_variation_sale_price', ''),
(672, 172, '_max_variation_sale_price', ''),
(673, 172, '_default_attributes', 'a:0:{}'),
(674, 172, '_dp_original', '411'),
(675, 172, '_thumbnail_id', '12'),
(676, 172, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:43:\"https://www.youtube.com/watch?v=BBwBfBS3REs\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(677, 172, '_upsell_ids', 'a:0:{}'),
(678, 172, '_crosssell_ids', 'a:0:{}'),
(679, 172, '_product_version', '2.4.7'),
(680, 172, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(681, 172, '_wc_review_count', '3'),
(682, 172, '_wc_average_rating', '4.00'),
(683, 172, '_edit_lock', '1461926689:1'),
(684, 173, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(685, 173, '_edit_last', '1'),
(686, 173, '_visibility', 'visible'),
(687, 173, '_stock_status', 'instock'),
(688, 173, 'total_sales', '100'),
(689, 173, '_downloadable', 'no'),
(690, 173, '_virtual', 'no'),
(691, 173, '_product_image_gallery', '12,12,12'),
(692, 173, '_regular_price', '29'),
(693, 173, '_sale_price', ''),
(694, 173, '_tax_status', ''),
(695, 173, '_tax_class', ''),
(696, 173, '_purchase_note', ''),
(697, 173, '_featured', 'no'),
(698, 173, '_weight', ''),
(699, 173, '_length', ''),
(700, 173, '_width', ''),
(701, 173, '_height', ''),
(702, 173, '_sku', ''),
(703, 173, '_sale_price_dates_from', ''),
(704, 173, '_sale_price_dates_to', ''),
(705, 173, '_price', '29'),
(706, 173, '_sold_individually', ''),
(707, 173, '_stock', ''),
(708, 173, '_backorders', 'no'),
(709, 173, '_manage_stock', 'no'),
(710, 173, '_min_variation_price', '39'),
(711, 173, '_max_variation_price', '39'),
(712, 173, '_min_variation_regular_price', '39'),
(713, 173, '_max_variation_regular_price', '39'),
(714, 173, '_min_variation_sale_price', ''),
(715, 173, '_max_variation_sale_price', ''),
(716, 173, '_default_attributes', 'a:0:{}'),
(717, 173, '_dp_original', '405'),
(718, 173, '_thumbnail_id', '12'),
(719, 173, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"1\";}'),
(720, 173, '_wc_average_rating', '4.50'),
(721, 173, '_wc_review_count', '2'),
(722, 174, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(723, 174, '_edit_last', '1'),
(724, 174, '_visibility', 'visible'),
(725, 174, '_stock_status', 'instock'),
(726, 174, 'total_sales', '54'),
(727, 174, '_downloadable', 'no'),
(728, 174, '_virtual', 'no'),
(729, 174, '_product_image_gallery', '12,12,12'),
(730, 174, '_regular_price', '29'),
(731, 174, '_sale_price', ''),
(732, 174, '_tax_status', ''),
(733, 174, '_tax_class', ''),
(734, 174, '_purchase_note', ''),
(735, 174, '_featured', 'no'),
(736, 174, '_weight', ''),
(737, 174, '_length', ''),
(738, 174, '_width', ''),
(739, 174, '_height', ''),
(740, 174, '_sku', ''),
(741, 174, '_sale_price_dates_from', ''),
(742, 174, '_sale_price_dates_to', ''),
(743, 174, '_price', '29'),
(744, 174, '_sold_individually', ''),
(745, 174, '_stock', ''),
(746, 174, '_backorders', 'no'),
(747, 174, '_manage_stock', 'no'),
(748, 174, '_min_variation_price', '39'),
(749, 174, '_max_variation_price', '39'),
(750, 174, '_min_variation_regular_price', '39'),
(751, 174, '_max_variation_regular_price', '39'),
(752, 174, '_min_variation_sale_price', ''),
(753, 174, '_max_variation_sale_price', ''),
(754, 174, '_default_attributes', 'a:0:{}'),
(755, 174, '_dp_original', '395'),
(756, 174, '_thumbnail_id', '12'),
(757, 174, '_wc_rating_count', 'a:0:{}'),
(758, 174, '_wc_average_rating', '0'),
(759, 174, '_wc_review_count', '0'),
(760, 175, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(761, 175, '_visibility', 'visible'),
(762, 175, '_stock_status', 'instock'),
(763, 175, 'total_sales', '35634'),
(764, 175, '_downloadable', 'no'),
(765, 175, '_virtual', 'no'),
(766, 175, '_product_image_gallery', '12,12,12'),
(767, 175, '_regular_price', '29'),
(768, 175, '_sale_price', '29'),
(769, 175, '_tax_status', ''),
(770, 175, '_tax_class', ''),
(771, 175, '_purchase_note', ''),
(772, 175, '_featured', 'no'),
(773, 175, '_weight', ''),
(774, 175, '_length', ''),
(775, 175, '_width', ''),
(776, 175, '_height', ''),
(777, 175, '_sku', ''),
(778, 175, '_sale_price_dates_from', ''),
(779, 175, '_sale_price_dates_to', ''),
(780, 175, '_price', '29'),
(781, 175, '_sold_individually', ''),
(782, 175, '_stock', ''),
(783, 175, '_backorders', 'no'),
(784, 175, '_manage_stock', 'no'),
(785, 175, '_min_variation_price', '39'),
(786, 175, '_max_variation_price', '39'),
(787, 175, '_min_variation_regular_price', '39'),
(788, 175, '_max_variation_regular_price', '39'),
(789, 175, '_min_variation_sale_price', ''),
(790, 175, '_max_variation_sale_price', ''),
(791, 175, '_default_attributes', 'a:0:{}'),
(792, 175, '_dp_original', '395'),
(793, 175, '_thumbnail_id', '12'),
(794, 175, '_wc_rating_count', 'a:0:{}'),
(795, 175, '_wc_average_rating', '0'),
(796, 175, '_wc_review_count', '0'),
(797, 175, '_edit_lock', '1473943982:1'),
(798, 175, '_edit_last', '1'),
(799, 175, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(800, 175, '_upsell_ids', 'a:0:{}'),
(801, 175, '_crosssell_ids', 'a:0:{}'),
(802, 175, '_product_version', '2.6.0'),
(803, 176, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(804, 176, '_edit_last', '1'),
(805, 176, '_visibility', 'visible'),
(806, 176, '_stock_status', 'instock'),
(807, 176, 'total_sales', '63'),
(808, 176, '_downloadable', 'no'),
(809, 176, '_virtual', 'no'),
(810, 176, '_product_image_gallery', '12,12,12'),
(811, 176, '_regular_price', '29'),
(812, 176, '_sale_price', ''),
(813, 176, '_tax_status', ''),
(814, 176, '_tax_class', ''),
(815, 176, '_purchase_note', ''),
(816, 176, '_featured', 'no'),
(817, 176, '_weight', ''),
(818, 176, '_length', ''),
(819, 176, '_width', ''),
(820, 176, '_height', ''),
(821, 176, '_sku', ''),
(822, 176, '_sale_price_dates_from', ''),
(823, 176, '_sale_price_dates_to', ''),
(824, 176, '_price', '29'),
(825, 176, '_sold_individually', ''),
(826, 176, '_stock', ''),
(827, 176, '_backorders', 'no'),
(828, 176, '_manage_stock', 'no'),
(829, 176, '_min_variation_price', '39'),
(830, 176, '_max_variation_price', '39'),
(831, 176, '_min_variation_regular_price', '39'),
(832, 176, '_max_variation_regular_price', '39'),
(833, 176, '_min_variation_sale_price', ''),
(834, 176, '_max_variation_sale_price', ''),
(835, 176, '_default_attributes', 'a:0:{}'),
(836, 176, '_dp_original', '149'),
(837, 176, '_thumbnail_id', '12'),
(838, 176, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(839, 176, '_wc_average_rating', '5.00'),
(840, 176, '_wc_review_count', '1'),
(841, 176, '_edit_lock', '1470827741:1'),
(842, 176, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(843, 176, '_upsell_ids', 'a:0:{}'),
(844, 176, '_crosssell_ids', 'a:0:{}'),
(845, 176, '_product_version', '2.6.4'),
(846, 177, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(847, 177, '_edit_last', '1'),
(848, 177, '_visibility', 'visible'),
(849, 177, '_stock_status', 'instock'),
(850, 177, 'total_sales', '95'),
(851, 177, '_downloadable', 'no'),
(852, 177, '_virtual', 'no'),
(853, 177, '_product_image_gallery', '12,12,12'),
(854, 177, '_regular_price', '29'),
(855, 177, '_sale_price', ''),
(856, 177, '_tax_status', ''),
(857, 177, '_tax_class', ''),
(858, 177, '_purchase_note', ''),
(859, 177, '_featured', 'no'),
(860, 177, '_weight', ''),
(861, 177, '_length', ''),
(862, 177, '_width', ''),
(863, 177, '_height', ''),
(864, 177, '_sku', ''),
(865, 177, '_sale_price_dates_from', ''),
(866, 177, '_sale_price_dates_to', ''),
(867, 177, '_price', '29'),
(868, 177, '_sold_individually', ''),
(869, 177, '_stock', ''),
(870, 177, '_backorders', 'no'),
(871, 177, '_manage_stock', 'no'),
(872, 177, '_min_variation_price', '12'),
(873, 177, '_max_variation_price', '12'),
(874, 177, '_min_variation_regular_price', '12'),
(875, 177, '_max_variation_regular_price', '12'),
(876, 177, '_min_variation_sale_price', ''),
(877, 177, '_max_variation_sale_price', ''),
(878, 177, '_default_attributes', 'a:0:{}'),
(879, 177, '_dp_original', '328'),
(880, 177, '_thumbnail_id', '12'),
(881, 177, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(882, 177, '_wc_average_rating', '3.50'),
(883, 177, '_wc_review_count', '2'),
(884, 178, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(885, 178, '_edit_last', '1'),
(886, 178, '_visibility', 'visible'),
(887, 178, '_stock_status', 'instock'),
(888, 178, 'total_sales', '239'),
(889, 178, '_downloadable', 'no'),
(890, 178, '_virtual', 'no'),
(891, 178, '_product_image_gallery', '12,12,12'),
(892, 178, '_regular_price', '29'),
(893, 178, '_sale_price', ''),
(894, 178, '_tax_status', ''),
(895, 178, '_tax_class', '');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(896, 178, '_purchase_note', ''),
(897, 178, '_featured', 'no'),
(898, 178, '_weight', ''),
(899, 178, '_length', ''),
(900, 178, '_width', ''),
(901, 178, '_height', ''),
(902, 178, '_sku', ''),
(903, 178, '_sale_price_dates_from', ''),
(904, 178, '_sale_price_dates_to', ''),
(905, 178, '_price', '29'),
(906, 178, '_sold_individually', ''),
(907, 178, '_stock', ''),
(908, 178, '_backorders', 'no'),
(909, 178, '_manage_stock', 'no'),
(910, 178, '_min_variation_price', '12'),
(911, 178, '_max_variation_price', '12'),
(912, 178, '_min_variation_regular_price', '12'),
(913, 178, '_max_variation_regular_price', '12'),
(914, 178, '_min_variation_sale_price', ''),
(915, 178, '_max_variation_sale_price', ''),
(916, 178, '_default_attributes', 'a:0:{}'),
(917, 178, '_dp_original', '325'),
(918, 178, '_thumbnail_id', '12'),
(919, 178, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:12:\"Product only\";s:11:\"_custom_tab\";s:55:\"This is a text for this product only. Add anything here\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(920, 178, '_product_url', '#'),
(921, 178, '_button_text', 'Buy at Amazon.com'),
(922, 178, '_wc_rating_count', 'a:3:{i:3;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"1\";}'),
(923, 178, '_wc_average_rating', '4.00'),
(924, 178, '_wc_review_count', '3'),
(925, 178, '_edit_lock', '1473844205:1'),
(926, 178, '_upsell_ids', 'a:0:{}'),
(927, 178, '_crosssell_ids', 'a:0:{}'),
(928, 178, '_product_version', '2.6.4'),
(929, 179, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(930, 179, '_edit_last', '1'),
(931, 179, '_visibility', 'visible'),
(932, 179, '_stock_status', 'instock'),
(933, 179, 'total_sales', '47'),
(934, 179, '_downloadable', 'no'),
(935, 179, '_virtual', 'no'),
(936, 179, '_product_image_gallery', '12,12,12'),
(937, 179, '_regular_price', '29'),
(938, 179, '_sale_price', ''),
(939, 179, '_tax_status', ''),
(940, 179, '_tax_class', ''),
(941, 179, '_purchase_note', ''),
(942, 179, '_featured', 'no'),
(943, 179, '_weight', ''),
(944, 179, '_length', ''),
(945, 179, '_width', ''),
(946, 179, '_height', ''),
(947, 179, '_sku', ''),
(948, 179, '_sale_price_dates_from', ''),
(949, 179, '_sale_price_dates_to', ''),
(950, 179, '_price', '29'),
(951, 179, '_sold_individually', ''),
(952, 179, '_stock', ''),
(953, 179, '_backorders', 'no'),
(954, 179, '_manage_stock', 'no'),
(955, 179, '_min_variation_price', '12'),
(956, 179, '_max_variation_price', '12'),
(957, 179, '_min_variation_regular_price', '12'),
(958, 179, '_max_variation_regular_price', '12'),
(959, 179, '_min_variation_sale_price', ''),
(960, 179, '_max_variation_sale_price', ''),
(961, 179, '_default_attributes', 'a:0:{}'),
(962, 179, '_dp_original', '322'),
(963, 179, '_thumbnail_id', '12'),
(964, 179, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(965, 179, '_wc_average_rating', '4.00'),
(966, 179, '_wc_review_count', '3'),
(967, 180, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(968, 180, '_edit_last', '1'),
(969, 180, '_visibility', 'visible'),
(970, 180, '_stock_status', 'instock'),
(971, 180, 'total_sales', '135'),
(972, 180, '_downloadable', 'no'),
(973, 180, '_virtual', 'no'),
(974, 180, '_product_image_gallery', '12,12,12'),
(975, 180, '_regular_price', '29'),
(976, 180, '_sale_price', ''),
(977, 180, '_tax_status', ''),
(978, 180, '_tax_class', ''),
(979, 180, '_purchase_note', ''),
(980, 180, '_featured', 'no'),
(981, 180, '_weight', ''),
(982, 180, '_length', ''),
(983, 180, '_width', ''),
(984, 180, '_height', ''),
(985, 180, '_sku', ''),
(986, 180, '_sale_price_dates_from', ''),
(987, 180, '_sale_price_dates_to', ''),
(988, 180, '_price', '29'),
(989, 180, '_sold_individually', ''),
(990, 180, '_stock', ''),
(991, 180, '_backorders', 'no'),
(992, 180, '_manage_stock', 'no'),
(993, 180, '_min_variation_price', '12'),
(994, 180, '_max_variation_price', '12'),
(995, 180, '_min_variation_regular_price', '12'),
(996, 180, '_max_variation_regular_price', '12'),
(997, 180, '_min_variation_sale_price', ''),
(998, 180, '_max_variation_sale_price', ''),
(999, 180, '_default_attributes', 'a:0:{}'),
(1000, 180, '_dp_original', '316'),
(1001, 180, '_thumbnail_id', '12'),
(1002, 180, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(1003, 180, '_wc_average_rating', '4.00'),
(1004, 180, '_wc_review_count', '2'),
(1005, 181, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1006, 181, '_edit_last', '1'),
(1007, 181, '_visibility', 'visible'),
(1008, 181, '_stock_status', 'instock'),
(1009, 181, 'total_sales', '78'),
(1010, 181, '_downloadable', 'no'),
(1011, 181, '_virtual', 'no'),
(1012, 181, '_product_image_gallery', '12,12,12'),
(1013, 181, '_regular_price', '29'),
(1014, 181, '_sale_price', ''),
(1015, 181, '_tax_status', ''),
(1016, 181, '_tax_class', ''),
(1017, 181, '_purchase_note', ''),
(1018, 181, '_featured', 'no'),
(1019, 181, '_weight', ''),
(1020, 181, '_length', ''),
(1021, 181, '_width', ''),
(1022, 181, '_height', ''),
(1023, 181, '_sku', ''),
(1024, 181, '_sale_price_dates_from', ''),
(1025, 181, '_sale_price_dates_to', ''),
(1026, 181, '_price', '29'),
(1027, 181, '_sold_individually', ''),
(1028, 181, '_stock', ''),
(1029, 181, '_backorders', 'no'),
(1030, 181, '_manage_stock', 'no'),
(1031, 181, '_min_variation_price', '12'),
(1032, 181, '_max_variation_price', '12'),
(1033, 181, '_min_variation_regular_price', '12'),
(1034, 181, '_max_variation_regular_price', '12'),
(1035, 181, '_min_variation_sale_price', ''),
(1036, 181, '_max_variation_sale_price', ''),
(1037, 181, '_default_attributes', 'a:0:{}'),
(1038, 181, '_dp_original', '308'),
(1039, 181, '_thumbnail_id', '12'),
(1040, 181, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(1041, 181, '_wc_average_rating', '4.00'),
(1042, 181, '_wc_review_count', '2'),
(1043, 182, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1044, 182, '_edit_last', '1'),
(1045, 182, '_visibility', 'visible'),
(1046, 182, '_stock_status', 'instock'),
(1047, 182, 'total_sales', '10000000062'),
(1048, 182, '_downloadable', 'no'),
(1049, 182, '_virtual', 'no'),
(1050, 182, '_product_image_gallery', '12,12,12'),
(1051, 182, '_regular_price', '29'),
(1052, 182, '_sale_price', ''),
(1053, 182, '_tax_status', ''),
(1054, 182, '_tax_class', ''),
(1055, 182, '_purchase_note', ''),
(1056, 182, '_featured', 'no'),
(1057, 182, '_weight', ''),
(1058, 182, '_length', ''),
(1059, 182, '_width', ''),
(1060, 182, '_height', ''),
(1061, 182, '_sku', ''),
(1062, 182, '_sale_price_dates_from', ''),
(1063, 182, '_sale_price_dates_to', ''),
(1064, 182, '_price', '29'),
(1065, 182, '_sold_individually', ''),
(1066, 182, '_stock', ''),
(1067, 182, '_backorders', 'no'),
(1068, 182, '_manage_stock', 'no'),
(1069, 182, '_min_variation_price', '12'),
(1070, 182, '_max_variation_price', '12'),
(1071, 182, '_min_variation_regular_price', '12'),
(1072, 182, '_max_variation_regular_price', '12'),
(1073, 182, '_min_variation_sale_price', ''),
(1074, 182, '_max_variation_sale_price', ''),
(1075, 182, '_default_attributes', 'a:0:{}'),
(1076, 182, '_thumbnail_id', '12'),
(1077, 182, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1078, 182, '_wc_average_rating', '3.50'),
(1079, 182, '_wc_review_count', '2'),
(1080, 183, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1081, 183, '_edit_last', '1'),
(1082, 183, '_visibility', 'visible'),
(1083, 183, '_stock_status', 'instock'),
(1084, 183, 'total_sales', '16'),
(1085, 183, '_downloadable', 'no'),
(1086, 183, '_virtual', 'no'),
(1087, 183, '_product_image_gallery', '12,12,12'),
(1088, 183, '_regular_price', '29'),
(1089, 183, '_sale_price', ''),
(1090, 183, '_tax_status', ''),
(1091, 183, '_tax_class', ''),
(1092, 183, '_purchase_note', ''),
(1093, 183, '_featured', 'no'),
(1094, 183, '_weight', ''),
(1095, 183, '_length', ''),
(1096, 183, '_width', ''),
(1097, 183, '_height', ''),
(1098, 183, '_sku', ''),
(1099, 183, '_sale_price_dates_from', ''),
(1100, 183, '_sale_price_dates_to', ''),
(1101, 183, '_sold_individually', ''),
(1102, 183, '_stock', ''),
(1103, 183, '_backorders', 'no'),
(1104, 183, '_manage_stock', 'no'),
(1105, 183, '_min_variation_price', '19'),
(1106, 183, '_max_variation_price', '29'),
(1107, 183, '_min_variation_regular_price', '19'),
(1108, 183, '_max_variation_regular_price', '29'),
(1109, 183, '_min_variation_sale_price', NULL),
(1110, 183, '_max_variation_sale_price', NULL),
(1111, 183, '_default_attributes', 'a:0:{}'),
(1112, 183, '_upsell_ids', 'a:4:{i:0;i:229;i:1;i:187;i:2;i:111;i:3;i:132;}'),
(1113, 183, '_dp_original', '270'),
(1114, 183, '_thumbnail_id', '12'),
(1115, 183, '_max_regular_price_variation_id', '6694'),
(1116, 183, '_min_sale_price_variation_id', NULL),
(1117, 183, '_max_sale_price_variation_id', NULL),
(1118, 183, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"2\";}'),
(1119, 183, '_wc_average_rating', '3.67'),
(1120, 183, '_edit_lock', '1472207048:1'),
(1121, 183, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1122, 183, '_crosssell_ids', 'a:0:{}'),
(1123, 183, '_product_version', '2.6.4'),
(1124, 183, '_wc_review_count', '3'),
(1125, 183, '_price', '29'),
(1126, 184, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1127, 184, '_edit_last', '1'),
(1128, 184, '_visibility', 'visible'),
(1129, 184, '_stock_status', 'instock'),
(1130, 184, 'total_sales', '131'),
(1131, 184, '_downloadable', 'no'),
(1132, 184, '_virtual', 'no'),
(1133, 184, '_product_image_gallery', '12,12,12'),
(1134, 184, '_regular_price', '29'),
(1135, 184, '_sale_price', ''),
(1136, 184, '_tax_status', ''),
(1137, 184, '_tax_class', ''),
(1138, 184, '_purchase_note', ''),
(1139, 184, '_featured', 'no'),
(1140, 184, '_weight', ''),
(1141, 184, '_length', ''),
(1142, 184, '_width', ''),
(1143, 184, '_height', ''),
(1144, 184, '_sku', ''),
(1145, 184, '_sale_price_dates_from', ''),
(1146, 184, '_sale_price_dates_to', ''),
(1147, 184, '_price', '29'),
(1148, 184, '_sold_individually', ''),
(1149, 184, '_stock', ''),
(1150, 184, '_backorders', 'no'),
(1151, 184, '_manage_stock', 'no'),
(1152, 184, '_min_variation_price', '29'),
(1153, 184, '_max_variation_price', '29'),
(1154, 184, '_min_variation_regular_price', '29'),
(1155, 184, '_max_variation_regular_price', '29'),
(1156, 184, '_min_variation_sale_price', ''),
(1157, 184, '_max_variation_sale_price', ''),
(1158, 184, '_default_attributes', 'a:0:{}'),
(1159, 184, '_upsell_ids', 'a:6:{i:0;s:3:\"229\";i:1;s:3:\"187\";i:2;s:3:\"111\";i:3;s:3:\"132\";i:4;s:2:\"55\";i:5;s:3:\"212\";}'),
(1160, 184, '_dp_original', '270'),
(1161, 184, '_thumbnail_id', '12'),
(1162, 184, '_max_regular_price_variation_id', '383'),
(1163, 184, '_min_sale_price_variation_id', ''),
(1164, 184, '_max_sale_price_variation_id', ''),
(1165, 184, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(1166, 184, '_wc_average_rating', '4.00'),
(1167, 184, '_wc_review_count', '2'),
(1168, 185, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1169, 185, '_edit_last', '1'),
(1170, 185, '_visibility', 'visible'),
(1171, 185, '_stock_status', 'instock'),
(1172, 185, 'total_sales', '28116'),
(1173, 185, '_downloadable', 'no'),
(1174, 185, '_virtual', 'no'),
(1175, 185, '_product_image_gallery', '12,12,12'),
(1176, 185, '_regular_price', '29'),
(1177, 185, '_sale_price', ''),
(1178, 185, '_tax_status', ''),
(1179, 185, '_tax_class', ''),
(1180, 185, '_purchase_note', ''),
(1181, 185, '_featured', 'no'),
(1182, 185, '_weight', ''),
(1183, 185, '_length', ''),
(1184, 185, '_width', ''),
(1185, 185, '_height', ''),
(1186, 185, '_sku', ''),
(1187, 185, '_sale_price_dates_from', ''),
(1188, 185, '_sale_price_dates_to', ''),
(1189, 185, '_price', '29'),
(1190, 185, '_sold_individually', ''),
(1191, 185, '_stock', ''),
(1192, 185, '_backorders', 'no'),
(1193, 185, '_manage_stock', 'no'),
(1194, 185, '_min_variation_price', '32'),
(1195, 185, '_max_variation_price', '32'),
(1196, 185, '_min_variation_regular_price', '32'),
(1197, 185, '_max_variation_regular_price', '32'),
(1198, 185, '_min_variation_sale_price', ''),
(1199, 185, '_max_variation_sale_price', ''),
(1200, 185, '_default_attributes', 'a:0:{}'),
(1201, 185, '_dp_original', '250'),
(1202, 185, '_thumbnail_id', '12'),
(1203, 185, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(1204, 185, '_wc_average_rating', '5.00'),
(1205, 186, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1206, 186, '_edit_last', '1'),
(1207, 186, '_visibility', 'visible'),
(1208, 186, '_stock_status', 'instock'),
(1209, 186, 'total_sales', '34'),
(1210, 186, '_downloadable', 'no'),
(1211, 186, '_virtual', 'no'),
(1212, 186, '_product_image_gallery', '12,12,12'),
(1213, 186, '_regular_price', '29'),
(1214, 186, '_sale_price', ''),
(1215, 186, '_tax_status', ''),
(1216, 186, '_tax_class', ''),
(1217, 186, '_purchase_note', ''),
(1218, 186, '_featured', 'no'),
(1219, 186, '_weight', ''),
(1220, 186, '_length', ''),
(1221, 186, '_width', ''),
(1222, 186, '_height', ''),
(1223, 186, '_sku', ''),
(1224, 186, '_sale_price_dates_from', ''),
(1225, 186, '_sale_price_dates_to', ''),
(1226, 186, '_price', '29'),
(1227, 186, '_sold_individually', ''),
(1228, 186, '_stock', ''),
(1229, 186, '_backorders', 'no'),
(1230, 186, '_manage_stock', 'no'),
(1231, 186, '_min_variation_price', '32'),
(1232, 186, '_max_variation_price', '32'),
(1233, 186, '_min_variation_regular_price', '32'),
(1234, 186, '_max_variation_regular_price', '32'),
(1235, 186, '_min_variation_sale_price', ''),
(1236, 186, '_max_variation_sale_price', ''),
(1237, 186, '_default_attributes', 'a:0:{}'),
(1238, 186, '_dp_original', '250'),
(1239, 186, '_thumbnail_id', '12'),
(1240, 186, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1241, 186, '_wc_average_rating', '3.50'),
(1242, 186, '_wc_review_count', '2'),
(1243, 187, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1244, 187, '_edit_last', '1'),
(1245, 187, '_visibility', 'visible'),
(1246, 187, '_stock_status', 'instock'),
(1247, 187, 'total_sales', '41'),
(1248, 187, '_downloadable', 'no'),
(1249, 187, '_virtual', 'no'),
(1250, 187, '_product_image_gallery', '12,12,12'),
(1251, 187, '_regular_price', '29'),
(1252, 187, '_sale_price', ''),
(1253, 187, '_tax_status', ''),
(1254, 187, '_tax_class', ''),
(1255, 187, '_purchase_note', ''),
(1256, 187, '_featured', 'no'),
(1257, 187, '_weight', ''),
(1258, 187, '_length', ''),
(1259, 187, '_width', ''),
(1260, 187, '_height', ''),
(1261, 187, '_sku', ''),
(1262, 187, '_sale_price_dates_from', ''),
(1263, 187, '_sale_price_dates_to', ''),
(1264, 187, '_price', '29'),
(1265, 187, '_sold_individually', ''),
(1266, 187, '_stock', ''),
(1267, 187, '_backorders', 'no'),
(1268, 187, '_manage_stock', 'no'),
(1269, 187, '_min_variation_price', '32'),
(1270, 187, '_max_variation_price', '32'),
(1271, 187, '_min_variation_regular_price', '32'),
(1272, 187, '_max_variation_regular_price', '32'),
(1273, 187, '_min_variation_sale_price', ''),
(1274, 187, '_max_variation_sale_price', ''),
(1275, 187, '_default_attributes', 'a:0:{}'),
(1276, 187, '_dp_original', '233'),
(1277, 187, '_thumbnail_id', '12'),
(1278, 187, '_wc_rating_count', 'a:0:{}'),
(1279, 187, '_wc_average_rating', '0'),
(1280, 187, '_wc_review_count', '0'),
(1281, 188, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1282, 188, '_edit_last', '1'),
(1283, 188, '_visibility', 'visible'),
(1284, 188, '_stock_status', 'instock'),
(1285, 188, 'total_sales', '44'),
(1286, 188, '_downloadable', 'no'),
(1287, 188, '_virtual', 'no'),
(1288, 188, '_product_image_gallery', '12,12,12'),
(1289, 188, '_regular_price', '29'),
(1290, 188, '_sale_price', ''),
(1291, 188, '_tax_status', ''),
(1292, 188, '_tax_class', ''),
(1293, 188, '_purchase_note', ''),
(1294, 188, '_featured', 'no'),
(1295, 188, '_weight', ''),
(1296, 188, '_length', ''),
(1297, 188, '_width', ''),
(1298, 188, '_height', ''),
(1299, 188, '_sku', ''),
(1300, 188, '_sale_price_dates_from', ''),
(1301, 188, '_sale_price_dates_to', ''),
(1302, 188, '_sold_individually', ''),
(1303, 188, '_stock', '99.000000'),
(1304, 188, '_backorders', 'no'),
(1305, 188, '_manage_stock', 'yes'),
(1306, 188, '_thumbnail_id', '12'),
(1307, 188, '_min_variation_price', '10'),
(1308, 188, '_max_variation_price', '21'),
(1309, 188, '_min_variation_regular_price', '21'),
(1310, 188, '_max_variation_regular_price', '21'),
(1311, 188, '_min_variation_sale_price', '10'),
(1312, 188, '_max_variation_sale_price', '10'),
(1313, 188, '_default_attributes', 'a:1:{s:4:\"size\";s:2:\"31\";}'),
(1314, 188, '_max_regular_price_variation_id', '8639'),
(1315, 188, '_min_sale_price_variation_id', '8639'),
(1316, 188, '_max_sale_price_variation_id', '8639'),
(1317, 188, '_wc_rating_count', 'a:0:{}'),
(1318, 188, '_wc_average_rating', '0'),
(1319, 188, '_wc_review_count', '0'),
(1320, 188, '_edit_lock', '1472207159:1'),
(1321, 188, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1322, 188, '_upsell_ids', 'a:0:{}'),
(1323, 188, '_crosssell_ids', 'a:0:{}'),
(1324, 188, '_product_version', '2.6.4'),
(1325, 188, '_price', '29'),
(1326, 189, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1327, 189, '_edit_last', '1'),
(1328, 189, '_visibility', 'visible'),
(1329, 189, '_stock_status', 'instock'),
(1330, 189, 'total_sales', '255'),
(1331, 189, '_downloadable', 'no'),
(1332, 189, '_virtual', 'no'),
(1333, 189, '_product_image_gallery', '12,12,12'),
(1334, 189, '_regular_price', '29'),
(1335, 189, '_sale_price', ''),
(1336, 189, '_tax_status', ''),
(1337, 189, '_tax_class', ''),
(1338, 189, '_purchase_note', ''),
(1339, 189, '_featured', 'no'),
(1340, 189, '_weight', ''),
(1341, 189, '_length', ''),
(1342, 189, '_width', ''),
(1343, 189, '_height', ''),
(1344, 189, '_sku', ''),
(1345, 189, '_sale_price_dates_from', ''),
(1346, 189, '_sale_price_dates_to', ''),
(1347, 189, '_price', '29'),
(1348, 189, '_sold_individually', ''),
(1349, 189, '_stock', '5.000000'),
(1350, 189, '_backorders', 'no'),
(1351, 189, '_manage_stock', 'yes'),
(1352, 189, '_min_variation_price', '39'),
(1353, 189, '_max_variation_price', '39'),
(1354, 189, '_min_variation_regular_price', '39'),
(1355, 189, '_max_variation_regular_price', '39'),
(1356, 189, '_min_variation_sale_price', ''),
(1357, 189, '_max_variation_sale_price', ''),
(1358, 189, '_default_attributes', 'a:0:{}'),
(1359, 189, '_dp_original', '182'),
(1360, 189, '_thumbnail_id', '12'),
(1361, 189, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(1362, 189, '_wc_average_rating', '4.00'),
(1363, 189, '_wc_review_count', '3'),
(1364, 189, '_edit_lock', '1472855481:1'),
(1365, 189, 'pv_commission_rate', ''),
(1366, 189, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1367, 189, '_upsell_ids', 'a:0:{}'),
(1368, 189, '_crosssell_ids', 'a:0:{}'),
(1369, 189, '_product_version', '2.6.2'),
(1370, 190, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1371, 190, '_edit_last', '1'),
(1372, 190, '_visibility', 'visible'),
(1373, 190, '_stock_status', 'instock'),
(1374, 190, 'total_sales', '867'),
(1375, 190, '_downloadable', 'no'),
(1376, 190, '_virtual', 'no'),
(1377, 190, '_product_image_gallery', '12,12,12'),
(1378, 190, '_regular_price', '29'),
(1379, 190, '_sale_price', ''),
(1380, 190, '_tax_status', ''),
(1381, 190, '_tax_class', ''),
(1382, 190, '_purchase_note', ''),
(1383, 190, '_featured', 'yes'),
(1384, 190, '_weight', ''),
(1385, 190, '_length', ''),
(1386, 190, '_width', ''),
(1387, 190, '_height', ''),
(1388, 190, '_sku', ''),
(1389, 190, '_sale_price_dates_from', ''),
(1390, 190, '_sale_price_dates_to', ''),
(1391, 190, '_price', '29'),
(1392, 190, '_sold_individually', ''),
(1393, 190, '_stock', '0'),
(1394, 190, '_backorders', 'no'),
(1395, 190, '_manage_stock', 'no'),
(1396, 190, '_min_variation_price', '39'),
(1397, 190, '_max_variation_price', '39'),
(1398, 190, '_min_variation_regular_price', '39'),
(1399, 190, '_max_variation_regular_price', '39'),
(1400, 190, '_min_variation_sale_price', ''),
(1401, 190, '_max_variation_sale_price', ''),
(1402, 190, '_default_attributes', 'a:0:{}'),
(1403, 190, '_dp_original', '157'),
(1404, 190, '_thumbnail_id', '12'),
(1405, 190, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1406, 190, '_wc_average_rating', '3.50'),
(1407, 190, '_wc_review_count', '2'),
(1408, 191, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1409, 191, '_visibility', 'visible'),
(1410, 191, '_stock_status', 'instock'),
(1411, 191, 'total_sales', '710075'),
(1412, 191, '_downloadable', 'no'),
(1413, 191, '_virtual', 'no'),
(1414, 191, '_product_image_gallery', '12,12,12'),
(1415, 191, '_regular_price', '29'),
(1416, 191, '_sale_price', ''),
(1417, 191, '_tax_status', ''),
(1418, 191, '_tax_class', ''),
(1419, 191, '_purchase_note', ''),
(1420, 191, '_featured', 'no'),
(1421, 191, '_weight', ''),
(1422, 191, '_length', ''),
(1423, 191, '_width', ''),
(1424, 191, '_height', ''),
(1425, 191, '_sku', ''),
(1426, 191, '_sale_price_dates_from', ''),
(1427, 191, '_sale_price_dates_to', ''),
(1428, 191, '_price', '29'),
(1429, 191, '_sold_individually', ''),
(1430, 191, '_stock', ''),
(1431, 191, '_backorders', 'no'),
(1432, 191, '_manage_stock', 'no'),
(1433, 191, '_min_variation_price', '39'),
(1434, 191, '_max_variation_price', '39'),
(1435, 191, '_min_variation_regular_price', '39'),
(1436, 191, '_max_variation_regular_price', '39'),
(1437, 191, '_min_variation_sale_price', ''),
(1438, 191, '_max_variation_sale_price', ''),
(1439, 191, '_default_attributes', 'a:0:{}'),
(1440, 191, '_dp_original', '157'),
(1441, 191, '_thumbnail_id', '12'),
(1442, 191, '_upsell_ids', 'a:9:{i:0;s:3:\"331\";i:1;s:3:\"270\";i:2;s:3:\"209\";i:3;s:3:\"187\";i:4;s:3:\"182\";i:5;s:3:\"111\";i:6;s:2:\"78\";i:7;s:2:\"99\";i:8;s:3:\"192\";}'),
(1443, 191, '_wc_rating_count', 'a:1:{i:4;s:1:\"3\";}'),
(1444, 191, '_wc_average_rating', '4.00'),
(1445, 191, '_wc_review_count', '3'),
(1446, 192, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1447, 192, '_edit_last', '1'),
(1448, 192, '_visibility', 'visible'),
(1449, 192, '_stock_status', 'instock'),
(1450, 192, 'total_sales', '2147483669'),
(1451, 192, '_downloadable', 'no'),
(1452, 192, '_virtual', 'no'),
(1453, 192, '_product_image_gallery', '12,12,12'),
(1454, 192, '_regular_price', '29'),
(1455, 192, '_sale_price', ''),
(1456, 192, '_tax_status', ''),
(1457, 192, '_tax_class', ''),
(1458, 192, '_purchase_note', ''),
(1459, 192, '_featured', 'no'),
(1460, 192, '_weight', ''),
(1461, 192, '_length', ''),
(1462, 192, '_width', ''),
(1463, 192, '_height', ''),
(1464, 192, '_sku', ''),
(1465, 192, '_sale_price_dates_from', ''),
(1466, 192, '_sale_price_dates_to', ''),
(1467, 192, '_price', '29'),
(1468, 192, '_sold_individually', ''),
(1469, 192, '_stock', '0'),
(1470, 192, '_backorders', 'no'),
(1471, 192, '_manage_stock', 'no'),
(1472, 192, '_min_variation_price', '39'),
(1473, 192, '_max_variation_price', '39'),
(1474, 192, '_min_variation_regular_price', '39'),
(1475, 192, '_max_variation_regular_price', '39'),
(1476, 192, '_min_variation_sale_price', ''),
(1477, 192, '_max_variation_sale_price', ''),
(1478, 192, '_default_attributes', 'a:0:{}'),
(1479, 192, '_dp_original', '157'),
(1480, 192, '_thumbnail_id', '12'),
(1481, 192, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(1482, 192, '_wc_average_rating', '5.00'),
(1483, 192, '_wc_review_count', '1'),
(1484, 193, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1485, 193, '_edit_last', '1'),
(1486, 193, '_visibility', 'visible'),
(1487, 193, '_stock_status', 'instock'),
(1488, 193, 'total_sales', '25'),
(1489, 193, '_downloadable', 'no'),
(1490, 193, '_virtual', 'no'),
(1491, 193, '_product_image_gallery', '12,12,12'),
(1492, 193, '_regular_price', '29'),
(1493, 193, '_sale_price', ''),
(1494, 193, '_tax_status', ''),
(1495, 193, '_tax_class', ''),
(1496, 193, '_purchase_note', ''),
(1497, 193, '_featured', 'no'),
(1498, 193, '_weight', ''),
(1499, 193, '_length', ''),
(1500, 193, '_width', ''),
(1501, 193, '_height', ''),
(1502, 193, '_sku', ''),
(1503, 193, '_sale_price_dates_from', ''),
(1504, 193, '_sale_price_dates_to', ''),
(1505, 193, '_price', '29'),
(1506, 193, '_sold_individually', ''),
(1507, 193, '_stock', '0'),
(1508, 193, '_backorders', 'no'),
(1509, 193, '_manage_stock', 'no'),
(1510, 193, '_min_variation_price', '39'),
(1511, 193, '_max_variation_price', '39'),
(1512, 193, '_min_variation_regular_price', '39'),
(1513, 193, '_max_variation_regular_price', '39'),
(1514, 193, '_min_variation_sale_price', ''),
(1515, 193, '_max_variation_sale_price', ''),
(1516, 193, '_default_attributes', 'a:0:{}'),
(1517, 193, '_dp_original', '157'),
(1518, 193, '_thumbnail_id', '12'),
(1519, 193, '_wc_rating_count', 'a:0:{}'),
(1520, 193, '_wc_average_rating', '0'),
(1521, 193, '_wc_review_count', '0'),
(1522, 194, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1523, 194, '_edit_last', '1'),
(1524, 194, '_visibility', 'visible'),
(1525, 194, '_stock_status', 'instock'),
(1526, 194, 'total_sales', '72'),
(1527, 194, '_downloadable', 'no'),
(1528, 194, '_virtual', 'no'),
(1529, 194, '_product_image_gallery', '12,12,12'),
(1530, 194, '_regular_price', '29'),
(1531, 194, '_sale_price', ''),
(1532, 194, '_tax_status', ''),
(1533, 194, '_tax_class', ''),
(1534, 194, '_purchase_note', ''),
(1535, 194, '_featured', 'no'),
(1536, 194, '_weight', ''),
(1537, 194, '_length', ''),
(1538, 194, '_width', ''),
(1539, 194, '_height', ''),
(1540, 194, '_sku', ''),
(1541, 194, '_sale_price_dates_from', ''),
(1542, 194, '_sale_price_dates_to', ''),
(1543, 194, '_price', '29'),
(1544, 194, '_sold_individually', ''),
(1545, 194, '_stock', ''),
(1546, 194, '_backorders', 'no'),
(1547, 194, '_manage_stock', 'no'),
(1548, 194, '_min_variation_price', '39'),
(1549, 194, '_max_variation_price', '39'),
(1550, 194, '_min_variation_regular_price', '39'),
(1551, 194, '_max_variation_regular_price', '39'),
(1552, 194, '_min_variation_sale_price', ''),
(1553, 194, '_max_variation_sale_price', ''),
(1554, 194, '_default_attributes', 'a:0:{}'),
(1555, 194, '_dp_original', '149'),
(1556, 194, '_thumbnail_id', '12'),
(1557, 194, '_wc_rating_count', 'a:0:{}'),
(1558, 194, '_wc_average_rating', '0'),
(1559, 194, '_wc_review_count', '0'),
(1560, 194, '_edit_lock', '1461931136:1'),
(1561, 194, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1562, 194, '_upsell_ids', 'a:0:{}'),
(1563, 194, '_crosssell_ids', 'a:0:{}'),
(1564, 194, '_product_version', '2.5.5'),
(1565, 195, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1566, 195, '_edit_last', '1'),
(1567, 195, '_visibility', 'visible'),
(1568, 195, '_stock_status', 'instock'),
(1569, 195, 'total_sales', '2646075'),
(1570, 195, '_downloadable', 'no'),
(1571, 195, '_virtual', 'no'),
(1572, 195, '_product_image_gallery', '12,12,12'),
(1573, 195, '_regular_price', '29'),
(1574, 195, '_sale_price', ''),
(1575, 195, '_tax_status', ''),
(1576, 195, '_tax_class', ''),
(1577, 195, '_purchase_note', ''),
(1578, 195, '_featured', 'no'),
(1579, 195, '_weight', ''),
(1580, 195, '_length', ''),
(1581, 195, '_width', ''),
(1582, 195, '_height', ''),
(1583, 195, '_sku', ''),
(1584, 195, '_sale_price_dates_from', ''),
(1585, 195, '_sale_price_dates_to', ''),
(1586, 195, '_price', '29'),
(1587, 195, '_sold_individually', ''),
(1588, 195, '_stock', ''),
(1589, 195, '_backorders', 'no'),
(1590, 195, '_manage_stock', 'no'),
(1591, 195, '_min_variation_price', '39'),
(1592, 195, '_max_variation_price', '39'),
(1593, 195, '_min_variation_regular_price', '39'),
(1594, 195, '_max_variation_regular_price', '39'),
(1595, 195, '_min_variation_sale_price', ''),
(1596, 195, '_max_variation_sale_price', ''),
(1597, 195, '_default_attributes', 'a:0:{}'),
(1598, 195, '_dp_original', '143'),
(1599, 195, '_thumbnail_id', '12'),
(1600, 195, '_edit_lock', '1462024093:1'),
(1601, 195, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1602, 195, '_upsell_ids', 'a:4:{i:0;i:15;i:1;i:79;i:2;i:96;i:3;i:3350;}'),
(1603, 195, '_crosssell_ids', 'a:0:{}'),
(1604, 195, '_product_version', '2.5.5'),
(1605, 195, '_wc_rating_count', 'a:2:{i:2;s:1:\"1\";i:4;s:1:\"3\";}'),
(1606, 195, '_wc_review_count', '4'),
(1607, 195, '_wc_average_rating', '3.50'),
(1608, 196, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1609, 196, '_edit_last', '1'),
(1610, 196, '_visibility', 'visible'),
(1611, 196, '_stock_status', 'instock'),
(1612, 196, 'total_sales', '93'),
(1613, 196, '_downloadable', 'no'),
(1614, 196, '_virtual', 'no'),
(1615, 196, '_product_image_gallery', '12,12,12'),
(1616, 196, '_regular_price', '29'),
(1617, 196, '_sale_price', ''),
(1618, 196, '_tax_status', ''),
(1619, 196, '_tax_class', ''),
(1620, 196, '_purchase_note', ''),
(1621, 196, '_featured', 'no'),
(1622, 196, '_weight', ''),
(1623, 196, '_length', ''),
(1624, 196, '_width', ''),
(1625, 196, '_height', ''),
(1626, 196, '_sku', ''),
(1627, 196, '_sale_price_dates_from', ''),
(1628, 196, '_sale_price_dates_to', ''),
(1629, 196, '_price', '29'),
(1630, 196, '_sold_individually', ''),
(1631, 196, '_stock', ''),
(1632, 196, '_backorders', 'no'),
(1633, 196, '_manage_stock', 'no'),
(1634, 196, '_min_variation_price', '39'),
(1635, 196, '_max_variation_price', '39'),
(1636, 196, '_min_variation_regular_price', '39'),
(1637, 196, '_max_variation_regular_price', '39'),
(1638, 196, '_min_variation_sale_price', ''),
(1639, 196, '_max_variation_sale_price', ''),
(1640, 196, '_default_attributes', 'a:0:{}'),
(1641, 196, '_dp_original', '138'),
(1642, 196, '_thumbnail_id', '12'),
(1643, 196, '_wc_rating_count', 'a:1:{i:4;s:1:\"2\";}'),
(1644, 196, '_wc_average_rating', '4.00'),
(1645, 196, '_wc_review_count', '2'),
(1646, 197, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1647, 197, '_edit_last', '1'),
(1648, 197, '_visibility', 'visible'),
(1649, 197, '_stock_status', 'instock'),
(1650, 197, 'total_sales', '42'),
(1651, 197, '_downloadable', 'no'),
(1652, 197, '_virtual', 'no'),
(1653, 197, '_product_image_gallery', '12,12,12'),
(1654, 197, '_regular_price', '29'),
(1655, 197, '_sale_price', ''),
(1656, 197, '_tax_status', ''),
(1657, 197, '_tax_class', ''),
(1658, 197, '_purchase_note', ''),
(1659, 197, '_featured', 'yes'),
(1660, 197, '_weight', ''),
(1661, 197, '_length', ''),
(1662, 197, '_width', ''),
(1663, 197, '_height', ''),
(1664, 197, '_sku', ''),
(1665, 197, '_sale_price_dates_from', ''),
(1666, 197, '_sale_price_dates_to', ''),
(1667, 197, '_price', '29'),
(1668, 197, '_sold_individually', ''),
(1669, 197, '_stock', '0'),
(1670, 197, '_backorders', 'no'),
(1671, 197, '_manage_stock', 'no'),
(1672, 197, '_min_variation_price', '39'),
(1673, 197, '_max_variation_price', '39'),
(1674, 197, '_min_variation_regular_price', '39'),
(1675, 197, '_max_variation_regular_price', '39'),
(1676, 197, '_min_variation_sale_price', ''),
(1677, 197, '_max_variation_sale_price', ''),
(1678, 197, '_default_attributes', 'a:0:{}'),
(1679, 197, '_dp_original', '132'),
(1680, 197, '_thumbnail_id', '12'),
(1681, 197, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"1\";}'),
(1682, 197, '_wc_average_rating', '4.50'),
(1683, 197, '_wc_review_count', '2'),
(1684, 198, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1685, 198, '_edit_last', '1'),
(1686, 198, '_visibility', 'visible'),
(1687, 198, '_stock_status', 'instock'),
(1688, 198, 'total_sales', '82'),
(1689, 198, '_downloadable', 'no'),
(1690, 198, '_virtual', 'no'),
(1691, 198, '_product_image_gallery', '12,12,12'),
(1692, 198, '_regular_price', '29'),
(1693, 198, '_sale_price', '9.9'),
(1694, 198, '_tax_status', ''),
(1695, 198, '_tax_class', ''),
(1696, 198, '_purchase_note', ''),
(1697, 198, '_featured', 'yes'),
(1698, 198, '_weight', ''),
(1699, 198, '_length', ''),
(1700, 198, '_width', ''),
(1701, 198, '_height', ''),
(1702, 198, '_sku', ''),
(1703, 198, '_sale_price_dates_from', ''),
(1704, 198, '_sale_price_dates_to', ''),
(1705, 198, '_price', '9.9'),
(1706, 198, '_sold_individually', ''),
(1707, 198, '_stock', '0'),
(1708, 198, '_backorders', 'no'),
(1709, 198, '_manage_stock', 'no'),
(1710, 198, '_min_variation_price', '39'),
(1711, 198, '_max_variation_price', '39'),
(1712, 198, '_min_variation_regular_price', '39'),
(1713, 198, '_max_variation_regular_price', '39'),
(1714, 198, '_min_variation_sale_price', ''),
(1715, 198, '_max_variation_sale_price', ''),
(1716, 198, '_default_attributes', 'a:0:{}'),
(1717, 198, '_dp_original', '111'),
(1718, 198, '_thumbnail_id', '12'),
(1719, 198, '_wc_rating_count', 'a:1:{i:5;s:1:\"1\";}'),
(1720, 198, '_wc_average_rating', '5.00'),
(1721, 198, '_wc_review_count', '1'),
(1722, 199, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1723, 199, '_edit_last', '1'),
(1724, 199, '_visibility', 'visible'),
(1725, 199, '_stock_status', 'instock'),
(1726, 199, 'total_sales', '90'),
(1727, 199, '_downloadable', 'no'),
(1728, 199, '_virtual', 'no'),
(1729, 199, '_product_image_gallery', '12,12,12'),
(1730, 199, '_regular_price', '29'),
(1731, 199, '_sale_price', '9.9'),
(1732, 199, '_tax_status', ''),
(1733, 199, '_tax_class', ''),
(1734, 199, '_purchase_note', ''),
(1735, 199, '_featured', 'yes'),
(1736, 199, '_weight', ''),
(1737, 199, '_length', ''),
(1738, 199, '_width', ''),
(1739, 199, '_height', ''),
(1740, 199, '_sku', ''),
(1741, 199, '_sale_price_dates_from', ''),
(1742, 199, '_sale_price_dates_to', ''),
(1743, 199, '_price', '29'),
(1744, 199, '_sold_individually', ''),
(1745, 199, '_stock', '0'),
(1746, 199, '_backorders', 'no'),
(1747, 199, '_manage_stock', 'no'),
(1748, 199, '_min_variation_price', '39'),
(1749, 199, '_max_variation_price', '39'),
(1750, 199, '_min_variation_regular_price', '39'),
(1751, 199, '_max_variation_regular_price', '39'),
(1752, 199, '_min_variation_sale_price', ''),
(1753, 199, '_max_variation_sale_price', ''),
(1754, 199, '_default_attributes', 'a:0:{}'),
(1755, 199, '_dp_original', '111'),
(1756, 199, '_thumbnail_id', '12'),
(1757, 199, '_wc_rating_count', 'a:0:{}'),
(1758, 199, '_wc_average_rating', '0'),
(1759, 199, '_wc_review_count', '0'),
(1760, 200, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(1761, 200, '_edit_last', '1'),
(1762, 200, '_visibility', 'visible'),
(1763, 200, '_stock_status', 'instock'),
(1764, 200, 'total_sales', '87'),
(1765, 200, '_downloadable', 'no'),
(1766, 200, '_virtual', 'no'),
(1767, 200, '_product_image_gallery', '12,12,12'),
(1768, 200, '_regular_price', '29'),
(1769, 200, '_sale_price', ''),
(1770, 200, '_tax_status', ''),
(1771, 200, '_tax_class', ''),
(1772, 200, '_purchase_note', ''),
(1773, 200, '_featured', 'yes'),
(1774, 200, '_weight', ''),
(1775, 200, '_length', ''),
(1776, 200, '_width', ''),
(1777, 200, '_height', ''),
(1778, 200, '_sku', ''),
(1779, 200, '_sale_price_dates_from', ''),
(1780, 200, '_sale_price_dates_to', ''),
(1781, 200, '_price', '29'),
(1782, 200, '_sold_individually', ''),
(1783, 200, '_stock', ''),
(1784, 200, '_backorders', 'no'),
(1785, 200, '_manage_stock', 'no'),
(1786, 200, '_min_variation_price', '39'),
(1787, 200, '_max_variation_price', '39'),
(1788, 200, '_min_variation_regular_price', '39'),
(1789, 200, '_max_variation_regular_price', '39'),
(1790, 200, '_min_variation_sale_price', ''),
(1791, 200, '_max_variation_sale_price', ''),
(1792, 200, '_default_attributes', 'a:0:{}'),
(1793, 200, '_dp_original', '99'),
(1794, 200, '_thumbnail_id', '12'),
(1795, 200, '_max_regular_price_variation_id', '116'),
(1796, 200, '_min_sale_price_variation_id', ''),
(1797, 200, '_max_sale_price_variation_id', ''),
(1798, 200, 'wc_productdata_options', 'a:1:{i:0;a:4:{s:0:\"\";s:0:\"\";s:11:\"_bubble_new\";s:5:\"\"yes\"\";s:17:\"_custom_tab_title\";s:18:\"Custom product tab\";s:11:\"_custom_tab\";s:56:\"Custom content for this product only! Add anything here.\";}}'),
(1799, 200, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(1800, 200, '_wc_average_rating', '3.50'),
(1801, 200, '_wc_review_count', '2'),
(1802, 201, '_edit_last', '1'),
(1803, 201, '_edit_lock', '1467815081:1'),
(1804, 201, '_thumbnail_id', '12'),
(1805, 201, '_visibility', 'visible'),
(1806, 201, '_stock_status', 'instock'),
(1807, 201, '_disable_va', 'setting'),
(1808, 201, '_name_style', 'label'),
(1809, 201, '_only_va', 'no'),
(1810, 201, 'pv_commission_rate', ''),
(1811, 201, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1812, 201, 'total_sales', '2'),
(1813, 201, '_downloadable', 'no'),
(1814, 201, '_virtual', 'no'),
(1815, 201, '_purchase_note', ''),
(1816, 201, '_featured', 'no'),
(1817, 201, '_weight', ''),
(1818, 201, '_length', ''),
(1819, 201, '_width', ''),
(1820, 201, '_height', ''),
(1821, 201, '_sku', ''),
(1822, 201, '_regular_price', '29'),
(1823, 201, '_sale_price', ''),
(1824, 201, '_sale_price_dates_from', ''),
(1825, 201, '_sale_price_dates_to', ''),
(1826, 201, '_price', '29'),
(1827, 201, '_sold_individually', ''),
(1828, 201, '_manage_stock', 'no'),
(1829, 201, '_backorders', 'no'),
(1830, 201, '_stock', ''),
(1831, 201, '_upsell_ids', 'a:0:{}'),
(1832, 201, '_crosssell_ids', 'a:0:{}'),
(1833, 201, '_product_version', '2.6.2'),
(1834, 201, '_product_image_gallery', '12,12,12'),
(1835, 201, '_wc_rating_count', 'a:0:{}'),
(1836, 201, '_wc_average_rating', '0'),
(1837, 201, '_wc_review_count', '0'),
(1838, 202, '_edit_last', '1'),
(1839, 202, '_edit_lock', '1467815086:1'),
(1840, 202, '_thumbnail_id', '12'),
(1841, 202, '_visibility', 'visible'),
(1842, 202, '_stock_status', 'instock'),
(1843, 202, '_disable_va', 'setting'),
(1844, 202, '_name_style', 'label'),
(1845, 202, '_only_va', 'no'),
(1846, 202, 'pv_commission_rate', ''),
(1847, 202, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1848, 202, 'total_sales', '0'),
(1849, 202, '_downloadable', 'no'),
(1850, 202, '_virtual', 'no'),
(1851, 202, '_purchase_note', ''),
(1852, 202, '_featured', 'no'),
(1853, 202, '_weight', ''),
(1854, 202, '_length', ''),
(1855, 202, '_width', ''),
(1856, 202, '_height', ''),
(1857, 202, '_sku', ''),
(1858, 202, '_regular_price', '29'),
(1859, 202, '_sale_price', ''),
(1860, 202, '_sale_price_dates_from', ''),
(1861, 202, '_sale_price_dates_to', ''),
(1862, 202, '_price', '29'),
(1863, 202, '_sold_individually', ''),
(1864, 202, '_manage_stock', 'no'),
(1865, 202, '_backorders', 'no'),
(1866, 202, '_stock', ''),
(1867, 202, '_upsell_ids', 'a:0:{}'),
(1868, 202, '_crosssell_ids', 'a:0:{}'),
(1869, 202, '_product_version', '2.6.2'),
(1870, 202, '_product_image_gallery', '12,12,12'),
(1871, 202, '_wc_rating_count', 'a:0:{}'),
(1872, 202, '_wc_average_rating', '0'),
(1873, 202, '_wc_review_count', '0'),
(1874, 203, '_edit_last', '1'),
(1875, 203, '_edit_lock', '1467815103:1'),
(1876, 203, '_thumbnail_id', '12'),
(1877, 203, '_visibility', 'visible'),
(1878, 203, '_stock_status', 'instock'),
(1879, 203, 'pv_commission_rate', ''),
(1880, 203, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1881, 203, 'total_sales', '0'),
(1882, 203, '_downloadable', 'no'),
(1883, 203, '_virtual', 'no'),
(1884, 203, '_purchase_note', ''),
(1885, 203, '_featured', 'no'),
(1886, 203, '_weight', ''),
(1887, 203, '_length', ''),
(1888, 203, '_width', ''),
(1889, 203, '_height', ''),
(1890, 203, '_sku', ''),
(1891, 203, '_regular_price', '29'),
(1892, 203, '_sale_price', ''),
(1893, 203, '_sale_price_dates_from', ''),
(1894, 203, '_sale_price_dates_to', ''),
(1895, 203, '_price', '29'),
(1896, 203, '_sold_individually', ''),
(1897, 203, '_manage_stock', 'no'),
(1898, 203, '_backorders', 'no'),
(1899, 203, '_stock', ''),
(1900, 203, '_upsell_ids', 'a:0:{}'),
(1901, 203, '_crosssell_ids', 'a:0:{}'),
(1902, 203, '_product_version', '2.6.2'),
(1903, 203, '_product_image_gallery', '12,12,12'),
(1904, 203, '_wc_rating_count', 'a:0:{}'),
(1905, 203, '_wc_review_count', '0'),
(1906, 203, '_wc_average_rating', '0'),
(1907, 204, '_edit_last', '1'),
(1908, 204, '_edit_lock', '1467815107:1'),
(1909, 204, '_visibility', 'visible'),
(1910, 204, '_stock_status', 'instock'),
(1911, 204, 'pv_commission_rate', ''),
(1912, 204, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(1913, 204, 'total_sales', '11'),
(1914, 204, '_downloadable', 'no'),
(1915, 204, '_virtual', 'no'),
(1916, 204, '_purchase_note', ''),
(1917, 204, '_featured', 'no'),
(1918, 204, '_weight', ''),
(1919, 204, '_length', ''),
(1920, 204, '_width', ''),
(1921, 204, '_height', ''),
(1922, 204, '_sku', ''),
(1923, 204, '_regular_price', '29'),
(1924, 204, '_sale_price', ''),
(1925, 204, '_sale_price_dates_from', ''),
(1926, 204, '_sale_price_dates_to', ''),
(1927, 204, '_sold_individually', ''),
(1928, 204, '_manage_stock', 'no'),
(1929, 204, '_backorders', 'no'),
(1930, 204, '_stock', ''),
(1931, 204, '_upsell_ids', 'a:0:{}'),
(1932, 204, '_crosssell_ids', 'a:0:{}'),
(1933, 204, '_product_version', '2.6.2'),
(1934, 204, '_product_image_gallery', '12,12,12'),
(1935, 204, '_wc_rating_count', 'a:0:{}'),
(1936, 204, '_wc_review_count', '0'),
(1937, 204, '_wc_average_rating', '0'),
(1938, 204, '_min_variation_price', '1500'),
(1939, 204, '_max_variation_price', '2500'),
(1940, 204, '_min_variation_regular_price', '1500'),
(1941, 204, '_max_variation_regular_price', '2500'),
(1942, 204, '_max_regular_price_variation_id', '8239'),
(1943, 204, '_min_variation_sale_price', NULL),
(1944, 204, '_max_variation_sale_price', NULL),
(1945, 204, '_min_sale_price_variation_id', NULL),
(1946, 204, '_max_sale_price_variation_id', NULL),
(1947, 204, '_default_attributes', 'a:0:{}'),
(1948, 204, '_thumbnail_id', '12'),
(1949, 204, '_price', '29'),
(1950, 205, '_thumbnail_id', '12'),
(1951, 205, '_visibility', 'visible'),
(1952, 205, '_stock_status', 'instock'),
(1953, 205, 'total_sales', '1'),
(1954, 205, '_downloadable', 'no'),
(1955, 205, '_virtual', 'no'),
(1956, 205, '_product_image_gallery', '12,12,12'),
(1957, 205, '_regular_price', '29'),
(1958, 205, '_sale_price', '2'),
(1959, 205, '_tax_status', ''),
(1960, 205, '_tax_class', ''),
(1961, 205, '_purchase_note', ''),
(1962, 205, '_featured', 'no'),
(1963, 205, '_weight', ''),
(1964, 205, '_length', ''),
(1965, 205, '_width', ''),
(1966, 205, '_height', ''),
(1967, 205, '_sku', ''),
(1968, 205, '_sale_price_dates_from', ''),
(1969, 205, '_sale_price_dates_to', ''),
(1970, 205, '_price', '2'),
(1971, 205, '_sold_individually', ''),
(1972, 205, '_stock', ''),
(1973, 205, '_backorders', 'no'),
(1974, 205, '_manage_stock', 'no'),
(1975, 205, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"3\";}'),
(1976, 205, '_wc_review_count', '4'),
(1977, 205, '_wc_average_rating', '4.75'),
(1978, 206, '_thumbnail_id', '12'),
(1979, 206, '_visibility', 'visible'),
(1980, 206, '_stock_status', 'instock'),
(1981, 206, 'total_sales', '1'),
(1982, 206, '_downloadable', 'yes'),
(1983, 206, '_virtual', 'no'),
(1984, 206, '_product_image_gallery', '12,12,12'),
(1985, 206, '_regular_price', '29'),
(1986, 206, '_sale_price', ''),
(1987, 206, '_tax_status', ''),
(1988, 206, '_tax_class', ''),
(1989, 206, '_purchase_note', ''),
(1990, 206, '_featured', 'no'),
(1991, 206, '_weight', ''),
(1992, 206, '_length', ''),
(1993, 206, '_width', ''),
(1994, 206, '_height', ''),
(1995, 206, '_sku', ''),
(1996, 206, '_sale_price_dates_from', ''),
(1997, 206, '_sale_price_dates_to', ''),
(1998, 206, '_price', '29'),
(1999, 206, '_sold_individually', ''),
(2000, 206, '_stock', ''),
(2001, 206, '_backorders', 'no'),
(2002, 206, '_manage_stock', 'no'),
(2003, 206, '_file_paths', 'a:0:{}'),
(2004, 206, '_download_limit', ''),
(2005, 206, '_download_expiry', ''),
(2006, 206, '_wc_rating_count', 'a:1:{i:5;s:1:\"2\";}'),
(2007, 206, '_wc_average_rating', '5.00'),
(2008, 206, '_wc_review_count', '2'),
(2009, 207, '_thumbnail_id', '12'),
(2010, 207, '_visibility', 'visible'),
(2011, 207, '_stock_status', 'instock'),
(2012, 207, 'total_sales', '0'),
(2013, 207, '_downloadable', 'yes'),
(2014, 207, '_virtual', 'no'),
(2015, 207, '_product_image_gallery', '12,12,12'),
(2016, 207, '_regular_price', '29'),
(2017, 207, '_sale_price', ''),
(2018, 207, '_tax_status', ''),
(2019, 207, '_tax_class', ''),
(2020, 207, '_purchase_note', ''),
(2021, 207, '_featured', 'no'),
(2022, 207, '_weight', ''),
(2023, 207, '_length', ''),
(2024, 207, '_width', ''),
(2025, 207, '_height', ''),
(2026, 207, '_sku', ''),
(2027, 207, '_sale_price_dates_from', ''),
(2028, 207, '_sale_price_dates_to', ''),
(2029, 207, '_price', '29'),
(2030, 207, '_sold_individually', ''),
(2031, 207, '_stock', ''),
(2032, 207, '_backorders', 'no'),
(2033, 207, '_manage_stock', 'no'),
(2034, 207, '_file_paths', 'a:0:{}'),
(2035, 207, '_download_limit', ''),
(2036, 207, '_download_expiry', ''),
(2037, 207, '_wc_rating_count', 'a:0:{}'),
(2038, 207, '_wc_average_rating', '0'),
(2039, 207, '_wc_review_count', '0'),
(2040, 208, '_thumbnail_id', '12'),
(2041, 208, '_visibility', 'visible'),
(2042, 208, '_stock_status', 'instock'),
(2043, 208, 'total_sales', '3'),
(2044, 208, '_downloadable', 'yes'),
(2045, 208, '_virtual', 'no'),
(2046, 208, '_product_image_gallery', '12,12,12'),
(2047, 208, '_regular_price', '29'),
(2048, 208, '_sale_price', ''),
(2049, 208, '_tax_status', ''),
(2050, 208, '_tax_class', ''),
(2051, 208, '_purchase_note', ''),
(2052, 208, '_featured', 'no'),
(2053, 208, '_weight', ''),
(2054, 208, '_length', ''),
(2055, 208, '_width', ''),
(2056, 208, '_height', ''),
(2057, 208, '_sku', ''),
(2058, 208, '_sale_price_dates_from', ''),
(2059, 208, '_sale_price_dates_to', ''),
(2060, 208, '_price', '29'),
(2061, 208, '_sold_individually', ''),
(2062, 208, '_stock', ''),
(2063, 208, '_backorders', 'no'),
(2064, 208, '_manage_stock', 'no'),
(2065, 208, '_file_paths', 'a:0:{}'),
(2066, 208, '_download_limit', ''),
(2067, 208, '_download_expiry', ''),
(2068, 208, '_wc_rating_count', 'a:2:{i:3;s:1:\"1\";i:4;s:1:\"1\";}'),
(2069, 208, '_wc_review_count', '2'),
(2070, 208, '_wc_average_rating', '3.50'),
(2071, 208, '_edit_lock', '1470903568:1'),
(2072, 208, '_edit_last', '1'),
(2073, 208, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2074, 208, '_upsell_ids', 'a:0:{}'),
(2075, 208, '_crosssell_ids', 'a:0:{}'),
(2076, 208, '_downloadable_files', 'a:0:{}'),
(2077, 208, '_download_type', ''),
(2078, 208, '_product_version', '2.6.4'),
(2079, 209, '_thumbnail_id', '12'),
(2080, 209, '_visibility', 'visible'),
(2081, 209, '_stock_status', 'instock'),
(2082, 209, 'total_sales', '2'),
(2083, 209, '_downloadable', 'yes'),
(2084, 209, '_virtual', 'no'),
(2085, 209, '_product_image_gallery', '12,12,12'),
(2086, 209, '_regular_price', '29'),
(2087, 209, '_sale_price', ''),
(2088, 209, '_tax_status', ''),
(2089, 209, '_tax_class', ''),
(2090, 209, '_purchase_note', ''),
(2091, 209, '_featured', 'no'),
(2092, 209, '_weight', ''),
(2093, 209, '_length', ''),
(2094, 209, '_width', ''),
(2095, 209, '_height', ''),
(2096, 209, '_sku', ''),
(2097, 209, '_sale_price_dates_from', ''),
(2098, 209, '_sale_price_dates_to', ''),
(2099, 209, '_price', '29'),
(2100, 209, '_sold_individually', ''),
(2101, 209, '_stock', ''),
(2102, 209, '_backorders', 'no'),
(2103, 209, '_manage_stock', 'no'),
(2104, 209, '_file_paths', 'a:0:{}'),
(2105, 209, '_download_limit', ''),
(2106, 209, '_download_expiry', ''),
(2107, 209, '_wc_rating_count', 'a:1:{i:4;s:1:\"1\";}'),
(2108, 209, '_wc_average_rating', '4.00'),
(2109, 209, '_wc_review_count', '1'),
(2110, 210, '_thumbnail_id', '12'),
(2111, 210, '_visibility', 'visible'),
(2112, 210, '_stock_status', 'instock'),
(2113, 210, 'total_sales', '5'),
(2114, 210, '_downloadable', 'yes'),
(2115, 210, '_virtual', 'no'),
(2116, 210, '_product_image_gallery', '12,12,12'),
(2117, 210, '_regular_price', '29'),
(2118, 210, '_sale_price', ''),
(2119, 210, '_tax_status', ''),
(2120, 210, '_tax_class', ''),
(2121, 210, '_purchase_note', ''),
(2122, 210, '_featured', 'no'),
(2123, 210, '_weight', ''),
(2124, 210, '_length', ''),
(2125, 210, '_width', ''),
(2126, 210, '_height', ''),
(2127, 210, '_sku', ''),
(2128, 210, '_sale_price_dates_from', ''),
(2129, 210, '_sale_price_dates_to', ''),
(2130, 210, '_price', '29'),
(2131, 210, '_sold_individually', ''),
(2132, 210, '_stock', ''),
(2133, 210, '_backorders', 'no'),
(2134, 210, '_manage_stock', 'no'),
(2135, 210, '_file_paths', 'a:0:{}'),
(2136, 210, '_download_limit', ''),
(2137, 210, '_download_expiry', ''),
(2138, 210, '_wc_rating_count', 'a:0:{}'),
(2139, 210, '_wc_average_rating', '0'),
(2140, 210, '_wc_review_count', '0'),
(2141, 211, '_thumbnail_id', '12'),
(2142, 211, '_visibility', 'visible'),
(2143, 211, '_stock_status', 'instock'),
(2144, 211, 'total_sales', '1'),
(2145, 211, '_downloadable', 'no'),
(2146, 211, '_virtual', 'no'),
(2147, 211, '_product_image_gallery', '12,12,12'),
(2148, 211, '_regular_price', '29'),
(2149, 211, '_sale_price', ''),
(2150, 211, '_tax_status', ''),
(2151, 211, '_tax_class', ''),
(2152, 211, '_purchase_note', ''),
(2153, 211, '_featured', 'no'),
(2154, 211, '_weight', ''),
(2155, 211, '_length', ''),
(2156, 211, '_width', ''),
(2157, 211, '_height', ''),
(2158, 211, '_sku', ''),
(2159, 211, '_sale_price_dates_from', ''),
(2160, 211, '_sale_price_dates_to', ''),
(2161, 211, '_price', '29'),
(2162, 211, '_sold_individually', ''),
(2163, 211, '_stock', ''),
(2164, 211, '_backorders', 'no'),
(2165, 211, '_manage_stock', 'no'),
(2166, 211, '_crosssell_ids', 'a:2:{i:0;s:2:\"15\";i:1;s:2:\"60\";}'),
(2167, 211, '_wc_rating_count', 'a:0:{}'),
(2168, 211, '_wc_average_rating', '0'),
(2169, 211, '_wc_review_count', '0'),
(2170, 212, '_thumbnail_id', '12'),
(2171, 212, '_visibility', 'visible'),
(2172, 212, '_stock_status', 'instock'),
(2173, 212, 'total_sales', '0'),
(2174, 212, '_downloadable', 'no'),
(2175, 212, '_virtual', 'no'),
(2176, 212, '_product_image_gallery', '12,12,12'),
(2177, 212, '_regular_price', '29'),
(2178, 212, '_sale_price', ''),
(2179, 212, '_tax_status', ''),
(2180, 212, '_tax_class', ''),
(2181, 212, '_purchase_note', ''),
(2182, 212, '_featured', 'no'),
(2183, 212, '_weight', ''),
(2184, 212, '_length', ''),
(2185, 212, '_width', ''),
(2186, 212, '_height', ''),
(2187, 212, '_sku', ''),
(2188, 212, '_sale_price_dates_from', ''),
(2189, 212, '_sale_price_dates_to', ''),
(2190, 212, '_price', '29'),
(2191, 212, '_sold_individually', ''),
(2192, 212, '_stock', ''),
(2193, 212, '_backorders', 'no'),
(2194, 212, '_manage_stock', 'no'),
(2195, 212, '_crosssell_ids', 'a:2:{i:0;s:2:\"34\";i:1;s:2:\"47\";}'),
(2196, 212, '_wc_rating_count', 'a:1:{i:4;s:1:\"1\";}'),
(2197, 212, '_wc_average_rating', '4.00'),
(2198, 212, '_wc_review_count', '1'),
(2199, 213, '_visibility', 'visible'),
(2200, 213, '_stock_status', 'instock'),
(2201, 213, 'total_sales', '0'),
(2202, 213, '_downloadable', 'no'),
(2203, 213, '_virtual', 'no');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2204, 213, '_product_image_gallery', '12,12,12'),
(2205, 213, '_regular_price', '29'),
(2206, 213, '_sale_price', '12'),
(2207, 213, '_tax_status', ''),
(2208, 213, '_tax_class', ''),
(2209, 213, '_purchase_note', ''),
(2210, 213, '_featured', 'no'),
(2211, 213, '_weight', ''),
(2212, 213, '_length', ''),
(2213, 213, '_width', ''),
(2214, 213, '_height', ''),
(2215, 213, '_sku', ''),
(2216, 213, '_sale_price_dates_from', ''),
(2217, 213, '_sale_price_dates_to', ''),
(2218, 213, '_price', '12'),
(2219, 213, '_sold_individually', ''),
(2220, 213, '_stock', ''),
(2221, 213, '_backorders', 'no'),
(2222, 213, '_manage_stock', 'no'),
(2223, 213, '_upsell_ids', 'a:4:{i:0;i:19;i:1;i:34;i:2;i:83;i:3;i:3351;}'),
(2224, 213, '_thumbnail_id', '12'),
(2225, 213, '_edit_lock', '1449573863:1'),
(2226, 213, '_edit_last', '1'),
(2227, 213, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:8:\"settings\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}'),
(2228, 213, 'tm_meta', ''),
(2229, 213, '_crosssell_ids', 'a:0:{}'),
(2230, 213, '_product_version', '2.4.11'),
(2231, 213, '_booking_min', ''),
(2232, 213, '_booking_max', ''),
(2233, 213, '_first_available_date', ''),
(2234, 213, '_booking_option', ''),
(2235, 213, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2236, 213, '_wc_rating_count', 'a:2:{i:1;s:1:\"1\";i:3;s:1:\"1\";}'),
(2237, 213, '_wc_average_rating', '2.00'),
(2238, 213, '_wc_review_count', '2'),
(2239, 214, '_visibility', 'visible'),
(2240, 214, '_stock_status', 'instock'),
(2241, 214, 'total_sales', '0'),
(2242, 214, '_downloadable', 'no'),
(2243, 214, '_virtual', 'no'),
(2244, 214, '_product_image_gallery', '12,12,12'),
(2245, 214, '_regular_price', '29'),
(2246, 214, '_sale_price', ''),
(2247, 214, '_tax_status', ''),
(2248, 214, '_tax_class', ''),
(2249, 214, '_purchase_note', ''),
(2250, 214, '_featured', 'no'),
(2251, 214, '_weight', ''),
(2252, 214, '_length', ''),
(2253, 214, '_width', ''),
(2254, 214, '_height', ''),
(2255, 214, '_sku', ''),
(2256, 214, '_sale_price_dates_from', ''),
(2257, 214, '_sale_price_dates_to', ''),
(2258, 214, '_price', '29'),
(2259, 214, '_sold_individually', ''),
(2260, 214, '_stock', ''),
(2261, 214, '_backorders', 'no'),
(2262, 214, '_manage_stock', 'no'),
(2263, 214, '_thumbnail_id', '12'),
(2264, 214, '_edit_lock', '1458210763:1'),
(2265, 214, '_edit_last', '1'),
(2266, 214, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:7:\"builder\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}'),
(2267, 214, 'tm_meta', 'a:1:{s:10:\"tmfbuilder\";a:315:{s:19:\"section_header_size\";a:1:{i:0;s:1:\"3\";}s:20:\"section_header_title\";a:1:{i:0;s:0:\"\";}s:29:\"section_header_title_position\";a:1:{i:0;s:0:\"\";}s:26:\"section_header_title_color\";a:1:{i:0;s:0:\"\";}s:23:\"section_header_subtitle\";a:1:{i:0;s:0:\"\";}s:32:\"section_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:29:\"section_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:20:\"section_divider_type\";a:1:{i:0;s:4:\"none\";}s:8:\"sections\";a:1:{i:0;s:2:\"10\";}s:15:\"sections_slides\";a:1:{i:0;s:0:\"\";}s:13:\"sections_size\";a:1:{i:0;s:4:\"w100\";}s:15:\"sections_uniqid\";a:1:{i:0;s:23:\"565c97c1614da7.61643589\";}s:14:\"sections_style\";a:1:{i:0;s:0:\"\";}s:18:\"sections_placement\";a:1:{i:0;s:6:\"before\";}s:13:\"sections_type\";a:1:{i:0;s:0:\"\";}s:14:\"sections_class\";a:1:{i:0;s:0:\"\";}s:15:\"sections_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:14:\"sections_logic\";a:1:{i:0;s:0:\"\";}s:22:\"sections_internal_name\";a:1:{i:0;s:7:\"Section\";}s:12:\"element_type\";a:10:{i:0;s:4:\"date\";i:1;s:7:\"divider\";i:2;s:5:\"range\";i:3;s:9:\"selectbox\";i:4;s:12:\"radiobuttons\";i:5;s:10:\"checkboxes\";i:6;s:8:\"textarea\";i:7;s:9:\"textfield\";i:8;s:5:\"color\";i:9;s:6:\"upload\";}s:8:\"div_size\";a:10:{i:0;s:4:\"w100\";i:1;s:4:\"w100\";i:2;s:3:\"w50\";i:3;s:3:\"w50\";i:4;s:4:\"w100\";i:5;s:4:\"w100\";i:6;s:4:\"w100\";i:7;s:4:\"w100\";i:8;s:4:\"w100\";i:9;s:4:\"w100\";}s:18:\"date_internal_name\";a:1:{i:0;s:4:\"Date\";}s:16:\"date_header_size\";a:1:{i:0;s:2:\"10\";}s:17:\"date_header_title\";a:1:{i:0;s:0:\"\";}s:26:\"date_header_title_position\";a:1:{i:0;s:0:\"\";}s:23:\"date_header_title_color\";a:1:{i:0;s:0:\"\";}s:20:\"date_header_subtitle\";a:1:{i:0;s:0:\"\";}s:29:\"date_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:26:\"date_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:17:\"date_divider_type\";a:1:{i:0;s:4:\"none\";}s:13:\"date_required\";a:1:{i:0;s:1:\"0\";}s:10:\"date_price\";a:1:{i:0;s:0:\"\";}s:22:\"date_text_before_price\";a:1:{i:0;s:0:\"\";}s:21:\"date_text_after_price\";a:1:{i:0;s:0:\"\";}s:15:\"date_price_type\";a:1:{i:0;s:0:\"\";}s:16:\"date_hide_amount\";a:1:{i:0;s:0:\"\";}s:13:\"date_quantity\";a:1:{i:0;s:0:\"\";}s:17:\"date_quantity_min\";a:1:{i:0;s:0:\"\";}s:17:\"date_quantity_max\";a:1:{i:0;s:0:\"\";}s:18:\"date_quantity_step\";a:1:{i:0;s:0:\"\";}s:27:\"date_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:16:\"date_button_type\";a:1:{i:0;s:0:\"\";}s:11:\"date_format\";a:1:{i:0;s:1:\"0\";}s:15:\"date_start_year\";a:1:{i:0;s:4:\"1900\";}s:13:\"date_end_year\";a:1:{i:0;s:4:\"2025\";}s:13:\"date_min_date\";a:1:{i:0;s:0:\"\";}s:13:\"date_max_date\";a:1:{i:0;s:0:\"\";}s:19:\"date_disabled_dates\";a:1:{i:0;s:0:\"\";}s:23:\"date_enabled_only_dates\";a:1:{i:0;s:0:\"\";}s:10:\"date_theme\";a:1:{i:0;s:3:\"epo\";}s:15:\"date_theme_size\";a:1:{i:0;s:6:\"medium\";}s:19:\"date_theme_position\";a:1:{i:0;s:6:\"normal\";}s:22:\"date_disabled_weekdays\";a:1:{i:0;s:0:\"\";}s:19:\"date_tranlation_day\";a:1:{i:0;s:0:\"\";}s:21:\"date_tranlation_month\";a:1:{i:0;s:0:\"\";}s:20:\"date_tranlation_year\";a:1:{i:0;s:0:\"\";}s:11:\"date_uniqid\";a:1:{i:0;s:23:\"565c97c5614db6.43369198\";}s:11:\"date_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:10:\"date_logic\";a:1:{i:0;s:0:\"\";}s:10:\"date_class\";a:1:{i:0;s:0:\"\";}s:21:\"divider_internal_name\";a:1:{i:0;s:7:\"Divider\";}s:12:\"divider_type\";a:1:{i:0;s:2:\"hr\";}s:14:\"divider_uniqid\";a:1:{i:0;s:23:\"565c997b79a2b7.23143460\";}s:14:\"divider_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:13:\"divider_logic\";a:1:{i:0;s:0:\"\";}s:13:\"divider_class\";a:1:{i:0;s:0:\"\";}s:19:\"range_internal_name\";a:1:{i:0;s:12:\"Range picker\";}s:17:\"range_header_size\";a:1:{i:0;s:2:\"10\";}s:18:\"range_header_title\";a:1:{i:0;s:0:\"\";}s:27:\"range_header_title_position\";a:1:{i:0;s:0:\"\";}s:24:\"range_header_title_color\";a:1:{i:0;s:0:\"\";}s:21:\"range_header_subtitle\";a:1:{i:0;s:0:\"\";}s:30:\"range_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:27:\"range_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:18:\"range_divider_type\";a:1:{i:0;s:4:\"none\";}s:14:\"range_required\";a:1:{i:0;s:1:\"0\";}s:11:\"range_price\";a:1:{i:0;s:0:\"\";}s:23:\"range_text_before_price\";a:1:{i:0;s:0:\"\";}s:22:\"range_text_after_price\";a:1:{i:0;s:0:\"\";}s:16:\"range_price_type\";a:1:{i:0;s:0:\"\";}s:17:\"range_hide_amount\";a:1:{i:0;s:0:\"\";}s:14:\"range_quantity\";a:1:{i:0;s:0:\"\";}s:18:\"range_quantity_min\";a:1:{i:0;s:0:\"\";}s:18:\"range_quantity_max\";a:1:{i:0;s:0:\"\";}s:19:\"range_quantity_step\";a:1:{i:0;s:0:\"\";}s:28:\"range_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:9:\"range_min\";a:1:{i:0;s:0:\"\";}s:9:\"range_max\";a:1:{i:0;s:0:\"\";}s:10:\"range_step\";a:1:{i:0;s:1:\"1\";}s:23:\"range_show_picker_value\";a:1:{i:0;s:0:\"\";}s:10:\"range_pips\";a:1:{i:0;s:0:\"\";}s:19:\"range_default_value\";a:1:{i:0;s:0:\"\";}s:12:\"range_uniqid\";a:1:{i:0;s:23:\"565c997f79a2c2.92949417\";}s:12:\"range_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:11:\"range_logic\";a:1:{i:0;s:0:\"\";}s:11:\"range_class\";a:1:{i:0;s:0:\"\";}s:23:\"selectbox_internal_name\";a:1:{i:0;s:10:\"Select Box\";}s:21:\"selectbox_header_size\";a:1:{i:0;s:2:\"10\";}s:22:\"selectbox_header_title\";a:1:{i:0;s:0:\"\";}s:31:\"selectbox_header_title_position\";a:1:{i:0;s:0:\"\";}s:28:\"selectbox_header_title_color\";a:1:{i:0;s:0:\"\";}s:25:\"selectbox_header_subtitle\";a:1:{i:0;s:0:\"\";}s:34:\"selectbox_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:31:\"selectbox_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:22:\"selectbox_divider_type\";a:1:{i:0;s:4:\"none\";}s:18:\"selectbox_required\";a:1:{i:0;s:1:\"0\";}s:27:\"selectbox_text_before_price\";a:1:{i:0;s:0:\"\";}s:26:\"selectbox_text_after_price\";a:1:{i:0;s:0:\"\";}s:20:\"selectbox_price_type\";a:1:{i:0;s:0:\"\";}s:21:\"selectbox_hide_amount\";a:1:{i:0;s:0:\"\";}s:18:\"selectbox_quantity\";a:1:{i:0;s:0:\"\";}s:22:\"selectbox_quantity_min\";a:1:{i:0;s:0:\"\";}s:22:\"selectbox_quantity_max\";a:1:{i:0;s:0:\"\";}s:23:\"selectbox_quantity_step\";a:1:{i:0;s:0:\"\";}s:32:\"selectbox_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:21:\"selectbox_placeholder\";a:1:{i:0;s:0:\"\";}s:17:\"selectbox_use_url\";a:1:{i:0;s:0:\"\";}s:31:\"selectbox_changes_product_image\";a:1:{i:0;s:0:\"\";}s:32:\"multiple_selectbox_options_title\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:32:\"multiple_selectbox_options_image\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_selectbox_options_imagep\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:32:\"multiple_selectbox_options_value\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:32:\"multiple_selectbox_options_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:37:\"multiple_selectbox_options_sale_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:37:\"multiple_selectbox_options_price_type\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:38:\"multiple_selectbox_options_description\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:30:\"multiple_selectbox_options_url\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:16:\"selectbox_uniqid\";a:1:{i:0;s:23:\"565c998579a2d8.75287852\";}s:16:\"selectbox_clogic\";a:1:{i:0;s:77:\"{\"element\":\"565c998579a2d8.75287852\",\"toggle\":\"show\",\"what\":\"all\",\"rules\":[]}\";}s:15:\"selectbox_logic\";a:1:{i:0;s:0:\"\";}s:15:\"selectbox_class\";a:1:{i:0;s:0:\"\";}s:26:\"radiobuttons_internal_name\";a:1:{i:0;s:13:\"Radio buttons\";}s:24:\"radiobuttons_header_size\";a:1:{i:0;s:2:\"10\";}s:25:\"radiobuttons_header_title\";a:1:{i:0;s:0:\"\";}s:34:\"radiobuttons_header_title_position\";a:1:{i:0;s:0:\"\";}s:31:\"radiobuttons_header_title_color\";a:1:{i:0;s:0:\"\";}s:28:\"radiobuttons_header_subtitle\";a:1:{i:0;s:0:\"\";}s:37:\"radiobuttons_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:34:\"radiobuttons_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:25:\"radiobuttons_divider_type\";a:1:{i:0;s:4:\"none\";}s:21:\"radiobuttons_required\";a:1:{i:0;s:1:\"0\";}s:30:\"radiobuttons_text_before_price\";a:1:{i:0;s:0:\"\";}s:29:\"radiobuttons_text_after_price\";a:1:{i:0;s:0:\"\";}s:24:\"radiobuttons_hide_amount\";a:1:{i:0;s:0:\"\";}s:21:\"radiobuttons_quantity\";a:1:{i:0;s:0:\"\";}s:25:\"radiobuttons_quantity_min\";a:1:{i:0;s:0:\"\";}s:25:\"radiobuttons_quantity_max\";a:1:{i:0;s:0:\"\";}s:26:\"radiobuttons_quantity_step\";a:1:{i:0;s:0:\"\";}s:35:\"radiobuttons_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:20:\"radiobuttons_use_url\";a:1:{i:0;s:0:\"\";}s:23:\"radiobuttons_use_images\";a:1:{i:0;s:0:\"\";}s:34:\"radiobuttons_changes_product_image\";a:1:{i:0;s:6:\"custom\";}s:25:\"radiobuttons_use_lightbox\";a:1:{i:0;s:0:\"\";}s:23:\"radiobuttons_swatchmode\";a:1:{i:0;s:6:\"swatch\";}s:26:\"radiobuttons_items_per_row\";a:1:{i:0;s:0:\"\";}s:26:\"radiobuttons_clear_options\";a:1:{i:0;s:0:\"\";}s:43:\"multiple_radiobuttons_options_default_value\";a:1:{i:0;s:1:\"0\";}s:35:\"multiple_radiobuttons_options_title\";a:1:{i:0;a:2:{i:0;s:8:\"asdf 123\";i:1;s:13:\"asdfasdfas123\";}}s:35:\"multiple_radiobuttons_options_image\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:36:\"multiple_radiobuttons_options_imagep\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:35:\"multiple_radiobuttons_options_value\";a:1:{i:0;a:2:{i:0;s:8:\"asdf 123\";i:1;s:13:\"asdfasdfas123\";}}s:35:\"multiple_radiobuttons_options_price\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:40:\"multiple_radiobuttons_options_sale_price\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:40:\"multiple_radiobuttons_options_price_type\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:41:\"multiple_radiobuttons_options_description\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:33:\"multiple_radiobuttons_options_url\";a:1:{i:0;a:2:{i:0;s:0:\"\";i:1;s:0:\"\";}}s:19:\"radiobuttons_uniqid\";a:1:{i:0;s:23:\"565c99a879a2e4.07250494\";}s:19:\"radiobuttons_clogic\";a:1:{i:0;s:155:\"{\"element\":\"565c99a879a2e4.07250494\",\"toggle\":\"show\",\"what\":\"any\",\"rules\":[{\"section\":\"565c97c1614da7.61643589\",\"element\":\"3\",\"operator\":\"is\",\"value\":\"\"}]}\";}s:18:\"radiobuttons_logic\";a:1:{i:0;s:0:\"\";}s:18:\"radiobuttons_class\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_internal_name\";a:1:{i:0;s:10:\"Checkboxes\";}s:22:\"checkboxes_header_size\";a:1:{i:0;s:2:\"10\";}s:23:\"checkboxes_header_title\";a:1:{i:0;s:0:\"\";}s:32:\"checkboxes_header_title_position\";a:1:{i:0;s:0:\"\";}s:29:\"checkboxes_header_title_color\";a:1:{i:0;s:0:\"\";}s:26:\"checkboxes_header_subtitle\";a:1:{i:0;s:0:\"\";}s:35:\"checkboxes_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:32:\"checkboxes_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_divider_type\";a:1:{i:0;s:4:\"none\";}s:19:\"checkboxes_required\";a:1:{i:0;s:1:\"0\";}s:28:\"checkboxes_text_before_price\";a:1:{i:0;s:0:\"\";}s:27:\"checkboxes_text_after_price\";a:1:{i:0;s:0:\"\";}s:22:\"checkboxes_hide_amount\";a:1:{i:0;s:0:\"\";}s:19:\"checkboxes_quantity\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_quantity_min\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_quantity_max\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_quantity_step\";a:1:{i:0;s:0:\"\";}s:33:\"checkboxes_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_limit_choices\";a:1:{i:0;s:0:\"\";}s:29:\"checkboxes_exactlimit_choices\";a:1:{i:0;s:0:\"\";}s:31:\"checkboxes_minimumlimit_choices\";a:1:{i:0;s:0:\"\";}s:21:\"checkboxes_use_images\";a:1:{i:0;s:0:\"\";}s:32:\"checkboxes_changes_product_image\";a:1:{i:0;s:0:\"\";}s:23:\"checkboxes_use_lightbox\";a:1:{i:0;s:0:\"\";}s:21:\"checkboxes_swatchmode\";a:1:{i:0;s:0:\"\";}s:24:\"checkboxes_items_per_row\";a:1:{i:0;s:0:\"\";}s:33:\"multiple_checkboxes_options_title\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_checkboxes_options_image\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:34:\"multiple_checkboxes_options_imagep\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_checkboxes_options_value\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:33:\"multiple_checkboxes_options_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:38:\"multiple_checkboxes_options_sale_price\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:38:\"multiple_checkboxes_options_price_type\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:39:\"multiple_checkboxes_options_description\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:31:\"multiple_checkboxes_options_url\";a:1:{i:0;a:1:{i:0;s:0:\"\";}}s:17:\"checkboxes_uniqid\";a:1:{i:0;s:23:\"565c99aa79a2f1.57825193\";}s:17:\"checkboxes_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:16:\"checkboxes_logic\";a:1:{i:0;s:0:\"\";}s:16:\"checkboxes_class\";a:1:{i:0;s:0:\"\";}s:22:\"textarea_internal_name\";a:1:{i:0;s:9:\"Text Area\";}s:20:\"textarea_header_size\";a:1:{i:0;s:2:\"10\";}s:21:\"textarea_header_title\";a:1:{i:0;s:0:\"\";}s:30:\"textarea_header_title_position\";a:1:{i:0;s:0:\"\";}s:27:\"textarea_header_title_color\";a:1:{i:0;s:0:\"\";}s:24:\"textarea_header_subtitle\";a:1:{i:0;s:0:\"\";}s:33:\"textarea_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:30:\"textarea_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:21:\"textarea_divider_type\";a:1:{i:0;s:4:\"none\";}s:17:\"textarea_required\";a:1:{i:0;s:1:\"0\";}s:14:\"textarea_price\";a:1:{i:0;s:0:\"\";}s:26:\"textarea_text_before_price\";a:1:{i:0;s:0:\"\";}s:25:\"textarea_text_after_price\";a:1:{i:0;s:0:\"\";}s:19:\"textarea_price_type\";a:1:{i:0;s:0:\"\";}s:20:\"textarea_hide_amount\";a:1:{i:0;s:0:\"\";}s:17:\"textarea_quantity\";a:1:{i:0;s:0:\"\";}s:21:\"textarea_quantity_min\";a:1:{i:0;s:0:\"\";}s:21:\"textarea_quantity_max\";a:1:{i:0;s:0:\"\";}s:22:\"textarea_quantity_step\";a:1:{i:0;s:0:\"\";}s:31:\"textarea_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:20:\"textarea_placeholder\";a:1:{i:0;s:0:\"\";}s:18:\"textarea_min_chars\";a:1:{i:0;s:0:\"\";}s:18:\"textarea_max_chars\";a:1:{i:0;s:0:\"\";}s:22:\"textarea_default_value\";a:1:{i:0;s:0:\"\";}s:20:\"textarea_validation1\";a:1:{i:0;s:0:\"\";}s:15:\"textarea_uniqid\";a:1:{i:0;s:23:\"565c99b479a301.40743225\";}s:15:\"textarea_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:14:\"textarea_logic\";a:1:{i:0;s:0:\"\";}s:14:\"textarea_class\";a:1:{i:0;s:0:\"\";}s:23:\"textfield_internal_name\";a:1:{i:0;s:10:\"Text Field\";}s:21:\"textfield_header_size\";a:1:{i:0;s:2:\"10\";}s:22:\"textfield_header_title\";a:1:{i:0;s:0:\"\";}s:31:\"textfield_header_title_position\";a:1:{i:0;s:0:\"\";}s:28:\"textfield_header_title_color\";a:1:{i:0;s:0:\"\";}s:25:\"textfield_header_subtitle\";a:1:{i:0;s:0:\"\";}s:34:\"textfield_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:31:\"textfield_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:22:\"textfield_divider_type\";a:1:{i:0;s:4:\"none\";}s:18:\"textfield_required\";a:1:{i:0;s:1:\"0\";}s:15:\"textfield_price\";a:1:{i:0;s:0:\"\";}s:20:\"textfield_sale_price\";a:1:{i:0;s:0:\"\";}s:27:\"textfield_text_before_price\";a:1:{i:0;s:0:\"\";}s:26:\"textfield_text_after_price\";a:1:{i:0;s:0:\"\";}s:20:\"textfield_price_type\";a:1:{i:0;s:0:\"\";}s:21:\"textfield_hide_amount\";a:1:{i:0;s:0:\"\";}s:18:\"textfield_quantity\";a:1:{i:0;s:0:\"\";}s:22:\"textfield_quantity_min\";a:1:{i:0;s:0:\"\";}s:22:\"textfield_quantity_max\";a:1:{i:0;s:0:\"\";}s:23:\"textfield_quantity_step\";a:1:{i:0;s:0:\"\";}s:32:\"textfield_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:21:\"textfield_placeholder\";a:1:{i:0;s:0:\"\";}s:19:\"textfield_min_chars\";a:1:{i:0;s:0:\"\";}s:19:\"textfield_max_chars\";a:1:{i:0;s:0:\"\";}s:23:\"textfield_default_value\";a:1:{i:0;s:0:\"\";}s:13:\"textfield_min\";a:1:{i:0;s:0:\"\";}s:13:\"textfield_max\";a:1:{i:0;s:0:\"\";}s:21:\"textfield_validation1\";a:1:{i:0;s:0:\"\";}s:16:\"textfield_uniqid\";a:1:{i:0;s:23:\"565c99b779a318.47513695\";}s:16:\"textfield_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:15:\"textfield_logic\";a:1:{i:0;s:0:\"\";}s:15:\"textfield_class\";a:1:{i:0;s:0:\"\";}s:19:\"color_internal_name\";a:1:{i:0;s:12:\"Color picker\";}s:17:\"color_header_size\";a:1:{i:0;s:2:\"10\";}s:18:\"color_header_title\";a:1:{i:0;s:0:\"\";}s:27:\"color_header_title_position\";a:1:{i:0;s:0:\"\";}s:24:\"color_header_title_color\";a:1:{i:0;s:0:\"\";}s:21:\"color_header_subtitle\";a:1:{i:0;s:0:\"\";}s:30:\"color_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:27:\"color_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:18:\"color_divider_type\";a:1:{i:0;s:4:\"none\";}s:14:\"color_required\";a:1:{i:0;s:1:\"0\";}s:11:\"color_price\";a:1:{i:0;s:0:\"\";}s:23:\"color_text_before_price\";a:1:{i:0;s:0:\"\";}s:22:\"color_text_after_price\";a:1:{i:0;s:0:\"\";}s:16:\"color_price_type\";a:1:{i:0;s:0:\"\";}s:17:\"color_hide_amount\";a:1:{i:0;s:0:\"\";}s:14:\"color_quantity\";a:1:{i:0;s:0:\"\";}s:18:\"color_quantity_min\";a:1:{i:0;s:0:\"\";}s:18:\"color_quantity_max\";a:1:{i:0;s:0:\"\";}s:19:\"color_quantity_step\";a:1:{i:0;s:0:\"\";}s:28:\"color_quantity_default_value\";a:1:{i:0;s:0:\"\";}s:19:\"color_default_value\";a:1:{i:0;s:0:\"\";}s:12:\"color_uniqid\";a:1:{i:0;s:23:\"565c99bb79a321.52505093\";}s:12:\"color_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:11:\"color_logic\";a:1:{i:0;s:0:\"\";}s:11:\"color_class\";a:1:{i:0;s:0:\"\";}s:20:\"upload_internal_name\";a:1:{i:0;s:6:\"Upload\";}s:18:\"upload_header_size\";a:1:{i:0;s:2:\"10\";}s:19:\"upload_header_title\";a:1:{i:0;s:0:\"\";}s:28:\"upload_header_title_position\";a:1:{i:0;s:0:\"\";}s:25:\"upload_header_title_color\";a:1:{i:0;s:0:\"\";}s:22:\"upload_header_subtitle\";a:1:{i:0;s:0:\"\";}s:31:\"upload_header_subtitle_position\";a:1:{i:0;s:0:\"\";}s:28:\"upload_header_subtitle_color\";a:1:{i:0;s:0:\"\";}s:19:\"upload_divider_type\";a:1:{i:0;s:4:\"none\";}s:15:\"upload_required\";a:1:{i:0;s:1:\"0\";}s:12:\"upload_price\";a:1:{i:0;s:0:\"\";}s:24:\"upload_text_before_price\";a:1:{i:0;s:0:\"\";}s:23:\"upload_text_after_price\";a:1:{i:0;s:0:\"\";}s:17:\"upload_price_type\";a:1:{i:0;s:0:\"\";}s:18:\"upload_hide_amount\";a:1:{i:0;s:0:\"\";}s:18:\"upload_button_type\";a:1:{i:0;s:0:\"\";}s:13:\"upload_uniqid\";a:1:{i:0;s:23:\"565c99c379a338.54618399\";}s:13:\"upload_clogic\";a:1:{i:0;s:41:\"{\"toggle\":\"show\",\"what\":\"any\",\"rules\":[]}\";}s:12:\"upload_logic\";a:1:{i:0;s:0:\"\";}s:12:\"upload_class\";a:1:{i:0;s:0:\"\";}}}'),
(2268, 214, '_upsell_ids', 'a:0:{}'),
(2269, 214, '_crosssell_ids', 'a:0:{}'),
(2270, 214, '_product_version', '2.5.5'),
(2271, 214, '_wc_rating_count', 'a:3:{i:3;s:1:\"1\";i:4;s:1:\"3\";i:5;s:1:\"2\";}'),
(2272, 214, '_wc_average_rating', '4.17'),
(2273, 214, '_wc_review_count', '6'),
(2274, 214, '_min_variation_price', '20'),
(2275, 214, '_max_variation_price', '20'),
(2276, 214, '_min_variation_regular_price', NULL),
(2277, 214, '_max_variation_regular_price', NULL),
(2278, 214, '_max_regular_price_variation_id', NULL),
(2279, 214, '_min_variation_sale_price', '20'),
(2280, 214, '_max_variation_sale_price', '20'),
(2281, 214, '_min_sale_price_variation_id', '6951'),
(2282, 214, '_max_sale_price_variation_id', '6951'),
(2283, 214, '_default_attributes', 'a:0:{}'),
(2284, 214, 'pv_commission_rate', ''),
(2285, 214, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2286, 215, '_visibility', 'visible'),
(2287, 215, '_stock_status', 'instock'),
(2288, 215, 'total_sales', '0'),
(2289, 215, '_downloadable', 'no'),
(2290, 215, '_virtual', 'no'),
(2291, 215, '_product_image_gallery', '12,12,12'),
(2292, 215, '_regular_price', '29'),
(2293, 215, '_sale_price', ''),
(2294, 215, '_tax_status', ''),
(2295, 215, '_tax_class', ''),
(2296, 215, '_purchase_note', ''),
(2297, 215, '_featured', 'no'),
(2298, 215, '_weight', ''),
(2299, 215, '_length', ''),
(2300, 215, '_width', ''),
(2301, 215, '_height', ''),
(2302, 215, '_sku', ''),
(2303, 215, '_sale_price_dates_from', ''),
(2304, 215, '_sale_price_dates_to', ''),
(2305, 215, '_price', '29'),
(2306, 215, '_sold_individually', ''),
(2307, 215, '_stock', ''),
(2308, 215, '_backorders', 'no'),
(2309, 215, '_manage_stock', 'no'),
(2310, 215, '_thumbnail_id', '12'),
(2311, 215, '_upsell_ids', 'a:2:{i:0;i:22;i:1;i:40;}'),
(2312, 215, '_crosssell_ids', 'a:2:{i:0;i:22;i:1;i:40;}'),
(2313, 215, '_edit_lock', '1449573921:1'),
(2314, 215, '_edit_last', '1'),
(2315, 215, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:8:\"settings\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}'),
(2316, 215, 'tm_meta', ''),
(2317, 215, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2318, 215, '_product_version', '2.4.11'),
(2319, 215, '_booking_min', ''),
(2320, 215, '_booking_max', ''),
(2321, 215, '_first_available_date', ''),
(2322, 215, '_booking_option', ''),
(2323, 215, '_wc_rating_count', 'a:0:{}'),
(2324, 215, '_wc_average_rating', '0'),
(2325, 215, '_wc_review_count', '0'),
(2326, 216, '_visibility', 'visible'),
(2327, 216, '_stock_status', 'instock'),
(2328, 216, 'total_sales', '14'),
(2329, 216, '_downloadable', 'no'),
(2330, 216, '_virtual', 'no'),
(2331, 216, '_product_image_gallery', '12,12,12'),
(2332, 216, '_regular_price', '29'),
(2333, 216, '_sale_price', ''),
(2334, 216, '_tax_status', ''),
(2335, 216, '_tax_class', ''),
(2336, 216, '_purchase_note', ''),
(2337, 216, '_featured', 'no'),
(2338, 216, '_weight', ''),
(2339, 216, '_length', ''),
(2340, 216, '_width', ''),
(2341, 216, '_height', ''),
(2342, 216, '_sku', ''),
(2343, 216, '_sale_price_dates_from', ''),
(2344, 216, '_sale_price_dates_to', ''),
(2345, 216, '_price', '29'),
(2346, 216, '_sold_individually', ''),
(2347, 216, '_stock', ''),
(2348, 216, '_backorders', 'no'),
(2349, 216, '_manage_stock', 'no'),
(2350, 216, '_thumbnail_id', '12'),
(2351, 216, '_crosssell_ids', 'a:1:{i:0;s:2:\"31\";}'),
(2352, 216, '_edit_lock', '1449572363:1'),
(2353, 216, '_wc_rating_count', 'a:3:{i:1;s:1:\"1\";i:4;s:1:\"1\";i:5;s:1:\"3\";}'),
(2354, 216, '_wc_average_rating', '4.00'),
(2355, 216, '_wc_review_count', '5'),
(2356, 217, '_thumbnail_id', '12'),
(2357, 217, '_visibility', 'visible'),
(2358, 217, '_stock_status', 'instock'),
(2359, 217, 'total_sales', '9'),
(2360, 217, '_downloadable', 'no'),
(2361, 217, '_virtual', 'no'),
(2362, 217, '_product_image_gallery', '12,12,12'),
(2363, 217, '_regular_price', '29'),
(2364, 217, '_sale_price', ''),
(2365, 217, '_tax_status', ''),
(2366, 217, '_tax_class', ''),
(2367, 217, '_purchase_note', ''),
(2368, 217, '_featured', 'no'),
(2369, 217, '_weight', ''),
(2370, 217, '_length', ''),
(2371, 217, '_width', ''),
(2372, 217, '_height', ''),
(2373, 217, '_sku', ''),
(2374, 217, '_sale_price_dates_from', ''),
(2375, 217, '_sale_price_dates_to', ''),
(2376, 217, '_price', '29'),
(2377, 217, '_sold_individually', ''),
(2378, 217, '_stock', ''),
(2379, 217, '_backorders', 'no'),
(2380, 217, '_manage_stock', 'no'),
(2381, 217, '_crosssell_ids', 'a:1:{i:0;s:2:\"37\";}'),
(2382, 217, '_wc_rating_count', 'a:2:{i:1;s:1:\"1\";i:5;s:1:\"1\";}'),
(2383, 217, '_wc_average_rating', '3.00'),
(2384, 217, '_wc_review_count', '2'),
(2385, 217, '_edit_lock', '1458056800:1'),
(2386, 218, '_visibility', 'visible'),
(2387, 218, '_stock_status', 'instock'),
(2388, 218, 'total_sales', '0'),
(2389, 218, '_downloadable', 'no'),
(2390, 218, '_virtual', 'no'),
(2391, 218, '_product_image_gallery', '12,12,12'),
(2392, 218, '_regular_price', '29'),
(2393, 218, '_sale_price', ''),
(2394, 218, '_tax_status', ''),
(2395, 218, '_tax_class', ''),
(2396, 218, '_purchase_note', ''),
(2397, 218, '_featured', 'no'),
(2398, 218, '_weight', ''),
(2399, 218, '_length', ''),
(2400, 218, '_width', ''),
(2401, 218, '_height', ''),
(2402, 218, '_sku', ''),
(2403, 218, '_sale_price_dates_from', ''),
(2404, 218, '_sale_price_dates_to', ''),
(2405, 218, '_price', '29'),
(2406, 218, '_sold_individually', ''),
(2407, 218, '_stock', ''),
(2408, 218, '_backorders', 'no'),
(2409, 218, '_manage_stock', 'no'),
(2410, 218, '_thumbnail_id', '12'),
(2411, 218, '_crosssell_ids', 'a:1:{i:0;i:53;}'),
(2412, 218, '_wc_rating_count', 'a:2:{i:4;s:1:\"1\";i:5;s:1:\"2\";}'),
(2413, 218, '_wc_average_rating', '4.67'),
(2414, 218, '_wc_review_count', '3'),
(2415, 218, '_edit_lock', '1455203479:1'),
(2416, 218, '_edit_last', '1'),
(2417, 218, 'tm_meta_cpf', 'a:3:{s:4:\"mode\";s:8:\"settings\";s:16:\"override_display\";s:0:\"\";s:24:\"override_final_total_box\";s:0:\"\";}'),
(2418, 218, 'tm_meta', ''),
(2419, 218, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2420, 218, '_upsell_ids', 'a:0:{}'),
(2421, 218, '_product_version', '2.5.2'),
(2422, 218, '_booking_min', ''),
(2423, 218, '_booking_max', ''),
(2424, 218, '_first_available_date', ''),
(2425, 218, '_booking_option', ''),
(2426, 219, '_edit_last', '1'),
(2427, 219, '_edit_lock', '1467815076:1'),
(2428, 219, '_downloadable', 'no'),
(2429, 219, '_virtual', 'no'),
(2430, 219, '_min_variation_price', '250'),
(2431, 219, '_max_variation_price', '1000'),
(2432, 219, '_min_variation_regular_price', '250'),
(2433, 219, '_max_variation_regular_price', '1000'),
(2434, 219, '_max_regular_price_variation_id', '8278'),
(2435, 219, '_min_variation_sale_price', NULL),
(2436, 219, '_max_variation_sale_price', NULL),
(2437, 219, '_min_sale_price_variation_id', NULL),
(2438, 219, '_max_sale_price_variation_id', NULL),
(2439, 219, '_default_attributes', 'a:0:{}'),
(2440, 219, '_visibility', 'visible'),
(2441, 219, '_disable_va', 'setting'),
(2442, 219, '_name_style', 'label'),
(2443, 219, '_only_va', 'no'),
(2444, 219, '_va_dropdown_nights', '0'),
(2445, 219, '_va_show_on_loop_nights', ''),
(2446, 219, '_va_showname_nights', ''),
(2447, 219, '_va_collection', 'a:0:{}'),
(2448, 219, 'pv_commission_rate', ''),
(2449, 219, 'wc_productdata_options', 'a:1:{i:0;a:6:{s:11:\"_bubble_new\";s:0:\"\";s:12:\"_bubble_text\";s:0:\"\";s:17:\"_custom_tab_title\";s:0:\"\";s:11:\"_custom_tab\";s:0:\"\";s:14:\"_product_video\";s:0:\"\";s:19:\"_product_video_size\";s:0:\"\";}}'),
(2450, 219, 'total_sales', '0'),
(2451, 219, '_purchase_note', ''),
(2452, 219, '_featured', 'no'),
(2453, 219, '_weight', ''),
(2454, 219, '_length', ''),
(2455, 219, '_width', ''),
(2456, 219, '_height', ''),
(2457, 219, '_sku', ''),
(2458, 219, '_regular_price', '29'),
(2459, 219, '_sale_price', ''),
(2460, 219, '_sale_price_dates_from', ''),
(2461, 219, '_sale_price_dates_to', ''),
(2462, 219, '_sold_individually', ''),
(2463, 219, '_manage_stock', 'no'),
(2464, 219, '_backorders', 'no'),
(2465, 219, '_stock', ''),
(2466, 219, '_upsell_ids', 'a:0:{}'),
(2467, 219, '_crosssell_ids', 'a:0:{}'),
(2468, 219, '_stock_status', 'instock'),
(2469, 219, '_product_version', '2.6.2'),
(2470, 219, '_product_image_gallery', '12,12,12'),
(2471, 219, '_thumbnail_id', '12'),
(2472, 219, '_price', '29'),
(2473, 219, '_wc_rating_count', 'a:0:{}'),
(2474, 219, '_wc_review_count', '0'),
(2475, 219, '_wc_average_rating', '0'),
(2476, 220, '_thumbnail_id', '10'),
(2477, 221, '_thumbnail_id', '10'),
(2478, 222, '_thumbnail_id', '10'),
(2479, 223, '_thumbnail_id', '10'),
(2480, 224, '_thumbnail_id', '10'),
(2481, 225, '_thumbnail_id', '10'),
(2482, 226, '_thumbnail_id', '10'),
(2483, 227, '_thumbnail_id', '10'),
(2492, 229, '_menu_item_type', 'post_type'),
(2493, 229, '_menu_item_menu_item_parent', '0'),
(2494, 229, '_menu_item_object_id', '62'),
(2495, 229, '_menu_item_object', 'page'),
(2496, 229, '_menu_item_target', ''),
(2497, 229, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2498, 229, '_menu_item_xfn', ''),
(2499, 229, '_menu_item_url', ''),
(2500, 229, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2501, 230, '_menu_item_type', 'post_type'),
(2502, 230, '_menu_item_menu_item_parent', '0'),
(2503, 230, '_menu_item_object_id', '66'),
(2504, 230, '_menu_item_object', 'page'),
(2505, 230, '_menu_item_target', ''),
(2506, 230, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2507, 230, '_menu_item_xfn', ''),
(2508, 230, '_menu_item_url', ''),
(2509, 230, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2510, 231, '_menu_item_type', 'post_type'),
(2511, 231, '_menu_item_menu_item_parent', '230'),
(2512, 231, '_menu_item_object_id', '67'),
(2513, 231, '_menu_item_object', 'page'),
(2514, 231, '_menu_item_target', ''),
(2515, 231, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2516, 231, '_menu_item_xfn', ''),
(2517, 231, '_menu_item_url', ''),
(2518, 231, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2519, 232, '_menu_item_type', 'post_type'),
(2520, 232, '_menu_item_menu_item_parent', '230'),
(2521, 232, '_menu_item_object_id', '68'),
(2522, 232, '_menu_item_object', 'page'),
(2523, 232, '_menu_item_target', ''),
(2524, 232, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2525, 232, '_menu_item_xfn', ''),
(2526, 232, '_menu_item_url', ''),
(2527, 232, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2528, 233, '_menu_item_type', 'post_type'),
(2529, 233, '_menu_item_menu_item_parent', '0'),
(2530, 233, '_menu_item_object_id', '94'),
(2531, 233, '_menu_item_object', 'page'),
(2532, 233, '_menu_item_target', ''),
(2533, 233, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2534, 233, '_menu_item_xfn', ''),
(2535, 233, '_menu_item_url', ''),
(2536, 233, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2537, 234, '_menu_item_type', 'post_type'),
(2538, 234, '_menu_item_menu_item_parent', '232'),
(2539, 234, '_menu_item_object_id', '24'),
(2540, 234, '_menu_item_object', 'page'),
(2541, 234, '_menu_item_target', ''),
(2542, 234, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2543, 234, '_menu_item_xfn', ''),
(2544, 234, '_menu_item_url', ''),
(2545, 235, '_menu_item_type', 'post_type'),
(2546, 235, '_menu_item_menu_item_parent', '232'),
(2547, 235, '_menu_item_object_id', '26'),
(2548, 235, '_menu_item_object', 'page'),
(2549, 235, '_menu_item_target', ''),
(2550, 235, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2551, 235, '_menu_item_xfn', ''),
(2552, 235, '_menu_item_url', ''),
(2553, 236, '_menu_item_type', 'post_type'),
(2554, 236, '_menu_item_menu_item_parent', '232'),
(2555, 236, '_menu_item_object_id', '28'),
(2556, 236, '_menu_item_object', 'page'),
(2557, 236, '_menu_item_target', ''),
(2558, 236, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2559, 236, '_menu_item_xfn', ''),
(2560, 236, '_menu_item_url', ''),
(2561, 237, '_menu_item_type', 'post_type'),
(2562, 237, '_menu_item_menu_item_parent', '231'),
(2563, 237, '_menu_item_object_id', '29'),
(2564, 237, '_menu_item_object', 'page'),
(2565, 237, '_menu_item_target', ''),
(2566, 237, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2567, 237, '_menu_item_xfn', ''),
(2568, 237, '_menu_item_url', ''),
(2569, 238, '_menu_item_type', 'post_type'),
(2570, 238, '_menu_item_menu_item_parent', '231'),
(2571, 238, '_menu_item_object_id', '37'),
(2572, 238, '_menu_item_object', 'page'),
(2573, 238, '_menu_item_target', ''),
(2574, 238, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2575, 238, '_menu_item_xfn', ''),
(2576, 238, '_menu_item_url', ''),
(2577, 239, '_menu_item_type', 'post_type'),
(2578, 239, '_menu_item_menu_item_parent', '231'),
(2579, 239, '_menu_item_object_id', '48'),
(2580, 239, '_menu_item_object', 'page'),
(2581, 239, '_menu_item_target', ''),
(2582, 239, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2583, 239, '_menu_item_xfn', ''),
(2584, 239, '_menu_item_url', ''),
(2585, 239, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2586, 240, '_menu_item_type', 'post_type'),
(2587, 240, '_menu_item_menu_item_parent', '230'),
(2588, 240, '_menu_item_object_id', '68'),
(2589, 240, '_menu_item_object', 'page'),
(2590, 240, '_menu_item_target', ''),
(2591, 240, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2592, 240, '_menu_item_xfn', ''),
(2593, 240, '_menu_item_url', ''),
(2594, 240, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2595, 241, '_menu_item_type', 'post_type'),
(2596, 241, '_menu_item_menu_item_parent', '240'),
(2597, 241, '_menu_item_object_id', '58'),
(2598, 241, '_menu_item_object', 'page'),
(2599, 241, '_menu_item_target', ''),
(2600, 241, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2601, 241, '_menu_item_xfn', ''),
(2602, 241, '_menu_item_url', ''),
(2603, 241, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2604, 242, '_menu_item_type', 'post_type'),
(2605, 242, '_menu_item_menu_item_parent', '231'),
(2606, 242, '_menu_item_object_id', '65'),
(2607, 242, '_menu_item_object', 'page'),
(2608, 242, '_menu_item_target', ''),
(2609, 242, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2610, 242, '_menu_item_xfn', ''),
(2611, 242, '_menu_item_url', ''),
(2612, 242, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2613, 243, '_menu_item_type', 'post_type'),
(2614, 243, '_menu_item_menu_item_parent', '231'),
(2615, 243, '_menu_item_object_id', '64'),
(2616, 243, '_menu_item_object', 'page'),
(2617, 243, '_menu_item_target', ''),
(2618, 243, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2619, 243, '_menu_item_xfn', ''),
(2620, 243, '_menu_item_url', ''),
(2621, 243, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2622, 244, '_menu_item_type', 'post_type'),
(2623, 244, '_menu_item_menu_item_parent', '232'),
(2624, 244, '_menu_item_object_id', '95'),
(2625, 244, '_menu_item_object', 'page'),
(2626, 244, '_menu_item_target', ''),
(2627, 244, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2628, 244, '_menu_item_xfn', ''),
(2629, 244, '_menu_item_url', ''),
(2630, 244, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2631, 245, '_menu_item_type', 'post_type'),
(2632, 245, '_menu_item_menu_item_parent', '0'),
(2633, 245, '_menu_item_object_id', '45'),
(2634, 245, '_menu_item_object', 'page'),
(2635, 245, '_menu_item_target', ''),
(2636, 245, '_menu_item_classes', 'a:1:{i:0;s:11:\"menu-flyout\";}'),
(2637, 245, '_menu_item_xfn', ''),
(2638, 245, '_menu_item_url', ''),
(2639, 245, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2640, 246, '_menu_item_type', 'post_type'),
(2641, 246, '_menu_item_menu_item_parent', '0'),
(2642, 246, '_menu_item_object_id', '87'),
(2643, 246, '_menu_item_object', 'page'),
(2644, 246, '_menu_item_target', ''),
(2645, 246, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2646, 246, '_menu_item_xfn', ''),
(2647, 246, '_menu_item_url', ''),
(2648, 246, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2649, 247, '_menu_item_type', 'post_type'),
(2650, 247, '_menu_item_menu_item_parent', '232'),
(2651, 247, '_menu_item_object_id', '90'),
(2652, 247, '_menu_item_object', 'page'),
(2653, 247, '_menu_item_target', ''),
(2654, 247, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2655, 247, '_menu_item_xfn', ''),
(2656, 247, '_menu_item_url', ''),
(2657, 247, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2658, 248, '_menu_item_type', 'post_type'),
(2659, 248, '_menu_item_menu_item_parent', '232'),
(2660, 248, '_menu_item_object_id', '71'),
(2661, 248, '_menu_item_object', 'page'),
(2662, 248, '_menu_item_target', ''),
(2663, 248, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2664, 248, '_menu_item_xfn', ''),
(2665, 248, '_menu_item_url', ''),
(2666, 248, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2667, 249, '_menu_item_type', 'post_type'),
(2668, 249, '_menu_item_menu_item_parent', '232'),
(2669, 249, '_menu_item_object_id', '73'),
(2670, 249, '_menu_item_object', 'page'),
(2671, 249, '_menu_item_target', ''),
(2672, 249, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2673, 249, '_menu_item_xfn', ''),
(2674, 249, '_menu_item_url', ''),
(2675, 249, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2676, 250, '_menu_item_type', 'post_type'),
(2677, 250, '_menu_item_menu_item_parent', '232'),
(2678, 250, '_menu_item_object_id', '82'),
(2679, 250, '_menu_item_object', 'page'),
(2680, 250, '_menu_item_target', ''),
(2681, 250, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2682, 250, '_menu_item_xfn', ''),
(2683, 250, '_menu_item_url', ''),
(2684, 250, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2685, 251, '_menu_item_type', 'post_type'),
(2686, 251, '_menu_item_menu_item_parent', '0'),
(2687, 251, '_menu_item_object_id', '88'),
(2688, 251, '_menu_item_object', 'page'),
(2689, 251, '_menu_item_target', ''),
(2690, 251, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2691, 251, '_menu_item_xfn', ''),
(2692, 251, '_menu_item_url', ''),
(2701, 253, '_menu_item_type', 'post_type'),
(2702, 253, '_menu_item_menu_item_parent', '0'),
(2703, 253, '_menu_item_object_id', '86'),
(2704, 253, '_menu_item_object', 'page'),
(2705, 253, '_menu_item_target', ''),
(2706, 253, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2707, 253, '_menu_item_xfn', ''),
(2708, 253, '_menu_item_url', ''),
(2709, 254, '_menu_item_type', 'post_type'),
(2710, 254, '_menu_item_menu_item_parent', '245'),
(2711, 254, '_menu_item_object_id', '25'),
(2712, 254, '_menu_item_object', 'page'),
(2713, 254, '_menu_item_target', ''),
(2714, 254, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2715, 254, '_menu_item_xfn', ''),
(2716, 254, '_menu_item_url', ''),
(2717, 255, '_menu_item_type', 'post_type'),
(2718, 255, '_menu_item_menu_item_parent', '245'),
(2719, 255, '_menu_item_object_id', '27'),
(2720, 255, '_menu_item_object', 'page'),
(2721, 255, '_menu_item_target', ''),
(2722, 255, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2723, 255, '_menu_item_xfn', ''),
(2724, 255, '_menu_item_url', ''),
(2725, 256, '_menu_item_type', 'post_type'),
(2726, 256, '_menu_item_menu_item_parent', '240'),
(2727, 256, '_menu_item_object_id', '30'),
(2728, 256, '_menu_item_object', 'page'),
(2729, 256, '_menu_item_target', ''),
(2730, 256, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2731, 256, '_menu_item_xfn', ''),
(2732, 256, '_menu_item_url', ''),
(2733, 257, '_menu_item_type', 'post_type'),
(2734, 257, '_menu_item_menu_item_parent', '240'),
(2735, 257, '_menu_item_object_id', '35'),
(2736, 257, '_menu_item_object', 'page'),
(2737, 257, '_menu_item_target', ''),
(2738, 257, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2739, 257, '_menu_item_xfn', ''),
(2740, 257, '_menu_item_url', ''),
(2741, 258, '_menu_item_type', 'post_type'),
(2742, 258, '_menu_item_menu_item_parent', '240'),
(2743, 258, '_menu_item_object_id', '36'),
(2744, 258, '_menu_item_object', 'page'),
(2745, 258, '_menu_item_target', ''),
(2746, 258, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2747, 258, '_menu_item_xfn', ''),
(2748, 258, '_menu_item_url', ''),
(2749, 259, '_menu_item_type', 'post_type'),
(2750, 259, '_menu_item_menu_item_parent', '240'),
(2751, 259, '_menu_item_object_id', '49'),
(2752, 259, '_menu_item_object', 'page'),
(2753, 259, '_menu_item_target', ''),
(2754, 259, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2755, 259, '_menu_item_xfn', ''),
(2756, 259, '_menu_item_url', ''),
(2757, 259, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2758, 260, '_menu_item_type', 'post_type'),
(2759, 260, '_menu_item_menu_item_parent', '240'),
(2760, 260, '_menu_item_object_id', '50'),
(2761, 260, '_menu_item_object', 'page'),
(2762, 260, '_menu_item_target', ''),
(2763, 260, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2764, 260, '_menu_item_xfn', ''),
(2765, 260, '_menu_item_url', ''),
(2766, 260, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2767, 261, '_menu_item_type', 'post_type'),
(2768, 261, '_menu_item_menu_item_parent', '240'),
(2769, 261, '_menu_item_object_id', '56'),
(2770, 261, '_menu_item_object', 'page'),
(2771, 261, '_menu_item_target', ''),
(2772, 261, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2773, 261, '_menu_item_xfn', ''),
(2774, 261, '_menu_item_url', ''),
(2775, 261, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2776, 262, '_menu_item_type', 'post_type'),
(2777, 262, '_menu_item_menu_item_parent', '245'),
(2778, 262, '_menu_item_object_id', '44'),
(2779, 262, '_menu_item_object', 'page'),
(2780, 262, '_menu_item_target', ''),
(2781, 262, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2782, 262, '_menu_item_xfn', ''),
(2783, 262, '_menu_item_url', ''),
(2784, 262, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2785, 263, '_menu_item_type', 'post_type'),
(2786, 263, '_menu_item_menu_item_parent', '245'),
(2787, 263, '_menu_item_object_id', '86'),
(2788, 263, '_menu_item_object', 'page'),
(2789, 263, '_menu_item_target', ''),
(2790, 263, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2791, 263, '_menu_item_xfn', ''),
(2792, 263, '_menu_item_url', ''),
(2793, 263, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2794, 264, '_menu_item_type', 'post_type'),
(2795, 264, '_menu_item_menu_item_parent', '245'),
(2796, 264, '_menu_item_object_id', '88'),
(2797, 264, '_menu_item_object', 'page'),
(2798, 264, '_menu_item_target', ''),
(2799, 264, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2800, 264, '_menu_item_xfn', ''),
(2801, 264, '_menu_item_url', ''),
(2802, 264, '_vc_post_settings', 'a:1:{s:10:\"vc_grid_id\";a:0:{}}'),
(2803, 265, '_menu_item_type', 'post_type'),
(2804, 265, '_menu_item_menu_item_parent', '0'),
(2805, 265, '_menu_item_object_id', '83'),
(2806, 265, '_menu_item_object', 'page'),
(2807, 265, '_menu_item_target', ''),
(2808, 265, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(2809, 265, '_menu_item_xfn', ''),
(2810, 265, '_menu_item_url', ''),
(2811, 185, '_wc_review_count', '0'),
(2837, 277, '_wp_attached_file', '2018/02/logofoam.png'),
(2838, 277, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:84;s:4:\"file\";s:20:\"2018/02/logofoam.png\";s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"logofoam-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"logofoam-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"logofoam-280x84.png\";s:5:\"width\";i:280;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"logofoam-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"logofoam-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2854, 48, '_edit_lock', '1524239207:1'),
(2855, 283, '_wp_attached_file', '2018/02/12517_Foam_Mattresses_Foam_Mattresses_HERO.jpg'),
(2856, 283, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1306;s:6:\"height\";i:449;s:4:\"file\";s:54:\"2018/02/12517_Foam_Mattresses_Foam_Mattresses_HERO.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-510x175.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-800x275.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-768x264.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:264;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"woocommerce_thumbnail_2x\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-600x449.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:54:\"12517_Foam_Mattresses_Foam_Mattresses_HERO-510x175.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2857, 284, '_wp_attached_file', '2018/02/delayed-yellowing-Reactint_Display_Foam_Wide_Web.jpg'),
(2858, 284, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:900;s:4:\"file\";s:60:\"2018/02/delayed-yellowing-Reactint_Display_Foam_Wide_Web.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-510x242.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-800x379.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:379;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-768x364.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:364;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:61:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-1400x663.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"woocommerce_thumbnail_2x\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:60:\"delayed-yellowing-Reactint_Display_Foam_Wide_Web-510x242.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2859, 285, '_wp_attached_file', '2018/02/HR-Foam-in-furniture.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2860, 285, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1872;s:6:\"height\";i:1066;s:4:\"file\";s:32:\"2018/02/HR-Foam-in-furniture.jpg\";s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-510x290.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-702x400.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"HR-Foam-in-furniture-1400x797.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:797;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"woocommerce_thumbnail_2x\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"HR-Foam-in-furniture-510x290.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:19:\"Mikhail Kalakutskiy\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:25:\"Modern sofa  in the  room\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:25:\"© by Mikhail Kalakutskiy\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:16:\"Sofa in the room\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:30:{i:0;s:5:\"table\";i:1;s:8:\" objects\";i:2;s:11:\" horizontal\";i:3;s:7:\" design\";i:4;s:12:\" comfortable\";i:5;s:6:\" light\";i:6;s:11:\" lifestyles\";i:7;s:7:\" carpet\";i:8;s:3:\" 3d\";i:9;s:7:\" modern\";i:10;s:13:\" architecture\";i:11;s:7:\" estate\";i:12;s:6:\" house\";i:13;s:10:\" structure\";i:14;s:5:\" real\";i:15;s:9:\" domestic\";i:16;s:9:\" interior\";i:17;s:5:\" home\";i:18;s:10:\" furniture\";i:19;s:5:\" room\";i:20;s:8:\" indoors\";i:21;s:7:\" inside\";i:22;s:9:\" hardwood\";i:23;s:7:\" living\";i:24;s:10:\" apartment\";i:25;s:12:\" residential\";i:26;s:12:\" improvement\";i:27;s:5:\" sofa\";i:28;s:12:\" mantelpiece\";i:29;s:7:\" floors\";}}}'),
(2861, 288, '_wp_attached_file', '2018/02/checked.png'),
(2862, 288, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/02/checked.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"checked-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"checked-510x510.png\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"checked-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"checked-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"checked-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"checked-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"checked-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2863, 289, '_wp_attached_file', '2018/02/checked.svg'),
(2864, 290, '_wp_attached_file', '2018/02/list-3.png'),
(2865, 290, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:18:\"2018/02/list-3.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"list-3-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"list-3-510x510.png\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"list-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"list-3-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"list-3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"list-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:18:\"list-3-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2866, 291, '_wp_attached_file', '2018/02/list-3.svg'),
(2867, 292, '_wp_attached_file', '2018/02/user-59.png'),
(2868, 292, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/02/user-59.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"user-59-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"user-59-510x510.png\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"user-59-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"user-59-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"user-59-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"user-59-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:19:\"user-59-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2869, 293, '_wp_attached_file', '2018/02/user-59.svg'),
(2870, 294, '_wp_attached_file', '2018/02/phone-call-9.png'),
(2871, 294, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2018/02/phone-call-9.png\";s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"phone-call-9-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"phone-call-9-510x510.png\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"phone-call-9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"phone-call-9-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"phone-call-9-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"phone-call-9-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"phone-call-9-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2872, 295, '_wp_attached_file', '2018/02/phone-call-9.svg'),
(2881, 301, '_wp_attached_file', '2018/02/milliken_reactint_in_pu_foam.jpg'),
(2882, 301, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1391;s:6:\"height\";i:927;s:4:\"file\";s:40:\"2018/02/milliken_reactint_in_pu_foam.jpg\";s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-510x340.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"milliken_reactint_in_pu_foam-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-510x340.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"milliken_reactint_in_pu_foam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(2883, 302, '_wp_attached_file', '2018/02/viscoelastic.jpg'),
(2884, 302, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:550;s:6:\"height\";i:353;s:4:\"file\";s:24:\"2018/02/viscoelastic.jpg\";s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"viscoelastic-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"viscoelastic-510x327.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"viscoelastic-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"viscoelastic-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:24:\"viscoelastic-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"viscoelastic-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2885, 304, '_wp_attached_file', '2018/02/Quilting-machine.jpg'),
(2886, 304, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1140;s:6:\"height\";i:553;s:4:\"file\";s:28:\"2018/02/Quilting-machine.jpg\";s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:28:\"Quilting-machine-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:28:\"Quilting-machine-510x247.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"Quilting-machine-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"Quilting-machine-800x388.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"Quilting-machine-768x373.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:28:\"Quilting-machine-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:5:{s:4:\"file\";s:28:\"Quilting-machine-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:11:\"shop_single\";a:4:{s:4:\"file\";s:28:\"Quilting-machine-510x247.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:28:\"Quilting-machine-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2896, 13, '_edit_last', '1'),
(2899, 13, '_edit_lock', '1519404932:1'),
(2900, 16, '_edit_lock', '1519406647:1'),
(2901, 16, '_oembed_97120786a5d618011442f73be26e093f', '<iframe width=\"1020\" height=\"574\" src=\"https://www.youtube.com/embed/AoPiLg8DZ3A?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(2902, 16, '_oembed_time_97120786a5d618011442f73be26e093f', '1519405241'),
(2903, 16, '_oembed_e34901247c48eeadd9483f16b145df51', '<iframe width=\"1020\" height=\"574\" src=\"https://www.youtube.com/embed/HQw9s4Yfvdo?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(2904, 16, '_oembed_time_e34901247c48eeadd9483f16b145df51', '1519405256'),
(2907, 48, '_oembed_97120786a5d618011442f73be26e093f', '<iframe width=\"1020\" height=\"574\" src=\"https://www.youtube.com/embed/AoPiLg8DZ3A?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(2908, 48, '_oembed_time_97120786a5d618011442f73be26e093f', '1519405426'),
(2909, 48, '_oembed_e34901247c48eeadd9483f16b145df51', '<iframe width=\"1020\" height=\"574\" src=\"https://www.youtube.com/embed/HQw9s4Yfvdo?feature=oembed\" frameborder=\"0\" allow=\"autoplay; encrypted-media\" allowfullscreen></iframe>'),
(2910, 48, '_oembed_time_e34901247c48eeadd9483f16b145df51', '1519405744'),
(3019, 335, '_menu_item_type', 'post_type'),
(3020, 335, '_menu_item_menu_item_parent', '0'),
(3021, 335, '_menu_item_object_id', '88'),
(3022, 335, '_menu_item_object', 'page'),
(3023, 335, '_menu_item_target', ''),
(3024, 335, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3025, 335, '_menu_item_xfn', ''),
(3026, 335, '_menu_item_url', ''),
(3028, 336, '_menu_item_type', 'post_type'),
(3029, 336, '_menu_item_menu_item_parent', '0'),
(3030, 336, '_menu_item_object_id', '86'),
(3031, 336, '_menu_item_object', 'page'),
(3032, 336, '_menu_item_target', ''),
(3033, 336, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3034, 336, '_menu_item_xfn', ''),
(3035, 336, '_menu_item_url', ''),
(3054, 339, '_wp_trash_meta_status', 'publish'),
(3055, 339, '_wp_trash_meta_time', '1522316008'),
(3056, 340, '_edit_lock', '1522316102:1'),
(3057, 341, '_wp_attached_file', '2018/03/logo.png'),
(3058, 341, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:108;s:6:\"height\";i:82;s:4:\"file\";s:16:\"2018/03/logo.png\";s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x82.png\";s:5:\"width\";i:100;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:15:\"logo-100x82.png\";s:5:\"width\";i:100;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3059, 342, '_wp_attached_file', '2018/03/cropped-logo.png'),
(3060, 342, '_wp_attachment_context', 'site-icon'),
(3061, 342, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:24:\"2018/03/cropped-logo.png\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"cropped-logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"cropped-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"cropped-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:24:\"cropped-logo-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:24:\"cropped-logo-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:24:\"cropped-logo-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:22:\"cropped-logo-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3062, 340, '_wp_trash_meta_status', 'publish'),
(3063, 340, '_wp_trash_meta_time', '1522316123'),
(3064, 95, '_edit_lock', '1522591772:1'),
(3065, 48, '_edit_last', '1'),
(3066, 346, '_wp_attached_file', '2018/04/Onlinestore.jpg'),
(3067, 346, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:4000;s:6:\"height\";i:2488;s:4:\"file\";s:23:\"2018/04/Onlinestore.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Onlinestore-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"Onlinestore-643x400.jpg\";s:5:\"width\";i:643;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"Onlinestore-768x478.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:24:\"Onlinestore-1286x800.jpg\";s:5:\"width\";i:1286;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"Onlinestore-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"Onlinestore-510x317.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"Onlinestore-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"Onlinestore-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"Onlinestore-510x317.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"Onlinestore-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3068, 349, '_edit_lock', '1522585380:1'),
(3069, 349, '_wp_trash_meta_status', 'publish'),
(3070, 349, '_wp_trash_meta_time', '1522585410'),
(3071, 350, '_wp_trash_meta_status', 'publish'),
(3072, 350, '_wp_trash_meta_time', '1522585467'),
(3073, 62, '_edit_lock', '1522593557:1'),
(3074, 364, '_wp_attached_file', '2018/04/unsplash39-1-of-2.jpg'),
(3075, 364, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:29:\"2018/04/unsplash39-1-of-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-599x400.jpg\";s:5:\"width\";i:599;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"unsplash39-1-of-2-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-510x341.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-510x341.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash39-1-of-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3076, 364, '_flatsome_studio_id', '4169'),
(3077, 367, '_wp_attached_file', '2018/04/unsplash30-4-of-7.jpg'),
(3078, 367, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:29:\"2018/04/unsplash30-4-of-7.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"unsplash30-4-of-7-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-510x340.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-510x340.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash30-4-of-7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3079, 367, '_flatsome_studio_id', '3715'),
(3086, 370, '_wp_attached_file', '2018/04/newimages1014-1-of-9-683x1024.jpg'),
(3087, 370, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:41:\"2018/04/newimages1014-1-of-9-683x1024.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-267x400.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-534x800.jpg\";s:5:\"width\";i:534;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-510x765.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-510x765.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:765;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"newimages1014-1-of-9-683x1024-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3088, 370, '_flatsome_studio_id', '5335'),
(3089, 371, '_wp_attached_file', '2018/04/reconstitued-foam.jpg'),
(3090, 371, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:29:\"2018/04/reconstitued-foam.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"reconstitued-foam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"reconstitued-foam-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"reconstitued-foam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"reconstitued-foam-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"reconstitued-foam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"reconstitued-foam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"reconstitued-foam-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"reconstitued-foam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3100, 377, '_wp_attached_file', '2018/04/bio-foam.jpg'),
(3101, 377, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2500;s:6:\"height\";i:2500;s:4:\"file\";s:20:\"2018/04/bio-foam.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"bio-foam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"bio-foam-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"bio-foam-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"bio-foam-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"bio-foam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:20:\"bio-foam-510x510.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"bio-foam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"bio-foam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"bio-foam-510x510.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"bio-foam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3102, 378, '_wp_attached_file', '2018/04/high-density.jpg'),
(3103, 378, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:2000;s:6:\"height\";i:800;s:4:\"file\";s:24:\"2018/04/high-density.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"high-density-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"high-density-800x320.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"high-density-768x307.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:307;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"high-density-1400x560.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"high-density-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"high-density-510x204.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"high-density-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"high-density-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"high-density-510x204.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"high-density-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3104, 379, '_wp_attached_file', '2018/04/Springbed.jpg'),
(3105, 379, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:990;s:6:\"height\";i:730;s:4:\"file\";s:21:\"2018/04/Springbed.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Springbed-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"Springbed-542x400.jpg\";s:5:\"width\";i:542;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"Springbed-768x566.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:21:\"Springbed-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:21:\"Springbed-510x376.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:21:\"Springbed-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:21:\"Springbed-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:21:\"Springbed-510x376.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:21:\"Springbed-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:12:\"Keith Miller\";s:6:\"camera\";s:20:\"Hasselblad H3D II-39\";s:7:\"caption\";s:9:\"A 4490277\";s:17:\"created_timestamp\";s:10:\"1311439546\";s:9:\"copyright\";s:19:\"Millers Photography\";s:12:\"focal_length\";s:2:\"75\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.066666666666667\";s:5:\"title\";s:9:\"A 4490277\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3106, 66, '_edit_last', '1'),
(3107, 66, '_edit_lock', '1522598416:1'),
(3108, 86, '_edit_lock', '1524888968:1'),
(3109, 86, '_edit_last', '1'),
(3110, 83, '_edit_lock', '1523771525:1'),
(3111, 162, '_edit_lock', '1522599308:1'),
(3112, 395, '_edit_last', '1'),
(3113, 395, '_edit_lock', '1523771593:1'),
(3114, 395, '_footer', 'normal'),
(3115, 395, '_wp_page_template', 'page-blank.php'),
(3133, 402, '_edit_lock', '1522837239:1'),
(3134, 402, '_wp_trash_meta_status', 'publish'),
(3135, 402, '_wp_trash_meta_time', '1522837280'),
(3136, 403, '_edit_lock', '1522837349:1'),
(3137, 403, '_wp_trash_meta_status', 'publish'),
(3138, 403, '_wp_trash_meta_time', '1522837351'),
(3139, 404, '_wp_trash_meta_status', 'publish'),
(3140, 404, '_wp_trash_meta_time', '1522837468'),
(3152, 410, '_edit_lock', '1522913397:1'),
(3153, 411, '_wp_attached_file', '2018/04/logo-foamindo.png'),
(3154, 411, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1056;s:6:\"height\";i:84;s:4:\"file\";s:25:\"2018/04/logo-foamindo.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-280x84.png\";s:5:\"width\";i:280;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-800x64.png\";s:5:\"width\";i:800;s:6:\"height\";i:64;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-768x61.png\";s:5:\"width\";i:768;s:6:\"height\";i:61;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"logo-foamindo-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-510x41.png\";s:5:\"width\";i:510;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-510x41.png\";s:5:\"width\";i:510;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"logo-foamindo-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3155, 410, '_wp_trash_meta_status', 'publish'),
(3156, 410, '_wp_trash_meta_time', '1522913426'),
(3157, 412, '_wp_attached_file', '2018/04/logofoamindo.png'),
(3158, 412, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1017;s:6:\"height\";i:84;s:4:\"file\";s:24:\"2018/04/logofoamindo.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"logofoamindo-280x84.png\";s:5:\"width\";i:280;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"logofoamindo-800x66.png\";s:5:\"width\";i:800;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"logofoamindo-768x63.png\";s:5:\"width\";i:768;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:23:\"logofoamindo-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:23:\"logofoamindo-510x42.png\";s:5:\"width\";i:510;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:23:\"logofoamindo-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:23:\"logofoamindo-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:23:\"logofoamindo-510x42.png\";s:5:\"width\";i:510;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:23:\"logofoamindo-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3159, 413, '_wp_trash_meta_status', 'publish'),
(3160, 413, '_wp_trash_meta_time', '1522914076'),
(3161, 414, '_wp_trash_meta_status', 'publish'),
(3162, 414, '_wp_trash_meta_time', '1523255260'),
(3163, 416, '_wp_attached_file', '2018/04/unsplash18-4-of-5.jpg'),
(3164, 416, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:29:\"2018/04/unsplash18-4-of-5.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:29:\"unsplash18-4-of-5-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-510x340.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-510x340.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:29:\"unsplash18-4-of-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3165, 416, '_flatsome_studio_id', '3016'),
(3166, 420, '_wp_attached_file', '2018/04/logofoamindo1.png'),
(3167, 420, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1017;s:6:\"height\";i:84;s:4:\"file\";s:25:\"2018/04/logofoamindo1.png\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-280x84.png\";s:5:\"width\";i:280;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-800x66.png\";s:5:\"width\";i:800;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-768x63.png\";s:5:\"width\";i:768;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:24:\"logofoamindo1-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-510x42.png\";s:5:\"width\";i:510;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-247x84.png\";s:5:\"width\";i:247;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-510x42.png\";s:5:\"width\";i:510;s:6:\"height\";i:42;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:24:\"logofoamindo1-100x84.png\";s:5:\"width\";i:100;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3168, 421, '_wp_trash_meta_status', 'publish'),
(3169, 421, '_wp_trash_meta_time', '1523281035'),
(3170, 422, '_edit_lock', '1523281208:1'),
(3171, 422, '_wp_trash_meta_status', 'publish'),
(3172, 422, '_wp_trash_meta_time', '1523281210'),
(3173, 423, '_edit_lock', '1523281398:1'),
(3174, 423, '_wp_trash_meta_status', 'publish'),
(3175, 423, '_wp_trash_meta_time', '1523281403'),
(3176, 424, '_edit_lock', '1523281725:1'),
(3177, 424, '_wp_trash_meta_status', 'publish'),
(3178, 424, '_wp_trash_meta_time', '1523281779'),
(3179, 425, '_wp_trash_meta_status', 'publish'),
(3180, 425, '_wp_trash_meta_time', '1523281861'),
(3181, 426, '_edit_lock', '1523282063:1'),
(3182, 426, '_wp_trash_meta_status', 'publish'),
(3183, 426, '_wp_trash_meta_time', '1523282064'),
(3184, 427, '_wp_attached_file', '2018/04/ComFoam.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3185, 427, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:890;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2018/04/ComFoam.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ComFoam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ComFoam-445x400.jpg\";s:5:\"width\";i:445;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"ComFoam-768x690.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:690;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"ComFoam-890x800.jpg\";s:5:\"width\";i:890;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"ComFoam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:19:\"ComFoam-510x458.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"ComFoam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"ComFoam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:19:\"ComFoam-510x458.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"ComFoam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3186, 428, '_wp_attached_file', '2018/04/HRFoam.jpg'),
(3187, 428, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1097;s:4:\"file\";s:18:\"2018/04/HRFoam.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"HRFoam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"HRFoam-700x400.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:18:\"HRFoam-768x439.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:439;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"HRFoam-1400x800.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:18:\"HRFoam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:18:\"HRFoam-510x291.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:18:\"HRFoam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:18:\"HRFoam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:18:\"HRFoam-510x291.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:291;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:18:\"HRFoam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3188, 429, '_wp_attached_file', '2018/04/HLBFoam.jpg'),
(3189, 429, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:325;s:4:\"file\";s:19:\"2018/04/HLBFoam.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"HLBFoam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:19:\"HLBFoam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:19:\"HLBFoam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:19:\"HLBFoam-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:19:\"HLBFoam-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3190, 430, '_wp_attached_file', '2018/04/eco_parailustrar_copia.jpg'),
(3191, 430, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:34:\"2018/04/eco_parailustrar_copia.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-711x400.jpg\";s:5:\"width\";i:711;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:35:\"eco_parailustrar_copia-1400x788.jpg\";s:5:\"width\";i:1400;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:34:\"eco_parailustrar_copia-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-510x287.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-510x287.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:34:\"eco_parailustrar_copia-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"16\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"Canon EOS 650D\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1365776696\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"46\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:17:\"0.016666666666667\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3192, 431, '_wp_attached_file', '2018/04/Flame-retardant-foam1.png'),
(3193, 431, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:720;s:6:\"height\";i:384;s:4:\"file\";s:33:\"2018/04/Flame-retardant-foam1.png\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Flame-retardant-foam1-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:33:\"Flame-retardant-foam1-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:18:\"woocommerce_single\";a:4:{s:4:\"file\";s:33:\"Flame-retardant-foam1-510x272.png\";s:5:\"width\";i:510;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:33:\"Flame-retardant-foam1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"Flame-retardant-foam1-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:33:\"Flame-retardant-foam1-510x272.png\";s:5:\"width\";i:510;s:6:\"height\";i:272;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"Flame-retardant-foam1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3196, 433, '_wp_attached_file', '2018/04/iso-9001-quality-assurance-vector-logo.png'),
(3197, 433, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:50:\"2018/04/iso-9001-quality-assurance-vector-logo.png\";s:5:\"sizes\";a:6:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"iso-9001-quality-assurance-vector-logo-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:50:\"iso-9001-quality-assurance-vector-logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:50:\"iso-9001-quality-assurance-vector-logo-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:50:\"iso-9001-quality-assurance-vector-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"iso-9001-quality-assurance-vector-logo-247x296.png\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"iso-9001-quality-assurance-vector-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3198, 434, '_wp_attached_file', '2018/04/iso-9001.jpg'),
(3199, 434, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:20:\"2018/04/iso-9001.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"iso-9001-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:20:\"iso-9001-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:9:\"uncropped\";b:1;}s:29:\"woocommerce_gallery_thumbnail\";a:4:{s:4:\"file\";s:20:\"iso-9001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"iso-9001-247x296.jpg\";s:5:\"width\";i:247;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"iso-9001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3202, 87, '_edit_lock', '1523372169:1'),
(3203, 61, '_edit_lock', '1523372260:1'),
(3205, 61, '_wp_trash_meta_status', 'publish'),
(3206, 61, '_wp_trash_meta_time', '1523373132'),
(3207, 61, '_wp_desired_post_slug', 'cart'),
(3208, 60, '_wp_trash_meta_status', 'publish'),
(3209, 60, '_wp_trash_meta_time', '1523373132'),
(3210, 60, '_wp_desired_post_slug', 'checkout'),
(3211, 66, '_wp_trash_meta_status', 'draft'),
(3212, 66, '_wp_trash_meta_time', '1523373132'),
(3213, 66, '_wp_desired_post_slug', 'demos'),
(3214, 67, '_wp_trash_meta_status', 'draft'),
(3215, 67, '_wp_trash_meta_time', '1523373132'),
(3216, 67, '_wp_desired_post_slug', 'business-demos'),
(3217, 29, '_wp_trash_meta_status', 'draft'),
(3218, 29, '_wp_trash_meta_time', '1523373132'),
(3219, 29, '_wp_desired_post_slug', 'freelancer'),
(3220, 65, '_wp_trash_meta_status', 'draft'),
(3221, 65, '_wp_trash_meta_time', '1523373132'),
(3222, 65, '_wp_desired_post_slug', 'agency'),
(3223, 37, '_wp_trash_meta_status', 'draft'),
(3224, 37, '_wp_trash_meta_time', '1523373132'),
(3225, 37, '_wp_desired_post_slug', 'explore'),
(3226, 63, '_wp_trash_meta_status', 'draft'),
(3227, 63, '_wp_trash_meta_time', '1523373132'),
(3228, 63, '_wp_desired_post_slug', 'booking'),
(3229, 64, '_wp_trash_meta_status', 'draft'),
(3230, 64, '_wp_trash_meta_time', '1523373132'),
(3231, 64, '_wp_desired_post_slug', 'lifestyle'),
(3232, 68, '_wp_trash_meta_status', 'draft'),
(3233, 68, '_wp_trash_meta_time', '1523373132'),
(3234, 68, '_wp_desired_post_slug', 'shop-demos'),
(3235, 95, '_wp_trash_meta_status', 'draft'),
(3236, 95, '_wp_trash_meta_time', '1523373132'),
(3237, 95, '_wp_desired_post_slug', 'classic-shop'),
(3238, 50, '_wp_trash_meta_status', 'draft'),
(3239, 50, '_wp_trash_meta_time', '1523373132'),
(3240, 50, '_wp_desired_post_slug', 'cute-shop'),
(3241, 56, '_wp_trash_meta_status', 'draft'),
(3242, 56, '_wp_trash_meta_time', '1523373132'),
(3243, 56, '_wp_desired_post_slug', 'parallax-shop'),
(3244, 30, '_wp_trash_meta_status', 'draft'),
(3245, 30, '_wp_trash_meta_time', '1523373132'),
(3246, 30, '_wp_desired_post_slug', 'big-sale'),
(3247, 73, '_wp_trash_meta_status', 'draft'),
(3248, 73, '_wp_trash_meta_time', '1523373132'),
(3249, 73, '_wp_desired_post_slug', 'fullscreen-fashion'),
(3250, 71, '_wp_trash_meta_status', 'draft'),
(3251, 71, '_wp_trash_meta_time', '1523373132'),
(3252, 71, '_wp_desired_post_slug', 'grid-style-1'),
(3253, 82, '_wp_trash_meta_status', 'draft'),
(3254, 82, '_wp_trash_meta_time', '1523373132'),
(3255, 82, '_wp_desired_post_slug', 'grid-style-2'),
(3256, 40, '_edit_lock', '1523373586:1'),
(3257, 94, '_wp_trash_meta_status', 'publish'),
(3258, 94, '_wp_trash_meta_time', '1523373271'),
(3259, 94, '_wp_desired_post_slug', 'elements'),
(3260, 38, '_wp_trash_meta_status', 'publish'),
(3261, 38, '_wp_trash_meta_time', '1523373271'),
(3262, 38, '_wp_desired_post_slug', 'forms'),
(3263, 34, '_wp_trash_meta_status', 'publish'),
(3264, 34, '_wp_trash_meta_time', '1523373271'),
(3265, 34, '_wp_desired_post_slug', 'hotspot'),
(3266, 41, '_wp_trash_meta_status', 'publish'),
(3267, 41, '_wp_trash_meta_time', '1523373271'),
(3268, 41, '_wp_desired_post_slug', 'instagram-feed'),
(3269, 43, '_wp_trash_meta_status', 'publish'),
(3270, 43, '_wp_trash_meta_time', '1523373271'),
(3271, 43, '_wp_desired_post_slug', 'logo'),
(3272, 39, '_wp_trash_meta_status', 'publish'),
(3273, 39, '_wp_trash_meta_time', '1523373271'),
(3274, 39, '_wp_desired_post_slug', 'price-table'),
(3275, 40, '_wp_trash_meta_status', 'publish'),
(3276, 40, '_wp_trash_meta_time', '1523373271'),
(3277, 40, '_wp_desired_post_slug', 'search-box'),
(3278, 59, '_wp_trash_meta_status', 'publish'),
(3279, 59, '_wp_trash_meta_time', '1523373271'),
(3280, 59, '_wp_desired_post_slug', 'my-account'),
(3281, 2, '_wp_trash_meta_status', 'publish'),
(3282, 2, '_wp_trash_meta_time', '1523373271'),
(3283, 2, '_wp_desired_post_slug', 'sample-page'),
(3284, 62, '_wp_trash_meta_status', 'publish'),
(3285, 62, '_wp_trash_meta_time', '1523373271'),
(3286, 62, '_wp_desired_post_slug', 'shop'),
(3287, 21, '_wp_trash_meta_status', 'publish'),
(3288, 21, '_wp_trash_meta_time', '1523373271'),
(3289, 21, '_wp_desired_post_slug', 'test'),
(3290, 74, '_wp_trash_meta_status', 'publish'),
(3291, 74, '_wp_trash_meta_time', '1523373271'),
(3292, 74, '_wp_desired_post_slug', 'track-order'),
(3293, 5, '_wp_trash_meta_status', 'publish'),
(3294, 5, '_wp_trash_meta_time', '1523373271'),
(3295, 5, '_wp_desired_post_slug', 'wishlist'),
(3296, 28, '_wp_trash_meta_status', 'draft'),
(3297, 28, '_wp_trash_meta_time', '1523373271'),
(3298, 28, '_wp_desired_post_slug', 'grid-style-3'),
(3299, 58, '_wp_trash_meta_status', 'publish'),
(3300, 58, '_wp_trash_meta_time', '1523373271'),
(3301, 58, '_wp_desired_post_slug', 'mega-shop'),
(3302, 36, '_wp_trash_meta_status', 'publish'),
(3303, 36, '_wp_trash_meta_time', '1523373271'),
(3304, 36, '_wp_desired_post_slug', 'sale-countdown'),
(3305, 90, '_wp_trash_meta_status', 'publish'),
(3306, 90, '_wp_trash_meta_time', '1523373271'),
(3307, 90, '_wp_desired_post_slug', 'simple-slider'),
(3308, 24, '_wp_trash_meta_status', 'publish'),
(3309, 24, '_wp_trash_meta_time', '1523373271'),
(3310, 24, '_wp_desired_post_slug', 'slider-cover'),
(3311, 49, '_wp_trash_meta_status', 'publish'),
(3312, 49, '_wp_trash_meta_time', '1523373271'),
(3313, 49, '_wp_desired_post_slug', 'sport-shop'),
(3314, 35, '_wp_trash_meta_status', 'publish'),
(3315, 35, '_wp_trash_meta_time', '1523373271'),
(3316, 35, '_wp_desired_post_slug', 'vendor-shop'),
(3317, 26, '_wp_trash_meta_status', 'publish'),
(3318, 26, '_wp_trash_meta_time', '1523373284'),
(3319, 26, '_wp_desired_post_slug', 'video-cover'),
(3320, 31, '_wp_trash_meta_status', 'publish'),
(3321, 31, '_wp_trash_meta_time', '1523373655'),
(3322, 31, '_wp_desired_post_slug', 'video'),
(3326, 32, '_wp_trash_meta_status', 'publish'),
(3327, 32, '_wp_trash_meta_time', '1523373655'),
(3328, 32, '_wp_desired_post_slug', 'video-button'),
(3329, 70, '_wp_trash_meta_status', 'publish'),
(3330, 70, '_wp_trash_meta_time', '1523373655'),
(3331, 70, '_wp_desired_post_slug', 'banner-grid'),
(3332, 80, '_wp_trash_meta_status', 'publish'),
(3333, 80, '_wp_trash_meta_time', '1523373655'),
(3334, 80, '_wp_desired_post_slug', 'icon-box'),
(3335, 55, '_wp_trash_meta_status', 'publish'),
(3336, 55, '_wp_trash_meta_time', '1523373655'),
(3337, 55, '_wp_desired_post_slug', 'image-box'),
(3341, 46, '_wp_trash_meta_status', 'publish'),
(3342, 46, '_wp_trash_meta_time', '1523373655'),
(3343, 46, '_wp_desired_post_slug', 'scroll-to'),
(3344, 45, '_wp_trash_meta_status', 'publish'),
(3345, 45, '_wp_trash_meta_time', '1523373655'),
(3346, 45, '_wp_desired_post_slug', 'pages'),
(3347, 89, '_wp_trash_meta_status', 'publish'),
(3348, 89, '_wp_trash_meta_time', '1523373655'),
(3349, 89, '_wp_desired_post_slug', 'map'),
(3350, 75, '_wp_trash_meta_status', 'publish'),
(3351, 75, '_wp_trash_meta_time', '1523373655'),
(3352, 75, '_wp_desired_post_slug', 'message-box'),
(3353, 76, '_wp_trash_meta_status', 'publish'),
(3354, 76, '_wp_trash_meta_time', '1523373655'),
(3355, 76, '_wp_desired_post_slug', 'product-categories'),
(3356, 77, '_wp_trash_meta_status', 'publish'),
(3357, 77, '_wp_trash_meta_time', '1523373655'),
(3358, 77, '_wp_desired_post_slug', 'products'),
(3359, 78, '_wp_trash_meta_status', 'publish'),
(3360, 78, '_wp_trash_meta_time', '1523373655'),
(3361, 78, '_wp_desired_post_slug', 'sharefollow-icons'),
(3362, 93, '_wp_trash_meta_status', 'publish'),
(3363, 93, '_wp_trash_meta_time', '1523373655'),
(3364, 93, '_wp_desired_post_slug', 'tabs'),
(3365, 79, '_wp_trash_meta_status', 'publish'),
(3366, 79, '_wp_trash_meta_time', '1523373655'),
(3367, 79, '_wp_desired_post_slug', 'team-member'),
(3368, 84, '_wp_trash_meta_status', 'publish'),
(3369, 84, '_wp_trash_meta_time', '1523373655'),
(3370, 84, '_wp_desired_post_slug', 'testemonials'),
(3371, 47, '_wp_trash_meta_status', 'publish'),
(3372, 47, '_wp_trash_meta_time', '1523373655'),
(3373, 47, '_wp_desired_post_slug', 'countdown'),
(3374, 42, '_wp_trash_meta_status', 'publish'),
(3375, 42, '_wp_trash_meta_time', '1523373655'),
(3376, 42, '_wp_desired_post_slug', 'accordion'),
(3377, 23, '_wp_trash_meta_status', 'publish'),
(3378, 23, '_wp_trash_meta_time', '1523373655'),
(3379, 23, '_wp_desired_post_slug', 'flip-book'),
(3380, 449, '_edit_lock', '1523374671:1'),
(3381, 450, '_wp_attached_file', '2018/04/logofoamindo2.png'),
(3382, 450, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1017;s:6:\"height\";i:84;s:4:\"file\";s:25:\"2018/04/logofoamindo2.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logofoamindo2-280x84.png\";s:5:\"width\";i:280;s:6:\"height\";i:84;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logofoamindo2-800x66.png\";s:5:\"width\";i:800;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"logofoamindo2-768x63.png\";s:5:\"width\";i:768;s:6:\"height\";i:63;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3383, 449, '_wp_trash_meta_status', 'publish'),
(3384, 449, '_wp_trash_meta_time', '1523374679'),
(3385, 451, '_wp_attached_file', '2018/04/logofoamindo1-1.png'),
(3386, 451, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:94;s:4:\"file\";s:27:\"2018/04/logofoamindo1-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logofoamindo1-1-280x94.png\";s:5:\"width\";i:280;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"logofoamindo1-1-800x74.png\";s:5:\"width\";i:800;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"logofoamindo1-1-768x71.png\";s:5:\"width\";i:768;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3387, 452, '_wp_attached_file', '2018/04/logofoamindo2-1.png'),
(3388, 452, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:94;s:4:\"file\";s:27:\"2018/04/logofoamindo2-1.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"logofoamindo2-1-280x94.png\";s:5:\"width\";i:280;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"logofoamindo2-1-800x74.png\";s:5:\"width\";i:800;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"logofoamindo2-1-768x71.png\";s:5:\"width\";i:768;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3389, 453, '_wp_trash_meta_status', 'publish'),
(3390, 453, '_wp_trash_meta_time', '1523374967'),
(3391, 88, '_edit_lock', '1524573350:1'),
(3392, 88, '_edit_last', '1'),
(3393, 22, '_wp_trash_meta_status', 'publish'),
(3394, 22, '_wp_trash_meta_time', '1523375274'),
(3395, 22, '_wp_desired_post_slug', 'left-sidebar'),
(3396, 25, '_wp_trash_meta_status', 'publish'),
(3397, 25, '_wp_trash_meta_time', '1523375274'),
(3398, 25, '_wp_desired_post_slug', 'maintenance'),
(3399, 27, '_wp_trash_meta_status', 'publish'),
(3400, 27, '_wp_trash_meta_time', '1523375274'),
(3401, 27, '_wp_desired_post_slug', 'our-stores'),
(3402, 57, '_wp_trash_meta_status', 'publish'),
(3403, 57, '_wp_trash_meta_time', '1523375274'),
(3404, 57, '_wp_desired_post_slug', 'size-chart'),
(3405, 44, '_wp_trash_meta_status', 'publish'),
(3406, 44, '_wp_trash_meta_time', '1523375274'),
(3407, 44, '_wp_desired_post_slug', 'portfolio'),
(3408, 69, '_wp_trash_meta_status', 'publish'),
(3409, 69, '_wp_trash_meta_time', '1523375274'),
(3410, 69, '_wp_desired_post_slug', 'sections'),
(3411, 52, '_wp_trash_meta_status', 'publish'),
(3412, 52, '_wp_trash_meta_time', '1523375274'),
(3413, 52, '_wp_desired_post_slug', 'rows-columns'),
(3414, 91, '_wp_trash_meta_status', 'publish'),
(3415, 91, '_wp_trash_meta_time', '1523375274'),
(3416, 91, '_wp_desired_post_slug', 'sliders'),
(3417, 54, '_wp_trash_meta_status', 'publish'),
(3418, 54, '_wp_trash_meta_time', '1523375274'),
(3419, 54, '_wp_desired_post_slug', 'banner'),
(3420, 53, '_wp_trash_meta_status', 'publish'),
(3421, 53, '_wp_trash_meta_time', '1523375274'),
(3422, 53, '_wp_desired_post_slug', 'typography'),
(3423, 85, '_wp_trash_meta_status', 'publish'),
(3424, 85, '_wp_trash_meta_time', '1523375274'),
(3425, 85, '_wp_desired_post_slug', 'buttons'),
(3426, 81, '_wp_trash_meta_status', 'publish'),
(3427, 81, '_wp_trash_meta_time', '1523375274'),
(3428, 81, '_wp_desired_post_slug', 'titles-dividers'),
(3429, 92, '_wp_trash_meta_status', 'publish'),
(3430, 92, '_wp_trash_meta_time', '1523375274'),
(3431, 92, '_wp_desired_post_slug', 'blog-posts'),
(3435, 83, '_edit_last', '1'),
(3436, 33, '_edit_last', '1'),
(3437, 33, '_edit_lock', '1523375299:1'),
(3438, 454, '_edit_last', '1'),
(3439, 454, '_edit_lock', '1524241746:1'),
(3440, 454, '_footer', 'normal'),
(3441, 454, '_wp_page_template', 'page-blank.php'),
(3442, 458, '_edit_lock', '1523375854:1'),
(3443, 458, '_wp_trash_meta_status', 'publish'),
(3444, 458, '_wp_trash_meta_time', '1523375912'),
(3445, 459, '_wp_trash_meta_status', 'publish'),
(3446, 459, '_wp_trash_meta_time', '1523376021'),
(3447, 460, '_edit_last', '1'),
(3448, 460, '_edit_lock', '1523710032:1'),
(3449, 460, '_footer', 'normal'),
(3450, 460, '_wp_page_template', 'page-blank.php'),
(3451, 462, '_edit_last', '1'),
(3452, 462, '_edit_lock', '1523720674:1'),
(3453, 462, '_footer', 'normal'),
(3454, 462, '_wp_page_template', 'page-blank.php'),
(3455, 464, '_edit_last', '1'),
(3456, 464, '_edit_lock', '1523721079:1'),
(3457, 464, '_footer', 'normal'),
(3458, 464, '_wp_page_template', 'page-blank.php'),
(3459, 466, '_edit_last', '1'),
(3460, 466, '_edit_lock', '1523717627:1'),
(3461, 466, '_footer', 'normal'),
(3462, 466, '_wp_page_template', 'page-blank.php'),
(3463, 470, '_edit_last', '1'),
(3464, 470, '_edit_lock', '1523710412:1'),
(3465, 470, '_footer', 'normal'),
(3466, 470, '_wp_page_template', 'page-blank.php'),
(3467, 474, '_edit_last', '1'),
(3468, 474, '_edit_lock', '1523762199:1'),
(3469, 474, '_footer', 'normal'),
(3470, 474, '_wp_page_template', 'page-blank.php'),
(3471, 476, '_menu_item_type', 'post_type'),
(3472, 476, '_menu_item_menu_item_parent', '0'),
(3473, 476, '_menu_item_object_id', '454'),
(3474, 476, '_menu_item_object', 'page'),
(3475, 476, '_menu_item_target', ''),
(3476, 476, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3477, 476, '_menu_item_xfn', ''),
(3478, 476, '_menu_item_url', ''),
(3480, 477, '_menu_item_type', 'post_type'),
(3481, 477, '_menu_item_menu_item_parent', '476'),
(3482, 477, '_menu_item_object_id', '474'),
(3483, 477, '_menu_item_object', 'page'),
(3484, 477, '_menu_item_target', ''),
(3485, 477, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3486, 477, '_menu_item_xfn', ''),
(3487, 477, '_menu_item_url', ''),
(3489, 478, '_menu_item_type', 'post_type'),
(3490, 478, '_menu_item_menu_item_parent', '476'),
(3491, 478, '_menu_item_object_id', '470'),
(3492, 478, '_menu_item_object', 'page'),
(3493, 478, '_menu_item_target', ''),
(3494, 478, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3495, 478, '_menu_item_xfn', ''),
(3496, 478, '_menu_item_url', ''),
(3498, 479, '_menu_item_type', 'post_type'),
(3499, 479, '_menu_item_menu_item_parent', '476'),
(3500, 479, '_menu_item_object_id', '466'),
(3501, 479, '_menu_item_object', 'page'),
(3502, 479, '_menu_item_target', ''),
(3503, 479, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3504, 479, '_menu_item_xfn', ''),
(3505, 479, '_menu_item_url', ''),
(3507, 480, '_menu_item_type', 'post_type'),
(3508, 480, '_menu_item_menu_item_parent', '476'),
(3509, 480, '_menu_item_object_id', '464'),
(3510, 480, '_menu_item_object', 'page'),
(3511, 480, '_menu_item_target', ''),
(3512, 480, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3513, 480, '_menu_item_xfn', ''),
(3514, 480, '_menu_item_url', ''),
(3516, 481, '_menu_item_type', 'post_type'),
(3517, 481, '_menu_item_menu_item_parent', '476'),
(3518, 481, '_menu_item_object_id', '462'),
(3519, 481, '_menu_item_object', 'page'),
(3520, 481, '_menu_item_target', ''),
(3521, 481, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3522, 481, '_menu_item_xfn', ''),
(3523, 481, '_menu_item_url', ''),
(3525, 482, '_menu_item_type', 'post_type'),
(3526, 482, '_menu_item_menu_item_parent', '476'),
(3527, 482, '_menu_item_object_id', '460'),
(3528, 482, '_menu_item_object', 'page'),
(3529, 482, '_menu_item_target', ''),
(3530, 482, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3531, 482, '_menu_item_xfn', ''),
(3532, 482, '_menu_item_url', ''),
(3534, 483, '_edit_last', '1'),
(3535, 483, '_edit_lock', '1523718356:1'),
(3536, 483, '_footer', 'normal'),
(3537, 483, '_wp_page_template', 'page-blank.php'),
(3538, 485, '_menu_item_type', 'post_type'),
(3539, 485, '_menu_item_menu_item_parent', '476'),
(3540, 485, '_menu_item_object_id', '483'),
(3541, 485, '_menu_item_object', 'page'),
(3542, 485, '_menu_item_target', ''),
(3543, 485, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3544, 485, '_menu_item_xfn', ''),
(3545, 485, '_menu_item_url', ''),
(3547, 487, '_wp_trash_meta_status', 'publish'),
(3548, 487, '_wp_trash_meta_time', '1523594393'),
(3549, 488, '_wp_trash_meta_status', 'publish'),
(3550, 488, '_wp_trash_meta_time', '1523594445'),
(3551, 489, '_wp_trash_meta_status', 'publish'),
(3552, 489, '_wp_trash_meta_time', '1523594482'),
(3553, 490, '_wp_trash_meta_status', 'publish'),
(3554, 490, '_wp_trash_meta_time', '1523594560'),
(3567, 495, '_wp_attached_file', '2018/04/eco-friendly.jpg'),
(3568, 495, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:255;s:6:\"height\";i:255;s:4:\"file\";s:24:\"2018/04/eco-friendly.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3569, 466, '_thumbnail_id', ''),
(3570, 498, '_wp_attached_file', '2018/04/fvghhn33fqrlvnps.jpeg_640x480_q85.jpg'),
(3571, 498, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:638;s:6:\"height\";i:427;s:4:\"file\";s:45:\"2018/04/fvghhn33fqrlvnps.jpeg_640x480_q85.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"fvghhn33fqrlvnps.jpeg_640x480_q85-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"fvghhn33fqrlvnps.jpeg_640x480_q85-598x400.jpg\";s:5:\"width\";i:598;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3572, 499, '_wp_attached_file', '2018/04/biofoam-45-500x500.jpg'),
(3573, 499, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:30:\"2018/04/biofoam-45-500x500.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"biofoam-45-500x500-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"biofoam-45-500x500-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3574, 500, '_wp_attached_file', '2018/04/bio-foam-1.jpg'),
(3575, 500, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:22:\"2018/04/bio-foam-1.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"bio-foam-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"bio-foam-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"bio-foam-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"bio-foam-1-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3576, 504, '_wp_attached_file', '2018/04/DYFoam.jpg'),
(3577, 504, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:18:\"2018/04/DYFoam.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"DYFoam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"DYFoam-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3578, 505, '_wp_attached_file', '2018/04/pl417590-custom_women_underwear_accessories_42g_push_up_foam_bra_cups.jpg'),
(3579, 505, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:605;s:6:\"height\";i:432;s:4:\"file\";s:81:\"2018/04/pl417590-custom_women_underwear_accessories_42g_push_up_foam_bra_cups.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"pl417590-custom_women_underwear_accessories_42g_push_up_foam_bra_cups-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"pl417590-custom_women_underwear_accessories_42g_push_up_foam_bra_cups-560x400.jpg\";s:5:\"width\";i:560;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3580, 464, '_thumbnail_id', ''),
(3581, 508, '_wp_attached_file', '2018/04/quilting.jpg'),
(3582, 508, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:276;s:6:\"height\";i:183;s:4:\"file\";s:20:\"2018/04/quilting.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3583, 509, '_wp_attached_file', '2018/04/furniture.jpg'),
(3584, 509, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:276;s:6:\"height\";i:183;s:4:\"file\";s:21:\"2018/04/furniture.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3585, 460, '_thumbnail_id', ''),
(3586, 511, '_wp_attached_file', '2018/04/110668_1.jpg'),
(3587, 511, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:20:\"2018/04/110668_1.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"110668_1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"110668_1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"110668_1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3588, 514, '_wp_attached_file', '2018/04/skoda_car_headliner.jpg'),
(3589, 514, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:31:\"2018/04/skoda_car_headliner.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"skoda_car_headliner-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"skoda_car_headliner-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3590, 515, '_wp_attached_file', '2018/04/Cars-Interior-Look-Sporty.jpg'),
(3591, 515, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:306;s:4:\"file\";s:37:\"2018/04/Cars-Interior-Look-Sporty.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"Cars-Interior-Look-Sporty-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3592, 516, '_wp_attached_file', '2018/04/Flame-retardant-foam.jpg'),
(3593, 516, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:32:\"2018/04/Flame-retardant-foam.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"Flame-retardant-foam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"Flame-retardant-foam-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"Flame-retardant-foam-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:32:\"Flame-retardant-foam-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3594, 470, '_thumbnail_id', ''),
(3595, 518, '_wp_attached_file', '2018/04/springbed2.jpg'),
(3596, 518, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:552;s:6:\"height\";i:296;s:4:\"file\";s:22:\"2018/04/springbed2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"springbed2-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3597, 522, '_wp_attached_file', '2018/04/luxury-sofa-design.jpg'),
(3598, 522, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:783;s:6:\"height\";i:474;s:4:\"file\";s:30:\"2018/04/luxury-sofa-design.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"luxury-sofa-design-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"luxury-sofa-design-661x400.jpg\";s:5:\"width\";i:661;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"luxury-sofa-design-768x465.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:4:\"yoze\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:18:\"luxury sofa design\";s:17:\"created_timestamp\";s:10:\"1269864641\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:18:\"luxury sofa design\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3599, 523, '_wp_attached_file', '2018/04/detail_HR.jpg'),
(3600, 523, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:325;s:6:\"height\";i:234;s:4:\"file\";s:21:\"2018/04/detail_HR.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"detail_HR-280x234.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3601, 524, '_wp_attached_file', '2018/04/high-load-foam.jpg'),
(3602, 524, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:26:\"2018/04/high-load-foam.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"high-load-foam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"high-load-foam-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:26:\"high-load-foam-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:7:\"HANDOUT\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:253:\"The interior of the Tesla Model 3 sedan is seen in this undated handout image as the car company handed over its first 30 Model 3 vehicles to employee buyers at the company\'s Fremont facility in California, U.S., July 28, 2017. Tesla/Handout via REUTERS\";s:17:\"created_timestamp\";s:10:\"1508994910\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:192:\"The interior of the Tesla Model 3 sedan is seen in this undated handoutimage as the car company handed over its first 30 Model 3 vehicles to employee buyers at the company’s Fremont facility\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3603, 525, '_wp_attached_file', '2018/04/Superfish-Filter-Foam-shop.jpg'),
(3604, 525, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1000;s:4:\"file\";s:38:\"2018/04/Superfish-Filter-Foam-shop.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"Superfish-Filter-Foam-shop-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"Superfish-Filter-Foam-shop-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"Superfish-Filter-Foam-shop-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"Superfish-Filter-Foam-shop-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3605, 483, '_thumbnail_id', ''),
(3606, 527, '_edit_last', '1'),
(3607, 527, '_edit_lock', '1523719132:1'),
(3608, 527, '_footer', 'normal'),
(3609, 527, '_wp_page_template', 'page-blank.php'),
(3610, 529, '_edit_lock', '1523718731:1'),
(3611, 530, '_menu_item_type', 'post_type'),
(3612, 530, '_menu_item_menu_item_parent', '476'),
(3613, 530, '_menu_item_object_id', '527'),
(3614, 530, '_menu_item_object', 'page'),
(3615, 530, '_menu_item_target', ''),
(3616, 530, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3617, 530, '_menu_item_xfn', ''),
(3618, 530, '_menu_item_url', ''),
(3619, 529, '_wp_trash_meta_status', 'publish'),
(3620, 529, '_wp_trash_meta_time', '1523718738'),
(3621, 531, '_edit_lock', '1523719091:1'),
(3622, 531, '_wp_trash_meta_status', 'publish'),
(3623, 531, '_wp_trash_meta_time', '1523719129'),
(3624, 532, '_wp_attached_file', '2018/04/6-2-1b.jpg'),
(3625, 532, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:403;s:6:\"height\";i:288;s:4:\"file\";s:18:\"2018/04/6-2-1b.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"6-2-1b-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3626, 533, '_wp_attached_file', '2018/04/DieCutFoam.jpg.png'),
(3627, 533, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:600;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2018/04/DieCutFoam.jpg.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"DieCutFoam.jpg-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"DieCutFoam.jpg-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3628, 527, '_thumbnail_id', ''),
(3629, 536, '_wp_attached_file', '2018/04/auto_insulation-e1523762447341.jpg'),
(3630, 536, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:340;s:6:\"height\";i:290;s:4:\"file\";s:42:\"2018/04/auto_insulation-e1523762447341.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"auto_insulation-e1523762447341-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3633, 538, '_wp_attached_file', '2018/04/rebonded-foam.jpg');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3634, 538, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:25:\"2018/04/rebonded-foam.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"rebonded-foam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"rebonded-foam-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:25:\"rebonded-foam-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"rebonded-foam-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3635, 539, '_wp_attached_file', '2018/04/Rebonded-Foam-End-Cap-2-LARGE.jpg'),
(3636, 539, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:524;s:6:\"height\";i:600;s:4:\"file\";s:41:\"2018/04/Rebonded-Foam-End-Cap-2-LARGE.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"Rebonded-Foam-End-Cap-2-LARGE-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"Rebonded-Foam-End-Cap-2-LARGE-349x400.jpg\";s:5:\"width\";i:349;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3637, 474, '_thumbnail_id', ''),
(3638, 543, '_wp_attached_file', '2018/04/memory.jpg'),
(3639, 543, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:275;s:6:\"height\";i:275;s:4:\"file\";s:18:\"2018/04/memory.jpg\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3640, 544, '_wp_attached_file', '2018/04/memory_foam_mattress.jpg'),
(3641, 544, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:32:\"2018/04/memory_foam_mattress.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"memory_foam_mattress-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"memory_foam_mattress-533x400.jpg\";s:5:\"width\";i:533;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:32:\"memory_foam_mattress-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:33:\"memory_foam_mattress-1067x800.jpg\";s:5:\"width\";i:1067;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3642, 545, '_wp_attached_file', '2018/04/memory-foam-pillow.jpg'),
(3643, 545, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:450;s:6:\"height\";i:326;s:4:\"file\";s:30:\"2018/04/memory-foam-pillow.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"memory-foam-pillow-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3644, 462, '_thumbnail_id', ''),
(3646, 554, '_menu_item_type', 'custom'),
(3647, 554, '_menu_item_menu_item_parent', '0'),
(3648, 554, '_menu_item_object_id', '554'),
(3649, 554, '_menu_item_object', 'custom'),
(3650, 554, '_menu_item_target', ''),
(3651, 554, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3652, 554, '_menu_item_xfn', ''),
(3653, 554, '_menu_item_url', 'http://www.hikaruharuki.com'),
(3655, 557, '_edit_last', '1'),
(3656, 557, '_edit_lock', '1524231432:1'),
(3657, 557, '_footer', 'normal'),
(3658, 557, '_wp_page_template', 'page-blank.php'),
(3666, 564, '_wp_attached_file', '2018/04/process-diagram.png'),
(3667, 564, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:796;s:6:\"height\";i:456;s:4:\"file\";s:27:\"2018/04/process-diagram.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"process-diagram-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"process-diagram-698x400.png\";s:5:\"width\";i:698;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"process-diagram-768x440.png\";s:5:\"width\";i:768;s:6:\"height\";i:440;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3669, 568, '_wp_attached_file', '2018/04/Quilting.jpg'),
(3670, 568, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:20:\"2018/04/Quilting.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Quilting-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Quilting-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Quilting-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Quilting-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3671, 569, '_wp_attached_file', '2018/04/Laminating-Foam.jpg'),
(3672, 569, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:27:\"2018/04/Laminating-Foam.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Laminating-Foam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"Laminating-Foam-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3673, 571, '_edit_last', '1'),
(3674, 571, '_edit_lock', '1524573193:1'),
(3675, 571, '_footer', 'normal'),
(3676, 571, '_wp_page_template', 'page-blank.php'),
(3677, 573, '_wp_attached_file', '2018/04/quilting_machine1.jpg'),
(3678, 573, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:310;s:6:\"height\";i:221;s:4:\"file\";s:29:\"2018/04/quilting_machine1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"quilting_machine1-280x221.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3679, 574, '_wp_attached_file', '2018/04/quilting_machine2.jpg'),
(3680, 574, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:310;s:6:\"height\";i:221;s:4:\"file\";s:29:\"2018/04/quilting_machine2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"quilting_machine2-280x221.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3681, 571, '_thumbnail_id', '568'),
(3682, 578, '_edit_last', '1'),
(3683, 578, '_edit_lock', '1523761105:1'),
(3684, 578, '_footer', 'normal'),
(3685, 578, '_wp_page_template', 'page-blank.php'),
(3686, 580, '_wp_attached_file', '2018/04/laminating_machine1.jpg'),
(3687, 580, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:309;s:6:\"height\";i:221;s:4:\"file\";s:31:\"2018/04/laminating_machine1.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"laminating_machine1-280x221.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3688, 581, '_wp_attached_file', '2018/04/laminating_machine2.jpg'),
(3689, 581, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:310;s:6:\"height\";i:221;s:4:\"file\";s:31:\"2018/04/laminating_machine2.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"laminating_machine2-280x221.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3691, 578, '_thumbnail_id', '569'),
(3692, 584, '_menu_item_type', 'post_type'),
(3693, 584, '_menu_item_menu_item_parent', '0'),
(3694, 584, '_menu_item_object_id', '557'),
(3695, 584, '_menu_item_object', 'page'),
(3696, 584, '_menu_item_target', ''),
(3697, 584, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3698, 584, '_menu_item_xfn', ''),
(3699, 584, '_menu_item_url', ''),
(3701, 585, '_menu_item_type', 'post_type'),
(3702, 585, '_menu_item_menu_item_parent', '584'),
(3703, 585, '_menu_item_object_id', '578'),
(3704, 585, '_menu_item_object', 'page'),
(3705, 585, '_menu_item_target', ''),
(3706, 585, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3707, 585, '_menu_item_xfn', ''),
(3708, 585, '_menu_item_url', ''),
(3710, 586, '_menu_item_type', 'post_type'),
(3711, 586, '_menu_item_menu_item_parent', '584'),
(3712, 586, '_menu_item_object_id', '571'),
(3713, 586, '_menu_item_object', 'page'),
(3714, 586, '_menu_item_target', ''),
(3715, 586, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(3716, 586, '_menu_item_xfn', ''),
(3717, 586, '_menu_item_url', ''),
(3719, 51, '_edit_lock', '1523762215:1'),
(3720, 72, '_edit_lock', '1523764373:1'),
(3721, 536, '_edit_lock', '1523762356:1'),
(3722, 536, '_wp_attachment_backup_sizes', 'a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:340;s:6:\"height\";i:290;s:4:\"file\";s:19:\"auto_insulation.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"auto_insulation-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(3723, 536, '_edit_last', '1'),
(3724, 596, '_wp_attached_file', '2018/04/Polyurethane-Foam-2.jpg'),
(3725, 596, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:1820;s:4:\"file\";s:31:\"2018/04/Polyurethane-Foam-2.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"Polyurethane-Foam-2-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"Polyurethane-Foam-2-330x400.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:31:\"Polyurethane-Foam-2-768x932.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:932;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Polyurethane-Foam-2-659x800.jpg\";s:5:\"width\";i:659;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3726, 72, '_wp_trash_meta_status', 'publish'),
(3727, 72, '_wp_trash_meta_time', '1523764538'),
(3728, 72, '_wp_desired_post_slug', 'lightbox'),
(3729, 83, '_footer', 'normal'),
(3730, 83, '_thumbnail_id', ''),
(3731, 630, '_wp_trash_meta_status', 'publish'),
(3732, 630, '_wp_trash_meta_time', '1524033127'),
(3733, 631, '_wp_trash_meta_status', 'publish'),
(3734, 631, '_wp_trash_meta_time', '1524033152'),
(3735, 632, '_wp_trash_meta_status', 'publish'),
(3736, 632, '_wp_trash_meta_time', '1524033172'),
(3737, 633, '_edit_lock', '1524033306:1'),
(3738, 633, '_wp_trash_meta_status', 'publish'),
(3739, 633, '_wp_trash_meta_time', '1524033320'),
(3740, 635, '_wp_attached_file', '2018/04/Gear-Icons.png'),
(3741, 635, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2018/04/Gear-Icons.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"Gear-Icons-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"Gear-Icons-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3750, 650, '_wp_attached_file', '2018/04/calculator.svg'),
(3751, 653, '_edit_lock', '1524234179:1'),
(3752, 653, '_wp_trash_meta_status', 'publish'),
(3753, 653, '_wp_trash_meta_time', '1524234195'),
(3754, 654, '_wp_trash_meta_status', 'publish'),
(3755, 654, '_wp_trash_meta_time', '1524234243'),
(3756, 655, '_wp_trash_meta_status', 'publish'),
(3757, 655, '_wp_trash_meta_time', '1524234276'),
(3758, 656, '_wp_trash_meta_status', 'publish'),
(3759, 656, '_wp_trash_meta_time', '1524234314'),
(3760, 657, '_wp_trash_meta_status', 'publish'),
(3761, 657, '_wp_trash_meta_time', '1524234356'),
(3762, 658, '_edit_lock', '1524234506:1'),
(3763, 658, '_wp_trash_meta_status', 'publish'),
(3764, 658, '_wp_trash_meta_time', '1524234544'),
(3765, 659, '_edit_lock', '1524235326:1'),
(3766, 659, '_wp_trash_meta_status', 'publish'),
(3767, 659, '_wp_trash_meta_time', '1524235349'),
(3768, 661, '_wp_attached_file', '2018/04/King-Size-Memory-Foam-Mattress-Modern.jpg'),
(3769, 661, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1080;s:4:\"file\";s:49:\"2018/04/King-Size-Memory-Foam-Mattress-Modern.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"King-Size-Memory-Foam-Mattress-Modern-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"King-Size-Memory-Foam-Mattress-Modern-667x400.jpg\";s:5:\"width\";i:667;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"King-Size-Memory-Foam-Mattress-Modern-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"King-Size-Memory-Foam-Mattress-Modern-1333x800.jpg\";s:5:\"width\";i:1333;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3770, 662, '_wp_attached_file', '2018/04/viscoelasticFoam.jpg'),
(3771, 662, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1800;s:6:\"height\";i:1800;s:4:\"file\";s:28:\"2018/04/viscoelasticFoam.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"viscoelasticFoam-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"viscoelasticFoam-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"viscoelasticFoam-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:28:\"viscoelasticFoam-800x800.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3773, 666, '_wp_attached_file', '2018/04/Mass-Markets-Gear.svg'),
(3776, 672, '_wp_attached_file', '2018/04/Gear-Icons.svg'),
(3778, 676, '_wp_attached_file', '2018/04/Gear.svg'),
(3779, 678, '_wp_attached_file', '2018/04/Gear-Ico.svg'),
(3780, 680, '_edit_lock', '1524241606:1'),
(3781, 680, '_wp_trash_meta_status', 'publish'),
(3782, 680, '_wp_trash_meta_time', '1524241609'),
(3783, 454, '_thumbnail_id', ''),
(3784, 557, '_thumbnail_id', ''),
(3785, 683, '_wp_attached_file', '2018/04/process-diagram.jpg'),
(3786, 683, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:854;s:6:\"height\";i:490;s:4:\"file\";s:27:\"2018/04/process-diagram.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"process-diagram-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"process-diagram-697x400.jpg\";s:5:\"width\";i:697;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:27:\"process-diagram-768x441.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:441;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3787, 694, '_wp_attached_file', '2018/04/Contact.jpg'),
(3788, 694, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:3456;s:6:\"height\";i:2304;s:4:\"file\";s:19:\"2018/04/Contact.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"Contact-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"Contact-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"Contact-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:20:\"Contact-1200x800.jpg\";s:5:\"width\";i:1200;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"18\";s:6:\"credit\";s:12:\"Jakub Jirsak\";s:6:\"camera\";s:22:\"Canon EOS 350D DIGITAL\";s:7:\"caption\";s:63:\"Electronic communication concept - keyboard with contact button\";s:17:\"created_timestamp\";s:10:\"1264261657\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"53\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:4:\"0.04\";s:5:\"title\";s:7:\"Contact\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:24:{i:0;s:7:\"contact\";i:1;s:6:\"e-mail\";i:2;s:7:\"service\";i:3;s:13:\"communication\";i:4;s:10:\"connection\";i:5;s:7:\"support\";i:6;s:10:\"Assistance\";i:7;s:2:\"IT\";i:8;s:8:\"internet\";i:9;s:10:\"simplicity\";i:10;s:17:\"computer keyboard\";i:11;s:8:\"computer\";i:12;s:7:\"concept\";i:13;s:11:\"studio shot\";i:14;s:8:\"hardware\";i:15;s:19:\"computer peripheral\";i:16;s:8:\"close-up\";i:17;s:3:\"key\";i:18;s:3:\"web\";i:19;s:7:\"on-line\";i:20;s:6:\"button\";i:21;s:4:\"hand\";i:22;s:4:\"push\";i:23;s:11:\"Single Word\";}}}'),
(3789, 697, '_wp_attached_file', '2018/04/hold-1.svg'),
(3790, 697, '_flatsome_studio_id', '719'),
(3791, 698, '_wp_attached_file', '2018/04/monitor-1.svg'),
(3792, 698, '_flatsome_studio_id', '720'),
(3793, 699, '_wp_attached_file', '2018/04/layers-1.svg'),
(3794, 699, '_flatsome_studio_id', '721'),
(3795, 700, '_wp_attached_file', '2018/04/star-1.svg'),
(3796, 700, '_flatsome_studio_id', '722'),
(3797, 701, '_wp_attached_file', '2018/04/settings-1.svg'),
(3798, 701, '_flatsome_studio_id', '723'),
(3799, 702, '_wp_attached_file', '2018/04/share-1.svg'),
(3800, 702, '_flatsome_studio_id', '724'),
(3801, 705, '_edit_lock', '1524407564:1'),
(3802, 705, '_wp_trash_meta_status', 'publish'),
(3803, 705, '_wp_trash_meta_time', '1524407595'),
(3804, 706, '_wp_trash_meta_status', 'publish'),
(3805, 706, '_wp_trash_meta_time', '1524407672'),
(3806, 707, '_edit_lock', '1524407714:1'),
(3807, 707, '_wp_trash_meta_status', 'publish'),
(3808, 707, '_wp_trash_meta_time', '1524407728'),
(3809, 708, '_edit_lock', '1524407902:1'),
(3810, 708, '_wp_trash_meta_status', 'publish'),
(3811, 708, '_wp_trash_meta_time', '1524407910'),
(3812, 711, '_form', '<div class=\"form-flat\">\n\n<label>Nature of your Business : </label>\n[radio nature-business default:0 \"Wholesaler\" \"Manufacturer\" \"Retailer\" \"Others\"]\n\n<label>Please describe your specific/customized requirements:* </label>\n[textarea* your-message] </p>\n\n<label>Company-Name : </label>[text* your-name placeholder \"Company-Name (required)\"]\n<label>Contact-Person : </label>[text* contact-person placeholder \"Contact-Person (required)\"]\n<label>E-Mail : </label>[email* your-email placeholder \"E-Mail (required)\"]\n<label>Mobile : </label>[tel* mobile placeholder \"Mobile (required)\"] \n<label>Phone : </label>[tel* phone placeholder \"Phone (required)\"]\n<label>Fax: </label>[tel fax placeholder \"Fax\"]\n<label>Street Address : </label>[text address placeholder \"Street Address\"]\n<label>City/State : </label>[text city placeholder \"City/State\"]\n<label>Zip/Postal Code : </label>[text zip placeholder \"Zip/Postal Code\"]\n<label>Country : </label>[select Country data:countries]\n</p>\n\n[submit class:button primary \"Submit\"]\n</div>'),
(3813, 711, '_mail', 'a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:18:\"Inquiry Contact Us\";s:6:\"sender\";s:21:\"info@hikaruharuki.com\";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:60:\"Name : [your-name]\nPhone: [phone]\n\nMessages :\n[your-message]\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(3814, 711, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:4:\"body\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),
(3815, 711, '_messages', 'a:23:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),
(3816, 711, '_additional_settings', ''),
(3817, 711, '_locale', 'en_US'),
(3818, 713, '_wp_attached_file', '2018/04/unsplash3-2-of-4.jpg'),
(3819, 713, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:28:\"2018/04/unsplash3-2-of-4.jpg\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"unsplash3-2-of-4-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:28:\"unsplash3-2-of-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:28:\"unsplash3-2-of-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3820, 713, '_flatsome_studio_id', '2433'),
(3821, 718, '_edit_lock', '1524497093:1'),
(3823, 720, '_wp_attached_file', '2018/04/ISOcert.jpg'),
(3824, 720, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1861;s:6:\"height\";i:2686;s:4:\"file\";s:19:\"2018/04/ISOcert.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"ISOcert-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"ISOcert-277x400.jpg\";s:5:\"width\";i:277;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"ISOcert-768x1108.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"ISOcert-554x800.jpg\";s:5:\"width\";i:554;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1524567416\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"4\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:17:\"0.058823529411765\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(3825, 721, '_wp_attached_file', '2018/04/TUVNord.jpg'),
(3826, 721, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1175;s:6:\"height\";i:1180;s:4:\"file\";s:19:\"2018/04/TUVNord.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"TUVNord-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:19:\"TUVNord-398x400.jpg\";s:5:\"width\";i:398;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:19:\"TUVNord-768x771.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:19:\"TUVNord-797x800.jpg\";s:5:\"width\";i:797;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3827, 734, '_wp_attached_file', '2018/04/logofoamindo3.png'),
(3828, 734, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1020;s:6:\"height\";i:94;s:4:\"file\";s:25:\"2018/04/logofoamindo3.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"logofoamindo3-280x94.png\";s:5:\"width\";i:280;s:6:\"height\";i:94;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"logofoamindo3-800x74.png\";s:5:\"width\";i:800;s:6:\"height\";i:74;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:24:\"logofoamindo3-768x71.png\";s:5:\"width\";i:768;s:6:\"height\";i:71;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3829, 735, '_wp_trash_meta_status', 'publish'),
(3830, 735, '_wp_trash_meta_time', '1524574750');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2018-02-14 11:09:17', '2018-02-14 11:09:17', 'Welcome to WordPress. This is your first post. Edit or delete it, then start writing!', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2018-02-14 11:09:17', '2018-02-14 11:09:17', '', 0, 'http://localhost/foamindo/?p=1', 0, 'post', '', 1),
(2, 1, '2018-02-14 11:09:17', '2018-02-14 11:09:17', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://localhost/foamindo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'trash', 'closed', 'open', '', 'sample-page__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 0, 'http://localhost/foamindo/?page_id=2', 0, 'page', '', 0),
(4, 1, '2018-02-14 11:16:55', '2018-02-14 11:16:55', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nFoamindo \"[your-subject]\"\n[your-name] <raidou15@gmail.com>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Foamindo (http://localhost/foamindo)\nraidou15@gmail.com\nReply-To: [your-email]\n\n0\n0\n\nFoamindo \"[your-subject]\"\nFoamindo <raidou15@gmail.com>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Foamindo (http://localhost/foamindo)\n[your-email]\nReply-To: raidou15@gmail.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2018-02-14 11:16:55', '2018-02-14 11:16:55', '', 0, 'http://localhost/foamindo/?post_type=wpcf7_contact_form&p=4', 0, 'wpcf7_contact_form', '', 0),
(5, 1, '2018-02-14 11:19:38', '2018-02-14 11:19:38', '[yith_wcwl_wishlist]', 'Wishlist', '', 'trash', 'closed', 'closed', '', 'wishlist__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 0, 'http://localhost/foamindo/wishlist/', 0, 'page', '', 0),
(6, 1, '2016-08-29 14:03:10', '2016-08-29 14:03:10', '<div class=\"form-flat\">\r\n\r\n<label>Nature of your Business : </label>\r\n[radio nature-business default:0 \"Wholesaler\" \"Manufacturer\" \"Retailer\" \"Others\"]\r\n\r\n<label>Please describe your specific/customized requirements:* </label>\r\n[textarea* your-message placeholder \"(required)\"]\r\n\r\n<label>Company-Name : </label>[text* your-name placeholder \"Company-Name (required)\"]\r\n<label>Contact-Person : </label>[text* contact-person placeholder \"Contact-Person (required)\"]\r\n<label>E-Mail : </label>[email* your-email placeholder \"E-Mail (required)\"]\r\n<label>Mobile : </label>[tel* mobile placeholder \"Mobile (required)\"] \r\n<label>Phone : </label>[tel* phone placeholder \"Phone (required)\"]\r\n<label>Fax: </label>[tel fax placeholder \"Fax\"]\r\n<label>Street Address : </label>[text address placeholder \"Street Address\"]\r\n<label>City/State : </label>[text city placeholder \"City/State\"]\r\n<label>Zip/Postal Code : </label>[text zip placeholder \"Zip/Postal Code\"]\r\n<label>Country : </label>[select Country data:countries]\r\n\r\n\r\n[submit class:button primary \"Submit\"]\r\n</div>\n1\nInquiry Contact Us Business : [nature-business]\ninquiry@hikaruharuki.com\nmike@foamindo.com\nContact Person : [contact-person]\r\nCompany Name : [your-name]\r\nMobile : [mobile]\r\nEmail : [your-email]\r\nPhone : [phone]\r\nFax : [fax]\r\nCompany Address : [address], [city], [zip], [Country]\r\n\r\nDetail Inquiry :\r\n[your-message]\n\n\n1\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent. We will contact you soon.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact Form Flat', '', 'publish', 'closed', 'closed', '', 'contact-form-outline', '', '', '2018-04-24 01:36:09', '2018-04-24 01:36:09', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&#038;p=8979', 0, 'wpcf7_contact_form', '', 0),
(7, 1, '2016-08-25 13:56:17', '2016-08-25 13:56:17', '<div class=\"form-flat\">\r\n	[email* your-email placeholder \"Your Email (required)\"]\r\n\r\n	[submit class:button primary \"Sign Up\"]\r\n</div>\nNew signup!\nFlatsome Theme <mail@flatsome.dev>\nNew signup: [your-email]\n[your-email]\n\n\n\n\n\nFlatsome \"[your-subject]\"\nFlatsome <wordpress@flatsome.dev>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\n[your-email]\nReply-To: email@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Newsletter Vertical', '', 'publish', 'closed', 'closed', '', 'newsletter-horizontal', '', '', '2016-08-25 13:56:17', '2016-08-25 13:56:17', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&amp;p=8787', 0, 'wpcf7_contact_form', '', 0),
(8, 1, '2016-04-04 11:38:11', '2016-04-04 11:38:11', '<div class=\"flex-row form-flat medium-flex-wrap\">\r\n<div class=\"flex-col flex-grow\">\r\n	[email* your-email placeholder \"Your Email (required)\"]\r\n</div>\r\n<div class=\"flex-col ml-half\">\r\n	[submit class:button primary \"Sign Up\"]\r\n</div>\r\n</div>\nFlatsome \"[your-subject]\"\n[your-name] <wordpress@flatsome.dev>\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\nemail@mail.com\n\n\n\n\n\nFlatsome \"[your-subject]\"\nFlatsome <wordpress@flatsome.dev>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\n[your-email]\nReply-To: email@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Newsletter Horizontal', '', 'publish', 'closed', 'closed', '', 'contact-form', '', '', '2016-04-04 11:38:11', '2016-04-04 11:38:11', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&amp;p=7042', 0, 'wpcf7_contact_form', '', 0),
(9, 1, '2016-04-04 11:33:38', '2016-04-04 11:33:38', '<label>Your Name (required)</label>\r\n[text* your-name]\r\n\r\n<label>Your Email (required)</label>\r\n[email*  your-email] </p>\r\n\r\n<label>Your Message (required)</label>\r\n[textarea your-message] </p>\r\n\r\n[submit class:button primary \"Submit\"]\nNew Message!\nmail@flatsome.dev\nMessage:\r\n[your-message]\nemail@mail.com\n\n\n1\n\n\nFlatsome \"[your-subject]\"\nFlatsome <wordpress@flatsome.dev>\nMessage Body:\r\n[your-message]\r\n\r\n--\r\nThis e-mail was sent from a contact form on Flatsome (http://flatsome.dev)\n[your-email]\nReply-To: email@mail.com\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact form', '', 'publish', 'closed', 'closed', '', 'contact-form-1-2', '', '', '2016-04-04 11:33:38', '2016-04-04 11:33:38', '', 0, 'http://flatsome.dev/?post_type=wpcf7_contact_form&amp;p=7041', 0, 'wpcf7_contact_form', '', 0),
(10, 1, '2016-08-09 13:43:25', '2016-08-09 13:43:25', '', 'Dummy Image 1', '', 'inherit', 'open', 'closed', '', 'dummy-image-1', '', '', '2016-08-09 13:43:25', '2016-08-09 13:43:25', '', 0, 'http://localhost/foamindo/wp-content/uploads/2016/08/dummy-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(11, 1, '2016-08-09 13:43:25', '2016-08-09 13:43:25', '', 'Dummy Image 2', '', 'inherit', 'open', 'closed', '', 'dummy-image-2', '', '', '2016-08-09 13:43:25', '2016-08-09 13:43:25', '', 0, 'http://localhost/foamindo/wp-content/uploads/2016/08/dummy-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(12, 1, '2016-08-09 13:43:25', '2016-08-09 13:43:25', '', 'Product Dummy Image', '', 'inherit', 'open', 'closed', '', 'prod-dummy-image-1', '', '', '2016-08-09 13:43:25', '2016-08-09 13:43:25', '', 0, 'http://localhost/foamindo/wp-content/uploads/2016/08/dummy-prod-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(13, 1, '2015-11-19 10:26:13', '2015-11-19 10:26:13', '<p class=\"lead\">Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</blockquote>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'Welcome to Foamindo', '', 'publish', 'open', 'open', '', 'welcome-to-flatsome', '', '', '2018-02-23 16:55:32', '2018-02-23 16:55:32', '', 0, 'http://flatsome.dev/?p=1', 0, 'post', '', 0),
(14, 1, '2015-10-13 21:13:41', '2015-10-13 21:13:41', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus, neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.\r\n\r\n[gallery columns=\"4\" link=\"file\" size=\"large\" ids=\"\"]', 'Just another post with A Gallery', '', 'publish', 'open', 'open', '', 'velkommen-til-bloggen-min', '', '', '2015-10-13 21:13:41', '2015-10-13 21:13:41', '', 0, 'http://localhost:8888/flatsome-next/?p=5', 0, 'post', '', 0),
(15, 1, '2015-10-13 19:28:03', '2015-10-13 19:28:03', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Typi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus\r\n\r\nTypi non habent claritatem insitam; est usus legentis in iis qui facit eorum claritatem. Investigationes demonstraverunt lectores legere me lius quod ii legunt saepius. Claritas est etiam processus dynamicus\r\n', 'A Simple Blog Post', '', 'publish', 'open', 'open', '', 'a-simple-blog-post', '', '', '2015-10-13 19:28:03', '2015-10-13 19:28:03', '', 0, 'http://localhost:8888/flatsome-next/?p=1', 0, 'post', '', 0),
(16, 1, '2014-01-01 16:47:44', '2014-01-01 16:47:44', '[ux_video url=\"https://www.youtube.com/watch?v=HQw9s4Yfvdo\" depth_hover=\"3\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus.</p>\n<p>Neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.</p>', 'A Video Blog Post', '', 'publish', 'open', 'open', '', 'a-video-blog-post', '', '', '2018-02-23 17:02:19', '2018-02-23 17:02:19', '', 0, 'http://localhost:8888/test/?p=483', 0, 'post', '', 0),
(17, 1, '2013-12-30 16:50:40', '2013-12-30 16:50:40', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus, neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.\r\n\r\n[gallery link=\"file\" columns=\"4\" ids=\"\"]\r\n\r\nNam at nisi risus. Proin pretium, dolor vel venenatis suscipit, dui nunc tincidunt lectus, ac placerat felis dui in justo. Aliquam orci velit, facilisis in facilisis non, scelerisque in massa. Integer scelerisque odio nec eros sodales laoreet. Sed sed odio tellus. In tristique felis ac facilisis tempor. Nunc non enim in dolor congue pulvinar sed sed nisi. Mauris viverra convallis feugiat. Nam at mauris laoreet, dictum leo at, tristique mi. Aenean pellentesque justo vel diam elementum iaculis. Nam lobortis cursus vestibulum. Nulla feugiat mauris felis, auctor pretium dui euismod in.\r\n\r\nVestibulum et enim vitae lectus malesuada aliquam vitae non mi. Suspendisse tellus eros, ultricies nec lorem feugiat, pharetra auctor dui. Suspendisse placerat neque leo, nec commodo eros ultrices vel. Fusce elit libero, aliquam quis libero non, consectetur accumsan est. Proin tempus mauris id cursus posuere. Sed et rutrum felis, vel aliquet ante. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque neque tellus, condimentum non eros non, consectetur auctor lacus. Curabitur malesuada odio eget elit egestas porttitor.', 'Just a cool blog post with Images', '', 'publish', 'open', 'open', '', 'just-a-cool-blog-post-with-images', '', '', '2013-12-30 16:50:40', '2013-12-30 16:50:40', '', 0, 'http://localhost:8888/test/?p=485', 0, 'post', '', 0),
(18, 1, '2013-12-16 20:32:19', '2013-12-16 20:32:19', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus, neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.\n\n[gallery link=\"file\" columns=\"4\" ids=\"\"]\n\nNam at nisi risus. Proin pretium, dolor vel venenatis suscipit, dui nunc tincidunt lectus, ac placerat felis dui in justo. Aliquam orci velit, facilisis in facilisis non, scelerisque in massa. Integer scelerisque odio nec eros sodales laoreet. Sed sed odio tellus. In tristique felis ac facilisis tempor. Nunc non enim in dolor congue pulvinar sed sed nisi. Mauris viverra convallis feugiat. Nam at mauris laoreet, dictum leo at, tristique mi. Aenean pellentesque justo vel diam elementum iaculis. Nam lobortis cursus vestibulum. Nulla feugiat mauris felis, auctor pretium dui euismod in.\n\nVestibulum et enim vitae lectus malesuada aliquam vitae non mi. Suspendisse tellus eros, ultricies nec lorem feugiat, pharetra auctor dui. Suspendisse placerat neque leo, nec commodo eros ultrices vel. Fusce elit libero, aliquam quis libero non, consectetur accumsan est. Proin tempus mauris id cursus posuere. Sed et rutrum felis, vel aliquet ante. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque neque tellus, condimentum non eros non, consectetur auctor lacus. Curabitur malesuada odio eget elit egestas porttitor.', 'Another post with A Gallery', '', 'publish', 'open', 'open', '', 'just-a-cool-blog-post-with-a-gallery-2', '', '', '2013-12-16 20:32:19', '2013-12-16 20:32:19', '', 0, 'http://localhost:8888/test/?p=2009', 0, 'post', '', 0),
(19, 1, '2013-08-29 14:15:41', '2013-08-29 14:15:41', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. \r\n \r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.', 'New Client Landed', '', 'publish', 'open', 'open', '', 'new-client-landed', '', '', '2013-08-29 14:15:41', '2013-08-29 14:15:41', '', 0, 'http://flatsome.dev/?p=8984', 0, 'post', '', 0),
(20, 1, '2013-08-11 16:35:51', '2013-08-11 16:35:51', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam sed eleifend risus, sit amet porttitor massa. Ut vulputate felis at mauris ultrices sodales. Phasellus in leo ornare, vulputate purus eget, iaculis tellus. Donec sed laoreet orci. Praesent faucibus feugiat velit a iaculis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Morbi turpis mauris, consequat laoreet metus non, dictum fringilla sem. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Nulla ornare malesuada ultricies. Nulla luctus velit diam, at lacinia odio aliquam nec. In adipiscing, arcu elementum dictum eleifend, mi velit sodales nisi, a semper tellus magna sed justo. Ut mauris velit, tristique id nulla eget, euismod consequat lacus. Vestibulum varius dapibus lacus et vestibulum.\r\n<blockquote>Ut eu imperdiet arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras interdum porttitor quam at tempus. Sed quis rutrum lorem.</blockquote>\r\nUt eu imperdiet arcu. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Cras interdum porttitor quam at tempus. Sed quis rutrum lorem. Mauris vitae dui ut neque pulvinar mattis. Mauris sed tincidunt nisi. Ut porta quis lorem at consectetur. Mauris elementum vulputate metus, ut cursus felis dictum non. Sed in nulla metus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Phasellus at nunc eget ligula tristique scelerisque in et urna.\r\n\r\nPellentesque imperdiet, nunc id scelerisque scelerisque, nisi arcu hendrerit leo, vel volutpat arcu mi in risus. Vestibulum iaculis molestie venenatis. Donec faucibus elit quis enim porta, id fringilla lectus feugiat. Sed et diam fermentum, elementum elit et, placerat nisi. Sed vehicula nibh sed tellus elementum condimentum. Fusce laoreet lorem ipsum, vitae aliquam arcu gravida gravida. Nunc eget tristique sem, eu ornare ligula.\r\n\r\nPellentesque facilisis lobortis volutpat. Etiam non suscipit velit, vitae ornare eros. In hac habitasse platea dictumst. Phasellus eu auctor metus, et porta justo. Vivamus suscipit fermentum ante, eu dignissim orci. Proin faucibus quis orci a dictum. Nulla ac nibh neque. Curabitur eu justo massa.', 'An Amazing responsive and Retina ready theme.', '', 'publish', 'open', 'open', '', 'welcome-to-flatsome-an-amazing-responsive-and-retina-ready-theme', '', '', '2013-08-11 16:35:51', '2013-08-11 16:35:51', '', 0, 'http://localhost:8888/test/?p=474', 0, 'post', '', 0),
(21, 1, '2016-09-19 08:54:13', '2016-09-19 08:54:13', '<p>test</p>\r\n[ux_banner height=\"100%\" bg_overlay=\"rgba(0, 0, 0, 0.2)\"]\r\n\r\n[text_box style=\"circle\" width=\"40\" width__sm=\"60\" padding=\"30px 30px 30px 30px\" rotate=\"17\" position_x=\"90\" bg=\"rgba(0, 0, 0, 0.86)\" depth=\"3\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Main Headline</strong></h2>\r\n<h3>Smaller Headline</h3>\r\n<p>Lorem ipsum dolor sit amet, conse.</p>\r\n[button text=\"Secondary\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'test', '', 'trash', 'closed', 'closed', '', 'test__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 0, 'http://flatsome.dev/?page_id=9969', 0, 'page', '', 0),
(22, 1, '2016-09-05 20:12:31', '2016-09-05 20:12:31', '', 'Left Sidebar', '', 'trash', 'closed', 'closed', '', 'left-sidebar__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 45, 'http://flatsome.dev/?page_id=9847', 0, 'page', '', 0),
(23, 1, '2016-08-31 09:25:18', '2016-08-31 09:25:18', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[title style=\"center\" text=\"Flip book element\"]\n\n[ux_product_flip]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Create a Flip Book for any product category. You can also select custom posts.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Flip Book', '', 'trash', 'closed', 'closed', '', 'flip-book__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=9165', 99, 'page', '', 0),
(24, 1, '2016-08-09 14:23:35', '2016-08-09 14:23:35', '[ux_slider infinitive=\"false\" parallax=\"2\" hide_nav=\"true\" nav_size=\"normal\" nav_style=\"simple\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"30% 57%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Welcome to our Fashion shop</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"62% 18%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"74% 14%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Slider Cover', '', 'trash', 'closed', 'closed', '', 'slider-cover__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 68, 'http://flatsome.dev/?page_id=8550', 12, 'page', '', 0),
(25, 1, '2016-08-09 14:21:14', '2016-08-09 14:21:14', '[ux_banner height=\"100%\" bg=\"11\"]\r\n\r\n[text_box]\r\n\r\n[ux_image id=\"10\" width=\"24\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Flatsome 3.0</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.2)\" month=\"12\" day=\"24\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Maintenance', '', 'trash', 'closed', 'closed', '', 'maintenance__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 45, 'http://flatsome.dev/?page_id=8545', 0, 'page', '', 0),
(26, 1, '2016-08-09 14:09:04', '2016-08-09 14:09:04', '[ux_banner height=\"100%\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" video_mp4=\"/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[text_box width=\"53\" width__sm=\"87\" scale__sm=\"125\" margin=\"30px 0px 30px 0px\"]\n\n<h3 class=\"alt-font\">A Fancy top Title</h3>\n<h1 class=\"uppercase\"><strong>Welcome to COOL Our Shop</strong></h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Shop now\" color=\"white\" link=\"shop\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Video Cover', '', 'trash', 'closed', 'closed', '', 'video-cover__trashed', '', '', '2018-04-10 15:14:44', '2018-04-10 15:14:44', '', 68, 'http://flatsome.dev/?page_id=8538', 15, 'page', '', 0),
(27, 1, '2016-08-04 11:15:19', '2016-08-04 11:15:19', '[ux_banner height=\"300px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"60\"]\n\n<h3 class=\"uppercase\"><strong>Our Stores</strong></h3>\n[divider]\n\n[share]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\">About our stores. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[tabgroup type=\"vertical\"]\n\n[tab title=\"New York\"]\n\n[map lat=\"40.7902\" saturation=\"-58\"]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"London\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Oslo\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Stockholm\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Add as many as you want\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Our Stores', '', 'trash', 'closed', 'closed', '', 'our-stores__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 45, 'http://flatsome.dev/?page_id=8412', 0, 'page', '', 0),
(28, 1, '2016-07-05 14:49:02', '2016-07-05 14:49:02', '[section bg=\"11\" bg_color=\"rgb(246, 246, 246)\" parallax=\"3\" padding=\"19px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"6\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"large\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" scale=\"99\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"7\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"58% 24%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"76\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"67\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"37\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[gap height=\"18px\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" badge_style=\"square\" image_height=\"200px\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Grid Style 3', '', 'trash', 'closed', 'closed', '', 'grid-style-3__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 68, 'http://flatsome.dev/?page_id=8220', 8, 'page', '', 0),
(29, 1, '2016-07-04 20:02:46', '2016-07-04 20:02:46', '[ux_slider slide_width=\"100%\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"70% 17%\"]\r\n\r\n[text_box width=\"56\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x=\"5\" position_x__sm=\"10\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h1><span style=\"font-size: 80%;\"><strong>WordPress & WooCommerce Expert</strong></span></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\r\n[button text=\"My Work\" color=\"white\" style=\"outline\" radius=\"99\" link=\"Portfolio\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"63\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y=\"25\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>A small but focused Web Studio</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Learn more\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"About\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"80\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>Services</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[button text=\"Contact Now\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Contact\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Freelancer', '', 'trash', 'closed', 'closed', '', 'freelancer__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 67, 'http://flatsome.dev/?page_id=8194', 2, 'page', '', 0),
(30, 1, '2016-07-04 10:31:29', '2016-07-04 10:31:29', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg_overlay=\"rgba(246, 208, 45, 0.94)\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"95\" position_x__sm=\"95\" position_y=\"5\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"57\" width__sm=\"84\" scale__sm=\"111\" animate=\"flipInY\"]\r\n\r\n<h1 class=\"uppercase\"><span style=\"font-size: 400%;\" data-line-height=\"xs\"><strong>Sale</strong></span></h1>\r\n<h2 class=\"lead\">Summer Sale has Started</h2>\r\n[ux_countdown style=\"text\" size=\"114\" color=\"light\"]\r\n\r\n[gap height=\"23px\"]\r\n\r\n[button text=\"Shop men\" color=\"white\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\"]\r\n\r\n[button text=\"Shop All\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_pos=\"84% 0%\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"100\" position_x__sm=\"95\" position_y=\"15\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"50\"]\r\n\r\n<h2 class=\"uppercase\">Shop Fashion Clothes today</h2>\r\n<h3 class=\"thin-font\">Add any text here..</h3>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row depth=\"1\" depth_hover=\"5\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"50% 12%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>About us</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"60% 18%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>OUR BLOG</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"51% 35%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>NEWSLETTER</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Latest products on sale\" size=\"undefined\"]\r\n\r\n[ux_products depth=\"1\" depth_hover=\"4\" orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Browse our Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories depth=\"1\" depth_hover=\"4\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" icon=\"instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" depth=\"1\"]\r\n\r\n[gap height=\"58px\"]\r\n\r\n[ux_banner height=\"407px\" bg=\"11\" bg_color=\"rgb(18, 18, 18)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\" bg_pos=\"79% 0%\" parallax=\"1\" border=\"2px 0px 2px 0px\" border_margin=\"10px 0px 10px 0px\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(255, 255, 255, 0.22)\"]\r\n\r\n[text_box width=\"47\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Don\'t miss a sale</strong></h2>\r\n<h3 class=\"thin-font\">Sign up for our Newsletter</h3>\r\n[gap height=\"32px\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" depth=\"1\" depth_hover=\"4\" image_height=\"181px\"]', 'Big Sale', '', 'trash', 'closed', 'closed', '', 'big-sale__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 68, 'http://flatsome.dev/?page_id=8111', 4, 'page', '', 0),
(31, 1, '2016-06-29 08:39:48', '2016-06-29 08:39:48', '[title text=\"Add responsive Video Embeds\" size=\"undefined\"]\n\n<p class=\"lead\">Add Responsive video embed to your site by using the Page Builder.</p>\n<h3>YOUTUBE</h3>\n[ux_video height=\"46%\"]\n\n<h3>VIMEO</h3>\n[ux_video url=\"https://vimeo.com/180255453\" height=\"54%\"]', 'Video', '', 'trash', 'closed', 'closed', '', 'video__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=7921', 10, 'page', '', 0),
(32, 1, '2016-06-15 22:08:43', '2016-06-15 22:08:43', '[ux_banner height=\"450px\" bg=\"11\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button size=\"118\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.52)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"11\"]\n\n[text_box position_x=\"10\" position_y=\"10\" text_align=\"left\" text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Change Size</strong></h3>\n<p class=\"lead\">You can change the size to anything</p>\n[video_button size=\"202\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.45)\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\"]\n\n<h3 class=\"uppercase\"><strong>Show on Hover</strong></h3>\n<p class=\"lead\">Select between various hover effects</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Video Button', '', 'trash', 'closed', 'closed', '', 'video-button__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=7858', 12, 'page', '', 0),
(33, 1, '2016-06-02 12:48:15', '2016-06-02 12:48:15', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.71)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>GALLERY ELEMENT</strong></h3>\r\n<p class=\"lead\">Create Galleries by using Image IDs and drag and drop. You can easily create galleries from the Page Builder.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple GAllery Row with lightbox\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Full Width Gallery\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" width=\"full-width\" col_spacing=\"collapse\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Gallery width Small gap\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"xsmall\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Slider Gallery\" margin_top=\"21px\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" type=\"slider\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"undefined\" slider_nav_position=\"undefined\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"undefined\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"undefined\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_hover=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\" text_padding=\"undefined\"]', 'Galleries', '', 'publish', 'closed', 'closed', '', 'galleries', '', '', '2018-04-10 15:48:19', '2018-04-10 15:48:19', '', 0, 'http://flatsome.dev/?page_id=7640', 11, 'page', '', 0),
(34, 1, '2016-05-31 07:16:46', '2016-05-31 07:16:46', '[ux_slider nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"11\" bg_color=\"rgb(27, 15, 15)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" icon=\"search\" size=\"large\" position_x=\"15\" position_y=\"25\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_x=\"10\" position_y=\"85\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"90\"]\n\n<h2 class=\"uppercase\">Banner with hotspots</h2>\n<p class=\"thin-font lead\">Add Hotspots anywhere by using the drag and drop Page Builder.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"11\" bg_color=\"rgba(0, 0, 0, 0.25)\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" size=\"large\" position_x=\"80\" position_y=\"30\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_y=\"35\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"10\"]\n\n<h2 class=\"uppercase\">Create Lookbooks </h2>\n<p class=\"thin-font lead\">Create beautiful lookbooks by combining the banner, hotspot and slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Hotspot', '', 'trash', 'closed', 'closed', '', 'hotspot__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 94, 'http://flatsome.dev/?page_id=7562', 99, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(35, 1, '2016-04-26 12:34:20', '2016-04-26 12:34:20', '[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.62)\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"8\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(246, 246, 246)\" border=\"1px 0px 0px 0px\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Shop By Category\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"normal\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"5\" depth=\"1\" image_height=\"230px\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title style=\"center\" text=\"Latest  Collections\" size=\"undefined\"]\r\n\r\n[ux_products style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"1\" orderby=\"date\" image_width=\"42\" text_size=\"large\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"318px\" bg=\"11\" bg_color=\"rgb(80, 80, 80)\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" bg_pos=\"22% 29%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Become a Vendor</strong></h3>\r\n<p class=\"lead\">Want to sell on Flatsome Vendor? We\'re looking for shop to join us.</p>\r\n[button text=\"Learn More\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Apply Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(244, 244, 244)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"bold-center\" text=\"How it Works\" size=\"undefined\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Apply to be a Vendor</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Upload your products</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Sell and make money</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[gap height=\"36px\"]\r\n\r\n[title style=\"bold-center\" text=\"Latest Reviews\" size=\"undefined\"]\r\n\r\n[ux_slider nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/ux_slider]\r\n[title style=\"bold-center\" text=\"From The Blog\" size=\"undefined\"]\r\n\r\n[blog_posts slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" depth=\"1\" image_height=\"180px\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Vendor Shop', '', 'trash', 'closed', 'closed', '', 'vendor-shop__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 68, 'http://flatsome.dev/?page_id=7316', 14, 'page', '', 0),
(36, 1, '2016-04-18 13:07:29', '2016-04-18 13:07:29', '[message_box bg_color=\"rgb(69, 69, 69)\" padding=\"7\"]\r\n\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\r\n\r\n<p><strong>BIG SUMMER SALE HAS STARTED. UP TO 70% OFF   </strong>Make sure you</p>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\r\n\r\n[ux_countdown style=\"text\" size=\"94\" color=\"light\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n[ux_slider]\r\n\r\n[ux_banner height=\"706px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"40% 54%\"]\r\n\r\n[text_box width=\"69\" width__sm=\"80\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 200%;\">It has finally started</span></p>\r\n<h1><span style=\"font-size: 130%;\"><strong>BIG SUMMER SALE</strong></span></h1>\r\n[ux_countdown size=\"307\" color=\"light\" bg_color=\"rgba(255, 255, 255, 0.86)\"]\r\n\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop all\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"8\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h1 class=\"uppercase\">Welcome to our Shop</h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"8\" grid_height=\"300px\" depth=\"1\" depth_hover=\"4\" number=\"7\" text_pos=\"middle\" text_size=\"large\"]\r\n\r\n[gap height=\"54px\"]\r\n\r\n[ux_banner height=\"387px\" bg=\"11\" bg_pos=\"49% 7%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"76\" position_x=\"5\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h2 class=\"uppercase\"><strong>never miss a sale again</strong></h2>\r\n<p class=\"lead\">Sign up for our Newsletter</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts depth=\"1\" depth_hover=\"4\" image_height=\"68%\"]', 'Sale Countdown', '', 'trash', 'closed', 'closed', '', 'sale-countdown__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 68, 'http://flatsome.dev/?page_id=7224', 10, 'page', '', 0),
(37, 1, '2016-04-04 10:53:41', '2016-04-04 10:53:41', '[ux_banner height=\"100%\" bg=\"11\" bg_color=\"#FFF\"]\r\n\r\n[text_box text_color=\"dark\" width=\"61\" width__sm=\"85\" animate=\"fadeInUp\"]\r\n\r\n<h2><span style=\"font-size: 170%;\"><strong>Go Explore</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[divider]\r\n\r\n[search]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Simple Light\" bg_color=\"rgb(245, 245, 245)\" padding=\"27px\" border=\"1px 0px 0px 0px\" border_color=\"rgb(235, 235, 235)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box margin=\"px px px px\"]\r\n\r\n<h3>Explore Things</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Book Events</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Find a hotel</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Thing to do\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" cat=\"114\"]\r\n\r\n[title style=\"center\" text=\"Go Explore\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"70\" width__sm=\"100\" scale=\"187\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Find a Beach</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Explore THe CITY</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>EXPLORE OUTDOORS</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>TAILORED SUITES</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"97\"]\r\n\r\n<h3 class=\"uppercase\"><strong>ENJOY A DRINK</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[gap]\r\n\r\n[ux_banner height=\"400px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.49)\" bg_pos=\"26% 17%\"]\r\n\r\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>List your Company</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Apply Now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Latest From Blog\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"293px\" image_hover=\"zoom\" text_align=\"left\"]\r\n\r\n[title style=\"center\" text=\"Follow on Instagram\" icon=\"icon-instagram\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Explore', '', 'trash', 'closed', 'closed', '', 'explore__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 67, 'http://flatsome.dev/?page_id=7037', 4, 'page', '', 0),
(38, 1, '2016-03-31 15:07:47', '2016-03-31 15:07:47', '[ux_banner height=\"261px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"54% 100%\" parallax=\"3\"]\n\n[text_box parallax=\"-4\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Create Powerful Forms</strong></h3>\n<p class=\"lead\">Create Powerful forms with the integrated Contact Form 7 Plugin.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" mask=\"arrow\" padding=\"45px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Simple Contact Form\" size=\"undefined\"]\n\n(insert contact form here)\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Simple Center\" bg_color=\"rgb(0, 0, 0)\" dark=\"true\" mask=\"arrow\" padding=\"60px\" height=\"300px\" border_color=\"rgb(235, 235, 235)\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Contact Form Flat\"]\n\n(insert contact form here)\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Forms', '', 'trash', 'closed', 'closed', '', 'forms__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 94, 'http://flatsome.dev/?page_id=7025', 99, 'page', '', 0),
(39, 1, '2016-03-31 14:53:43', '2016-03-31 14:53:43', '[ux_banner height=\"377px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"60% 22%\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>PRICE TABLE ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[title text=\"3 Column price table with text on left\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\" padding=\"0 20px 0 0\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\" color=\"dark\" bg_color=\"rgb(122, 44, 205)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" color=\"dark\" bg_color=\"rgba(0, 0, 0, 0.99)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\" color=\"dark\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" enabled=\"false\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Disabled\" enabled=\"false\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"underline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"#f1f1f1\" bg_color=\"rgb(243, 243, 243)\" margin=\"-1px\"]\r\n\r\n[title text=\"3 Column price table inside a background\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\" radius=\"10\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"shade\" size=\"larger\" radius=\"10\" depth=\"4\" depth_hover=\"5\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" padding=\"0 0 0 20px\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row style=\"collapse\"]\r\n\r\n[col]\r\n\r\n[title style=\"center\" text=\"4 Column collapsed\"]\r\n\r\n[gap]\r\n\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section bg=\"11\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(255, 255, 255, 0.5)\" parallax=\"3\" padding=\"49px\"]\r\n\r\n[row style=\"small\" depth=\"2\"]\r\n\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Price table', '', 'trash', 'closed', 'closed', '', 'price-table__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 94, 'http://flatsome.dev/?page_id=7020', 99, 'page', '', 0),
(40, 1, '2016-03-31 14:45:02', '2016-03-31 14:45:02', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.44)\" bg_pos=\"32% 28%\" parallax=\"3\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>SEARCH ELEMENT</strong></h3>\n<p class=\"lead\">Insert a Product Search box anywhere</p>\n[search style=\"flat\" size=\"xlarge\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Default style\"]\n\n[search]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Flat style\"]\n\n[search style=\"flat\"]\n\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"11\" bg_pos=\"58% 16%\"]\n\n[text_box width=\"37\" position_x=\"0\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>Search box inside a banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[gap height=\"25px\"]\n\n[search size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Search box', '', 'trash', 'closed', 'closed', '', 'search-box__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 94, 'http://flatsome.dev/?page_id=7017', 99, 'page', '', 0),
(41, 1, '2016-03-31 14:42:25', '2016-03-31 14:42:25', '[ux_banner height=\"405px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.94)\" bg_pos=\"53% 30%\"]\r\n\r\n[text_box text_color=\"dark\"]\r\n\r\n[ux_image id=\"10\" width=\"23\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Instagram element</strong></h3>\r\n<p class=\"lead\">Add beautiful instagram images anywhere on your site</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple Grid\" icon=\"icon-instagram\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]\r\n\r\n[title style=\"center\" text=\"Simple slider\" icon=\"icon-instagram\" margin_top=\"32px\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" slider_nav_position=\"outside\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider Black and white\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" image_hover=\"color\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]', 'Instagram feed', '', 'trash', 'closed', 'closed', '', 'instagram-feed__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 94, 'http://flatsome.dev/?page_id=7014', 99, 'page', '', 0),
(42, 1, '2016-03-31 14:37:54', '2016-03-31 14:37:54', '[ux_banner height=\"338px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.41)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Accordion element</strong></h3>\r\n<p class=\"lead\">Create beautiful accordion sections. You can add any element to the accordion panels.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple accordion\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[accordion]\r\n\r\n[accordion-item title=\"Accordion Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 1 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 2 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add any element to accordion\"]\r\n\r\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\"]\r\n\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n\r\n[/row]', 'Accordion', '', 'trash', 'closed', 'closed', '', 'accordion__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=7011', 99, 'page', '', 0),
(43, 1, '2016-03-31 14:32:39', '2016-03-31 14:32:39', '[ux_banner height=\"375px\" bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\"]\r\n\r\n[text_box width=\"51\"]\r\n\r\n<h3 class=\"uppercase\"><strong>LOGO ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Normal logos\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Dashed Grid\" margin_top=\"19px\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Slider\" margin_top=\"57px\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[ux_slider freescroll=\"true\" hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Full width slider\" margin_top=\"57px\"]\r\n\r\n[ux_slider bg_color=\"rgb(247, 247, 247)\" infinitive=\"false\" freescroll=\"true\" hide_nav=\"true\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]', 'Logo', '', 'trash', 'closed', 'closed', '', 'logo__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 94, 'http://flatsome.dev/?page_id=7008', 99, 'page', '', 0),
(44, 1, '2016-03-31 14:08:59', '2016-03-31 14:08:59', '[ux_banner height=\"364px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.87)\" bg_pos=\"80% 19%\" parallax=\"2\"]\n\n[text_box text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Portfolio Element</strong></h3>\n<p>Showcase work or other elements</p>\n[divider width=\"67px\" height=\"5px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple with Filtering\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"slide\"]\n\n[title style=\"center\" text=\"Ouline Filter style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"blur\" text_pos=\"middle\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can choose between many differnt filter navigation style and align them to left or right.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Slider Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"shade\" filter_nav=\"outline\" orderby=\"name\" grid=\"3\" columns=\"5\" image_hover=\"zoom\" image_hover_alt=\"grayscale\"]\n\n[title style=\"center\" text=\"Grid Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" offset=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[title style=\"center\" text=\"Collapsed Full width Grid\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" width=\"full-width\" col_spacing=\"collapse\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Choose between 14 differnt premade grid layouts.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Open in a ligtbox\"]\n\n[ux_portfolio lightbox=\"true\"]', 'Portfolio', '', 'trash', 'closed', 'closed', '', 'portfolio__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 45, 'http://flatsome.dev/?page_id=7002', 19, 'page', '', 0),
(45, 1, '2016-03-31 14:08:39', '2016-03-31 14:08:39', '[ux_banner height=\"496px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"52% 2%\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Pages Element</strong></h3>\r\n<p class=\"lead\">Display a list of sub pages of a selected page in a beautiful way. Very useful if you need to link to sub pages from a parent page.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Default Style\"]\r\n\r\n[ux_pages parent=\"3021\" depth=\"1\" text_align=\"center\" text_padding=\"10px 10px 10px 10px\"]', 'Pages', '', 'trash', 'closed', 'closed', '', 'pages__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=6999', 18, 'page', '', 0),
(46, 1, '2016-03-31 13:59:10', '2016-03-31 13:59:10', '[scroll_to title=\"Welcome Banner\" link=\"welcome\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60\" position_y=\"20\"]\n\n<h1 class=\"lead\"><strong>Scroll To</strong> Element</h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another banner\" link=\"another_banner\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"50\" width__sm=\"60\" animate=\"fadeInRight\" position_x=\"0\" position_y=\"40\" text_align=\"left\"]\n\n<h1 class=\"lead\"><strong>Another Banner</strong></h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another Scroll To banner\" link=\"another_banner_2\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width=\"52\" width__sm=\"60\" animate=\"fadeInUp\" parallax=\"3\"]\n\n<h2><span style=\"font-size: 200%;\">Another Banner</span></h2>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Signup for Newsletter\" link=\"newsletter\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_color=\"rgb(43, 7, 7)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\"]\n\n[text_box width=\"74\" width__sm=\"84\" scale=\"120\" scale__sm=\"101\" parallax=\"2\"]\n\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n(insert contact form here)\n\n\n[/text_box]\n\n[/ux_banner]', 'Scroll To', '', 'trash', 'closed', 'closed', '', 'scroll-to__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=6996', 17, 'page', '', 0),
(47, 1, '2016-03-31 13:48:41', '2016-03-31 13:48:41', '[ux_banner height=\"444px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.27)\"]\n\n[text_box]\n\n<h1 class=\"uppercase\"><strong>COUNT DOWN ELEMENT</strong></h1>\n<p class=\"lead\">Add beautiful count downs anywhere on the site.</p>\n[ux_countdown size=\"300\" bg_color=\"rgba(0, 0, 0, 0.09)\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Primary Color\"]\n\n[ux_countdown size=\"198\" color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Dark Color\"]\n\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Light Color\"]\n\n[ux_countdown size=\"200%\" color=\"light\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[ux_banner height=\"600px\" bg=\"11\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\" animate=\"fadeIn\" position_x=\"10\"]\n\n<h3 class=\"uppercase\">A Countdown Inside A Banner</h3>\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n\n[/col]\n[col span=\"6\" align=\"center\"]\n\n[title style=\"center\" text=\"Countdown as text\"]\n\n[ux_countdown style=\"text\" size=\"91\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"6\"]\n\n[title style=\"center\" text=\"Countdown as Clock\"]\n\n[ux_countdown color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]', 'Countdown', '', 'trash', 'closed', 'closed', '', 'countdown__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=6990', 28, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(48, 1, '2016-02-18 15:10:52', '2016-02-18 15:10:52', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"678\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" width__sm=\"65\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"721\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/company/#certificate\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'publish', 'closed', 'closed', '', 'simple-corporate', '', '', '2018-04-24 12:49:27', '2018-04-24 12:49:27', '', 0, 'http://flatsome.dev/?page_id=4041', 1, 'page', '', 0),
(49, 1, '2016-02-17 13:38:32', '2016-02-17 13:38:32', '[ux_slider bg_color=\"rgb(0, 0, 0)\"]\r\n\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"11\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInUp\" parallax=\"2\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">Nothing is Impossible</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"11\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"2\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"11\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"3\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(27, 27, 27)\" dark=\"true\" padding=\"60px\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>New products added everyday</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Featured Products\" size=\"undefined\"]\r\n\r\n[ux_products slider_nav_style=\"circle\"]\r\n\r\n[title style=\"center\" text=\"Browse\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" image_height=\"113%\" image_overlay=\"rgba(0, 0, 0, 0.16)\" text_pos=\"middle\"]\r\n\r\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" badge_style=\"square\" image_height=\"300px\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"420px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_instagram_feed username=\"surfer_magazine\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Sport Shop', '', 'trash', 'closed', 'closed', '', 'sport-shop__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 68, 'http://flatsome.dev/?page_id=4025', 13, 'page', '', 0),
(50, 1, '2016-02-17 10:15:15', '2016-02-17 10:15:15', '[section bg_color=\"rgb(237, 239, 241)\" effect=\"snow\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[ux_banner_grid height=\"617\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\" position_y=\"80\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\" position_y=\"10\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"42\" position_x=\"10\" position_y=\"80\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n[ux_countdown size=\"268\" bg_color=\"rgba(0, 0, 0, 0.1)\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row col_style=\"divided\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Free Shipping on orders above 99$</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Give a Gift to a Friend</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed dia.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Loved by our Customers</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Shop Now\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" depth=\"1\" show_count=\"0\" image_overlay=\"rgba(0, 0, 0, 0.08)\" image_hover=\"zoom\" text_pos=\"middle\" text_size=\"small\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Weekly Featured Products\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"normal\" columns=\"5\" depth=\"1\" show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Cute Shop', '', 'trash', 'closed', 'closed', '', 'cute-shop__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 68, 'http://flatsome.dev/?page_id=4008', 2, 'page', '', 0),
(51, 1, '2016-02-15 20:47:32', '2016-02-15 20:47:32', '[ux_banner height=\"562px\" height__sm=\"368px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"81\"]\n\n<h2 class=\"uppercase\">Powerful Theme needs powerul images</h2>\n<p class=\"lead\">Responsive Images you can insert anywhere. You can also them into a slider.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h1 class=\"lead\">Beautiful Images with Beautiful Captions</h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" image_size=\"large\" lightbox=\"true\" caption=\"true\" image_overlay=\"rgba(0, 0, 0, 0.16)\" image_hover=\"zoom-long\" animate=\"fadeInUp\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Image Overlay Styles\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"glow\"]\n\n<p>Glow</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"color\" animate=\"fadeInLeft\"]\n\n<p>Add Color</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"grayscale\" animate=\"fadeInLeft\"]\n\n<p>Grayscale</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"fade-in\" animate=\"fadeInLeft\"]\n\n<p>Fade In</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"zoom-fade\" animate=\"fadeInLeft\"]\n\n<p>Zoom Fade</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-add\" animate=\"fadeInLeft\"]\n\n<p>Add Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-remove\" animate=\"fadeInLeft\"]\n\n<p>Remove Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"blur\" animate=\"fadeInLeft\"]\n\n<p>Blur</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with video\"]\n\n[ux_image id=\"10\" animate=\"fadeInLeft\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n<p class=\"lead\">Add a <strong>Youtube or Vimeo</strong> link to Image link tag to automatically get a play icon and a Video Lightbox on Images.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image drop shadow\"]\n\n[ux_image id=\"10\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n<p class=\"lead\">Add cool drop shadows to your images to make them pop out on hover.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Add Images to any sliders\" size=\"undefined\"]\n\n[ux_slider style=\"container\" slide_width=\"700px\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_image id=\"10\" height=\"75%\" image_hover=\"overlay-remove\" depth_hover=\"2\"]\n\n[ux_image id=\"10\" height=\"75%\" image_hover=\"overlay-remove\" depth=\"3\"]\n\n[ux_image id=\"10\" height=\"75%\" image_hover=\"overlay-remove\"]\n\n[ux_image id=\"10\" height=\"75%\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with reverse parallax\"]\n\n[ux_image id=\"10\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"-1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with PArallax\"]\n\n[ux_image id=\"10\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Images with lightbox\" size=\"undefined\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span__sm=\"12\" align=\"center\"]\n\n[title style=\"center\" text=\"Images with Caption\" size=\"undefined\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]', 'Images', '', 'publish', 'closed', 'closed', '', 'images', '', '', '2018-04-15 02:41:51', '2018-04-15 02:41:51', '', 94, 'http://flatsome.dev/?page_id=3983', 9, 'page', '', 0),
(52, 1, '2016-02-15 20:46:37', '2016-02-15 20:46:37', '[ux_banner height=\"446px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"58% 26%\"]\n\n[text_box width=\"100\" width__sm=\"75\" parallax=\"-1\"]\n\n<h6>Flatsome Grid System</h6>\n<h1>Responsive Rows and Columns</h1>\n<p class=\"lead\">Create Amazing layouts by using Flatsome Row and Column System powered by<strong> Flexbox</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple 4-column row\"]\n\n[row padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(255, 0, 211, 0.96)\" color=\"light\" depth_hover=\"5\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Vertical Centered Row\"]\n\n[row v_align=\"middle\" padding=\"30px\"]\n\n[col span=\"6\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bottom Align Row\"]\n\n[row v_align=\"bottom\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Equal aligned row\"]\n\n[row v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Rows With Drop shadow\"]\n\n[row padding=\"30px\" depth=\"2\" depth_hover=\"3\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<p><strong>You can set Column Depth for All columns or per column.</strong></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Divided row\"]\n\n[row style=\"large\" col_style=\"divided\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Dashed Lined Row\" margin_top=\"23px\" size=\"undefined\"]\n\n[row col_style=\"dashed\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Solid Lined Row\" margin_top=\"25px\" size=\"undefined\"]\n\n[row col_style=\"solid\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Custom Background on a Column\" margin_top=\"28px\" size=\"undefined\"]\n\n[row padding=\"30px\"]\n\n[col span=\"5\" span__sm=\"6\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(38, 65, 116)\" color=\"light\" depth=\"2\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Full Width Row with Backgrounds\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(0, 0, 0)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(153, 120, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(120, 154, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Nested Rows\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(255, 255, 255)\" depth=\"3\" depth_hover=\"5\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(0, 0, 0)\"]\n\n[row style=\"small\" v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"12\" padding=\"20px\" bg_color=\"rgb(255, 255, 255)\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row col_style=\"solid\"]\n\n[col span=\"4\" span__sm=\"6\" parallax=\"1\"]\n\n<h3>Parallax Column</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\" parallax=\"2\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" parallax=\"3\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n\n[/row]\n\n[/section]\n[row h_align=\"center\"]\n\n[col span=\"7\" span__sm=\"10\" align=\"center\"]\n\n<h3>A Centered Columns Row</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Animated Columns\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\n\n<h3>Fade In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInDown\"]\n\n<h3>Fade In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInLeft\"]\n\n<h3>Fade In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInRight\"]\n\n<h3>Fade In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceIn\"]\n\n<h3>Bounce In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInUp\"]\n\n<h3>Bounce In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInDown\"]\n\n<h3>Bounce In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInLeft\"]\n\n<h3>Bounce In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInRight\"]\n\n<h3>Bounce In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\" animate=\"flipInY\"]\n\n<h3>Flip In Y</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"flipInX\"]\n\n<h3>Flip In X</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"blurIn\"]\n\n<h3>Blur In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]', 'Rows / Columns', '', 'trash', 'closed', 'closed', '', 'rows-columns__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://flatsome.dev/?page_id=3981', 2, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(53, 1, '2016-02-15 14:01:19', '2016-02-15 14:01:19', '[ux_banner height=\"400px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.66)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Text Elements</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[title style=\"center\" text=\"Typography\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Default font</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead alt-font\"><b>Alternative Font</b>.</h2>\n<p class=\"lead alt-font\">Dolor sit amet, consectetuer <strong>adipiscing</strong> elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Thin text</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead uppercase\">UPPERCASE</h2>\n<p class=\"lead uppercase\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This is a <span class=\"fancy-underline\">Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h6>Flatsome Tip</h6>\n<h2>You can find many text options in the \"Format\" dropdown in text editor.</h2>\n<p class=\"lead\">You see the changes live if you use the Page Builder</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"3\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgb(34, 34, 34)\" dark=\"true\" padding=\"60px\"]\n\n[title style=\"center\" text=\"Typography on Dark background\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"7\"]\n\n<h2 class=\"lead\">This is a<span class=\"fancy-underline\"> Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"5\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section padding=\"60px\"]\n\n[title style=\"center\" text=\"Quote\"]\n\n[row]\n\n[col]\n\n<blockquote>\n<p class=\"lead\"><strong>Quote</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n</blockquote>\n<p class=\"lead\">Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa. Horizontal Line:</p>\n[title style=\"center\" text=\"Lists\"]\n\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li>Simple List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ol>\n<li>Numbered List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ol>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-checkmark\">Checkmark list</li>\n<li class=\"bullet-checkmark\">List Item 2</li>\n<li class=\"bullet-checkmark\">List item 3</li>\n<li class=\"bullet-checkmark\">List Item 4</li>\n<li class=\"bullet-checkmark\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-star\">Star list</li>\n<li class=\"bullet-star\">List Item 2</li>\n<li class=\"bullet-star\">List item 3</li>\n<li class=\"bullet-star\">List Item 4</li>\n<li class=\"bullet-star\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-arrow\">Arrow List</li>\n<li class=\"bullet-arrow\">List Item 2</li>\n<li class=\"bullet-arrow\">List item 3</li>\n<li class=\"bullet-arrow\">List Item 4</li>\n<li class=\"bullet-arrow\">List Item 5</li>\n</ul>\n\n[/col]\n\n[/row]\n\n[/section]', 'Typography', '', 'trash', 'closed', 'closed', '', 'typography__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://flatsome.dev/?page_id=3971', 5, 'page', '', 0),
(54, 1, '2016-01-13 13:24:12', '2016-01-13 13:24:12', '[ux_slider]\n\n[ux_banner height=\"700px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.25)\"]\n\n[text_box width=\"51\" animate=\"fadeInLeft\" text_depth=\"1\"]\n\n<h2>Create Amazing Banners with Drag and Drop</h2>\n[divider]\n\n[button text=\"A button\" color=\"success\" depth=\"3\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"700px\" bg=\"11\"]\n\n[text_box width=\"46\" animate=\"fadeInRight\" parallax=\"1\" position_x=\"5\"]\n\n<h2>Lorem ipsum dolor sit amet</h2>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Buy now\" color=\"white\"]\n\n[button text=\"Learn more\" color=\"white\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\"]\n\n[col span=\"7\"]\n\n[ux_banner height=\"600px\" bg=\"11\" bg_pos=\"44% 39%\"]\n\n[text_box width=\"63\" width__sm=\"78\" padding=\"39px\" position_x=\"5\" position_x__sm=\"50\" text_color=\"dark\" bg=\"rgba(255, 255, 255, 0.85)\" depth=\"2\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Simple Link\" style=\"link\" icon=\"icon-play\"]\n\n[button text=\"Simple Button\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h2 class=\"lead uppercase\">Drag And Drop Banner System</h2>\n<p class=\"lead\"><span style=\"font-size: 115%;\">Flatsome <strong>Banners</strong> is the heart of Flatsome. Our Banner System let you create beautiful <strong>responsive</strong> banners with drag and drop.</span></p>\n<p class=\"lead\"> </p>\n[ux_image id=\"10\"]\n\n\n[/col]\n[col span=\"14\"]\n\n[ux_banner height=\"56.25%\" height__sm=\"50%\" bg=\"11\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\" position_x=\"90\"]\n\n<h3>Small Title</h3>\n<p class=\"lead\">You can place a text box wherever you want on a Banner</p>\n[button text=\"Click me!\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h2>Banner Focus Point<b>™</b></h2>\n<p class=\"lead\">Set a focus point on the banner and the image will adjust to mobile a tablet screens. Perfect for resposnive Websites.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" image_size=\"original\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Banner Hover effects\"]\n\n[row]\n\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\"]\n\n<h3>Glow</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom-fade\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom Fade</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"blur\"]\n\n[text_box width=\"36\"]\n\n<h3>Blur</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-in\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade In</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-out\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade Out</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"color\"]\n\n[text_box width=\"36\"]\n\n<h3>Add Color</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"grayscale\"]\n\n[text_box width=\"36\"]\n\n<h3>Grayscale</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can also<strong> combine</strong> hover effects to create amazing hover effects</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\" border=\"3px 3px 3px 3px\" border_margin=\"10px 10px 10px 10px\" border_hover=\"zoom\"]\n\n[text_box width=\"51\"]\n\n<h3><strong>Add animated borders</strong></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"11\" parallax=\"2\"]\n\n[text_box width=\"41\"]\n\n<h2 class=\"uppercase\">BACKGROUND VIDEO</h2>\n\n[/text_box]\n\n[/ux_banner]', 'Banners', '', 'trash', 'closed', 'closed', '', 'banner__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://flatsome.dev/?page_id=3648', 4, 'page', '', 0),
(55, 1, '2016-01-12 17:26:06', '2016-01-12 17:26:06', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.42)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>IMAGE BOX ELEMENT</strong></h3>\r\n<p class=\"lead\">Create amazing image boxes with unlimited style options.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section]\r\n\r\n[row]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_image_box img=\"10\"]\r\n\r\n<h4>Simple Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"10\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"badge\" img=\"10\"]\r\n\r\n<h4>Badge Style</h4>\r\n<p>You can add shortcodes here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"10\"]\r\n\r\n<h2>Overlay Style</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"label\" img=\"10\"]\r\n\r\n<h4>Label Style</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"10\"]\r\n\r\n<h4>Shade Style</h4>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"push\" img=\"10\" image_height=\"90%\" text_hover=\"bounce\"]\r\n\r\n<h2>Push Style</h2>\r\n<p>Add any elements here..</p>\r\n[divider]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"8\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[ux_image_box style=\"vertical\" img=\"10\" image_width=\"48\"]\r\n\r\n<h2>Vertical Style Boxed</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n[button text=\"A button\" style=\"secondary alt-button\" radius=\"10\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section]\r\n\r\n[row]\r\n\r\n[col align=\"center\"]\r\n\r\n<h2>Create any kind of Image box by using the options in the Page Builder.</h2>\r\n<p class=\"lead\">We have created many examples here. Mix and Match effects to create your perfect Image Box</p>\r\n\r\n[/col]\r\n[col span=\"4\" depth=\"1\"]\r\n\r\n[ux_image_box img=\"10\" image_height=\"100%\"]\r\n\r\n<h4>Simple Centered Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"10\" image_height=\"100%\" depth=\"1\" text_bg=\"rgb(66, 66, 66)\" text_color=\"dark\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"10\" image_height=\"125%\" image_hover=\"blur\" text_pos=\"middle\" text_size=\"small\" text_hover=\"zoom-in\"]\r\n\r\n<h2>Overlay Style With Blur and Zoom</h2>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"10\" image_height=\"100%\"]\r\n\r\n<h4>Circle with Blur In Effect</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"10\" image_height=\"116%\"]\r\n\r\n<h4>Simple Shade  Style</h4>\r\n<p class=\"lead\">A beautiful box.</p>\r\n[button text=\"Quick View\" style=\"white\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"10\" image_height=\"100%\" image_radius=\"100\" image_hover=\"zoom\" text_pos=\"middle\" text_hover=\"bounce\"]\r\n\r\n<h3 class=\"uppercase\">Circle Image</h3>\r\n<p class=\"lead\">Create this by adding radius 100% to the image.</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Image Box', '', 'trash', 'closed', 'closed', '', 'image-box__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://flatsome.dev/?page_id=3569', 15, 'page', '', 0),
(56, 1, '2015-11-20 13:46:21', '2015-11-20 13:46:21', '[ux_banner height=\"540px\" bg=\"11\" bg_size=\"orginal\" bg_overlay__sm=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"35% 23%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"80\" animate=\"fadeInLeft\" position_x=\"95\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"alt-font\">Fancy Top Title</h3>\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"540px\" bg=\"11\" bg_color=\"rgb(113, 117, 186)\" bg_pos=\"60% 16%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"82\" position_x=\"10\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Create amazing Parallax effects</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"11\" bg_color=\"rgb(164, 113, 186)\" parallax=\"1\"]\r\n\r\n[text_box width=\"58\" width__sm=\"85\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"11\" bg_color=\"rgb(218, 218, 218)\" parallax=\"1\"]\r\n\r\n[text_box width=\"34\" width__sm=\"74\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>299$</strong></h2>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 185, 179, 0.91)\"]\r\n\r\n[text_box width__sm=\"79\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>SUMMER SALE END SOON</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.06)\"]\r\n\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"14\"]\r\n\r\n[ux_banner height=\"94%\" bg=\"11\" bg_pos=\"20% 60%\" parallax=\"2\"]\r\n\r\n[text_box width=\"31\" width__sm=\"61\" scale__sm=\"64\" position_x=\"90\" position_y=\"90\" text_align=\"right\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Add Hotspots to BAnners</strong></h3>\r\n<p class=\"lead\">Hotspots can be added to banners and dragged around. You can have Hotspots that goes to a Product Lightbox or just a simple Tooltip.</p>\r\n\r\n[/text_box]\r\n[ux_hotspot type=\"product\" prod_id=\"416\" text=\"Add product hotspots on banners\" bg_color=\"rgb(47, 166, 162)\" position_x=\"55\" position_y=\"25\"]\r\n\r\n[ux_hotspot text=\"Cool Camera :)\" size=\"large\" bg_color=\"#4DB7B3\" position_x=\"10\" position_y=\"80\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"17\" padding=\"0px 10% 0px 10%\"]\r\n\r\n[title style=\"center\" text=\"Add a Title here\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"450px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" parallax=\"3\"]\r\n\r\n[text_box width__sm=\"93\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Join Our Newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\"]\r\n\r\n[col span=\"6\" span__sm=\"17\" padding=\"10% 10% 0px 10%\" bg_color=\"rgb(240, 240, 240)\"]\r\n\r\n[title style=\"center\" text=\"Featured\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" show=\"featured\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n[ux_banner height=\"99%\" bg=\"11\" bg_pos=\"56% 22%\" parallax=\"2\"]\r\n\r\n[text_box width=\"37\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>29$</strong></h2>\r\n\r\n[/text_box]\r\n[ux_hotspot position_x=\"55\" position_y=\"15\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"simple\" slider_nav_color=\"light\" width=\"full-width\" columns=\"7\"]', 'Parallax Shop', '', 'trash', 'closed', 'closed', '', 'parallax-shop__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 68, 'http://flatsome.dev/?page_id=3288', 3, 'page', '', 0),
(57, 1, '2015-11-20 12:36:31', '2015-11-20 12:36:31', '', 'Size Chart', '', 'trash', 'closed', 'closed', '', 'size-chart__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 45, 'http://flatsome.dev/?page_id=3282', 0, 'page', '', 0),
(58, 1, '2015-11-20 08:27:14', '2015-11-20 08:27:14', '[section bg_color=\"rgb(241, 241, 241)\" padding=\"8px\" margin=\"15px\"]\r\n\r\n[row style=\"collapse\" col_style=\"dashed\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\" align=\"center\"]\r\n\r\n[featured_box img=\"10\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Delivery</strong> World Wide* <a href=\"#\">Learn more</a></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"10\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\">Loved by our Customers. <strong>5000+</strong> Reviews</span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"10\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Returns</strong> and <strong>Free Shipping</strong></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.17)\"]\r\n\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title text=\"Our BestSellers\" size=\"undefined\" link_text=\"Browse All\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" orderby=\"sales\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\" text_padding=\"20px 20px 20px 20px\"]\r\n\r\n[title text=\"Latest on Sale\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" orderby=\"sales\" show=\"onsale\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title text=\"Weekly Featured Products\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[gap height=\"50px\"]\r\n\r\n[ux_banner height=\"399px\" bg=\"11\" bg_size=\"large\" bg_overlay=\"rgba(0, 0, 0, 0.08)\" bg_pos=\"53% 43%\" parallax=\"3\"]\r\n\r\n[text_box width=\"58\" width__sm=\"80\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Sale Ends Soon</strong></h2>\r\n<h4 class=\"lead uppercase\">Up to <strong>50% off</strong> selected products</h4>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.23)\"]\r\n\r\n[button text=\"Browse now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height=\"44px\"]\r\n\r\n[ux_product_categories style=\"bounce\" image_height=\"107%\"]', 'Mega Shop', '', 'trash', 'closed', 'closed', '', 'mega-shop__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 68, 'http://flatsome.dev/?page_id=3257', 9, 'page', '', 0),
(59, 1, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '[woocommerce_my_account]', 'My Account', '', 'trash', 'closed', 'closed', '', 'my-account__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 0, 'http://flatsome.dev/my-account/', 0, 'page', '', 0),
(60, 1, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '[woocommerce_checkout]', 'Checkout', '', 'trash', 'closed', 'closed', '', 'checkout__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 0, 'http://flatsome.dev/checkout/', 0, 'page', '', 0),
(61, 1, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '[woocommerce_cart]', 'Cart', '', 'trash', 'closed', 'closed', '', 'cart__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 0, 'http://flatsome.dev/cart/', 0, 'page', '', 0),
(62, 1, '2015-11-19 10:40:52', '2015-11-19 10:40:52', '', 'Shop', '', 'trash', 'closed', 'closed', '', 'shop__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 0, 'http://flatsome.dev/shop/', 0, 'page', '', 0),
(63, 1, '2015-11-17 20:28:02', '2015-11-17 20:28:02', 'Coming soon...', 'Booking', '', 'trash', 'closed', 'closed', '', 'booking__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 67, 'http://localhost:8888/flatsome-next/?page_id=3055', 5, 'page', '', 0),
(64, 1, '2015-11-17 20:27:42', '2015-11-17 20:27:42', 'Coming soon...', 'Lifestyle', '', 'trash', 'closed', 'closed', '', 'lifestyle__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 67, 'http://localhost:8888/flatsome-next/?page_id=3053', 10, 'page', '', 0),
(65, 1, '2015-11-17 20:25:08', '2015-11-17 20:25:08', '[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" bg_pos=\"49% 43%\" parallax=\"4\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"59\" width__sm=\"100\" scale__sm=\"131\" animate=\"fadeInUp\" parallax=\"-3\" text_depth=\"1\"]\r\n\r\n<h1 class=\"uppercase\"><strong>WE\'re a creative Agency</strong></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n[video_button size=\"130\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.47)\" bg_pos=\"34% 46%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"10\" position_y=\"70\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Browse Portfolio\" style=\"outline\" size=\"larger\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Portfolio\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Our Clients\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section label=\"Media Right\" bg_color=\"rgb(207, 207, 207)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"large\" h_align=\"center\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\">Contact Us</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n\r\n[accordion auto_open=\"true\"]\r\n\r\n[accordion-item title=\"How long does it takes to we get back to you\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item]\r\n\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add anything here\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Research\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"LAtest NEws\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"push\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" badge_style=\"circle\" image_height=\"180px\"]', 'Agency', '', 'trash', 'closed', 'closed', '', 'agency__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 67, 'http://localhost:8888/flatsome-next/?page_id=3049', 3, 'page', '', 0),
(66, 1, '2015-11-17 20:15:56', '2015-11-17 20:15:56', '[section bg_color=\"#fafafa\"]\r\n\r\n[block id=\"10\"]\r\n\r\n\r\n[/section]', 'Demos', '', 'trash', 'closed', 'closed', '', 'demos__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 0, 'http://localhost:8888/flatsome-next/?page_id=3031', 0, 'page', '', 0),
(67, 1, '2015-11-17 19:45:39', '2015-11-17 19:45:39', 'Business demos', 'Business Demos', '', 'trash', 'closed', 'closed', '', 'business-demos__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 66, 'http://localhost:8888/flatsome-next/?page_id=3025', 0, 'page', '', 0),
(68, 1, '2015-11-17 19:43:25', '2015-11-17 19:43:25', '[ux_pages parent=\"3021\" depth=\"1\"]', 'Shop Demos', '', 'trash', 'closed', 'closed', '', 'shop-demos__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 66, 'http://localhost:8888/flatsome-next/?page_id=3021', 0, 'page', '', 0),
(69, 1, '2014-02-10 14:07:58', '2014-02-10 14:07:58', '[section label=\"Top Section\" bg=\"11\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"65% 40%\" parallax=\"3\" dark=\"true\" padding=\"0px\" height=\"424px\"]\n\n[row]\n\n[col span__sm=\"12\" padding=\"5% 6% 0px 10%\" align=\"center\"]\n\n<h1 class=\"uppercase\"><strong>Section Element</strong></h1>\n<p class=\"lead\">Sections are used for creating full width backgrounds with content inside it. You can have Parallax Effects and Background Videos.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(233, 233, 233)\" padding=\"50px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Simple section with a two column row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgb(36, 36, 36)\" dark=\"true\" padding=\"60px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Dark section with a row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Background Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h2>A section with a background video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" dark=\"true\" padding=\"60px\" height=\"50vh\"]\n\n[row style=\"collapse\" h_align=\"center\"]\n\n[col span=\"6\" align=\"center\"]\n\n<h2>A section can have a background image or a background color</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(243, 243, 243)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\"]\n\n<h2>A Section with a Image on the right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Parallax Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"9\" align=\"center\"]\n\n<h2>A Parallax Background Video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(50, 50, 50)\" dark=\"true\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(243, 243, 243)\" bg_overlay=\"rgba(255, 255, 255, 0.9)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A Section with Image and a background</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image left.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\" h_align=\"right\"]\n\n[col span=\"6\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image right.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" parallax=\"1\" dark=\"true\" padding=\"97px\" height=\"300px\"]\n\n[title text=\"Section With a parallax background\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(255, 255, 255, 0.89)\" bg_pos=\"25% 0%\" parallax=\"1\" padding=\"60px\" height=\"300px\"]\n\n[row style=\"collapse\" width=\"full-width\" h_align=\"center\"]\n\n[col span=\"6\" padding=\"0 10%\" align=\"center\"]\n\n<h2>A product slider inside a section</h2>\n[button text=\"Click me now\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(63, 63, 63)\" dark=\"true\" mask=\"arrow\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"10\"]\n\n<h3>Section With A Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(160, 160, 160)\" dark=\"true\" mask=\"angled\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(117, 117, 117, 0.44)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"9\"]\n\n<h3>Section with Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"arrow-large\" height=\"365px\"]\n\n[row]\n\n[col]\n\n<h3>Section with a Large Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Sections', '', 'trash', 'closed', 'closed', '', 'sections__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://localhost:8888/test/?page_id=2585', 1, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(70, 1, '2014-02-08 21:03:57', '2014-02-08 21:03:57', '[section bg_color=\"rgb(237, 239, 241)\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid Element\" size=\"120\"]\r\n\r\n[ux_banner_grid height=\"600\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"69\" width__sm=\"60\" position_y=\"5\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"42\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">DRAG AND DROP EDITING</h2>\r\n<p class=\"lead\">Creating amazing Banner Grids is incredible easy with the new <strong>UX Builder</strong></p>\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"10\" depth=\"3\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"11\" bg_color=\"rgb(28, 28, 28)\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" parallax=\"2\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid With A Background\" size=\"undefined\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"8\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"61% 30%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Use Banner Grids to Create Portfolio Grids\" margin_top=\"31px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.15)\" bg_pos=\"34% 46%\" hover=\"zoom\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"5\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"center\" text=\"Add Slider to Banner Grids\" margin_top=\"28px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Banner Grids', '', 'trash', 'closed', 'closed', '', 'banner-grid__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=2560', 13, 'page', '', 0),
(71, 1, '2013-12-30 15:48:22', '2013-12-30 15:48:22', '[gap height=\"32px\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"6\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"overlay-add\"]\r\n\r\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"80\" scale=\"99\" position_x=\"10\" position_y=\"90\" text_align=\"left\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n[button text=\"Shop now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"58% 24%\"]\r\n\r\n[text_box width=\"80\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any CONTENT here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\"]\r\n\r\n[text_box width=\"80\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"13\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"glow\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"49\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts badge_style=\"square\" image_height=\"75%\" image_hover=\"zoom\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Grid Style 1', '', 'trash', 'closed', 'closed', '', 'grid-style-1__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 68, 'http://localhost:8888/test/?page_id=2138', 6, 'page', '', 0),
(72, 1, '2013-12-20 14:31:52', '2013-12-20 14:31:52', '[ux_banner height=\"444px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>LIGHTBOX SHORTCODE</strong></h3>\r\n<p class=\"lead\">Open any content in a lightbox</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[button text=\"Lightbox button\" link=\"#test\"]\r\n\r\n<p><a href=\"#test\">Lightbox link</a></p>\r\n<p>[lightbox id=\"test\" width=\"600px\" padding=\"20px\"]<br />Add lightbox content here...<br />\r\n[/lightbox]\r\n</p>\r\n<pre>[button text=\"Lightbox button\" link=\"<b>#test</b>\"][lightbox id=\"<b>test</b>\" width=\"600px\" padding=\"20px\"]Add lightbox content here...[/lightbox]</pre>\r\n\r\n[/col]\r\n\r\n[/row]', 'Lightbox', '', 'trash', 'closed', 'closed', '', 'lightbox__trashed', '', '', '2018-04-15 03:55:38', '2018-04-15 03:55:38', '', 94, 'http://localhost:8888/test/?page_id=2058', 16, 'page', '', 0),
(73, 1, '2013-12-16 09:57:42', '2013-12-16 09:57:42', '[ux_slider]\r\n\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.31)\" bg_pos=\"68% 27%\"]\r\n\r\n[text_box width=\"52\" width__sm=\"80\" animate=\"bounceIn\" parallax=\"-1\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 160%;\">Now Online!</span></p>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 200%;\" data-line-height=\"xs\">BIG SalE</span></strong></h2>\r\n<h3 class=\"lead uppercase\">up to <strong>70%</strong> off</h3>\r\n[button text=\"Shop Now\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"68% 11%\"]\r\n\r\n[text_box width=\"52\" width__sm=\"77\" animate=\"fadeInUp\" parallax=\"-1\" position_x=\"10\" position_x__sm=\"5\" position_y__sm=\"50\" text_align=\"left\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 160%;\">New Trends 2016</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong><span data-line-height=\"xs\">CELEBRATE SUMMER<br /></span></strong></span></h2>\r\n[button text=\"Shop Now\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.12)\" bg_pos=\"42% 18%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"75\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"50% 57%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"70\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"31% 0%\" hover=\"zoom-fade\"]\r\n\r\n[text_box text_color=\"dark\" width=\"70\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" padding=\"40px 0px 0px 0px\" align=\"center\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">Welcome to our Shop</span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"About us\" style=\"outline\" size=\"small\" radius=\"99\" link=\"about-us\"]\r\n\r\n[button text=\"Shop now\" size=\"small\" radius=\"99\" icon_pos=\"left\" link=\"shop\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" type=\"grid\" grid_height=\"400px\" number=\"4\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_pos=\"middle\" text_size=\"large\"]\r\n\r\n[title style=\"center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_products cat=\"81\"]\r\n\r\n[ux_banner height=\"426px\" bg=\"11\" bg_pos=\"72% 78%\" parallax=\"3\"]\r\n\r\n[text_box width=\"61\" width__sm=\"79\" scale__sm=\"158\" animate=\"fadeInRight\" position_x__sm=\"50\" border_style=\"dashed\" border_radius=\"0\" border_color=\"rgba(255, 255, 255, 0.27)\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" pos=\"center\" title=\"Shop Feature 1\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" pos=\"center\" title=\"Shop Feature 2\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" pos=\"center\" title=\"Shop Feature 3\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Latest news\" margin_top=\"30px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"vertical\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" title_style=\"uppercase\" badge_style=\"circle-inside\" image_height=\"100%\" image_width=\"53\" image_radius=\"100\"]\r\n\r\n[title style=\"center\" text=\"Follow Us on Instagram\" icon=\"icon-instagram\" margin_top=\"30px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"circle\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]', 'Fullscreen Fashion', '', 'trash', 'closed', 'closed', '', 'fullscreen-fashion__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 68, 'http://localhost:8888/test/?page_id=2000', 5, 'page', '', 0),
(74, 1, '2013-09-07 23:21:13', '2013-09-07 23:21:13', '[woocommerce_order_tracking]', 'Track your order', '', 'trash', 'closed', 'closed', '', 'track-order__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 0, 'http://localhost:8888/test/?page_id=790', 0, 'page', '', 0),
(75, 1, '2013-08-19 19:35:32', '2013-08-19 19:35:32', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.61)\" bg_pos=\"41% 71%\" parallax=\"3\"]\r\n\r\n[text_box parallax=\"2\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Message Box Element</strong></h2>\r\n<p class=\"lead\">Create beautiful Call to Action areas.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"center\" text=\"Message Box Element\"]\r\n\r\n[message_box padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"9\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"2\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n[title style=\"center\" text=\"Use to Create Call to Actions areas\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"11\" bg_color=\"rgba(0, 0, 0, 0.62)\" padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"8\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">Use Message Boxes to create Call to action messages</h2>\r\n\r\n[/col_inner]\r\n[col_inner span=\"3\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Full Width Message box\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"11\" bg_color=\"rgba(0, 0, 0, 0.75)\" padding=\"27\"]\r\n\r\n[row v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n<h3 class=\"uppercase\">Signup for Newsletter and get <span class=\"fancy-underline\">50% off</span> your next purchase</h3>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"17\" align=\"right\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]', 'Message box', '', 'trash', 'closed', 'closed', '', 'message-box__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=670', 21, 'page', '', 0),
(76, 1, '2013-08-18 15:48:20', '2013-08-18 15:48:20', '[ux_banner height=\"360px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"56% 97%\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60%\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Categories Element</strong></h3>\n<p class=\"lead\">Create beautiful overview of your Shop categories. There is almost unlimited variations, but here are some examples.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col]\n\n[title style=\"center\" text=\"Simple\"]\n\n[ux_product_categories style=\"normal\"]\n\n[title style=\"center\" text=\"Badge style\"]\n\n[ux_product_categories]\n\n[title style=\"center\" text=\"Overlay Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\"]\n\n[title style=\"center\" text=\"Grid style\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"3\" columns=\"3\" animate=\"fadeInLeft\" number=\"4\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" text_pos=\"middle\" text_size=\"large\"]\n\n[title style=\"center\" text=\"Circle Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_height=\"100%\" image_radius=\"100\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"bounce\"]\n\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(51, 51, 51)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Be creative! Mix and match settings\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"13\" col_spacing=\"small\" columns=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\" number=\"5\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" image_hover=\"color\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\"]\n\n\n[/section]', 'Product Categories', '', 'trash', 'closed', 'closed', '', 'product-categories__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=654', 22, 'page', '', 0),
(77, 1, '2013-08-18 15:41:31', '2013-08-18 15:41:31', '[ux_banner height=\"451px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.45)\"]\r\n\r\n[text_box width=\"66\" parallax=\"-4\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Product Element</strong></h2>\r\n<p class=\"lead\">List products anywhere in a beautiful style. Choose between Slider, Rows, Grid and Masonry Style. Select products from a custom category or sort by sales, featured items or latest. You can also select custom products.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Simple Sale Slider\"]\r\n\r\n[ux_products orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Products Slider\" icon=\"icon-star\"]\r\n\r\n[ux_products  show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Best Selling Products\" icon=\"icon-heart\"]\r\n\r\n[ux_products orderby=\"sales\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"circle\" col_spacing=\"normal\" depth=\"1\" depth_hover=\"5\" cat=\"tops\" image_height=\"200%\" image_size=\"medium\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_size=\"large\" text_hover=\"hover-slide\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style 2\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" width=\"full-width\" col_spacing=\"collapse\" columns=\"6\" cat=\"80\" orderby=\"rand\" image_height=\"200%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.58)\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\" text_hover=\"zoom-in\"]\r\n\r\n[title style=\"bold-center\" text=\"Grid Style\" margin_top=\"16px\"]\r\n\r\n[ux_products style=\"shade\" type=\"grid\" grid_height=\"650px\" products=\"4\" orderby=\"sales\" show=\"featured\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_align=\"left\" text_size=\"large\"]\r\n\r\n[title style=\"bold-center\" text=\"Masonery Style\"]\r\n\r\n[ux_products type=\"masonry\" depth=\"1\" depth_hover=\"5\" text_align=\"left\"]\r\n\r\n[title style=\"bold-center\" text=\"Mix and match styles\"]\r\n\r\n[ux_products style=\"overlay\" image_height=\"169%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.67)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\" text_size=\"large\"]', 'Products', '', 'trash', 'closed', 'closed', '', 'products__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=650', 23, 'page', '', 0),
(78, 1, '2013-08-18 15:12:19', '2013-08-18 15:12:19', '[ux_banner height=\"329px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.28)\" parallax=\"2\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Share & Follow Icons</strong></h3>\r\n<p>Beautiful Share and Follow Icons that you can insert anywhere with the Page Builder.</p>\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title text=\"Share icons\"]\r\n\r\n[share]\r\n\r\n[title text=\"Follow icons\"]\r\n\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons Fill\"]\r\n\r\n[follow style=\"fill\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons small\"]\r\n\r\n[follow style=\"small\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow icons Larger\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Larger Fill\" size=\"undefined\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Large\" size=\"undefined\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(48, 48, 48)\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Follow icons dark\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[gap height=\"11px\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/section]', 'Share / follow icons', '', 'trash', 'closed', 'closed', '', 'sharefollow-icons__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=644', 24, 'page', '', 0),
(79, 1, '2013-08-18 15:09:39', '2013-08-18 15:09:39', '[ux_banner height=\"395px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width__sm=\"86\" scale__sm=\"138\"]\n\n<h3 class=\"uppercase\"><strong>TEAM MEMBER ELEMENT</strong></h3>\n<p class=\"lead\">Use this for presenting your team member or staff</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Default Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Color Icon style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Mark Jance\" title=\"CTO / Developer\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bounce Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Push Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"push\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"push\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"push\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Circle\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Grayscale\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n[section bg=\"11\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(0, 0, 0, 0.84)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Mix and match styles\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"small\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\" image_hover_alt=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"9\" image_hover=\"glow\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_hover=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n\n[/section]', 'Team Member', '', 'trash', 'closed', 'closed', '', 'team-member__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=642', 26, 'page', '', 0),
(80, 1, '2013-08-18 14:46:20', '2013-08-18 14:46:20', '[ux_banner height=\"500px\" bg=\"11\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.12)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>ICON BOX ELEMENT</strong></h3>\n<p class=\"lead\">Create simple icon boxes with this element. Upload any SVG icon or image. You can find beautiful SVG icons here: </p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Top Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Top Align with border\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Left Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(140, 188, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(25, 130, 188)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(188, 69, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]', 'Icon Box', '', 'trash', 'closed', 'closed', '', 'icon-box__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=637', 14, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(81, 1, '2013-08-18 14:39:33', '2013-08-18 14:39:33', '[ux_banner height=\"500px\" bg=\"11\" parallax=\"2\"]\r\n\r\n[text_box parallax=\"-2\"]\r\n\r\n<h1>Section Titles</h1>\r\n<p class=\"lead\">Split content with beautiful Section Titles</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col]\r\n\r\n[title text=\"This is a normal title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title with Icon\" icon=\"icon-star\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link and icon\" icon=\"icon-star-o\" size=\"undefined\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold title\" size=\"171\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold\" text=\"This is a bold title with link\" link_text=\"Click here\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold centered title\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n', 'Titles / Dividers', '', 'trash', 'closed', 'closed', '', 'titles-dividers__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://localhost:8888/test/?page_id=636', 7, 'page', '', 0),
(82, 1, '2013-08-18 12:30:42', '2013-08-18 12:30:42', '[gap]\r\n\r\n[ux_banner_grid height=\"575\"]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"large\" bg_color=\"rgb(2, 2, 2)\" bg_pos=\"56% 29%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" width__sm=\"78\" scale=\"99\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" color=\"white\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"large\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" scale=\"99\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"67\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"13\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"bold-center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"37\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[gap height=\"18px\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" badge_style=\"square\" image_height=\"200px\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"circle\" width=\"full-width\" columns=\"6\"]', 'Grid Style 2', '', 'trash', 'closed', 'closed', '', 'grid-style-2__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 68, 'http://localhost:8888/test/?page_id=624', 7, 'page', '', 0),
(83, 1, '2013-08-11 20:13:42', '2013-08-11 20:13:42', '[row]\n\n[col]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n\n[/row]', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2018-04-15 05:54:21', '2018-04-15 05:54:21', '', 0, 'http://localhost:8888/test/?page_id=545', 0, 'page', '', 0),
(84, 1, '2013-08-11 19:57:03', '2013-08-11 19:57:03', '[ux_banner height=\"398px\" bg=\"11\" bg_pos=\"66% 25%\" parallax=\"2\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Testemonial element</strong></h3>\n<p class=\"lead\">Tell your customers how happy your clients are</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"With image left\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>This is a FANTASTIC Theme. Do you think that in the next version you could try and have it Multilanguage. Because I have nothing bad to say about this theme. Thank a million!</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"With image on Top\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed Vertical\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Testemonials in a row slider\"]\n\n[ux_slider hide_nav=\"true\" nav_color=\"dark\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n\n[/ux_slider]\n[title style=\"center\" text=\"Testemonials in a slider\"]\n\n[ux_slider]\n\n[ux_banner height=\"378px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9147\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"378px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9148\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Testimonials', '', 'trash', 'closed', 'closed', '', 'testemonials__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=539', 27, 'page', '', 0),
(85, 1, '2013-08-11 19:54:47', '2013-08-11 19:54:47', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.49)\"]\r\n\r\n[text_box width=\"76\"]\r\n\r\n<h1>Buttons</h1>\r\n<p class=\"lead\">Create beautiful Call to Action buttons with the amazing Button Element</p>\r\n[button text=\"Primary Button\" style=\"shade\" link=\"test?asdf&asdf=asdf&asdf&\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Unlimited Variations</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" radius=\"12\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" icon=\"icon-heart\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\" radius=\"6\" icon=\"icon-heart\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg_color=\"rgb(44, 44, 44)\" dark=\"true\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Buttons on Dark background</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n[button text=\"White outline\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Styles</h3>\r\n<p>Select between many different button styles.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Simple link\" style=\"link\"]\r\n\r\n[button text=\"Underline\" style=\"underline\"]\r\n\r\n[button text=\"Outline\" style=\"outline\" depth=\"2\" depth_hover=\"2\"]\r\n\r\n[button text=\"Normal\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Gloss\" style=\"gloss\" radius=\"99\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Shade\" style=\"shade\" radius=\"7\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Bevel\" style=\"bevel\" radius=\"12\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button with icon</h3>\r\n<p>Choose between many included Flatsome Icons.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Icon Button\" style=\"bevel\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Icon Left\" style=\"outline\" radius=\"6\" icon=\"icon-instagram\"]\r\n\r\n[button text=\"Reveal Left\" style=\"outline\" icon=\"icon-play\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Reveal Right\" icon=\"icon-angle-right\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Large Button\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Large Reveal\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-checkmark\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Simple Button Styles</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\" style=\"link\" icon=\"icon-play\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"link\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"link\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"link\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Radius</h3>\r\n<p>Add custom radius to buttons</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Normal Button\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" size=\"large\" radius=\"99\"]\r\n\r\n[button text=\"Normal Button\" style=\"outline\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" style=\"outline\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Shadow</h3>\r\n<p>Add drop shadow to buttons to make them stand out more.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Large Shadow\" style=\"bevel\" size=\"large\" depth=\"5\" depth_hover=\"4\"]\r\n\r\n[button text=\"Medium Shadow\" style=\"bevel\" size=\"large\" depth=\"3\" depth_hover=\"4\"]\r\n\r\n[button text=\"Small Shadow\" style=\"bevel\" size=\"large\" depth=\"1\" depth_hover=\"2\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Sizes</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"x Small\" size=\"xsmall\"]\r\n\r\n[button text=\"Smaller\" size=\"smaller\"]\r\n\r\n[button text=\"Small\" size=\"small\"]\r\n\r\n[button text=\"Normal\"]\r\n\r\n[button text=\"Large\" size=\"large\"]\r\n\r\n[button text=\"Larger\" size=\"larger\"]\r\n\r\n[button text=\"X LARGE\" size=\"xlarge\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Smart Links</h3>\r\n<p>Add simple text to button links to link to various WordPress and WooCommerce pages.</p>\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n<p>\'<strong>shop</strong>\' : Goes to Shop page</p>\r\n<p>\'<strong>account\'</strong> Goes to My Account Page</p>\r\n<p>\'<strong>checkout\'</strong> Goes to Checkout page</p>\r\n<p>\'<strong>blog\'</strong> Goes to blog page</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>\'<strong>home</strong>\' Goes to homepage</p>\r\n<p><strong>\'wishlist</strong>\' Goes to wishlist page</p>\r\n<p>\'<strong>Page Title</strong>\' Goes to page by Title.</p>\r\n\r\n[/col]\r\n\r\n[/row]', 'Buttons', '', 'trash', 'closed', 'closed', '', 'buttons__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://localhost:8888/test/?page_id=538', 6, 'page', '', 0),
(86, 1, '2013-08-11 19:22:53', '2013-08-11 19:22:53', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"5\" text_align=\"left\"]\n\n<h3 class=\"uppercase\" data-padding=\"30px\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\n<p> </p>\n<h3>PT. Foamindo Industri Uretan</h3>\n<h3>Address :</h3>\n<h3>Jl. Telesonic Ujung 120 Km. 8, Tangerang, Indonesia</h3>\n<h3>Email : info@foamindo.com</h3>\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'publish', 'closed', 'closed', '', 'contact', '', '', '2018-04-24 12:51:05', '2018-04-24 12:51:05', '', 0, 'http://localhost:8888/test/?page_id=532', 0, 'page', '', 0),
(87, 1, '2013-08-11 19:17:44', '2013-08-11 19:17:44', 'Take a look here on how to setup your blog page: http://docs.uxthemes.com/article/243-how-to-setup-your-blog-page', 'Blog', '', 'publish', 'closed', 'closed', '', 'blog', '', '', '2013-08-11 19:17:44', '2013-08-11 19:17:44', '', 0, 'http://localhost:8888/test/?page_id=530', 0, 'page', '', 0),
(88, 1, '2013-08-11 19:06:15', '2013-08-11 19:06:15', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"certificate\" link=\"#certificate\" bullet=\"false\"]\n\n[section label=\"certificate\"]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"ISO CERTIFICATE\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"720\" image_size=\"original\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Company', '', 'publish', 'closed', 'closed', '', 'company', '', '', '2018-04-24 12:48:47', '2018-04-24 12:48:47', '', 0, 'http://localhost:8888/test/?page_id=520', 0, 'page', '', 0),
(89, 1, '2013-08-11 18:47:13', '2013-08-11 18:47:13', '[map lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgb(255, 255, 255)\" content_width__sm=\"100\" position_x=\"50\" position_x__sm=\"0\" position_y=\"50\" saturation=\"-100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>GOOGLE MAP ELEMENT</strong></h3>\r\n<p class=\"lead\">Add highly customisable Google Maps to any page.</p>\r\n\r\n[/map]\r\n[title style=\"center\" text=\"Examples\" margin_top=\"14px\"]\r\n\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map controls=\"true\"]\r\n\r\n<p><strong>Map With Tools</strong></p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"89\" color=\"#6d5854\"]\r\n\r\n<p>Use any color  for your map</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"86\" position_x=\"5\" position_y=\"5\" saturation=\"-100\"]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[map height=\"589px\" height__sm=\"747px\" lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgba(255, 255, 255, 0.85)\" content_width__sm=\"100\" position_x__sm=\"100\" position_y=\"10\" position_y__sm=\"100\" saturation=\"44\"]\r\n\r\n[title text=\"A map with a Form\" icon=\"icon-envelop\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/map]', 'Map', '', 'trash', 'closed', 'closed', '', 'map__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=514', 20, 'page', '', 0),
(90, 1, '2013-08-11 18:04:55', '2013-08-11 18:04:55', '[ux_slider bg_color=\"rgb(79, 79, 79)\" hide_nav=\"true\" nav_size=\"normal\"]\r\n\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"60% 16%\" parallax=\"2\"]\r\n\r\n[text_box width__sm=\"69\" scale__sm=\"105\" animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n[divider]\r\n\r\n<h2 class=\"uppercase\">Introducing This Spring Fashion News</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"60% 16%\" parallax=\"2\"]\r\n\r\n[text_box width__sm=\"69\" scale__sm=\"105\" animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n<h2 class=\"uppercase\">Introducing This Spring Fashion News</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" parallax=\"2\"]\r\n\r\n[text_box animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n<h2 class=\"uppercase\">Add anything Here in the Page Builder</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[title style=\"center\" text=\"Featured Products\" size=\"100\"]\r\n\r\n[ux_products show=\"featured\" image_height=\"112%\"]\r\n\r\n[title style=\"center\" text=\"Browse Categories\" size=\"100\"]\r\n\r\n[ux_product_categories style=\"overlay\" slider_nav_style=\"circle\" animate=\"fadeInLeft\" image_height=\"87%\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_pos=\"middle\"]\r\n\r\n[title style=\"center\" text=\"Latest blog posts\" size=\"100\"]\r\n\r\n[blog_posts style=\"bounce\" col_spacing=\"small\" title_size=\"larger\" title_style=\"uppercase\" badge_style=\"circle\" excerpt=\"false\" image_height=\"235px\" image_overlay=\"rgba(0, 0, 0, 0.15)\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_size=\"small\"]', 'Simple Slider', '', 'trash', 'closed', 'closed', '', 'simple-slider__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 68, 'http://localhost:8888/test/?page_id=501', 11, 'page', '', 0),
(91, 1, '2013-08-11 15:41:20', '2013-08-11 15:41:20', '[ux_slider hide_nav=\"true\" bullets=\"false\"]\n\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(19, 6, 6, 0.36)\" bg_pos=\"53% 5%\"]\n\n[text_box width=\"61\" width__sm=\"80\" scale=\"136\" scale__sm=\"154\" position_y=\"75\"]\n\n<h3 class=\"uppercase\"><strong>SLIDER ELEMENT</strong></h3>\n<p class=\"lead\">Create amazing Sliders with our Slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"11\" bg_pos=\"22% 46%\"]\n\n[text_box width=\"40\" width__sm=\"80\" position_y=\"70\"]\n\n<h3>This is a Full Width Slider</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n[button text=\"Click me\" style=\"outline\" radius=\"10\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" slide_effect=\"zoom-in\" bg=\"11\" bg_pos=\"49% 42%\"]\n\n[text_box animate=\"bounceIn\"]\n\n<h3>Add Animations and Slide Effects</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\" h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h3 class=\"uppercase\"><strong>Drag and Drop Editing</strong></h3>\n<p class=\"lead\">Use the UX Builder to Create amazing homepage sliders and ladingpages.</p>\n\n[/col]\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" size=\"undefined\"]\n\n[ux_slider style=\"container\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Focused Slider Style\" size=\"undefined\"]\n\n[ux_slider style=\"focus\" bg_color=\"rgb(82, 82, 82)\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Shadow Slide Style\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" bg_color=\"rgb(238, 238, 238)\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Free Scroll Shadow Slider\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" slide_width=\"500px\" bg_color=\"rgb(238, 238, 238)\" freescroll=\"true\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"51% 19%\"]\n\n[text_box width=\"76\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"53% 13%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"66\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"56% 11%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 9%\"]\n\n[text_box width=\"72\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Dark arrows\" size=\"undefined\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(222, 222, 222)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(238, 238, 238)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"light arrows\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(46, 46, 46)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(54, 54, 54)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"always visible arrows\"]\n\n[ux_slider hide_nav=\"true\"]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(229, 191, 191)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(171, 204, 196)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Simple arrows\"]\n\n[ux_slider hide_nav=\"true\" nav_style=\"simple\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav Circle outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_color=\"dark\" bullets=\"false\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n\n[/row]', 'Sliders', '', 'trash', 'closed', 'closed', '', 'sliders__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://localhost:8888/test/?page_id=464', 3, 'page', '', 0),
(92, 1, '2013-08-11 15:26:47', '2013-08-11 15:26:47', '[section bg=\"11\" bg_color=\"rgb(50, 50, 50)\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" dark=\"true\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">Amazing Blog Posts Element</h1>\n<p class=\"lead\">Display your Blog posts in many different ways.</p>\n<ul>\n<li class=\"bullet-checkmark\">Unlimited Styles and Options</li>\n<li class=\"bullet-checkmark\">Select Custom Posts</li>\n<li class=\"bullet-checkmark\">Slider / Row / Grid and Masonry Style</li>\n</ul>\n\n[/col]\n[col span=\"9\"]\n\n[blog_posts style=\"shade\" type=\"slider-full\" grid=\"2\" slider_nav_style=\"circle\" columns=\"1\" title_size=\"larger\" show_date=\"text\" excerpt=\"false\" show_category=\"label\" comments=\"false\" image_size=\"large\" image_overlay=\"rgba(0, 0, 0, 0.09)\" image_hover=\"overlay-remove\" text_size=\"large\" text_hover=\"bounce\" text_padding=\"10% 0px 10% 0px\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section]\n\n[title style=\"center\" text=\"Default Style\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\n\n[title style=\"center\" text=\"Bounce Style\" size=\"undefined\"]\n\n[blog_posts style=\"bounce\" badge_style=\"square\" image_height=\"75%\"]\n\n[title style=\"center\" text=\"Push Style\" margin_top=\"17px\" size=\"undefined\"]\n\n[blog_posts style=\"push\" columns=\"3\" badge_style=\"circle-inside\" image_height=\"75%\"]\n\n\n[/section]\n[section bg_color=\"rgb(62, 62, 62)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Blog posts inside a dark section\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_nav_position=\"outside\" columns=\"3\" image_height=\"56.25%\"]\n\n\n[/section]\n[title style=\"center\" text=\"Vertical Slide Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"2\" image_height=\"89%\" image_width=\"43\"]\n\n[title style=\"center\" text=\"Animated Blog posts in grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" animate=\"fadeInUp\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Overlay Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.17)\" image_hover=\"zoom\"]\n\n[title style=\"center\" text=\"Overlay Grayscale\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" animate=\"fadeInLeft\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.56)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p>Select between many different Hover Styles</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Read More button\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" depth=\"2\" readmore=\"Read More\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"shade\" type=\"grid\" columns=\"3\" depth=\"1\" posts=\"4\" title_size=\"larger\" title_style=\"uppercase\" readmore=\"Read More\" badge_style=\"circle-inside\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Masonery Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"masonry\" columns=\"3\" depth=\"2\" image_height=\"180px\"]', 'Blog Posts', '', 'trash', 'closed', 'closed', '', 'blog-posts__trashed', '', '', '2018-04-10 15:47:54', '2018-04-10 15:47:54', '', 94, 'http://localhost:8888/test/?page_id=456', 8, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(93, 1, '2013-08-11 15:20:04', '2013-08-11 15:20:04', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[row]\n\n[col span=\"4\"]\n\n<h1>Tabs Element</h1>\n<p>Ad flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed.  </p>\n\n[/col]\n[col span=\"8\"]\n\n[tabgroup style=\"tabs\"]\n\n[tab title=\"Tab 3 Title\"]\n\n<p> lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 1 Title\"]\n\n<p>Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed..</p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n\n[/section]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs Bottom\" style=\"line-bottom\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Tabs Pills Centered\" style=\"pills\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Outline Tabs Centered\" style=\"outline\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[tabgroup title=\"Line Grow Tabs Center\" style=\"line-grow\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col]\n\n[tabgroup title=\"Vertical Tabs\" type=\"vertical\"]\n\n[tab title=\"Top tab\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee yr.</p>\n\n[/tab]\n[tab title=\"This is tab\"]\n\n<p>Laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"this is another tab\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span__sm=\"12\"]\n\n[tabgroup style=\"outline\" type=\"vertical\"]\n\n[tab title=\"Tab title 1\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 2\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 3\"]\n\n<p>Church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Tabs', '', 'trash', 'closed', 'closed', '', 'tabs__trashed', '', '', '2018-04-10 15:20:55', '2018-04-10 15:20:55', '', 94, 'http://localhost:8888/test/?page_id=453', 25, 'page', '', 0),
(94, 1, '2013-08-09 22:37:13', '2013-08-09 22:37:13', '[block id=\"elements-overview\"]', 'Elements', '', 'trash', 'closed', 'closed', '', 'elements__trashed', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 0, 'http://localhost:8888/test/?page_id=288', 0, 'page', '', 0),
(95, 1, '2013-08-06 20:13:19', '2013-08-06 20:13:19', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.02)\" bg_pos=\"58% 63%\"]\r\n\r\n[text_box width=\"70\" width__sm=\"100\" animate=\"flipInY\"]\r\n<h3 class=\"alt-font\">It has Finally started...</h3>\r\n[divider margin=\"3px\"]\r\n<h1 class=\"h-large uppercase\"><span style=\"font-size: 160%;\"><strong>HUGE SALE</strong></span></h1>\r\n<h1 class=\"uppercase\"><span style=\"font-size: 100%;\">UP TO <strong>70% OFF</strong></span></h1>\r\n[divider]\r\n\r\n[button text=\"Shop men\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[button text=\"Shop women\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[button text=\"Shop all\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.03)\"  bg_pos=\"72% 6%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"10\" position_x__sm=\"50\" text_color=\"dark\"]\r\n<h3 class=\"alt-font\">Mens Clothing</h3>\r\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Hot Summer Fashion</strong></h2>\r\n<h3><strong>From 19$</strong></h3>\r\n[divider]\r\n\r\n[button text=\"Shop now\" style=\"outline\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"57% 49%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"84\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n<h3 class=\"alt-font\">Shop Now</h3>\r\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>This is an awesome video banner</strong></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" style=\"outline\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"67% 70%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\" animate=\"fadeInLeft\" position_x=\"90\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n<h3 class=\"alt-font\">A Nice top title</h3>\r\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Change this</strong></h2>\r\n<h2 class=\"uppercase\"><strong>to Anything</strong></h2>\r\n<p class=\"lead\">This can easily be edited in the page builder.</p>\r\n[button text=\"Browse Products\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_pos=\"55% 11%\" hover=\"zoom-fade\" link=\"blog\"]\r\n\r\n[text_box]\r\n<h2><strong><span class=\"uppercase\">Our Blog</span></strong></h2>\r\n[divider]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" hover=\"zoom-fade\" link=\"http://localhost:8888/test/blog/\"]\r\n\r\n[text_box]\r\n<h2><strong><span class=\"uppercase\">Join our\r\n<span style=\"font-size: 85%;\">competition</span></span></strong></h2>\r\n[divider]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_pos=\"71% 0%\" hover=\"zoom-fade\" link=\"about-us\"]\r\n\r\n[text_box]\r\n<h2><strong><span class=\"uppercase\">ABOUT US</span></strong></h2>\r\n[divider]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"weekly featured products\"]\r\n\r\n[ux_products products=\"14\" show=\"featured\"]\r\n\r\n[title style=\"center\" text=\"Best Selling Products\" size=\"undefined\"]\r\n\r\n[ux_products products=\"8\" orderby=\"sales\"]\r\n\r\n[title style=\"center\" text=\"Browse our categories\"]\r\n\r\n[ux_product_categories number=\"20\"]\r\n\r\n[gap height=\"40px\"]\r\n\r\n[row col_style=\"divided\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[featured_box img=\"10\" img_width=\"46\" pos=\"center\" title=\"Free Shipping on all orders\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\r\n\r\nGet Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[featured_box img=\"10\" img_width=\"46\" pos=\"center\" title=\"Amazing customer service\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\r\n\r\nGet Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[featured_box img=\"10\" img_width=\"46\" pos=\"center\" title=\"No Customs or Duty Fees!\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\r\n\r\nWe pay these fees so you don’t have to! The total billed at checkout is the final amount you pay, inclusive of VAT, with no additional charges at the time of delivery!\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap height=\"40px\"]\r\n\r\n[ux_slider timer=\"2000\"]\r\n\r\n[ux_banner height=\"300px\" bg=\"11\" parallax=\"1\"]\r\n\r\n[text_box width=\"78\"]\r\n\r\n[testimonial image_width=\"128\" name=\"Lucy Anderson\" company=\"Facebook\" stars=\"3\"]\r\n\r\nPBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.\r\n\r\n[/testimonial]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"300px\" bg=\"11\" parallax=\"1\"]\r\n\r\n[text_box width=\"80\"]\r\n\r\n[testimonial image_width=\"117\" name=\"Rebecca Smith\" company=\"Twitter\" stars=\"3\"]\r\n\r\nPBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.\r\n\r\n[/testimonial]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"300px\" bg=\"11\" parallax=\"1\"]\r\n\r\n[text_box width=\"80\"]\r\n\r\n[testimonial image_width=\"131\" name=\"Jenny Brooks\" company=\"LinkedIn\"]\r\n\r\nPBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.\r\n\r\n[/testimonial]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts columns__sm=\"1\" animate=\"fadeInLeft\" posts=\"4\" image_height=\"70%\"]', 'Classic Shop', '', 'trash', 'closed', 'closed', '', 'classic-shop__trashed', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 68, 'http://localhost:8888/test/?page_id=17', 1, 'page', '', 0),
(96, 1, '2018-02-14 11:28:25', '2018-02-14 11:28:25', '', 'Left Sidebar', '', 'inherit', 'closed', 'closed', '', '22-revision-v1', '', '', '2018-02-14 11:28:25', '2018-02-14 11:28:25', '', 22, 'http://localhost/foamindo/2018/02/14/22-revision-v1/', 0, 'revision', '', 0),
(97, 1, '2018-02-14 11:28:25', '2018-02-14 11:28:25', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[title style=\"center\" text=\"Flip book element\"]\n\n[ux_product_flip]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Create a Flip Book for any product category. You can also select custom posts.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Flip Book', '', 'inherit', 'closed', 'closed', '', '23-revision-v1', '', '', '2018-02-14 11:28:25', '2018-02-14 11:28:25', '', 23, 'http://localhost/foamindo/2018/02/14/23-revision-v1/', 0, 'revision', '', 0),
(98, 1, '2018-02-14 11:28:25', '2018-02-14 11:28:25', '[ux_slider infinitive=\"false\" parallax=\"2\" hide_nav=\"true\" nav_size=\"normal\" nav_style=\"simple\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"30% 57%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Welcome to our Fashion shop</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"62% 18%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"74% 14%\"]\r\n\r\n[text_box width=\"45\" width__sm=\"78\" scale__sm=\"125\" position_x=\"5\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Welcome to our Fashion shop</strong></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Click me!\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Slider Cover', '', 'inherit', 'closed', 'closed', '', '24-revision-v1', '', '', '2018-02-14 11:28:25', '2018-02-14 11:28:25', '', 24, 'http://localhost/foamindo/2018/02/14/24-revision-v1/', 0, 'revision', '', 0),
(99, 1, '2018-02-14 11:28:26', '2018-02-14 11:28:26', '[ux_banner height=\"100%\" bg=\"11\"]\r\n\r\n[text_box]\r\n\r\n[ux_image id=\"10\" width=\"24\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Flatsome 3.0</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.2)\" month=\"12\" day=\"24\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Maintenance', '', 'inherit', 'closed', 'closed', '', '25-revision-v1', '', '', '2018-02-14 11:28:26', '2018-02-14 11:28:26', '', 25, 'http://localhost/foamindo/2018/02/14/25-revision-v1/', 0, 'revision', '', 0),
(100, 1, '2018-02-14 11:28:26', '2018-02-14 11:28:26', '[ux_banner height=\"100%\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" video_mp4=\"/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[text_box width=\"53\" width__sm=\"87\" scale__sm=\"125\" margin=\"30px 0px 30px 0px\"]\n\n<h3 class=\"alt-font\">A Fancy top Title</h3>\n<h1 class=\"uppercase\"><strong>Welcome to COOL Our Shop</strong></h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Shop now\" color=\"white\" link=\"shop\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Video Cover', '', 'inherit', 'closed', 'closed', '', '26-revision-v1', '', '', '2018-02-14 11:28:26', '2018-02-14 11:28:26', '', 26, 'http://localhost/foamindo/2018/02/14/26-revision-v1/', 0, 'revision', '', 0),
(101, 1, '2018-02-14 11:28:26', '2018-02-14 11:28:26', '[ux_banner height=\"300px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"60\"]\n\n<h3 class=\"uppercase\"><strong>Our Stores</strong></h3>\n[divider]\n\n[share]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\">About our stores. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[tabgroup type=\"vertical\"]\n\n[tab title=\"New York\"]\n\n[map lat=\"40.7902\" saturation=\"-58\"]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"London\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Oslo\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Stockholm\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n[tab title=\"Add as many as you want\"]\n\n[map]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Our Stores', '', 'inherit', 'closed', 'closed', '', '27-revision-v1', '', '', '2018-02-14 11:28:26', '2018-02-14 11:28:26', '', 27, 'http://localhost/foamindo/2018/02/14/27-revision-v1/', 0, 'revision', '', 0),
(102, 1, '2018-02-14 11:28:26', '2018-02-14 11:28:26', '[section bg=\"11\" bg_color=\"rgb(246, 246, 246)\" parallax=\"3\" padding=\"19px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"6\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"large\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" scale=\"99\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"7\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"58% 24%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"76\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"67\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"5\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"37\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[gap height=\"18px\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" badge_style=\"square\" image_height=\"200px\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Grid Style 3', '', 'inherit', 'closed', 'closed', '', '28-revision-v1', '', '', '2018-02-14 11:28:26', '2018-02-14 11:28:26', '', 28, 'http://localhost/foamindo/2018/02/14/28-revision-v1/', 0, 'revision', '', 0),
(103, 1, '2018-02-14 11:28:26', '2018-02-14 11:28:26', '[ux_slider slide_width=\"100%\" bullets=\"false\"]\r\n\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"70% 17%\"]\r\n\r\n[text_box width=\"56\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x=\"5\" position_x__sm=\"10\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h1><span style=\"font-size: 80%;\"><strong>WordPress & WooCommerce Expert</strong></span></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>\r\n[button text=\"My Work\" color=\"white\" style=\"outline\" radius=\"99\" link=\"Portfolio\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"63\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y=\"25\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>A small but focused Web Studio</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Learn more\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"About\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"62% 50%\"]\r\n\r\n[text_box width=\"80\" width__sm=\"85\" width__md=\"52\" animate=\"fadeInLeft\" position_x__sm=\"10\" position_x__md=\"5\" position_y__sm=\"90\" text_depth=\"1\"]\r\n\r\n<h2><strong>Services</strong></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[button text=\"Contact Now\" color=\"white\" style=\"outline\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Contact\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]', 'Freelancer', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2018-02-14 11:28:26', '2018-02-14 11:28:26', '', 29, 'http://localhost/foamindo/2018/02/14/29-revision-v1/', 0, 'revision', '', 0),
(104, 1, '2018-02-14 11:28:27', '2018-02-14 11:28:27', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg_overlay=\"rgba(246, 208, 45, 0.94)\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"95\" position_x__sm=\"95\" position_y=\"5\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"57\" width__sm=\"84\" scale__sm=\"111\" animate=\"flipInY\"]\r\n\r\n<h1 class=\"uppercase\"><span style=\"font-size: 400%;\" data-line-height=\"xs\"><strong>Sale</strong></span></h1>\r\n<h2 class=\"lead\">Summer Sale has Started</h2>\r\n[ux_countdown style=\"text\" size=\"114\" color=\"light\"]\r\n\r\n[gap height=\"23px\"]\r\n\r\n[button text=\"Shop men\" color=\"white\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\"]\r\n\r\n[button text=\"Shop All\" color=\"white\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_pos=\"84% 0%\" border=\"2px 2px 2px 2px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_radius=\"undefined\"]\r\n\r\n[text_box style=\"circle\" width=\"15\" width__sm=\"29\" rotate=\"1\" animate=\"fadeInRight\" position_x=\"100\" position_x__sm=\"95\" position_y=\"15\" position_y__sm=\"5\" border=\"2px 2px 2px 2px\" border_margin=\"5px 5px 5px 5px\" border_style=\"dashed\" border_radius=\"100\" border_color=\"rgba(255, 255, 255, 0.19)\"]\r\n\r\n<h3>Up to<br /><span style=\"font-size: 160%;\"><strong>50<span style=\"font-size: 75%;\">%</span><br /></strong></span>off</h3>\r\n\r\n[/text_box]\r\n[text_box width=\"50\"]\r\n\r\n<h2 class=\"uppercase\">Shop Fashion Clothes today</h2>\r\n<h3 class=\"thin-font\">Add any text here..</h3>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row depth=\"1\" depth_hover=\"5\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"50% 12%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>About us</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"60% 18%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>OUR BLOG</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"51% 35%\" border=\"1px 1px 1px 1px\" border_margin=\"10px 10px 10px 10px\" border_style=\"dashed\" border_color=\"rgba(0, 0, 0, 0.16)\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>NEWSLETTER</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Latest products on sale\" size=\"undefined\"]\r\n\r\n[ux_products depth=\"1\" depth_hover=\"4\" orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Browse our Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories depth=\"1\" depth_hover=\"4\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" icon=\"instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" depth=\"1\"]\r\n\r\n[gap height=\"58px\"]\r\n\r\n[ux_banner height=\"407px\" bg=\"11\" bg_color=\"rgb(18, 18, 18)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\" bg_pos=\"79% 0%\" parallax=\"1\" border=\"2px 0px 2px 0px\" border_margin=\"10px 0px 10px 0px\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(255, 255, 255, 0.22)\"]\r\n\r\n[text_box width=\"47\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Don\'t miss a sale</strong></h2>\r\n<h3 class=\"thin-font\">Sign up for our Newsletter</h3>\r\n[gap height=\"32px\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" depth=\"1\" depth_hover=\"4\" image_height=\"181px\"]', 'Big Sale', '', 'inherit', 'closed', 'closed', '', '30-revision-v1', '', '', '2018-02-14 11:28:27', '2018-02-14 11:28:27', '', 30, 'http://localhost/foamindo/2018/02/14/30-revision-v1/', 0, 'revision', '', 0),
(105, 1, '2018-02-14 11:28:27', '2018-02-14 11:28:27', '[title text=\"Add responsive Video Embeds\" size=\"undefined\"]\n\n<p class=\"lead\">Add Responsive video embed to your site by using the Page Builder.</p>\n<h3>YOUTUBE</h3>\n[ux_video height=\"46%\"]\n\n<h3>VIMEO</h3>\n[ux_video url=\"https://vimeo.com/180255453\" height=\"54%\"]', 'Video', '', 'inherit', 'closed', 'closed', '', '31-revision-v1', '', '', '2018-02-14 11:28:27', '2018-02-14 11:28:27', '', 31, 'http://localhost/foamindo/2018/02/14/31-revision-v1/', 0, 'revision', '', 0),
(106, 1, '2018-02-14 11:28:27', '2018-02-14 11:28:27', '[ux_banner height=\"450px\" bg=\"11\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button size=\"118\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.52)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Video Button</strong></h3>\n<p class=\"lead\">Add a video button that opens Youtube and Viemo videos anywhere.</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"11\"]\n\n[text_box position_x=\"10\" position_y=\"10\" text_align=\"left\" text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Change Size</strong></h3>\n<p class=\"lead\">You can change the size to anything</p>\n[video_button size=\"202\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\" depth=\"2\" depth_hover=\"4\"]\n\n[ux_banner height=\"450px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.45)\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\"]\n\n<h3 class=\"uppercase\"><strong>Show on Hover</strong></h3>\n<p class=\"lead\">Select between various hover effects</p>\n[video_button]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Video Button', '', 'inherit', 'closed', 'closed', '', '32-revision-v1', '', '', '2018-02-14 11:28:27', '2018-02-14 11:28:27', '', 32, 'http://localhost/foamindo/2018/02/14/32-revision-v1/', 0, 'revision', '', 0),
(107, 1, '2018-02-14 11:28:27', '2018-02-14 11:28:27', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.71)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>GALLERY ELEMENT</strong></h3>\r\n<p class=\"lead\">Create Galleries by using Image IDs and drag and drop. You can easily create galleries from the Page Builder.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple GAllery Row with lightbox\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Full Width Gallery\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" width=\"full-width\" col_spacing=\"collapse\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Gallery width Small gap\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" style=\"shade\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"light\" slider_nav_position=\"outside\" col_spacing=\"xsmall\" depth=\"1\" depth_hover=\"undefined\" image_height=\"81%\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"zoom\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\"]\r\n\r\n[title style=\"center\" text=\"Slider Gallery\" margin_top=\"21px\"]\r\n\r\n[ux_gallery ids=\"8896,8895,8894,8893,8892,8898,8899,8900\" type=\"slider\" grid_height=\"undefined\" slider_nav_style=\"undefined\" slider_nav_color=\"undefined\" slider_nav_position=\"undefined\" col_spacing=\"undefined\" depth=\"1\" depth_hover=\"undefined\" image_height=\"undefined\" image_width=\"undefined\" image_size=\"undefined\" image_overlay=\"undefined\" image_hover=\"undefined\" image_hover_alt=\"undefined\" text_pos=\"undefined\" text_align=\"undefined\" text_size=\"undefined\" text_hover=\"undefined\" text_bg=\"undefined\" text_color=\"undefined\" text_padding=\"undefined\"]', 'Galleries', '', 'inherit', 'closed', 'closed', '', '33-revision-v1', '', '', '2018-02-14 11:28:27', '2018-02-14 11:28:27', '', 33, 'http://localhost/foamindo/2018/02/14/33-revision-v1/', 0, 'revision', '', 0),
(108, 1, '2018-02-14 11:28:27', '2018-02-14 11:28:27', '[ux_slider nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"11\" bg_color=\"rgb(27, 15, 15)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" icon=\"search\" size=\"large\" position_x=\"15\" position_y=\"25\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_x=\"10\" position_y=\"85\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"90\"]\n\n<h2 class=\"uppercase\">Banner with hotspots</h2>\n<p class=\"thin-font lead\">Add Hotspots anywhere by using the drag and drop Page Builder.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"62%\" slide_effect=\"zoom-out-fast\" bg=\"11\" bg_color=\"rgba(0, 0, 0, 0.25)\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"42% 29%\"]\n\n[ux_hotspot type=\"product\" prod_id=\"416\" size=\"large\" position_x=\"80\" position_y=\"30\" position_y__sm=\"35\"]\n\n[ux_hotspot text=\"Add a custom text here\" link=\"#customlink\" size=\"large\" animate=\"flipInY\" position_y=\"35\"]\n\n[text_box text_color=\"dark\" width=\"36\" width__sm=\"32\" scale__sm=\"58\" position_x=\"10\"]\n\n<h2 class=\"uppercase\">Create Lookbooks </h2>\n<p class=\"thin-font lead\">Create beautiful lookbooks by combining the banner, hotspot and slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Hotspot', '', 'inherit', 'closed', 'closed', '', '34-revision-v1', '', '', '2018-02-14 11:28:27', '2018-02-14 11:28:27', '', 34, 'http://localhost/foamindo/2018/02/14/34-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(109, 1, '2018-02-14 11:28:28', '2018-02-14 11:28:28', '[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.62)\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"8\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(246, 246, 246)\" border=\"1px 0px 0px 0px\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" margin=\"px px px px\"]\r\n\r\n<h3>Find Something You love</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscin.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Shop By Category\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"normal\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"5\" depth=\"1\" image_height=\"230px\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title style=\"center\" text=\"Latest  Collections\" size=\"undefined\"]\r\n\r\n[ux_products style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"1\" orderby=\"date\" image_width=\"42\" text_size=\"large\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"318px\" bg=\"11\" bg_color=\"rgb(80, 80, 80)\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" bg_pos=\"22% 29%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Become a Vendor</strong></h3>\r\n<p class=\"lead\">Want to sell on Flatsome Vendor? We\'re looking for shop to join us.</p>\r\n[button text=\"Learn More\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Apply Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(244, 244, 244)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"bold-center\" text=\"How it Works\" size=\"undefined\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Apply to be a Vendor</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Upload your products</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Sell and make money</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[gap height=\"36px\"]\r\n\r\n[title style=\"bold-center\" text=\"Latest Reviews\" size=\"undefined\"]\r\n\r\n[ux_slider nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[testimonial image=\"3833\" name=\"Name\" company=\"Lastname\"]\r\n\r\n<p><em>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</em></p>\r\n\r\n[/testimonial]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/ux_slider]\r\n[title style=\"bold-center\" text=\"From The Blog\" size=\"undefined\"]\r\n\r\n[blog_posts slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" depth=\"1\" image_height=\"180px\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Vendor Shop', '', 'inherit', 'closed', 'closed', '', '35-revision-v1', '', '', '2018-02-14 11:28:28', '2018-02-14 11:28:28', '', 35, 'http://localhost/foamindo/2018/02/14/35-revision-v1/', 0, 'revision', '', 0),
(110, 1, '2018-02-14 11:28:28', '2018-02-14 11:28:28', '[message_box bg_color=\"rgb(69, 69, 69)\" padding=\"7\"]\r\n\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\r\n\r\n<p><strong>BIG SUMMER SALE HAS STARTED. UP TO 70% OFF   </strong>Make sure you</p>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\r\n\r\n[ux_countdown style=\"text\" size=\"94\" color=\"light\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n[ux_slider]\r\n\r\n[ux_banner height=\"706px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"40% 54%\"]\r\n\r\n[text_box width=\"69\" width__sm=\"80\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 200%;\">It has finally started</span></p>\r\n<h1><span style=\"font-size: 130%;\"><strong>BIG SUMMER SALE</strong></span></h1>\r\n[ux_countdown size=\"307\" color=\"light\" bg_color=\"rgba(255, 255, 255, 0.86)\"]\r\n\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop all\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"8\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h1 class=\"uppercase\">Welcome to our Shop</h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"8\" grid_height=\"300px\" depth=\"1\" depth_hover=\"4\" number=\"7\" text_pos=\"middle\" text_size=\"large\"]\r\n\r\n[gap height=\"54px\"]\r\n\r\n[ux_banner height=\"387px\" bg=\"11\" bg_pos=\"49% 7%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"76\" position_x=\"5\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h2 class=\"uppercase\"><strong>never miss a sale again</strong></h2>\r\n<p class=\"lead\">Sign up for our Newsletter</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts depth=\"1\" depth_hover=\"4\" image_height=\"68%\"]', 'Sale Countdown', '', 'inherit', 'closed', 'closed', '', '36-revision-v1', '', '', '2018-02-14 11:28:28', '2018-02-14 11:28:28', '', 36, 'http://localhost/foamindo/2018/02/14/36-revision-v1/', 0, 'revision', '', 0),
(111, 1, '2018-02-14 11:28:28', '2018-02-14 11:28:28', '[ux_banner height=\"100%\" bg=\"11\" bg_color=\"#FFF\"]\r\n\r\n[text_box text_color=\"dark\" width=\"61\" width__sm=\"85\" animate=\"fadeInUp\"]\r\n\r\n<h2><span style=\"font-size: 170%;\"><strong>Go Explore</strong></span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[divider]\r\n\r\n[search]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Simple Light\" bg_color=\"rgb(245, 245, 245)\" padding=\"27px\" border=\"1px 0px 0px 0px\" border_color=\"rgb(235, 235, 235)\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[featured_box margin=\"px px px px\"]\r\n\r\n<h3>Explore Things</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Book Events</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<h3>Find a hotel</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Thing to do\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" cat=\"114\"]\r\n\r\n[title style=\"center\" text=\"Go Explore\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"70\" width__sm=\"100\" scale=\"187\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Find a Beach</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Explore THe CITY</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>EXPLORE OUTDOORS</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>TAILORED SUITES</strong></h3>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.58)\" hover=\"glow\" hover_alt=\"overlay-add\" link=\"#\"]\r\n\r\n[text_box width=\"40\" width__sm=\"97\"]\r\n\r\n<h3 class=\"uppercase\"><strong>ENJOY A DRINK</strong></h3>\r\n<p> </p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[gap]\r\n\r\n[ux_banner height=\"400px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.49)\" bg_pos=\"26% 17%\"]\r\n\r\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\"]\r\n\r\n<h3 class=\"uppercase\"><strong>List your Company</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Apply Now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Latest From Blog\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" show_date=\"text\" excerpt=\"false\" comments=\"false\" image_height=\"293px\" image_hover=\"zoom\" text_align=\"left\"]\r\n\r\n[title style=\"center\" text=\"Follow on Instagram\" icon=\"icon-instagram\" margin_top=\"25px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Explore', '', 'inherit', 'closed', 'closed', '', '37-revision-v1', '', '', '2018-02-14 11:28:28', '2018-02-14 11:28:28', '', 37, 'http://localhost/foamindo/2018/02/14/37-revision-v1/', 0, 'revision', '', 0),
(112, 1, '2018-02-14 11:28:28', '2018-02-14 11:28:28', '[ux_banner height=\"261px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"54% 100%\" parallax=\"3\"]\n\n[text_box parallax=\"-4\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Create Powerful Forms</strong></h3>\n<p class=\"lead\">Create Powerful forms with the integrated Contact Form 7 Plugin.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" mask=\"arrow\" padding=\"45px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Simple Contact Form\" size=\"undefined\"]\n\n(insert contact form here)\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Simple Center\" bg_color=\"rgb(0, 0, 0)\" dark=\"true\" mask=\"arrow\" padding=\"60px\" height=\"300px\" border_color=\"rgb(235, 235, 235)\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Contact Form Flat\"]\n\n(insert contact form here)\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Newsletter signup\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n[title text=\"Newsletter signup 2\" size=\"undefined\"]\n\n(insert contact form here)\n\n<p class=\"lead\">These forms are included as Contact Form 7 Presets.</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Forms', '', 'inherit', 'closed', 'closed', '', '38-revision-v1', '', '', '2018-02-14 11:28:28', '2018-02-14 11:28:28', '', 38, 'http://localhost/foamindo/2018/02/14/38-revision-v1/', 0, 'revision', '', 0),
(113, 1, '2018-02-14 11:28:29', '2018-02-14 11:28:29', '[ux_banner height=\"377px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"60% 22%\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>PRICE TABLE ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap]\r\n\r\n[title text=\"3 Column price table with text on left\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\" padding=\"0 20px 0 0\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\" color=\"dark\" bg_color=\"rgb(122, 44, 205)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" color=\"dark\" bg_color=\"rgba(0, 0, 0, 0.99)\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\" color=\"dark\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" enabled=\"false\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Disabled\" enabled=\"false\"]\r\n\r\n[button text=\"Click me!\" color=\"white\" style=\"underline\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"#f1f1f1\" bg_color=\"rgb(243, 243, 243)\" margin=\"-1px\"]\r\n\r\n[title text=\"3 Column price table inside a background\"]\r\n\r\n[gap]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Silver\" description=\"Enter description here...\" price=\"29$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\" radius=\"10\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Gold\" description=\"Enter description here...\" price=\"49$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tooltip. Add extra info here.\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" style=\"shade\" size=\"larger\" radius=\"10\" depth=\"4\" depth_hover=\"5\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Platinium\" description=\"Enter description here...\" price=\"129$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" padding=\"0 0 0 20px\"]\r\n\r\n<h3>Pricing</h3>\r\n[divider]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.reLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy. Add any text here</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row style=\"collapse\"]\r\n\r\n[col]\r\n\r\n[title style=\"center\" text=\"4 Column collapsed\"]\r\n\r\n[gap]\r\n\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[button text=\"Click me!\" radius=\"99\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section bg=\"11\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(255, 255, 255, 0.5)\" parallax=\"3\" padding=\"49px\"]\r\n\r\n[row style=\"small\" depth=\"2\"]\r\n\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\" featured=\"true\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n[col span=\"3\" animate=\"fadeInUp\"]\r\n\r\n[ux_price_table title=\"Enter title here..\" description=\"Enter description here...\" price=\"99$\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n[bullet_item text=\"Enter text here..\" tooltip=\"Tolltip text\"]\r\n\r\n[bullet_item text=\"Enter text here..\"]\r\n\r\n\r\n[/ux_price_table]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Price table', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2018-02-14 11:28:29', '2018-02-14 11:28:29', '', 39, 'http://localhost/foamindo/2018/02/14/39-revision-v1/', 0, 'revision', '', 0),
(114, 1, '2018-02-14 11:28:29', '2018-02-14 11:28:29', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.44)\" bg_pos=\"32% 28%\" parallax=\"3\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>SEARCH ELEMENT</strong></h3>\n<p class=\"lead\">Insert a Product Search box anywhere</p>\n[search style=\"flat\" size=\"xlarge\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Default style\"]\n\n[search]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title text=\"Flat style\"]\n\n[search style=\"flat\"]\n\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"11\" bg_pos=\"58% 16%\"]\n\n[text_box width=\"37\" position_x=\"0\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>Search box inside a banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[gap height=\"25px\"]\n\n[search size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]', 'Search box', '', 'inherit', 'closed', 'closed', '', '40-revision-v1', '', '', '2018-02-14 11:28:29', '2018-02-14 11:28:29', '', 40, 'http://localhost/foamindo/2018/02/14/40-revision-v1/', 0, 'revision', '', 0),
(115, 1, '2018-02-14 11:28:30', '2018-02-14 11:28:30', '[ux_banner height=\"405px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.94)\" bg_pos=\"53% 30%\"]\r\n\r\n[text_box text_color=\"dark\"]\r\n\r\n[ux_image id=\"10\" width=\"23\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Instagram element</strong></h3>\r\n<p class=\"lead\">Add beautiful instagram images anywhere on your site</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple Grid\" icon=\"icon-instagram\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]\r\n\r\n[title style=\"center\" text=\"Simple slider\" icon=\"icon-instagram\" margin_top=\"32px\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" slider_nav_position=\"outside\" col_spacing=\"small\"]\r\n\r\n[title style=\"center\" text=\"full width slider Black and white\" icon=\"icon-instagram\" margin_top=\"43px\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" image_hover=\"color\" type=\"slider\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]', 'Instagram feed', '', 'inherit', 'closed', 'closed', '', '41-revision-v1', '', '', '2018-02-14 11:28:30', '2018-02-14 11:28:30', '', 41, 'http://localhost/foamindo/2018/02/14/41-revision-v1/', 0, 'revision', '', 0),
(116, 1, '2018-02-14 11:28:30', '2018-02-14 11:28:30', '[ux_banner height=\"338px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.41)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Accordion element</strong></h3>\r\n<p class=\"lead\">Create beautiful accordion sections. You can add any element to the accordion panels.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Simple accordion\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[accordion]\r\n\r\n[accordion-item title=\"Accordion Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 1 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Accordion Item 2 Title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add any element to accordion\"]\r\n\r\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\r\n\r\n[button text=\"Click me!\" style=\"outline\"]\r\n\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n\r\n[/row]', 'Accordion', '', 'inherit', 'closed', 'closed', '', '42-revision-v1', '', '', '2018-02-14 11:28:30', '2018-02-14 11:28:30', '', 42, 'http://localhost/foamindo/2018/02/14/42-revision-v1/', 0, 'revision', '', 0),
(117, 1, '2018-02-14 11:28:30', '2018-02-14 11:28:30', '[ux_banner height=\"375px\" bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.36)\"]\r\n\r\n[text_box width=\"51\"]\r\n\r\n<h3 class=\"uppercase\"><strong>LOGO ELEMENT</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Normal logos\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n[logo img=\"10\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Dashed Grid\" margin_top=\"19px\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Slider\" margin_top=\"57px\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[ux_slider freescroll=\"true\" hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Logos in a Full width slider\" margin_top=\"57px\"]\r\n\r\n[ux_slider bg_color=\"rgb(247, 247, 247)\" infinitive=\"false\" freescroll=\"true\" hide_nav=\"true\" nav_style=\"simple\" nav_color=\"dark\" bullets=\"false\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n[logo img=\"10\" hover=\"color\"]\r\n\r\n\r\n[/ux_slider]', 'Logo', '', 'inherit', 'closed', 'closed', '', '43-revision-v1', '', '', '2018-02-14 11:28:30', '2018-02-14 11:28:30', '', 43, 'http://localhost/foamindo/2018/02/14/43-revision-v1/', 0, 'revision', '', 0),
(118, 1, '2018-02-14 11:28:30', '2018-02-14 11:28:30', '[ux_banner height=\"364px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.87)\" bg_pos=\"80% 19%\" parallax=\"2\"]\n\n[text_box text_color=\"dark\"]\n\n<h3 class=\"uppercase\"><strong>Portfolio Element</strong></h3>\n<p>Showcase work or other elements</p>\n[divider width=\"67px\" height=\"5px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple with Filtering\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"slide\"]\n\n[title style=\"center\" text=\"Ouline Filter style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" orderby=\"name\" type=\"masonry\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"blur\" text_pos=\"middle\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can choose between many differnt filter navigation style and align them to left or right.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Slider Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"shade\" filter_nav=\"outline\" orderby=\"name\" grid=\"3\" columns=\"5\" image_hover=\"zoom\" image_hover_alt=\"grayscale\"]\n\n[title style=\"center\" text=\"Grid Style\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" offset=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[title style=\"center\" text=\"Collapsed Full width Grid\" size=\"undefined\"]\n\n[ux_portfolio style=\"overlay\" filter=\"true\" filter_nav=\"outline\" number=\"4\" orderby=\"name\" type=\"grid\" grid=\"3\" width=\"full-width\" col_spacing=\"collapse\" image_hover=\"overlay-add-50\" image_hover_alt=\"zoom\" text_align=\"left\" text_size=\"large\" text_hover=\"bounce\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">Choose between 14 differnt premade grid layouts.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Open in a ligtbox\"]\n\n[ux_portfolio lightbox=\"true\"]', 'Portfolio', '', 'inherit', 'closed', 'closed', '', '44-revision-v1', '', '', '2018-02-14 11:28:30', '2018-02-14 11:28:30', '', 44, 'http://localhost/foamindo/2018/02/14/44-revision-v1/', 0, 'revision', '', 0),
(119, 1, '2018-02-14 11:28:30', '2018-02-14 11:28:30', '[ux_banner height=\"496px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"52% 2%\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Pages Element</strong></h3>\r\n<p class=\"lead\">Display a list of sub pages of a selected page in a beautiful way. Very useful if you need to link to sub pages from a parent page.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"center\" text=\"Default Style\"]\r\n\r\n[ux_pages parent=\"3021\" depth=\"1\" text_align=\"center\" text_padding=\"10px 10px 10px 10px\"]', 'Pages', '', 'inherit', 'closed', 'closed', '', '45-revision-v1', '', '', '2018-02-14 11:28:30', '2018-02-14 11:28:30', '', 45, 'http://localhost/foamindo/2018/02/14/45-revision-v1/', 0, 'revision', '', 0),
(120, 1, '2018-02-14 11:28:31', '2018-02-14 11:28:31', '[scroll_to title=\"Welcome Banner\" link=\"welcome\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60\" position_y=\"20\"]\n\n<h1 class=\"lead\"><strong>Scroll To</strong> Element</h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another banner\" link=\"another_banner\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" parallax=\"2\"]\n\n[text_box width=\"50\" width__sm=\"60\" animate=\"fadeInRight\" position_x=\"0\" position_y=\"40\" text_align=\"left\"]\n\n<h1 class=\"lead\"><strong>Another Banner</strong></h1>\n<p class=\"lead\">Create Scroll To elements to navigate the site with small bullets on the side. You can also disable the bullet and use it for <strong>One Page Navigation</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Another Scroll To banner\" link=\"another_banner_2\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width=\"52\" width__sm=\"60\" animate=\"fadeInUp\" parallax=\"3\"]\n\n<h2><span style=\"font-size: 200%;\">Another Banner</span></h2>\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"Signup for Newsletter\" link=\"newsletter\"]\n\n[ux_banner height=\"100%\" bg=\"11\" bg_color=\"rgb(43, 7, 7)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\"]\n\n[text_box width=\"74\" width__sm=\"84\" scale=\"120\" scale__sm=\"101\" parallax=\"2\"]\n\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n(insert contact form here)\n\n\n[/text_box]\n\n[/ux_banner]', 'Scroll To', '', 'inherit', 'closed', 'closed', '', '46-revision-v1', '', '', '2018-02-14 11:28:31', '2018-02-14 11:28:31', '', 46, 'http://localhost/foamindo/2018/02/14/46-revision-v1/', 0, 'revision', '', 0),
(121, 1, '2018-02-14 11:28:31', '2018-02-14 11:28:31', '[ux_banner height=\"444px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.27)\"]\n\n[text_box]\n\n<h1 class=\"uppercase\"><strong>COUNT DOWN ELEMENT</strong></h1>\n<p class=\"lead\">Add beautiful count downs anywhere on the site.</p>\n[ux_countdown size=\"300\" bg_color=\"rgba(0, 0, 0, 0.09)\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Primary Color\"]\n\n[ux_countdown size=\"198\" color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Dark Color\"]\n\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"4\"]\n\n[title style=\"center\" text=\"Light Color\"]\n\n[ux_countdown size=\"200%\" color=\"light\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[ux_banner height=\"600px\" bg=\"11\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"60\" animate=\"fadeIn\" position_x=\"10\"]\n\n<h3 class=\"uppercase\">A Countdown Inside A Banner</h3>\n[ux_countdown day=\"30\" time=\"24:00\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[gap]\n\n\n[/col]\n[col span=\"6\" align=\"center\"]\n\n[title style=\"center\" text=\"Countdown as text\"]\n\n[ux_countdown style=\"text\" size=\"91\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n[col span=\"6\"]\n\n[title style=\"center\" text=\"Countdown as Clock\"]\n\n[ux_countdown color=\"primary\" day=\"30\" time=\"24:00\"]\n\n\n[/col]\n\n[/row]', 'Countdown', '', 'inherit', 'closed', 'closed', '', '47-revision-v1', '', '', '2018-02-14 11:28:31', '2018-02-14 11:28:31', '', 47, 'http://localhost/foamindo/2018/02/14/47-revision-v1/', 0, 'revision', '', 0),
(122, 1, '2018-02-14 11:28:31', '2018-02-14 11:28:31', '[ux_slider]\n\n[ux_banner height=\"637px\" bg=\"11\" bg_size=\"orginal\" bg_pos=\"62% 60%\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h6>A smaller header</h6>\n<h3 class=\"uppercase\">Add Some Corporate Header Here</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"A button\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"11\" bg_pos=\"62% 68%\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h6>A smaller header</h6>\n<h3 class=\"uppercase\">Add Some Corporate Header Here</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"A button\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 1\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 2\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 3\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with Image right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"Our blog\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" slider_nav_style=\"circle\" columns=\"2\" depth=\"1\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">ADd a callout header here</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"Callout button\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" icon_pos=\"left\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-14 11:28:31', '2018-02-14 11:28:31', '', 48, 'http://localhost/foamindo/2018/02/14/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(123, 1, '2018-02-14 11:28:31', '2018-02-14 11:28:31', '[ux_slider bg_color=\"rgb(0, 0, 0)\"]\r\n\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"11\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInUp\" parallax=\"2\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">Nothing is Impossible</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"11\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"2\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" slide_effect=\"zoom-in\" bg=\"11\" bg_size=\"orginal\" bg_color=\"rgb(35, 35, 35)\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"44% 34%\"]\r\n\r\n[text_box width=\"58\" width__sm=\"100\" animate=\"fadeInLeft\" parallax=\"3\" position_x=\"0\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">CHANGE THIS TO ANYTHING</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\r\n[button text=\"Shop Men\" color=\"white\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(27, 27, 27)\" dark=\"true\" padding=\"60px\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>New products added everyday</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"42\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(143, 143, 143)\" margin=\"px px px px\"]\r\n\r\n<h4>Free Shipping all products above 99$</h4>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Featured Products\" size=\"undefined\"]\r\n\r\n[ux_products slider_nav_style=\"circle\"]\r\n\r\n[title style=\"center\" text=\"Browse\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" image_height=\"113%\" image_overlay=\"rgba(0, 0, 0, 0.16)\" text_pos=\"middle\"]\r\n\r\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" badge_style=\"square\" image_height=\"300px\"]\r\n\r\n\r\n[/section]\r\n[ux_banner height=\"420px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" parallax=\"3\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_instagram_feed username=\"surfer_magazine\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Sport Shop', '', 'inherit', 'closed', 'closed', '', '49-revision-v1', '', '', '2018-02-14 11:28:31', '2018-02-14 11:28:31', '', 49, 'http://localhost/foamindo/2018/02/14/49-revision-v1/', 0, 'revision', '', 0),
(124, 1, '2018-02-14 11:28:31', '2018-02-14 11:28:31', '[section bg_color=\"rgb(237, 239, 241)\" effect=\"snow\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[ux_banner_grid height=\"617\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\" position_y=\"80\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\" position_y=\"10\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"42\" position_x=\"10\" position_y=\"80\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n[ux_countdown size=\"268\" bg_color=\"rgba(0, 0, 0, 0.1)\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row col_style=\"divided\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Free Shipping on orders above 99$</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Give a Gift to a Friend</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed dia.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" img_width=\"51\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\r\n\r\n<h3>Loved by our Customers</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"bold-center\" text=\"Shop Now\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" columns=\"5\" depth=\"1\" show_count=\"0\" image_overlay=\"rgba(0, 0, 0, 0.08)\" image_hover=\"zoom\" text_pos=\"middle\" text_size=\"small\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"bold-center\" text=\"Weekly Featured Products\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_products style=\"normal\" columns=\"5\" depth=\"1\" show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow us on Instagram\" margin_top=\"10px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"stylechild_no\" type=\"slider\" width=\"full-width\" columns=\"8\"]', 'Cute Shop', '', 'inherit', 'closed', 'closed', '', '50-revision-v1', '', '', '2018-02-14 11:28:31', '2018-02-14 11:28:31', '', 50, 'http://localhost/foamindo/2018/02/14/50-revision-v1/', 0, 'revision', '', 0),
(125, 1, '2018-02-14 11:28:31', '2018-02-14 11:28:31', '[ux_banner height=\"562px\" height__sm=\"368px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"81\"]\n\n<h2 class=\"uppercase\">Powerful Theme needs powerul images</h2>\n<p class=\"lead\">Responsive Images you can insert anywhere. You can also them into a slider.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h1 class=\"lead\">Beautiful Images with Beautiful Captions</h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" image_size=\"large\" lightbox=\"true\" caption=\"true\" image_overlay=\"rgba(0, 0, 0, 0.16)\" image_hover=\"zoom-long\" animate=\"fadeInUp\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Image Overlay Styles\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"glow\"]\n\n<p>Glow</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"color\" animate=\"fadeInLeft\"]\n\n<p>Add Color</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"grayscale\" animate=\"fadeInLeft\"]\n\n<p>Grayscale</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"fade-in\" animate=\"fadeInLeft\"]\n\n<p>Fade In</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"zoom-fade\" animate=\"fadeInLeft\"]\n\n<p>Zoom Fade</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-add\" animate=\"fadeInLeft\"]\n\n<p>Add Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_overlay=\"rgba(0, 0, 0, 0.37)\" image_hover=\"overlay-remove\" animate=\"fadeInLeft\"]\n\n<p>Remove Overlay</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" image_hover=\"blur\" animate=\"fadeInLeft\"]\n\n<p>Blur</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with video\"]\n\n[ux_image id=\"10\" animate=\"fadeInLeft\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n<p class=\"lead\">Add a <strong>Youtube or Vimeo</strong> link to Image link tag to automatically get a play icon and a Video Lightbox on Images.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image drop shadow\"]\n\n[ux_image id=\"10\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n<p class=\"lead\">Add cool drop shadows to your images to make them pop out on hover.</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Add Images to any sliders\" size=\"undefined\"]\n\n[ux_slider style=\"container\" slide_width=\"700px\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_image id=\"10\" height=\"75%\" image_hover=\"overlay-remove\" depth_hover=\"2\"]\n\n[ux_image id=\"10\" height=\"75%\" image_hover=\"overlay-remove\" depth=\"3\"]\n\n[ux_image id=\"10\" height=\"75%\" image_hover=\"overlay-remove\"]\n\n[ux_image id=\"10\" height=\"75%\" link=\"https://www.youtube.com/watch?v=_j5KR28qtsI\"]\n\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with reverse parallax\"]\n\n[ux_image id=\"10\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"-1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Image with PArallax\"]\n\n[ux_image id=\"10\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" parallax=\"1\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Images with lightbox\" size=\"undefined\"]\n\n[row]\n\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span__sm=\"12\" align=\"center\"]\n\n[title style=\"center\" text=\"Images with Caption\" size=\"undefined\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"12\"]\n\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]', 'Images', '', 'inherit', 'closed', 'closed', '', '51-revision-v1', '', '', '2018-02-14 11:28:31', '2018-02-14 11:28:31', '', 51, 'http://localhost/foamindo/2018/02/14/51-revision-v1/', 0, 'revision', '', 0),
(126, 1, '2018-02-14 11:28:31', '2018-02-14 11:28:31', '[ux_banner height=\"446px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.61)\" bg_pos=\"58% 26%\"]\n\n[text_box width=\"100\" width__sm=\"75\" parallax=\"-1\"]\n\n<h6>Flatsome Grid System</h6>\n<h1>Responsive Rows and Columns</h1>\n<p class=\"lead\">Create Amazing layouts by using Flatsome Row and Column System powered by<strong> Flexbox</strong></p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Simple 4-column row\"]\n\n[row padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(255, 0, 211, 0.96)\" color=\"light\" depth_hover=\"5\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Vertical Centered Row\"]\n\n[row v_align=\"middle\" padding=\"30px\"]\n\n[col span=\"6\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bottom Align Row\"]\n\n[row v_align=\"bottom\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Equal aligned row\"]\n\n[row v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\" bg_color=\"rgba(231, 231, 231, 0.96)\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Rows With Drop shadow\"]\n\n[row padding=\"30px\" depth=\"2\" depth_hover=\"3\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<p><strong>You can set Column Depth for All columns or per column.</strong></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Divided row\"]\n\n[row style=\"large\" col_style=\"divided\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Dashed Lined Row\" margin_top=\"23px\" size=\"undefined\"]\n\n[row col_style=\"dashed\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Solid Lined Row\" margin_top=\"25px\" size=\"undefined\"]\n\n[row col_style=\"solid\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Custom Background on a Column\" margin_top=\"28px\" size=\"undefined\"]\n\n[row padding=\"30px\"]\n\n[col span=\"5\" span__sm=\"6\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(38, 65, 116)\" color=\"light\" depth=\"2\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Full Width Row with Backgrounds\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\" padding=\"30px\"]\n\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(0, 0, 0)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(153, 120, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" bg_color=\"rgb(120, 154, 222)\" color=\"light\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummyLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Nested Rows\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n[row_inner]\n\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n[col_inner span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col_inner]\n\n[/row_inner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" padding=\"30px 30px 30px 30px\" bg_color=\"rgb(255, 255, 255)\" depth=\"3\" depth_hover=\"5\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(0, 0, 0)\"]\n\n[row style=\"small\" v_align=\"middle\"]\n\n[col span=\"4\" span__sm=\"12\" padding=\"20px\" bg_color=\"rgb(255, 255, 255)\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" color=\"light\"]\n\n<h3>Column with a drop shadow and white background</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(231, 231, 231)\"]\n\n[row col_style=\"solid\"]\n\n[col span=\"4\" span__sm=\"6\" parallax=\"1\"]\n\n<h3>Parallax Column</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\" parallax=\"2\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" parallax=\"3\"]\n\n<h3>Parallax Column</h3>\n<p><span style=\"color: #555555; font-size: 14.4px; line-height: 1.5;\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</span></p>\n\n[/col]\n\n[/row]\n\n[/section]\n[row h_align=\"center\"]\n\n[col span=\"7\" span__sm=\"10\" align=\"center\"]\n\n<h3>A Centered Columns Row</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Animated Columns\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\n\n<h3>Fade In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInDown\"]\n\n<h3>Fade In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInLeft\"]\n\n<h3>Fade In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInRight\"]\n\n<h3>Fade In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceIn\"]\n\n<h3>Bounce In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInUp\"]\n\n<h3>Bounce In Up</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInDown\"]\n\n<h3>Bounce In Down</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInLeft\"]\n\n<h3>Bounce In Left</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\" animate=\"bounceInRight\"]\n\n<h3>Bounce In Right</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\" animate=\"flipInY\"]\n\n<h3>Flip In Y</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"flipInX\"]\n\n<h3>Flip In X</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\" animate=\"blurIn\"]\n\n<h3>Blur In</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]', 'Rows / Columns', '', 'inherit', 'closed', 'closed', '', '52-revision-v1', '', '', '2018-02-14 11:28:31', '2018-02-14 11:28:31', '', 52, 'http://localhost/foamindo/2018/02/14/52-revision-v1/', 0, 'revision', '', 0),
(127, 1, '2018-02-14 11:28:32', '2018-02-14 11:28:32', '[ux_banner height=\"400px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.66)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Text Elements</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[title style=\"center\" text=\"Typography\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Default font</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead alt-font\"><b>Alternative Font</b>.</h2>\n<p class=\"lead alt-font\">Dolor sit amet, consectetuer <strong>adipiscing</strong> elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead\">Thin text</h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"3\"]\n\n<h2 class=\"lead uppercase\">UPPERCASE</h2>\n<p class=\"lead uppercase\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This is a <span class=\"fancy-underline\">Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"6\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h6>Flatsome Tip</h6>\n<h2>You can find many text options in the \"Format\" dropdown in text editor.</h2>\n<p class=\"lead\">You see the changes live if you use the Page Builder</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"3\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgb(34, 34, 34)\" dark=\"true\" padding=\"60px\"]\n\n[title style=\"center\" text=\"Typography on Dark background\"]\n\n[row]\n\n[col span=\"3\"]\n\n<h1>Headline h1</h1>\n<h2>Headline h2</h2>\n<h3>Headline h3</h3>\n<h4>Headline h4</h4>\n<h5>Headline h5</h5>\n<h6>Headline h6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">headline h1</h1>\n<h2 class=\"uppercase\">headline h2</h2>\n<h3 class=\"uppercase\">headline h3</h3>\n<h4 class=\"uppercase\">headline H4</h4>\n<h5 class=\"uppercase\">headline H5</h5>\n<h6 class=\"uppercase\">headline H6</h6>\n\n[/col]\n[col span=\"3\"]\n\n<h3 class=\"uppercase\" data-text-color=\"primary\">primary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"secondary\">secondary color</h3>\n<h3 class=\"uppercase\" data-text-color=\"alert\">alert color</h3>\n<h3 class=\"uppercase\" data-text-color=\"success\">SUCCESS COLOR</h3>\n<h3 class=\"uppercase\">DEFAULT COLOR</h3>\n\n[/col]\n[col span=\"3\"]\n\n<p><a href=\"#\">Default link<br />\n<strong>Bold link</strong></a><br />\n<strong>Bold text<br />\n</strong><em>Italic text<br />\n</em><del>Strikethrough<br />\n</del><span style=\"text-decoration: underline;\">Underline</span></p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\"]\n\n<p class=\"lead\"><strong>Lead paragraph</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"4\"]\n\n<p><strong>Bold Text.</strong> sit amet, consectetuer <em>italic text  </em>elit, sed diam nonummy nibh euismod tincidunt ut laoreet <span style=\"text-decoration: underline;\">underline text</span> magna aliquam erat volutpat. <del>Strike throught</del>. ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea. <a href=\"#\">A simple link.</a></p>\n\n[/col]\n[col span=\"4\"]\n\n<p>Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa</p>\n\n[/col]\n[col span=\"7\"]\n\n<h2 class=\"lead\">This is a<span class=\"fancy-underline\"> Fancy Text Underline</span></h2>\n<p class=\"lead\">Dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/col]\n[col span=\"5\"]\n\n<h2 class=\"lead\">This a count up number <span class=\"count-up\"><strong>5000</strong></span></h2>\n<p class=\"lead\">Count up number can be added anywhere.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section padding=\"60px\"]\n\n[title style=\"center\" text=\"Quote\"]\n\n[row]\n\n[col]\n\n<blockquote>\n<p class=\"lead\"><strong>Quote</strong>. dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n</blockquote>\n<p class=\"lead\">Normal Paragraph. sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequa. Horizontal Line:</p>\n[title style=\"center\" text=\"Lists\"]\n\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li>Simple List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ol>\n<li>Numbered List</li>\n<li>List item 1</li>\n<li>List Item 2</li>\n<li>List item 3</li>\n<li>List Item 4</li>\n<li>List Item 5</li>\n</ol>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-checkmark\">Checkmark list</li>\n<li class=\"bullet-checkmark\">List Item 2</li>\n<li class=\"bullet-checkmark\">List item 3</li>\n<li class=\"bullet-checkmark\">List Item 4</li>\n<li class=\"bullet-checkmark\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-star\">Star list</li>\n<li class=\"bullet-star\">List Item 2</li>\n<li class=\"bullet-star\">List item 3</li>\n<li class=\"bullet-star\">List Item 4</li>\n<li class=\"bullet-star\">List Item 5</li>\n</ul>\n\n[/col]\n[col span=\"2\"]\n\n<ul>\n<li class=\"bullet-arrow\">Arrow List</li>\n<li class=\"bullet-arrow\">List Item 2</li>\n<li class=\"bullet-arrow\">List item 3</li>\n<li class=\"bullet-arrow\">List Item 4</li>\n<li class=\"bullet-arrow\">List Item 5</li>\n</ul>\n\n[/col]\n\n[/row]\n\n[/section]', 'Typography', '', 'inherit', 'closed', 'closed', '', '53-revision-v1', '', '', '2018-02-14 11:28:32', '2018-02-14 11:28:32', '', 53, 'http://localhost/foamindo/2018/02/14/53-revision-v1/', 0, 'revision', '', 0),
(128, 1, '2018-02-14 11:28:32', '2018-02-14 11:28:32', '[ux_slider]\n\n[ux_banner height=\"700px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.25)\"]\n\n[text_box width=\"51\" animate=\"fadeInLeft\" text_depth=\"1\"]\n\n<h2>Create Amazing Banners with Drag and Drop</h2>\n[divider]\n\n[button text=\"A button\" color=\"success\" depth=\"3\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"700px\" bg=\"11\"]\n\n[text_box width=\"46\" animate=\"fadeInRight\" parallax=\"1\" position_x=\"5\"]\n\n<h2>Lorem ipsum dolor sit amet</h2>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Buy now\" color=\"white\"]\n\n[button text=\"Learn more\" color=\"white\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\"]\n\n[col span=\"7\"]\n\n[ux_banner height=\"600px\" bg=\"11\" bg_pos=\"44% 39%\"]\n\n[text_box width=\"63\" width__sm=\"78\" padding=\"39px\" position_x=\"5\" position_x__sm=\"50\" text_color=\"dark\" bg=\"rgba(255, 255, 255, 0.85)\" depth=\"2\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Simple Link\" style=\"link\" icon=\"icon-play\"]\n\n[button text=\"Simple Button\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h2 class=\"lead uppercase\">Drag And Drop Banner System</h2>\n<p class=\"lead\"><span style=\"font-size: 115%;\">Flatsome <strong>Banners</strong> is the heart of Flatsome. Our Banner System let you create beautiful <strong>responsive</strong> banners with drag and drop.</span></p>\n<p class=\"lead\"> </p>\n[ux_image id=\"10\"]\n\n\n[/col]\n[col span=\"14\"]\n\n[ux_banner height=\"56.25%\" height__sm=\"50%\" bg=\"11\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\" position_x=\"90\"]\n\n<h3>Small Title</h3>\n<p class=\"lead\">You can place a text box wherever you want on a Banner</p>\n[button text=\"Click me!\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n<h2>Banner Focus Point<b>™</b></h2>\n<p class=\"lead\">Set a focus point on the banner and the image will adjust to mobile a tablet screens. Perfect for resposnive Websites.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" image_size=\"original\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Banner Hover effects\"]\n\n[row]\n\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"glow\"]\n\n[text_box width=\"36\"]\n\n<h3>Glow</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"zoom-fade\"]\n\n[text_box width=\"36\"]\n\n<h3>Zoom Fade</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"blur\"]\n\n[text_box width=\"36\"]\n\n<h3>Blur</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-in\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade In</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"fade-out\"]\n\n[text_box width=\"36\"]\n\n<h3>Fade Out</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"color\"]\n\n[text_box width=\"36\"]\n\n<h3>Add Color</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"grayscale\"]\n\n[text_box width=\"36\"]\n\n<h3>Grayscale</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead\" style=\"text-align: center;\">You can also<strong> combine</strong> hover effects to create amazing hover effects</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\" border=\"3px 3px 3px 3px\" border_margin=\"10px 10px 10px 10px\" border_hover=\"zoom\"]\n\n[text_box width=\"51\"]\n\n<h3><strong>Add animated borders</strong></h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(22, 20, 16, 0.18)\" hover=\"overlay-add\"]\n\n[text_box width=\"51\"]\n\n<h3>Add Overlay</h3>\n<p><span style=\"font-size: 140%;\">Overlay can be any color</span></p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[ux_banner height=\"500px\" bg=\"11\" parallax=\"2\"]\n\n[text_box width=\"41\"]\n\n<h2 class=\"uppercase\">BACKGROUND VIDEO</h2>\n\n[/text_box]\n\n[/ux_banner]', 'Banners', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2018-02-14 11:28:32', '2018-02-14 11:28:32', '', 54, 'http://localhost/foamindo/2018/02/14/54-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(129, 1, '2018-02-14 11:28:32', '2018-02-14 11:28:32', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.42)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>IMAGE BOX ELEMENT</strong></h3>\r\n<p class=\"lead\">Create amazing image boxes with unlimited style options.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section]\r\n\r\n[row]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_image_box img=\"10\"]\r\n\r\n<h4>Simple Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"10\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"badge\" img=\"10\"]\r\n\r\n<h4>Badge Style</h4>\r\n<p>You can add shortcodes here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"10\"]\r\n\r\n<h2>Overlay Style</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"label\" img=\"10\"]\r\n\r\n<h4>Label Style</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"10\"]\r\n\r\n<h4>Shade Style</h4>\r\n<p class=\"lead\">Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"push\" img=\"10\" image_height=\"90%\" text_hover=\"bounce\"]\r\n\r\n<h2>Push Style</h2>\r\n<p>Add any elements here..</p>\r\n[divider]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"8\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[ux_image_box style=\"vertical\" img=\"10\" image_width=\"48\"]\r\n\r\n<h2>Vertical Style Boxed</h2>\r\n<p class=\"lead\">Add any elements here..</p>\r\n[button text=\"A button\" style=\"secondary alt-button\" radius=\"10\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section]\r\n\r\n[row]\r\n\r\n[col align=\"center\"]\r\n\r\n<h2>Create any kind of Image box by using the options in the Page Builder.</h2>\r\n<p class=\"lead\">We have created many examples here. Mix and Match effects to create your perfect Image Box</p>\r\n\r\n[/col]\r\n[col span=\"4\" depth=\"1\"]\r\n\r\n[ux_image_box img=\"10\" image_height=\"100%\"]\r\n\r\n<h4>Simple Centered Style</h4>\r\n<p>Some smaller text</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"bounce\" img=\"10\" image_height=\"100%\" depth=\"1\" text_bg=\"rgb(66, 66, 66)\" text_color=\"dark\"]\r\n\r\n<h4>Bounce Style</h4>\r\n<p>Add anything here</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"10\" image_height=\"125%\" image_hover=\"blur\" text_pos=\"middle\" text_size=\"small\" text_hover=\"zoom-in\"]\r\n\r\n<h2>Overlay Style With Blur and Zoom</h2>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"overlay\" img=\"10\" image_height=\"100%\"]\r\n\r\n<h4>Circle with Blur In Effect</h4>\r\n<p>Add any elements here..</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"10\" image_height=\"116%\"]\r\n\r\n<h4>Simple Shade  Style</h4>\r\n<p class=\"lead\">A beautiful box.</p>\r\n[button text=\"Quick View\" style=\"white\"]\r\n\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_image_box style=\"shade\" img=\"10\" image_height=\"100%\" image_radius=\"100\" image_hover=\"zoom\" text_pos=\"middle\" text_hover=\"bounce\"]\r\n\r\n<h3 class=\"uppercase\">Circle Image</h3>\r\n<p class=\"lead\">Create this by adding radius 100% to the image.</p>\r\n\r\n[/ux_image_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Image Box', '', 'inherit', 'closed', 'closed', '', '55-revision-v1', '', '', '2018-02-14 11:28:32', '2018-02-14 11:28:32', '', 55, 'http://localhost/foamindo/2018/02/14/55-revision-v1/', 0, 'revision', '', 0),
(130, 1, '2018-02-14 11:28:33', '2018-02-14 11:28:33', '[ux_banner height=\"540px\" bg=\"11\" bg_size=\"orginal\" bg_overlay__sm=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"35% 23%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"80\" animate=\"fadeInLeft\" position_x=\"95\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"alt-font\">Fancy Top Title</h3>\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"540px\" bg=\"11\" bg_color=\"rgb(113, 117, 186)\" bg_pos=\"60% 16%\" parallax=\"3\"]\r\n\r\n[text_box width=\"41\" width__sm=\"82\" position_x=\"10\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Create amazing Parallax effects</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"11\" bg_color=\"rgb(164, 113, 186)\" parallax=\"1\"]\r\n\r\n[text_box width=\"58\" width__sm=\"85\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"470px\" bg=\"11\" bg_color=\"rgb(218, 218, 218)\" parallax=\"1\"]\r\n\r\n[text_box width=\"34\" width__sm=\"74\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>299$</strong></h2>\r\n[button text=\"Shop Now\" radius=\"99\" link=\"shop\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 185, 179, 0.91)\"]\r\n\r\n[text_box width__sm=\"79\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>SUMMER SALE END SOON</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[ux_countdown bg_color=\"rgba(0, 0, 0, 0.06)\"]\r\n\r\n[button text=\"Shop Now\" color=\"white\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"14\"]\r\n\r\n[ux_banner height=\"94%\" bg=\"11\" bg_pos=\"20% 60%\" parallax=\"2\"]\r\n\r\n[text_box width=\"31\" width__sm=\"61\" scale__sm=\"64\" position_x=\"90\" position_y=\"90\" text_align=\"right\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Add Hotspots to BAnners</strong></h3>\r\n<p class=\"lead\">Hotspots can be added to banners and dragged around. You can have Hotspots that goes to a Product Lightbox or just a simple Tooltip.</p>\r\n\r\n[/text_box]\r\n[ux_hotspot type=\"product\" prod_id=\"416\" text=\"Add product hotspots on banners\" bg_color=\"rgb(47, 166, 162)\" position_x=\"55\" position_y=\"25\"]\r\n\r\n[ux_hotspot text=\"Cool Camera :)\" size=\"large\" bg_color=\"#4DB7B3\" position_x=\"10\" position_y=\"80\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"17\" padding=\"0px 10% 0px 10%\"]\r\n\r\n[title style=\"center\" text=\"Add a Title here\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"450px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" parallax=\"3\"]\r\n\r\n[text_box width__sm=\"93\" parallax=\"2\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Join Our Newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\" v_align=\"equal\"]\r\n\r\n[col span=\"6\" span__sm=\"17\" padding=\"10% 10% 0px 10%\" bg_color=\"rgb(240, 240, 240)\"]\r\n\r\n[title style=\"center\" text=\"Featured\" size=\"undefined\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" columns__sm=\"2\" animate=\"fadeInLeft\" show=\"featured\" image_height=\"166%\" image_size=\"medium\" image_hover=\"overlay-add\"]\r\n\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n[ux_banner height=\"99%\" bg=\"11\" bg_pos=\"56% 22%\" parallax=\"2\"]\r\n\r\n[text_box width=\"37\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n<h2><strong>29$</strong></h2>\r\n\r\n[/text_box]\r\n[ux_hotspot position_x=\"55\" position_y=\"15\"]\r\n\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"simple\" slider_nav_color=\"light\" width=\"full-width\" columns=\"7\"]', 'Parallax Shop', '', 'inherit', 'closed', 'closed', '', '56-revision-v1', '', '', '2018-02-14 11:28:33', '2018-02-14 11:28:33', '', 56, 'http://localhost/foamindo/2018/02/14/56-revision-v1/', 0, 'revision', '', 0),
(131, 1, '2018-02-14 11:28:33', '2018-02-14 11:28:33', '', 'Size Chart', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2018-02-14 11:28:33', '2018-02-14 11:28:33', '', 57, 'http://localhost/foamindo/2018/02/14/57-revision-v1/', 0, 'revision', '', 0),
(132, 1, '2018-02-14 11:28:33', '2018-02-14 11:28:33', '[section bg_color=\"rgb(241, 241, 241)\" padding=\"8px\" margin=\"15px\"]\r\n\r\n[row style=\"collapse\" col_style=\"dashed\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\" align=\"center\"]\r\n\r\n[featured_box img=\"10\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Delivery</strong> World Wide* <a href=\"#\">Learn more</a></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"10\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\">Loved by our Customers. <strong>5000+</strong> Reviews</span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 15px 0px 15px\"]\r\n\r\n[featured_box img=\"10\" img_width=\"20\" pos=\"left\" margin=\"px px px px\"]\r\n\r\n<p><span style=\"font-size: 90%;\"><strong>Free Returns</strong> and <strong>Free Shipping</strong></span></p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.17)\"]\r\n\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title text=\"Our BestSellers\" size=\"undefined\" link_text=\"Browse All\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" orderby=\"sales\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\" text_padding=\"20px 20px 20px 20px\"]\r\n\r\n[title text=\"Latest on Sale\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" orderby=\"sales\" show=\"onsale\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[title text=\"Weekly Featured Products\" size=\"undefined\" link_text=\"Browse all\" link=\"#\"]\r\n\r\n[ux_products columns=\"5\" cat=\"73\" products=\"6\" image_height=\"106%\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[gap height=\"50px\"]\r\n\r\n[ux_banner height=\"399px\" bg=\"11\" bg_size=\"large\" bg_overlay=\"rgba(0, 0, 0, 0.08)\" bg_pos=\"53% 43%\" parallax=\"3\"]\r\n\r\n[text_box width=\"58\" width__sm=\"80\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Sale Ends Soon</strong></h2>\r\n<h4 class=\"lead uppercase\">Up to <strong>50% off</strong> selected products</h4>\r\n[ux_countdown bg_color=\"rgba(255, 255, 255, 0.23)\"]\r\n\r\n[button text=\"Browse now\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[gap height=\"44px\"]\r\n\r\n[ux_product_categories style=\"bounce\" image_height=\"107%\"]', 'Mega Shop', '', 'inherit', 'closed', 'closed', '', '58-revision-v1', '', '', '2018-02-14 11:28:33', '2018-02-14 11:28:33', '', 58, 'http://localhost/foamindo/2018/02/14/58-revision-v1/', 0, 'revision', '', 0),
(133, 1, '2018-02-14 11:28:33', '2018-02-14 11:28:33', 'Coming soon...', 'Booking', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2018-02-14 11:28:33', '2018-02-14 11:28:33', '', 63, 'http://localhost/foamindo/2018/02/14/63-revision-v1/', 0, 'revision', '', 0),
(134, 1, '2018-02-14 11:28:33', '2018-02-14 11:28:33', 'Coming soon...', 'Lifestyle', '', 'inherit', 'closed', 'closed', '', '64-revision-v1', '', '', '2018-02-14 11:28:33', '2018-02-14 11:28:33', '', 64, 'http://localhost/foamindo/2018/02/14/64-revision-v1/', 0, 'revision', '', 0),
(135, 1, '2018-02-14 11:28:34', '2018-02-14 11:28:34', '[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" bg_pos=\"49% 43%\" parallax=\"4\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"59\" width__sm=\"100\" scale__sm=\"131\" animate=\"fadeInUp\" parallax=\"-3\" text_depth=\"1\"]\r\n\r\n<h1 class=\"uppercase\"><strong>WE\'re a creative Agency</strong></h1>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n[video_button size=\"130\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.47)\" bg_pos=\"34% 46%\" hover=\"zoom\" link=\"Portfolio\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"10\" position_y=\"70\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[row]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Browse Portfolio\" style=\"outline\" size=\"larger\" radius=\"99\" icon=\"icon-angle-right\" icon_reveal=\"true\" link=\"Portfolio\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Our Clients\"]\r\n\r\n[row col_style=\"dashed\" v_align=\"middle\"]\r\n\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" align=\"center\"]\r\n\r\n[logo hover=\"color\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap]\r\n\r\n[section label=\"Media Right\" bg_color=\"rgb(207, 207, 207)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"large\" h_align=\"center\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\">Contact Us</span></h2>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n\r\n[accordion auto_open=\"true\"]\r\n\r\n[accordion-item title=\"How long does it takes to we get back to you\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item]\r\n\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Add anything here\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Research\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"LAtest NEws\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"push\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"3\" badge_style=\"circle\" image_height=\"180px\"]', 'Agency', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2018-02-14 11:28:34', '2018-02-14 11:28:34', '', 65, 'http://localhost/foamindo/2018/02/14/65-revision-v1/', 0, 'revision', '', 0),
(136, 1, '2018-02-14 11:28:34', '2018-02-14 11:28:34', '[section label=\"Top Section\" bg=\"11\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"65% 40%\" parallax=\"3\" dark=\"true\" padding=\"0px\" height=\"424px\"]\n\n[row]\n\n[col span__sm=\"12\" padding=\"5% 6% 0px 10%\" align=\"center\"]\n\n<h1 class=\"uppercase\"><strong>Section Element</strong></h1>\n<p class=\"lead\">Sections are used for creating full width backgrounds with content inside it. You can have Parallax Effects and Background Videos.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(233, 233, 233)\" padding=\"50px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Simple section with a two column row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgb(36, 36, 36)\" dark=\"true\" padding=\"60px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h3>A Dark section with a row inside</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Background Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h2>A section with a background video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" dark=\"true\" padding=\"60px\" height=\"50vh\"]\n\n[row style=\"collapse\" h_align=\"center\"]\n\n[col span=\"6\" align=\"center\"]\n\n<h2>A section can have a background image or a background color</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(243, 243, 243)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\"]\n\n<h2>A Section with a Image on the right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Parallax Video\" bg_color=\"rgb(41, 41, 41)\" bg_overlay=\"rgba(0, 0, 0, 0.27)\" parallax=\"4\" dark=\"true\" padding=\"128px\" video_mp4=\"http://flatsome.dev/wp-content/uploads/2016/02/348462762.mp4\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"9\" align=\"center\"]\n\n<h2>A Parallax Background Video</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(50, 50, 50)\" dark=\"true\" sticky=\"true\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A sticky section with images right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n[button text=\"Click me!\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"4\" depth_hover=\"5\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(243, 243, 243)\" bg_overlay=\"rgba(255, 255, 255, 0.9)\" padding=\"61px\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>A Section with Image and a background</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image left.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"61px\"]\n\n[row style=\"collapse\" width=\"full-width\" v_align=\"middle\" h_align=\"right\"]\n\n[col span=\"6\" padding=\"10%\" align=\"center\" max_width=\"520px\"]\n\n<h2>A Section with a large image right.</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"6\"]\n\n[ux_image id=\"10\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.51)\" parallax=\"1\" dark=\"true\" padding=\"97px\" height=\"300px\"]\n\n[title text=\"Section With a parallax background\"]\n\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n[row h_align=\"center\"]\n\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"6\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(255, 255, 255, 0.89)\" bg_pos=\"25% 0%\" parallax=\"1\" padding=\"60px\" height=\"300px\"]\n\n[row style=\"collapse\" width=\"full-width\" h_align=\"center\"]\n\n[col span=\"6\" padding=\"0 10%\" align=\"center\"]\n\n<h2>A product slider inside a section</h2>\n[button text=\"Click me now\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(63, 63, 63)\" dark=\"true\" mask=\"arrow\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"10\"]\n\n<h3>Section With A Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(160, 160, 160)\" dark=\"true\" mask=\"angled\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"5\" span__sm=\"10\"]\n\n<h3>Section with an Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg=\"11\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(117, 117, 117, 0.44)\" dark=\"true\" mask=\"angled-right\" height=\"365px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"9\"]\n\n<h3>Section with Angled Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(77, 77, 77)\" dark=\"true\" mask=\"arrow-large\" height=\"365px\"]\n\n[row]\n\n[col]\n\n<h3>Section with a Large Arrow Mask</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Sections', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2018-02-14 11:28:34', '2018-02-14 11:28:34', '', 69, 'http://localhost/foamindo/2018/02/14/69-revision-v1/', 0, 'revision', '', 0),
(137, 1, '2018-02-14 11:28:35', '2018-02-14 11:28:35', '[section bg_color=\"rgb(237, 239, 241)\" border=\"1px 0px 1px 0px\" border_color=\"rgba(0, 0, 0, 0.13)\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid Element\" size=\"120\"]\r\n\r\n[ux_banner_grid height=\"600\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"64% 30%\" border_color=\"rgba(0, 0, 0, 0.05)\"]\r\n\r\n[text_box width=\"70\"]\r\n\r\n<h2 class=\"alt-font\">A Cute Title</h2>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 140%;\">This is a simple headline</span></strong></h2>\r\n<p class=\"lead\"><span style=\"font-size: 130%;\">A Small text</span></p>\r\n[button text=\"Click me!\" style=\"outline\" size=\"xlarge\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\"]\r\n\r\n[ux_banner bg=\"11\" bg_pos=\"51% 56%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box width=\"69\" width__sm=\"60\" position_y=\"5\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"14\" height=\"1-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(255, 255, 255, 0.15)\" bg_pos=\"51% 30%\" border_color=\"rgba(0, 0, 0, 0.08)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"42\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h2 class=\"uppercase\"><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"5\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner bg=\"11\" bg_color=\"rgb(0, 0, 0)\" bg_overlay=\"rgba(0, 0, 0, 0.3)\" bg_pos=\"71% 19%\" border_color=\"rgba(0, 0, 0, 0.07)\"]\r\n\r\n[text_box width=\"70\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>SALE ENDS SOON</strong></h2>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"5\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">DRAG AND DROP EDITING</h2>\r\n<p class=\"lead\">Creating amazing Banner Grids is incredible easy with the new <strong>UX Builder</strong></p>\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"10\" depth=\"3\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg=\"11\" bg_color=\"rgb(28, 28, 28)\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" parallax=\"2\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Banner Grid With A Background\" size=\"undefined\"]\r\n\r\n[ux_banner_grid height=\"666\" depth=\"1\"]\r\n\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_pos=\"32% 58%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"65\" width__sm=\"90\" scale=\"102\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>This Week Featured Vendor</strong></h2>\r\n<p class=\"lead\">Change this to anything. Consectetuer adipiscing elit.</p>\r\n[button text=\"Go To Shop\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"74\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"15\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"66% 22%\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"80\" width__sm=\"60\" animate=\"fadeInLeft\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h6 class=\"uppercase\">Featured Vendor</h6>\r\n<h2><strong>Woo Vendor Shop</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" span__sm=\"13\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom\"]\r\n\r\n[text_box width=\"80\" position_x=\"10\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple banner</strong></h2>\r\n<p class=\"lead\">Change this text to anything</p>\r\n[button text=\"Shop now\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"8\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.09)\" bg_pos=\"61% 30%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"79\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h2><strong>This is a simple headline</strong></h2>\r\n[button text=\"Shop now\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"Use Banner Grids to Create Portfolio Grids\" margin_top=\"31px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid spacing=\"collapse\" height=\"885\" width=\"full-width\"]\r\n\r\n[col_grid span=\"6\" span__sm=\"13\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"37\" animate=\"fadeInRight\" position_x=\"10\" position_y=\"80\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.19)\" bg_pos=\"53% 69%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"30\" animate=\"fadeInLeft\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.21)\" hover=\"zoom\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"14\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.15)\" bg_pos=\"34% 46%\" hover=\"zoom\"]\r\n\r\n[text_box hover=\"fade-out\" position_y=\"95\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n[text_box hover=\"zoom-in\"]\r\n\r\n[video_button size=\"178\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"6\" span__sm=\"15\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" hover=\"zoom\"]\r\n\r\n[text_box text_color=\"dark\" width=\"39\" position_x=\"5\" position_y=\"85\" text_align=\"left\"]\r\n\r\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\r\n<p class=\"lead\">A Website for Acme Company</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"center\" text=\"Add Slider to Banner Grids\" margin_top=\"28px\" size=\"undefined\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" bg_pos=\"64% 34%\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width=\"54\" width__sm=\"80\" position_x=\"85\" text_align=\"right\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Latest Fashion News for AutumN</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.06)\" border_style=\"dashed\" border_radius=\"undefined\" border_color=\"rgba(0, 0, 0, 0.12)\"]\r\n\r\n[text_box width__sm=\"80\"]\r\n\r\n<h3 class=\"alt-font\">A cool Top header</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 100%;\"><strong>Five Key Elements for your Living room</strong></span></h2>\r\n[divider]\r\n\r\n[button text=\"Browse Now\" size=\"large\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"2-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h3 class=\"alt-font\">Don\'t Miss</h3>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>Sale ends soon</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-3\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_size=\"thumbnail\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 55%\" hover=\"zoom\"]\r\n\r\n[text_box width=\"87\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>SUMMER SALE</strong></span></h2>\r\n[button text=\"Browse Now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Banner Grids', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2018-02-14 11:28:35', '2018-02-14 11:28:35', '', 70, 'http://localhost/foamindo/2018/02/14/70-revision-v1/', 0, 'revision', '', 0),
(138, 1, '2018-02-14 11:28:35', '2018-02-14 11:28:35', '[ux_banner height=\"444px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.3)\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>LIGHTBOX SHORTCODE</strong></h3>\r\n<p class=\"lead\">Open any content in a lightbox</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[button text=\"Lightbox button\" link=\"#test\"]\r\n\r\n<p><a href=\"#test\">Lightbox link</a></p>\r\n<p>[lightbox id=\"test\" width=\"600px\" padding=\"20px\"]<br />Add lightbox content here...<br />\r\n[/lightbox]\r\n</p>\r\n<pre>[button text=\"Lightbox button\" link=\"<b>#test</b>\"][lightbox id=\"<b>test</b>\" width=\"600px\" padding=\"20px\"]Add lightbox content here...[/lightbox]</pre>\r\n\r\n[/col]\r\n\r\n[/row]', 'Lightbox', '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2018-02-14 11:28:35', '2018-02-14 11:28:35', '', 72, 'http://localhost/foamindo/2018/02/14/72-revision-v1/', 0, 'revision', '', 0),
(139, 1, '2018-02-14 11:28:35', '2018-02-14 11:28:35', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(255, 255, 255, 0.61)\" bg_pos=\"41% 71%\" parallax=\"3\"]\r\n\r\n[text_box parallax=\"2\" text_color=\"dark\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Message Box Element</strong></h2>\r\n<p class=\"lead\">Create beautiful Call to Action areas.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title style=\"center\" text=\"Message Box Element\"]\r\n\r\n[message_box padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"9\" span__sm=\"12\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col_inner]\r\n[col_inner span=\"2\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n[title style=\"center\" text=\"Use to Create Call to Actions areas\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"11\" bg_color=\"rgba(0, 0, 0, 0.62)\" padding=\"27\"]\r\n\r\n[row_inner v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col_inner span=\"8\" span__sm=\"12\"]\r\n\r\n<h2 class=\"uppercase\">Use Message Boxes to create Call to action messages</h2>\r\n\r\n[/col_inner]\r\n[col_inner span=\"3\" span__sm=\"12\" align=\"center\"]\r\n\r\n[button text=\"Click me now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"99\"]\r\n\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/message_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Full Width Message box\" margin_top=\"23px\"]\r\n\r\n[message_box bg=\"11\" bg_color=\"rgba(0, 0, 0, 0.75)\" padding=\"27\"]\r\n\r\n[row v_align=\"middle\" h_align=\"center\"]\r\n\r\n[col span=\"6\" span__sm=\"15\"]\r\n\r\n<h3 class=\"uppercase\">Signup for Newsletter and get <span class=\"fancy-underline\">50% off</span> your next purchase</h3>\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"17\" align=\"right\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]', 'Message box', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2018-02-14 11:28:35', '2018-02-14 11:28:35', '', 75, 'http://localhost/foamindo/2018/02/14/75-revision-v1/', 0, 'revision', '', 0),
(140, 1, '2018-02-14 11:28:36', '2018-02-14 11:28:36', '[ux_banner height=\"360px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.16)\" bg_pos=\"56% 97%\" parallax=\"2\"]\n\n[text_box width=\"63\" width__sm=\"60%\" text_depth=\"1\"]\n\n<h3 class=\"uppercase\"><strong>Categories Element</strong></h3>\n<p class=\"lead\">Create beautiful overview of your Shop categories. There is almost unlimited variations, but here are some examples.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col]\n\n[title style=\"center\" text=\"Simple\"]\n\n[ux_product_categories style=\"normal\"]\n\n[title style=\"center\" text=\"Badge style\"]\n\n[ux_product_categories]\n\n[title style=\"center\" text=\"Overlay Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\"]\n\n[title style=\"center\" text=\"Grid style\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"3\" columns=\"3\" animate=\"fadeInLeft\" number=\"4\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" text_pos=\"middle\" text_size=\"large\"]\n\n[title style=\"center\" text=\"Circle Style\"]\n\n[ux_product_categories style=\"overlay\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" image_height=\"100%\" image_radius=\"100\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"overlay-remove-50\" image_hover_alt=\"zoom\" text_pos=\"middle\" text_size=\"large\" text_hover=\"bounce\"]\n\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(51, 51, 51)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Be creative! Mix and match settings\"]\n\n[ux_product_categories style=\"overlay\" type=\"grid\" grid=\"13\" col_spacing=\"small\" columns=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\" number=\"5\" orderby=\"name\" image_size=\"large\" image_overlay=\"rgba(38, 38, 38, 0.16)\" image_hover=\"color\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\"]\n\n\n[/section]', 'Product Categories', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2018-02-14 11:28:36', '2018-02-14 11:28:36', '', 76, 'http://localhost/foamindo/2018/02/14/76-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(141, 1, '2018-02-14 11:28:36', '2018-02-14 11:28:36', '[ux_banner height=\"451px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.45)\"]\r\n\r\n[text_box width=\"66\" parallax=\"-4\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Product Element</strong></h2>\r\n<p class=\"lead\">List products anywhere in a beautiful style. Choose between Slider, Rows, Grid and Masonry Style. Select products from a custom category or sort by sales, featured items or latest. You can also select custom products.</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Simple Sale Slider\"]\r\n\r\n[ux_products orderby=\"sales\" show=\"onsale\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Products Slider\" icon=\"icon-star\"]\r\n\r\n[ux_products  show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Best Selling Products\" icon=\"icon-heart\"]\r\n\r\n[ux_products orderby=\"sales\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style\"]\r\n\r\n[ux_products style=\"shade\" slider_nav_style=\"circle\" col_spacing=\"normal\" depth=\"1\" depth_hover=\"5\" cat=\"tops\" image_height=\"200%\" image_size=\"medium\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_size=\"large\" text_hover=\"hover-slide\"]\r\n\r\n[title style=\"bold-center\" text=\"Lookbook style 2\"]\r\n\r\n[ux_products style=\"overlay\" slider_nav_style=\"circle\" width=\"full-width\" col_spacing=\"collapse\" columns=\"6\" cat=\"80\" orderby=\"rand\" image_height=\"200%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.58)\" image_hover=\"overlay-add\" image_hover_alt=\"zoom-long\" text_pos=\"middle\" text_size=\"large\" text_hover=\"zoom-in\"]\r\n\r\n[title style=\"bold-center\" text=\"Grid Style\" margin_top=\"16px\"]\r\n\r\n[ux_products style=\"shade\" type=\"grid\" grid_height=\"650px\" products=\"4\" orderby=\"sales\" show=\"featured\" image_overlay=\"rgba(0, 0, 0, 0.19)\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_align=\"left\" text_size=\"large\"]\r\n\r\n[title style=\"bold-center\" text=\"Masonery Style\"]\r\n\r\n[ux_products type=\"masonry\" depth=\"1\" depth_hover=\"5\" text_align=\"left\"]\r\n\r\n[title style=\"bold-center\" text=\"Mix and match styles\"]\r\n\r\n[ux_products style=\"overlay\" image_height=\"169%\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0.67)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\" text_size=\"large\"]', 'Products', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2018-02-14 11:28:36', '2018-02-14 11:28:36', '', 77, 'http://localhost/foamindo/2018/02/14/77-revision-v1/', 0, 'revision', '', 0),
(142, 1, '2018-02-14 11:28:36', '2018-02-14 11:28:36', '[ux_banner height=\"329px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.28)\" parallax=\"2\"]\r\n\r\n[text_box]\r\n\r\n<h3 class=\"uppercase\"><strong>Share & Follow Icons</strong></h3>\r\n<p>Beautiful Share and Follow Icons that you can insert anywhere with the Page Builder.</p>\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n\r\n[title text=\"Share icons\"]\r\n\r\n[share]\r\n\r\n[title text=\"Follow icons\"]\r\n\r\n[follow facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons Fill\"]\r\n\r\n[follow style=\"fill\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title text=\"Follow icons small\"]\r\n\r\n[follow style=\"small\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow icons Larger\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Larger Fill\" size=\"undefined\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[title style=\"center\" text=\"Follow Icons Large\" size=\"undefined\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(48, 48, 48)\" dark=\"true\"]\r\n\r\n[title style=\"center\" text=\"Follow icons dark\" size=\"undefined\"]\r\n\r\n[follow align=\"center\" scale=\"134\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[follow style=\"small\" align=\"center\" scale=\"177\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n[gap height=\"11px\"]\r\n\r\n[follow style=\"fill\" align=\"center\" scale=\"128\" facebook=\"http://\" instagram=\"http://\" snapchat=\"8523\" twitter=\"http://\" email=\"email@post.com\" pinterest=\"http://\" googleplus=\"http://\" rss=\"http://\" youtube=\"http://\" flickr=\"http://\" vkontakte=\"http://\" px500=\"http://\"]\r\n\r\n\r\n[/section]', 'Share / follow icons', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2018-02-14 11:28:36', '2018-02-14 11:28:36', '', 78, 'http://localhost/foamindo/2018/02/14/78-revision-v1/', 0, 'revision', '', 0),
(143, 1, '2018-02-14 11:28:36', '2018-02-14 11:28:36', '[ux_banner height=\"395px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.1)\"]\n\n[text_box width__sm=\"86\" scale__sm=\"138\"]\n\n<h3 class=\"uppercase\"><strong>TEAM MEMBER ELEMENT</strong></h3>\n<p class=\"lead\">Use this for presenting your team member or staff</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Default Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Color Icon style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Mark Jance\" title=\"CTO / Developer\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Bounce Style\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"bounce\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Push Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"push\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"push\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"push\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" text_hover=\"bounce\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Style\"]\n\n[row]\n\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" pinterest=\"#\" linkedin=\"#\" snapchat=\"9152\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"4\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Circle\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin ullamcorper</p>\n\n[/team_member]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Overlay Grayscale\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n[section bg=\"11\" bg_color=\"rgb(40, 40, 40)\" bg_overlay=\"rgba(0, 0, 0, 0.84)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Mix and match styles\"]\n\n[row]\n\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CEO / FOUNDER\" icon_style=\"small\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_height=\"100%\" image_radius=\"100\" image_hover=\"color\" image_hover_alt=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Lucy Anderson\" title=\"CO FOUNDER\" icon_style=\"fill\" facebook=\"#\" twitter=\"#\" email=\"emailus@email.com\" linkedin=\"#\" image_radius=\"9\" image_hover=\"glow\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Mark Jance\" title=\"CTO / Developer\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_hover=\"zoom\"]\n\n\n[/team_member]\n\n[/col]\n[col span=\"3\"]\n\n[team_member img=\"10\" style=\"overlay\" name=\"Nina Lacy\" title=\"Support Ninja\" icon_style=\"fill\" facebook=\"uxthemes\" twitter=\"http://twitter.com/uxthemes\" pinterest=\"http://\" image_radius=\"100\" image_hover=\"color\"]\n\n\n[/team_member]\n\n[/col]\n\n[/row]\n\n[/section]', 'Team Member', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2018-02-14 11:28:36', '2018-02-14 11:28:36', '', 79, 'http://localhost/foamindo/2018/02/14/79-revision-v1/', 0, 'revision', '', 0),
(144, 1, '2018-02-14 11:28:36', '2018-02-14 11:28:36', '[ux_banner height=\"500px\" bg=\"11\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.12)\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>ICON BOX ELEMENT</strong></h3>\n<p class=\"lead\">Create simple icon boxes with this element. Upload any SVG icon or image. You can find beautiful SVG icons here: </p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Top Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Top Align with border\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" pos=\"center\" icon_border=\"3\" margin=\"px px px px\"]\n\n<h3>Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Left Align\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(140, 188, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(25, 130, 188)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[featured_box img=\"10\" img_width=\"35\" pos=\"left\" icon_border=\"2\" icon_color=\"rgb(188, 69, 25)\" margin=\"px px px px\"]\n\n<h3 class=\"uppercase\">Lorem ipsum dolor sit amet</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]', 'Icon Box', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2018-02-14 11:28:36', '2018-02-14 11:28:36', '', 80, 'http://localhost/foamindo/2018/02/14/80-revision-v1/', 0, 'revision', '', 0),
(145, 1, '2018-02-14 11:28:37', '2018-02-14 11:28:37', '[ux_banner height=\"500px\" bg=\"11\" parallax=\"2\"]\r\n\r\n[text_box parallax=\"-2\"]\r\n\r\n<h1>Section Titles</h1>\r\n<p class=\"lead\">Split content with beautiful Section Titles</p>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col]\r\n\r\n[title text=\"This is a normal title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"center\" text=\"This is a centered title with Icon\" icon=\"icon-star\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title text=\"This is a title with a link and icon\" icon=\"icon-star-o\" size=\"undefined\" link_text=\"Click here to view products\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold title\" size=\"171\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold\" text=\"This is a bold title with link\" link_text=\"Click here\" link=\"http://\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[title style=\"bold-center\" text=\"This is a bold centered title\" size=\"undefined\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/col]\r\n\r\n[/row]\r\n', 'Titles / Dividers', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2018-02-14 11:28:37', '2018-02-14 11:28:37', '', 81, 'http://localhost/foamindo/2018/02/14/81-revision-v1/', 0, 'revision', '', 0),
(146, 1, '2018-02-14 11:28:37', '2018-02-14 11:28:37', '<p class=\"lead\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh elementum imperdiet. Duis sagittis ipsum. Praesent mauris. Fusce nec tellus sed augue semper porta. Mauris massa. Vestibulum lacinia arcu eget nulla.</p>\r\n[block id=\"faq-accordian\"]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2018-02-14 11:28:37', '2018-02-14 11:28:37', '', 83, 'http://localhost/foamindo/2018/02/14/83-revision-v1/', 0, 'revision', '', 0),
(147, 1, '2018-02-14 11:28:37', '2018-02-14 11:28:37', '[ux_banner height=\"398px\" bg=\"11\" bg_pos=\"66% 25%\" parallax=\"2\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Testemonial element</strong></h3>\n<p class=\"lead\">Tell your customers how happy your clients are</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"With image left\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>This is a FANTASTIC Theme. Do you think that in the next version you could try and have it Multilanguage. Because I have nothing bad to say about this theme. Thank a million!</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"With image on Top\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Boxed Vertical\"]\n\n[row v_align=\"equal\" padding=\"30px 30px 30px 30px\" depth=\"2\" depth_hover=\"5\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Testemonials in a row slider\"]\n\n[ux_slider hide_nav=\"true\" nav_color=\"dark\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9147\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p>The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9149\" image_width=\"121\" pos=\"center\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<div class=\"e-box h-p2 -stacked -radius-none\">\n<p class=\"t-body h-my1\">This theme is amazing, you can customize EVERYTHING! The theme is a game changer for the Envato Market, can\'t wait for the future with Flatsome. Soo many good experiences from this, THANKS!</p>\n</div>\n\n[/testimonial]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[testimonial image=\"9150\" image_width=\"121\" pos=\"center\" name=\"MIRORIM\"]\n\n<p>Excellent work. Very good theme, No need support, works perfectly. Congratulations !! <br />Waiting for version 3.0. Very excited.</p>\n\n[/testimonial]\n\n[/col]\n\n[/row]\n\n[/ux_slider]\n[title style=\"center\" text=\"Testemonials in a slider\"]\n\n[ux_slider]\n\n[ux_banner height=\"378px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9147\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"378px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.68)\" bg_pos=\"79% 68%\"]\n\n[text_box width=\"78\" width__sm=\"100\"]\n\n[testimonial image=\"9148\" image_width=\"142\" name=\"Mark Jance\" company=\"Facebook\"]\n\n<p class=\"lead\">The overall use of flatsome is very VERY useful. It lacks very few, if any, things! I loved it and have created my first ever website Punsteronline.com! Best yet, flatsome gets free updates that are great! (and the support is amazing as well!:)</p>\n\n[/testimonial]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Testimonials', '', 'inherit', 'closed', 'closed', '', '84-revision-v1', '', '', '2018-02-14 11:28:37', '2018-02-14 11:28:37', '', 84, 'http://localhost/foamindo/2018/02/14/84-revision-v1/', 0, 'revision', '', 0),
(148, 1, '2018-02-14 11:28:37', '2018-02-14 11:28:37', '[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.49)\"]\r\n\r\n[text_box width=\"76\"]\r\n\r\n<h1>Buttons</h1>\r\n<p class=\"lead\">Create beautiful Call to Action buttons with the amazing Button Element</p>\r\n[button text=\"Primary Button\" style=\"shade\" link=\"test?asdf&asdf=asdf&asdf&\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Unlimited Variations</h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" radius=\"12\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" icon=\"icon-heart\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\" radius=\"99\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\" radius=\"6\" icon=\"icon-heart\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[section bg_color=\"rgb(44, 44, 44)\" dark=\"true\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Buttons on Dark background</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\"]\r\n\r\n[button text=\"Success Color\" color=\"success\"]\r\n\r\n[button text=\"White Color\" color=\"white\"]\r\n\r\n[button text=\"Primary Color\" style=\"outline\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"outline\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"outline\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"outline\"]\r\n\r\n[button text=\"White outline\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Styles</h3>\r\n<p>Select between many different button styles.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Simple link\" style=\"link\"]\r\n\r\n[button text=\"Underline\" style=\"underline\"]\r\n\r\n[button text=\"Outline\" style=\"outline\" depth=\"2\" depth_hover=\"2\"]\r\n\r\n[button text=\"Normal\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Gloss\" style=\"gloss\" radius=\"99\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Shade\" style=\"shade\" radius=\"7\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n[button text=\"Bevel\" style=\"bevel\" radius=\"12\" depth=\"2\" depth_hover=\"5\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button with icon</h3>\r\n<p>Choose between many included Flatsome Icons.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Icon Button\" style=\"bevel\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Icon Left\" style=\"outline\" radius=\"6\" icon=\"icon-instagram\"]\r\n\r\n[button text=\"Reveal Left\" style=\"outline\" icon=\"icon-play\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Reveal Right\" icon=\"icon-angle-right\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Large Button\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-twitter\" icon_pos=\"left\"]\r\n\r\n[button text=\"Large Reveal\" style=\"bevel\" size=\"xlarge\" radius=\"8\" icon=\"icon-checkmark\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Simple Button Styles</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Primary Color\" style=\"link\" icon=\"icon-play\" icon_reveal=\"true\"]\r\n\r\n[button text=\"Secondary Color\" color=\"secondary\" style=\"link\"]\r\n\r\n[button text=\"Success Color\" color=\"success\" style=\"link\"]\r\n\r\n[button text=\"Alert Color\" color=\"alert\" style=\"link\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Radius</h3>\r\n<p>Add custom radius to buttons</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Normal Button\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" size=\"large\" radius=\"99\"]\r\n\r\n[button text=\"Normal Button\" style=\"outline\" size=\"large\"]\r\n\r\n[button text=\"Round Button\" style=\"outline\" size=\"large\" radius=\"10\"]\r\n\r\n[button text=\"Circle Button\" style=\"outline\" size=\"large\" radius=\"99\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Shadow</h3>\r\n<p>Add drop shadow to buttons to make them stand out more.</p>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"Large Shadow\" style=\"bevel\" size=\"large\" depth=\"5\" depth_hover=\"4\"]\r\n\r\n[button text=\"Medium Shadow\" style=\"bevel\" size=\"large\" depth=\"3\" depth_hover=\"4\"]\r\n\r\n[button text=\"Small Shadow\" style=\"bevel\" size=\"large\" depth=\"1\" depth_hover=\"2\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Button Sizes</h3>\r\n\r\n[/col]\r\n[col span=\"9\"]\r\n\r\n[button text=\"x Small\" size=\"xsmall\"]\r\n\r\n[button text=\"Smaller\" size=\"smaller\"]\r\n\r\n[button text=\"Small\" size=\"small\"]\r\n\r\n[button text=\"Normal\"]\r\n\r\n[button text=\"Large\" size=\"large\"]\r\n\r\n[button text=\"Larger\" size=\"larger\"]\r\n\r\n[button text=\"X LARGE\" size=\"xlarge\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"3\"]\r\n\r\n<h3>Smart Links</h3>\r\n<p>Add simple text to button links to link to various WordPress and WooCommerce pages.</p>\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n<p>\'<strong>shop</strong>\' : Goes to Shop page</p>\r\n<p>\'<strong>account\'</strong> Goes to My Account Page</p>\r\n<p>\'<strong>checkout\'</strong> Goes to Checkout page</p>\r\n<p>\'<strong>blog\'</strong> Goes to blog page</p>\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n<p>\'<strong>home</strong>\' Goes to homepage</p>\r\n<p><strong>\'wishlist</strong>\' Goes to wishlist page</p>\r\n<p>\'<strong>Page Title</strong>\' Goes to page by Title.</p>\r\n\r\n[/col]\r\n\r\n[/row]', 'Buttons', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2018-02-14 11:28:37', '2018-02-14 11:28:37', '', 85, 'http://localhost/foamindo/2018/02/14/85-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2018-02-14 11:28:37', '2018-02-14 11:28:37', '[map height=\"400px\"]\n\n<h3>Sesam Street 323b, 4010, Norway</h3>\n<p>We\'re open Monday – Friday, 8 a.m. – 7:30 p.m. EST</p>\n\n[/map]\n[row]\n\n[col span=\"6\"]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante. </p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"6\"]\n\n[title text=\"Send us an email\"]\n\n(insert contact form here)\n\n<p>This is form is just for demo purpose. No inquiries will be answered.</p>\n\n[/col]\n\n[/row]\n<p> </p>', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-02-14 11:28:37', '2018-02-14 11:28:37', '', 86, 'http://localhost/foamindo/2018/02/14/86-revision-v1/', 0, 'revision', '', 0),
(150, 1, '2018-02-14 11:28:37', '2018-02-14 11:28:37', '[ux_banner height=\"507px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_y=\"80\"]\n\n<h1 class=\"lead\">About Us</h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead text-center\"><strong>Lorem ipsum</strong> dolor sit amet, consectetur adipiscing elit. Morbi fermentum justo vitae convallis varius. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis.</p>\n[divider align=\"center\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Troy Gray\" title=\"CEO / Founder\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Richy Lace\" title=\"Marketing Director\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Jane Gray\" title=\"Public Relations\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"July Wood\" title=\"Customer Support\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-02-14 11:28:37', '2018-02-14 11:28:37', '', 88, 'http://localhost/foamindo/2018/02/14/88-revision-v1/', 0, 'revision', '', 0),
(151, 1, '2018-02-14 11:28:38', '2018-02-14 11:28:38', '[map lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgb(255, 255, 255)\" content_width__sm=\"100\" position_x=\"50\" position_x__sm=\"0\" position_y=\"50\" saturation=\"-100\"]\r\n\r\n<h3 class=\"uppercase\"><strong>GOOGLE MAP ELEMENT</strong></h3>\r\n<p class=\"lead\">Add highly customisable Google Maps to any page.</p>\r\n\r\n[/map]\r\n[title style=\"center\" text=\"Examples\" margin_top=\"14px\"]\r\n\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map controls=\"true\"]\r\n\r\n<p><strong>Map With Tools</strong></p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"89\" color=\"#6d5854\"]\r\n\r\n<p>Use any color  for your map</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[map content_width__sm=\"86\" position_x=\"5\" position_y=\"5\" saturation=\"-100\"]\r\n\r\n<p>Enter street adress here. Or any other information you want.</p>\r\n\r\n[/map]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[map height=\"589px\" height__sm=\"747px\" lat=\"40.79022\" long=\"-73.95981\" content_bg=\"rgba(255, 255, 255, 0.85)\" content_width__sm=\"100\" position_x__sm=\"100\" position_y=\"10\" position_y__sm=\"100\" saturation=\"44\"]\r\n\r\n[title text=\"A map with a Form\" icon=\"icon-envelop\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/map]', 'Map', '', 'inherit', 'closed', 'closed', '', '89-revision-v1', '', '', '2018-02-14 11:28:38', '2018-02-14 11:28:38', '', 89, 'http://localhost/foamindo/2018/02/14/89-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(152, 1, '2018-02-14 11:28:38', '2018-02-14 11:28:38', '[ux_slider hide_nav=\"true\" bullets=\"false\"]\n\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(19, 6, 6, 0.36)\" bg_pos=\"53% 5%\"]\n\n[text_box width=\"61\" width__sm=\"80\" scale=\"136\" scale__sm=\"154\" position_y=\"75\"]\n\n<h3 class=\"uppercase\"><strong>SLIDER ELEMENT</strong></h3>\n<p class=\"lead\">Create amazing Sliders with our Slider element.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"11\" bg_pos=\"22% 46%\"]\n\n[text_box width=\"40\" width__sm=\"80\" position_y=\"70\"]\n\n<h3>This is a Full Width Slider</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n[button text=\"Click me\" style=\"outline\" radius=\"10\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" slide_effect=\"zoom-in\" bg=\"11\" bg_pos=\"49% 42%\"]\n\n[text_box animate=\"bounceIn\"]\n\n<h3>Add Animations and Slide Effects</h3>\n<p class=\"lead\">Add Any Content or Shortcode here</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row v_align=\"middle\" h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"12\" align=\"center\"]\n\n<h3 class=\"uppercase\"><strong>Drag and Drop Editing</strong></h3>\n<p class=\"lead\">Use the UX Builder to Create amazing homepage sliders and ladingpages.</p>\n\n[/col]\n[col span=\"7\" span__sm=\"12\" align=\"center\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n[title style=\"center\" size=\"undefined\"]\n\n[ux_slider style=\"container\" bg_color=\"rgb(0, 0, 0)\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Focused Slider Style\" size=\"undefined\"]\n\n[ux_slider style=\"focus\" bg_color=\"rgb(82, 82, 82)\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Shadow Slide Style\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" bg_color=\"rgb(238, 238, 238)\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"42\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[title style=\"center\" text=\"Free Scroll Shadow Slider\" size=\"undefined\"]\n\n[ux_slider style=\"shadow\" slide_width=\"500px\" bg_color=\"rgb(238, 238, 238)\" freescroll=\"true\"]\n\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"51% 19%\"]\n\n[text_box width=\"76\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"53% 13%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box width=\"66\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"56% 11%\"]\n\n[text_box width=\"70\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" bg_pos=\"47% 9%\"]\n\n[text_box width=\"72\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Dark arrows\" size=\"undefined\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(222, 222, 222)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(238, 238, 238)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"light arrows\"]\n\n[ux_slider]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(46, 46, 46)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(54, 54, 54)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"always visible arrows\"]\n\n[ux_slider hide_nav=\"true\"]\n\n[ux_banner height=\"200px\" bg_color=\"rgb(229, 191, 191)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg_color=\"rgb(171, 204, 196)\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[title style=\"center\" text=\"Simple arrows\"]\n\n[ux_slider hide_nav=\"true\" nav_style=\"simple\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_style=\"simple\" nav_color=\"dark\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n[col]\n\n[title style=\"center\" text=\"Nav Circle outside\"]\n\n[ux_slider hide_nav=\"true\" nav_pos=\"outside\" nav_color=\"dark\" bullets=\"false\"]\n\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\"]\n\n[text_box]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n\n[/col]\n\n[/row]', 'Sliders', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2018-02-14 11:28:38', '2018-02-14 11:28:38', '', 91, 'http://localhost/foamindo/2018/02/14/91-revision-v1/', 0, 'revision', '', 0),
(153, 1, '2018-02-14 11:28:38', '2018-02-14 11:28:38', '[section bg=\"11\" bg_color=\"rgb(50, 50, 50)\" bg_overlay=\"rgba(0, 0, 0, 0.63)\" dark=\"true\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"3\"]\n\n<h1 class=\"uppercase\">Amazing Blog Posts Element</h1>\n<p class=\"lead\">Display your Blog posts in many different ways.</p>\n<ul>\n<li class=\"bullet-checkmark\">Unlimited Styles and Options</li>\n<li class=\"bullet-checkmark\">Select Custom Posts</li>\n<li class=\"bullet-checkmark\">Slider / Row / Grid and Masonry Style</li>\n</ul>\n\n[/col]\n[col span=\"9\"]\n\n[blog_posts style=\"shade\" type=\"slider-full\" grid=\"2\" slider_nav_style=\"circle\" columns=\"1\" title_size=\"larger\" show_date=\"text\" excerpt=\"false\" show_category=\"label\" comments=\"false\" image_size=\"large\" image_overlay=\"rgba(0, 0, 0, 0.09)\" image_hover=\"overlay-remove\" text_size=\"large\" text_hover=\"bounce\" text_padding=\"10% 0px 10% 0px\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section]\n\n[title style=\"center\" text=\"Default Style\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" columns=\"3\" image_height=\"56.25%\"]\n\n[title style=\"center\" text=\"Bounce Style\" size=\"undefined\"]\n\n[blog_posts style=\"bounce\" badge_style=\"square\" image_height=\"75%\"]\n\n[title style=\"center\" text=\"Push Style\" margin_top=\"17px\" size=\"undefined\"]\n\n[blog_posts style=\"push\" columns=\"3\" badge_style=\"circle-inside\" image_height=\"75%\"]\n\n\n[/section]\n[section bg_color=\"rgb(62, 62, 62)\" dark=\"true\"]\n\n[title style=\"center\" text=\"Blog posts inside a dark section\" size=\"undefined\"]\n\n[blog_posts style=\"normal\" slider_nav_style=\"simple\" slider_nav_color=\"light\" slider_nav_position=\"outside\" columns=\"3\" image_height=\"56.25%\"]\n\n\n[/section]\n[title style=\"center\" text=\"Vertical Slide Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"vertical\" slider_nav_style=\"simple\" slider_nav_position=\"outside\" columns=\"2\" depth=\"2\" image_height=\"89%\" image_width=\"43\"]\n\n[title style=\"center\" text=\"Animated Blog posts in grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" animate=\"fadeInUp\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Overlay Style\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.17)\" image_hover=\"zoom\"]\n\n[title style=\"center\" text=\"Overlay Grayscale\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"overlay\" depth=\"1\" animate=\"fadeInLeft\" title_style=\"uppercase\" show_date=\"text\" image_height=\"144%\" image_overlay=\"rgba(0, 0, 0, 0.56)\" image_hover=\"color\" image_hover_alt=\"overlay-remove-50\"]\n\n[row]\n\n[col span__sm=\"12\"]\n\n<p>Select between many different Hover Styles</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"Read More button\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"row\" depth=\"2\" readmore=\"Read More\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts style=\"shade\" type=\"grid\" columns=\"3\" depth=\"1\" posts=\"4\" title_size=\"larger\" title_style=\"uppercase\" readmore=\"Read More\" badge_style=\"circle-inside\" image_height=\"180px\"]\n\n[title style=\"center\" text=\"Blog post in A Masonery Grid\" margin_top=\"31px\" size=\"undefined\"]\n\n[blog_posts type=\"masonry\" columns=\"3\" depth=\"2\" image_height=\"180px\"]', 'Blog Posts', '', 'inherit', 'closed', 'closed', '', '92-revision-v1', '', '', '2018-02-14 11:28:38', '2018-02-14 11:28:38', '', 92, 'http://localhost/foamindo/2018/02/14/92-revision-v1/', 0, 'revision', '', 0),
(154, 1, '2018-02-14 11:28:38', '2018-02-14 11:28:38', '[section bg_color=\"rgb(246, 246, 246)\"]\n\n[row]\n\n[col span=\"4\"]\n\n<h1>Tabs Element</h1>\n<p>Ad flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed.  </p>\n\n[/col]\n[col span=\"8\"]\n\n[tabgroup style=\"tabs\"]\n\n[tab title=\"Tab 3 Title\"]\n\n<p> lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 1 Title\"]\n\n<p>Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed..</p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n\n[/section]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Line Tabs Bottom\" style=\"line-bottom\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"6\"]\n\n[tabgroup title=\"Tabs Pills Centered\" style=\"pills\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr.</p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span=\"6\"]\n\n[tabgroup title=\"Outline Tabs Centered\" style=\"outline\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]\n[row]\n\n[col]\n\n[tabgroup title=\"Line Grow Tabs Center\" style=\"line-grow\" align=\"center\"]\n\n[tab title=\"Tab 1 Title\"]\n\n<p>Cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 2 Title\"]\n\n<p>Tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab 3 Title\"]\n\n<p>Helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col]\n\n[tabgroup title=\"Vertical Tabs\" type=\"vertical\"]\n\n[tab title=\"Top tab\"]\n\n<p>Flannel sartorial helvetica readymade. Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee yr.</p>\n\n[/tab]\n[tab title=\"This is tab\"]\n\n<p>Laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"this is another tab\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n[col span__sm=\"12\"]\n\n[tabgroup style=\"outline\" type=\"vertical\"]\n\n[tab title=\"Tab title 1\"]\n\n<p>Sunt cliche tempor irony letterpress mixtape. Letterpress literally retro freegan, lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 2\"]\n\n<p>Lo-fi pitchfork organic narwhal eiusmod yr magna. Sriracha Carles laborum irure gastropub sed. Incididunt sint craft beer, church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n[tab title=\"Tab title 3\"]\n\n<p>Church-key PBR quinoa ennui ugh cliche assumenda scenester 8-bit. Photo booth dolore authentic cornhole fixie. Ea farm-to-table twee DIY salvia tote bag four loko selvage delectus, hella Brooklyn scenester yr. </p>\n\n[/tab]\n\n[/tabgroup]\n\n[/col]\n\n[/row]', 'Tabs', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2018-02-14 11:28:38', '2018-02-14 11:28:38', '', 93, 'http://localhost/foamindo/2018/02/14/93-revision-v1/', 0, 'revision', '', 0),
(155, 1, '2016-09-04 15:57:34', '2016-09-04 15:57:34', '[section bg_color=\"#fff\" class=\"flatsome-features\"]\r\n\r\n[title style=\"center\" text=\"Flatsome Main Features\"]\r\n\r\n[ux_pages style=\"default\" parent=\"2862\" col_spacing=\"small\" image_radius=\"3\" image_overlay=\"rgba(255, 255, 255, 0)\" image_hover=\"zoom\" text_align=\"center\"]\r\n\r\n\r\n[/section]\r\n[section bg_overlay=\"rgb(229, 235, 237)\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"collapse\" h_align=\"center\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" align=\"center\" animate=\"flipInX\"]\r\n\r\n[button text=\"Buy Flatsome Now\" link=\"http://bit.ly/buy-flatsome\" size=\"large\" radius=\"6\" icon=\"icon-shopping-basket\" icon_reveal=\"true\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Features Overview', '', 'publish', 'closed', 'closed', '', 'features-overview', '', '', '2016-09-04 15:57:34', '2016-09-04 15:57:34', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=9654', 0, 'blocks', '', 0),
(156, 1, '2016-09-03 16:24:28', '2016-09-03 16:24:28', '[row style=\"small\" h_align=\"center\" class=\"flatsome-demos\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n<h2>Flatsome Theme Demos</h2>\r\n<p class=\"lead\">Flatsome includes many pre-made homepages and settings you can add with a single click. These are just examples. You can mix and match headers, pages, colors and fonts using the Theme Option Panel.</p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n[title style=\"center\" text=\"Shop Demos\"]\r\n\r\n[ux_pages style=\"default\" parent=\"3021\" col_spacing=\"small\" columns=\"3\" depth=\"1\" depth_hover=\"4\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0)\" text_align=\"center\" text_bg=\"rgba(255, 255, 255, 0.63)\" text_padding=\"5px 5px 5px 5px\"]\r\n\r\n[title style=\"center\" text=\"Business Demos\"]\r\n\r\n[ux_pages style=\"default\" parent=\"3025\" col_spacing=\"small\" columns=\"3\" depth=\"1\" depth_hover=\"4\" image_size=\"medium\" image_overlay=\"rgba(0, 0, 0, 0)\" text_align=\"center\" text_bg=\"rgba(255, 255, 255, 0.76)\" text_padding=\"5px 5px 5px 5px\"]', 'Demos', '', 'publish', 'closed', 'closed', '', 'demos', '', '', '2016-09-03 16:24:28', '2016-09-03 16:24:28', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=9439', 0, 'blocks', '', 0),
(157, 1, '2016-08-25 13:42:06', '2016-08-25 13:42:06', '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet.</p>\n(insert contact form here)', 'Footer - Newsletter Signup', '', 'publish', 'closed', 'closed', '', 'footer-newsletter-signup', '', '', '2016-08-25 13:42:06', '2016-08-25 13:42:06', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8783', 0, 'blocks', '', 0),
(158, 1, '2016-08-25 13:41:28', '2016-08-25 13:41:28', '<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[follow facebook=\"#\" instagram=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\"]', 'Footer - About us', '', 'publish', 'closed', 'closed', '', 'footer-about-us', '', '', '2016-08-25 13:41:28', '2016-08-25 13:41:28', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8781', 0, 'blocks', '', 0),
(159, 1, '2016-08-18 11:43:28', '2016-08-18 11:43:28', '[ux_slider]\n\n[ux_banner height=\"200px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"69% 3%\"]\n\n[text_box]\n\n<h3>SALE ENDS SOON</h3>\n[ux_countdown]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"200px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.35)\" bg_pos=\"67% 29%\"]\n\n[text_box]\n\n<h3 class=\"uppercase\"><strong>Category top banner</strong></h3>\n<p class=\"lead\">This is a Block and can be edited live in with the Page Builder</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]', 'Shop - Category Slider', '', 'publish', 'closed', 'closed', '', 'shop-category-slider', '', '', '2016-08-18 11:43:28', '2016-08-18 11:43:28', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8635', 0, 'blocks', '', 0),
(160, 1, '2016-08-18 10:42:40', '2016-08-18 10:42:40', '[ux_banner height=\"319px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.1)\" parallax=\"3\"]\n\n[text_box]\n\n<h1 class=\"uppercase\"><strong>Shop</strong></h1>\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismotest. Change or remove this banner easely.</p>\n\n[/text_box]\n\n[/ux_banner]', 'Shop - Header', '', 'publish', 'closed', 'closed', '', 'shop-header', '', '', '2016-08-18 10:42:40', '2016-08-18 10:42:40', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8593', 0, 'blocks', '', 0),
(161, 1, '2016-08-18 07:04:50', '2016-08-18 07:04:50', '[ux_banner height=\"400px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.12)\" bg_pos=\"66% 24%\" parallax=\"2\"]\r\n\r\n[text_box parallax=\"-1\" text_depth=\"1\"]\r\n\r\n<h1 class=\"uppercase\"><strong>our Blog</strong></h1>\r\n<p class=\"lead\">Change This header to anything by using the UX Builder. You can also remove it. It\'s only visible on the blog homepage.</p>\r\n[share]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'Blog Header', '', 'publish', 'closed', 'closed', '', 'blog-header', '', '', '2016-08-18 07:04:50', '2016-08-18 07:04:50', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=8587', 0, 'blocks', '', 0),
(162, 1, '2016-01-25 11:39:27', '2016-01-25 11:39:27', '[section bg_color=\"rgb(250, 250, 250)\" border=\"2px 0px 1px 0px\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"9\" span__sm=\"12\" align=\"center\"]\r\n<h1 class=\"lead uppercase\">Flatsome Elements</h1>\r\n<p class=\"lead\">Flatsome is more than a theme. It\'s a framework for creating amazing Websites. Here is a collection of our highly customisable elements.</p>\r\n[/col]\r\n[col]\r\n\r\n[ux_pages style=\"default\" parent=\"elements\" col_spacing=\"small\" columns=\"8\" depth=\"1\" depth_hover=\"1\" image_height=\"68%\" image_hover=\"zoom\" text_bg=\"rgb(250, 250, 250)\" text_padding=\"1px 1px 3px 10px\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Elements Overview', '', 'publish', 'closed', 'closed', '', 'elements-overview', '', '', '2016-01-25 11:39:27', '2016-01-25 11:39:27', '', 0, 'http://flatsome.dev/?post_type=blocks&amp;p=3764', 0, 'blocks', '', 0),
(163, 1, '2014-08-10 10:06:55', '2014-08-10 10:06:55', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\r\n\r\nOsaka Entry Tee NOK 399, Superdry - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Osaka Entry Tee Superdry', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'osaka-entry-tee-superdry', '', '', '2014-08-10 10:06:55', '2014-08-10 10:06:55', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=395', 0, 'product', '', 0),
(164, 1, '2014-08-09 22:18:44', '2014-08-09 22:18:44', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\r\n\r\nAll Star Canvas Hi NOK 699, Converse - NELLY.COM\r\n\r\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'All Star Canvas Hi Converse', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat.', 'publish', 'open', 'closed', '', 'all-star-canvas-hi-converse', '', '', '2014-08-09 22:18:44', '2014-08-09 22:18:44', '', 0, 'http://uxthemes.wpengine.com/product/all-star-canvas-hi-converse/', 0, 'product', '', 0),
(165, 1, '2014-08-09 21:11:51', '2014-08-09 21:11:51', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nFluro Big Pullover NOK 1795, Designers Remix - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Fluro Big Pullover Designers Remix', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Fluro Big Pullover NOK 1795, Designers Remix - Nelly.com', 'publish', 'open', 'closed', '', 'fluro-big-pullover-designers-remix', '', '', '2014-08-09 21:11:51', '2014-08-09 21:11:51', '', 0, 'http://uxthemes.wpengine.com/product/fluro-big-pullover-designers-remix/', 0, 'product', '', 0),
(166, 1, '2014-08-08 20:57:29', '2014-08-08 20:57:29', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nVaranise CN Tee NOK 449, Hilfiger Denim - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Varanise CN Tee Hilfiger Denim', 'Varanise CN Tee NOK 449, Hilfiger Denim - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'varanise-cn-tee-hilfiger-denim', '', '', '2014-08-08 20:57:29', '2014-08-08 20:57:29', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=132', 0, 'product', '', 0),
(167, 1, '2014-07-06 10:43:57', '2014-07-06 10:43:57', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'Weekend in San Fransico', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'weekend-in-san-fransico', '', '', '2014-07-06 10:43:57', '2014-07-06 10:43:57', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8263', 0, 'product', '', 0),
(168, 1, '2014-06-09 21:48:15', '2014-06-09 21:48:15', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in.\n\nSuspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.  Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nBuy: Hirise Skinny 199700022 NOK 1195, Levis - NELLY.COM\n\nSuspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\n ', 'Lucy Slim Jeans Noisy May', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum.  Vulputate quis. Donec porttitor volutpat rutrum. Donec porttitor volutpat rutrum.  Vulputate quis.', 'publish', 'open', 'closed', '', 'lucy-slim-jeans-nok-379-noisy-may', '', '', '2014-06-09 21:48:15', '2014-06-09 21:48:15', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=229', 0, 'product', '', 0),
(169, 1, '2013-08-10 10:26:25', '2013-08-10 10:26:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nSS Crew California Sub NOK 199, River Island - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'SS Crew California Sub River Island', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'ss-crew-california-sub-river-island', '', '', '2013-08-10 10:26:25', '2013-08-10 10:26:25', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=432', 0, 'product', '', 0),
(170, 1, '2013-08-10 10:21:47', '2013-08-10 10:21:47', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\r\n\r\nLand Tee NOK 149, Jack & Jones - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Land Tee  Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'land-tee-jack-jones', '', '', '2013-08-10 10:21:47', '2013-08-10 10:21:47', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=427', 0, 'product', '', 0),
(171, 1, '2013-08-10 10:19:20', '2013-08-10 10:19:20', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nBjorn Tee SS NOK 199, Jack & Jones - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Bjorn Tee SS Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'bjorn-tee-ss-jack-jones', '', '', '2013-08-10 10:19:20', '2013-08-10 10:19:20', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=422', 0, 'product', '', 0),
(172, 1, '2013-08-10 10:17:13', '2013-08-10 10:17:13', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nWicked SS O-Neck NOK 199, Selected Homme - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Wicked SS O-Neck Selected Homme', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'wicked-ss-o-neck-selected-homme', '', '', '2013-08-10 10:17:13', '2013-08-10 10:17:13', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=416', 0, 'product', '', 0),
(173, 1, '2013-08-10 10:15:29', '2013-08-10 10:15:29', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nLawrance Polo Tee NOK 249, Jack & Jones - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Lawrance Polo Tee Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'lawrance-polo-tee-jack-jones', '', '', '2013-08-10 10:15:29', '2013-08-10 10:15:29', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=411', 0, 'product', '', 0),
(174, 1, '2013-08-10 10:09:09', '2013-08-10 10:09:09', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\n\nRandal Tee NOK 149, Jack & Jones - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Randal Tee Jack & Jones', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'randal-tee-jack-jones', '', '', '2013-08-10 10:09:09', '2013-08-10 10:09:09', '', 0, 'http://uxthemes.wpengine.com/product/randal-tee-jack-jones/', 0, 'product', '', 0),
(175, 1, '2013-08-10 10:09:03', '2013-08-10 10:09:03', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida. Suspendisse nibh neque, hendrerit vel nisi at, ultrices adipiscing justo. Nunc ullamcorper molestie felis at pharetra.\r\n\r\nJeansmaker Tee NOK 299, Lee Jeans - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Jeansmaker Tee Lee Jeans', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum iaculis massa nec velit commodo lobortis. Quisque diam lacus, tincidunt vitae eros porta, sagittis rhoncus est. Quisque sed justo a erat lobortis gravida.', 'publish', 'open', 'closed', '', 'jeansmaker-tee-lee-jeans', '', '', '2013-08-10 10:09:03', '2013-08-10 10:09:03', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=400', 0, 'product', '', 0),
(176, 1, '2013-08-10 10:01:52', '2013-08-10 10:01:52', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Pima SS O-Neck NOOS NOK Selected Homme - NELLY.COMMarfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Pima SS O-Neck NOOS NOK Selected Homme - NELLY.COM', 'Pima SS O-Neck NOOS  Selected Homme', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Pima SS O-Neck NOOS NOK Selected Homme - NELLY.COM', 'publish', 'open', 'closed', '', 'pima-ss-o-neck-noos-selected-homme', '', '', '2013-08-10 10:01:52', '2013-08-10 10:01:52', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=389', 0, 'product', '', 0),
(177, 1, '2013-08-10 09:34:34', '2013-08-10 09:34:34', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Classic Bag NOK 399, Svea - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Classic Bag, Svea', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'classic-bag-svea', '', '', '2013-08-10 09:34:34', '2013-08-10 09:34:34', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=331', 0, 'product', '', 0),
(178, 1, '2013-08-10 09:31:57', '2013-08-10 09:31:57', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\nBuy: Adelia Bag NOK 299, NYPD - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Adelia Bag, NYPD', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.\r\n<ul>\r\n 	<li>List test</li>\r\n 	<li>Test 2</li>\r\n</ul>', 'publish', 'open', 'closed', '', 'adelia-bag-nypd', '', '', '2013-08-10 09:31:57', '2013-08-10 09:31:57', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=328', 0, 'product', '', 0),
(179, 1, '2013-08-10 09:30:18', '2013-08-10 09:30:18', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Talifa Bag NOK 449, NYPD - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Talifa Bag , NYPD', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'talifa-bag-nypd', '', '', '2013-08-10 09:30:18', '2013-08-10 09:30:18', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=325', 0, 'product', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(180, 1, '2013-08-10 09:26:37', '2013-08-10 09:26:37', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Alanya Braided Leather NOK 1549, Whyred - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Alanya Braided Leather', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'alanya-braided-leather', '', '', '2013-08-10 09:26:37', '2013-08-10 09:26:37', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=319', 0, 'product', '', 0),
(181, 1, '2013-08-10 09:24:18', '2013-08-10 09:24:18', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Small Fortune Bag NOK 399, Converse - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Small Fortune Bag Converse', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'small-fortune-bag-converse', '', '', '2013-08-10 09:24:18', '2013-08-10 09:24:18', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=316', 0, 'product', '', 0),
(182, 1, '2013-08-10 09:16:03', '2013-08-10 09:16:03', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nBuy: Daisy Bag NOK 11795, Sonia by Sonia Rykiel - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest. Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Daisy Bag Sonia by Sonia Rykiel', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'daisy-bag-sonia-by-sonia-rykiel', '', '', '2013-08-10 09:16:03', '2013-08-10 09:16:03', '', 0, 'http://uxthemes.wpengine.com/product/daisy-bag-sonia-by-sonia-rykiel/', 0, 'product', '', 0),
(183, 1, '2013-08-10 09:14:20', '2013-08-10 09:14:20', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\r\n\r\nU Old Skool NOK 799, VANS - NELLY.COM\r\n\r\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'U Old Skool VANS', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'u-old-skool-vans', '', '', '2013-08-10 09:14:20', '2013-08-10 09:14:20', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=293', 0, 'product', '', 0),
(184, 1, '2013-08-09 22:28:47', '2013-08-09 22:28:47', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nArizona Racer Ox NOK 899, Converse - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'Arizona Racer Ox Converse', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'arizona-racer-ox-converse', '', '', '2013-08-09 22:28:47', '2013-08-09 22:28:47', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=283', 0, 'product', '', 0),
(185, 1, '2013-08-09 22:15:31', '2013-08-09 22:15:31', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nMagnete Exposure W NOK 995, Diesel - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'Magnete Exposure Diesel', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'magnete-exposure-diesel', '', '', '2013-08-09 22:15:31', '2013-08-09 22:15:31', '', 0, 'http://uxthemes.wpengine.com/product/magnete-exposure-diesel/', 0, 'product', '', 0),
(186, 1, '2013-08-09 22:15:14', '2013-08-09 22:15:14', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nU Era NOK 699, VANS - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'U Era  VANS', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'u-era-vans', '', '', '2013-08-09 22:15:14', '2013-08-09 22:15:14', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=263', 0, 'product', '', 0),
(187, 1, '2013-08-09 22:13:25', '2013-08-09 22:13:25', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\n\nAll Star Print Ox NOK 799, Converse - NELLY.COM\n\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'All Star Print Ox Converse', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'all-star-print-ox-converse', '', '', '2013-08-09 22:13:25', '2013-08-09 22:13:25', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=250', 0, 'product', '', 0),
(188, 1, '2013-08-09 21:58:02', '2013-08-09 21:58:02', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur. Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut posuere mollis nulla ut consectetur.\r\n\r\nU420GKW NOK 799, New Balance - NELLY.COM\r\n\r\nVivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'U420GKW NOK 799 New Balance', 'Vivamus semper adipiscing convallis. Etiam non euismod tellus. Maecenas accumsan mauris a erat interdum volutpat. Donec volutpat purus tempor sem molestie, sed blandit lacus posuere.', 'publish', 'open', 'closed', '', 'u420gkw-nok-799-new-balance-nelly-com', '', '', '2013-08-09 21:58:02', '2013-08-09 21:58:02', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=233', 0, 'product', '', 0),
(189, 1, '2013-08-09 21:20:26', '2013-08-09 21:20:26', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\r\n\r\nBrooklyn Long Sleeve Sweater NOK 649, Zoe Karssen - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\r\n\r\n ', 'Brooklyn Long Sleeve Sweater', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum .Brooklyn Long Sleeve Sweater.', 'publish', 'open', 'closed', '', 'brooklyn-long-sleeve-sweater', '', '', '2013-08-09 21:20:26', '2013-08-09 21:20:26', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=187', 0, 'product', '', 0),
(190, 1, '2013-08-09 21:16:49', '2013-08-09 21:16:49', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nUnion Sweater NOK 399, NLY Trend - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Union Sweater NLY Trend', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Union Sweater  NLY Trend.', 'publish', 'open', 'closed', '', 'union-sweater-nly-trend', '', '', '2013-08-09 21:16:49', '2013-08-09 21:16:49', '', 0, 'http://uxthemes.wpengine.com/product/union-sweater-nly-trend/', 0, 'product', '', 0),
(191, 1, '2013-08-09 21:15:27', '2013-08-09 21:15:27', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nHarissa O-Neck Sweat NOK 229, Only - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Harissa O-Neck Sweat', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Harissa O-Neck Sweat.', 'publish', 'open', 'closed', '', 'harissa-o-neck-sweat', '', '', '2013-08-09 21:15:27', '2013-08-09 21:15:27', '', 0, 'http://uxthemes.wpengine.com/product/harissa-o-neck-sweat/', 0, 'product', '', 0),
(192, 1, '2013-08-09 21:13:41', '2013-08-09 21:13:41', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nOn1 Jersey NOK 1395, UNIF - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'On1 Jersey UNIF', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis ,vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. On1 Jersey UNIF.', 'publish', 'open', 'closed', '', 'on1-jersey-unif', '', '', '2013-08-09 21:13:41', '2013-08-09 21:13:41', '', 0, 'http://uxthemes.wpengine.com/product/on1-jersey-unif/', 0, 'product', '', 0),
(193, 1, '2013-08-09 21:11:43', '2013-08-09 21:11:43', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Suspendisse suscipit arcu velit, in rutrum est molestie in. Proin convallis scelerisque facilisis. Integer vestibulum mollis felis eu mollis.\n\nSweat Blouse NOK 599, Gestuz - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Sweat Blouse Gestuz', '.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis condimentum pretium turpis, vel pulvinar diam vulputate quis. Donec porttitor volutpat rutrum. Sweat Blouse NOK 599, Gestuz - Nelly.com', 'publish', 'open', 'closed', '', 'sweat-blouse-gestuz', '', '', '2013-08-09 21:11:43', '2013-08-09 21:11:43', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=162', 0, 'product', '', 0),
(194, 1, '2013-08-09 21:07:45', '2013-08-09 21:07:45', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Tadf heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\r\n\r\nLenox Star Knit NOK 1295, Hunkydory - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Lenox Star Knit Hunkydory', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Lenox Star Knit Hunkydory.', 'publish', 'open', 'closed', '', 'lenox-star-knit-hunkydory', '', '', '2013-08-09 21:07:45', '2013-08-09 21:07:45', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=157', 0, 'product', '', 0),
(195, 1, '2013-08-08 21:08:19', '2013-08-08 21:08:19', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up. Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\r\n\r\nBeyond Top NOK 249, NLY Trend - NELLY.COM\r\n\r\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Beyond Top NLY Trend', 'Beyond Top NOK 249, NLY Trend - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you.', 'publish', 'open', 'closed', '', 'beyond-top-nly-trend', '', '', '2013-08-08 21:08:19', '2013-08-08 21:08:19', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=149', 0, 'product', '', 0),
(196, 1, '2013-08-08 21:05:13', '2013-08-08 21:05:13', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nIndigo Blue Tee Lee Jeans - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.', 'Indigo Blue Tee Lee Jeans', 'Indigo Blue Tee Lee Jeans - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'indigo-blue-tee-lee-jeans', '', '', '2013-08-08 21:05:13', '2013-08-08 21:05:13', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=143', 0, 'product', '', 0),
(197, 1, '2013-08-08 21:02:34', '2013-08-08 21:02:34', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nSunny Tank NOK 159, Selected Femme - NELLY.COM\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\n ', 'Sunny Tank Selected Femme', 'Sunny Tank NOK 159, Selected Femme - NELLY.COM. Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'sunny-tank-selected-femme-2', '', '', '2013-08-08 21:02:34', '2013-08-08 21:02:34', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=138', 0, 'product', '', 0),
(198, 1, '2013-08-08 20:45:50', '2013-08-08 20:45:50', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nRaglan Tee NOK 699, Denim & Supply Ralph Lauren', 'Raglan Tee Denim & Supply Ralph Lauren', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Raglan Tee , Denim & Supply Ralph Lauren.  Tumblr post-ironic typewriter, sriracha tote bag kogi you.', 'publish', 'open', 'closed', '', 'raglan-tee-denim-supply-ralph-lauren', '', '', '2013-08-08 20:45:50', '2013-08-08 20:45:50', '', 0, 'http://uxthemes.wpengine.com/product/raglan-tee-denim-supply-ralph-lauren/', 0, 'product', '', 0),
(199, 1, '2013-08-08 20:44:01', '2013-08-08 20:44:01', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nPrint Ls College Sweat NOK 199, River Island - NELLY.COM', 'Print Ls College Sweat', 'Marfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam. Print Ls College Sweat, River Island - NELLY.COM', 'publish', 'open', 'closed', '', 'print-ls-college-sweat', '', '', '2013-08-08 20:44:01', '2013-08-08 20:44:01', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=120', 0, 'product', '', 0),
(200, 1, '2013-08-08 20:39:50', '2013-08-08 20:39:50', 'Tumblr post-ironic typewriter, sriracha tote bag kogi you probably haven\'t heard of them 8-bit tousled aliquip nostrud fixie ut put a bird on it null. tousled aliquip nostrud fixie ut put a bird on it nulla. Direct trade Banksy Carles pop-up.\n\nMarfa authentic High Life veniam Carles nostrud, pickled meggings assumenda fingerstache keffiyeh Pinterest.\n\nPink Check Shirt NOK 249, River Island - NELLY.COM', 'Pink Check Shirt', 'Pink Check Shirt NOK 249, River Island - NELLY.COM\n\nMarfa authentic High Life veniam. Tumblr post-ironic typewriter, sriracha tote bag kogi you. Direct trade Banksy Carles pop-up. Marfa authentic High Life veniam.', 'publish', 'open', 'closed', '', 'pink-check-shirt', '', '', '2013-08-08 20:39:50', '2013-08-08 20:39:50', '', 0, 'http://uxthemes.wpengine.com/?post_type=product&amp;p=111', 0, 'product', '', 0),
(201, 1, '2013-07-06 11:02:40', '2013-07-06 11:02:40', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'Weekend Wine Course', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'publish', 'open', 'closed', '', 'weekend-wine-course', '', '', '2013-07-06 11:02:40', '2013-07-06 11:02:40', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8269', 0, 'product', '', 0),
(202, 1, '2013-07-06 11:02:20', '2013-07-06 11:02:20', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.', 'Yoga Course', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'publish', 'open', 'closed', '', 'yoga-course', '', '', '2013-07-06 11:02:20', '2013-07-06 11:02:20', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8268', 0, 'product', '', 0),
(203, 1, '2013-07-05 19:55:19', '2013-07-05 19:55:19', '\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'Weekend in London', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'publish', 'open', 'closed', '', 'weekend-in-london', '', '', '2013-07-05 19:55:19', '2013-07-05 19:55:19', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8244', 0, 'product', '', 0),
(204, 1, '2013-07-05 19:32:57', '2013-07-05 19:32:57', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'Surfing in Portugal', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat', 'publish', 'open', 'closed', '', 'surfing-in-portugal', '', '', '2013-07-05 19:32:57', '2013-07-05 19:32:57', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8238', 0, 'product', '', 0),
(205, 1, '2013-06-07 11:38:12', '2013-06-07 11:38:12', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Single #2', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-single-2', '', '', '2013-06-07 11:38:12', '2013-06-07 11:38:12', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=99', 0, 'product', '', 0),
(206, 1, '2013-06-07 11:37:23', '2013-06-07 11:37:23', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Album #4', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-4', '', '', '2013-06-07 11:37:23', '2013-06-07 11:37:23', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=96', 0, 'product', '', 0),
(207, 1, '2013-06-07 11:36:34', '2013-06-07 11:36:34', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Single #1', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-single-1', '', '', '2013-06-07 11:36:34', '2013-06-07 11:36:34', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=93', 0, 'product', '', 0),
(208, 1, '2013-06-07 11:35:18', '2013-06-07 11:35:18', '', 'Woo Album #3', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-3', '', '', '2013-06-07 11:35:18', '2013-06-07 11:35:18', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=90', 0, 'product', '', 0),
(209, 1, '2013-06-07 11:34:14', '2013-06-07 11:34:14', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Album #2', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-2', '', '', '2013-06-07 11:34:14', '2013-06-07 11:34:14', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=87', 0, 'product', '', 0),
(210, 1, '2013-06-07 11:33:05', '2013-06-07 11:33:05', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Album #1', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-album-1', '', '', '2013-06-07 11:33:05', '2013-06-07 11:33:05', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=83', 0, 'product', '', 0),
(211, 1, '2013-06-07 11:29:44', '2013-06-07 11:29:44', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Logo', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-logo-3', '', '', '2013-06-07 11:29:44', '2013-06-07 11:29:44', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=79', 0, 'product', '', 0),
(212, 1, '2013-06-07 11:28:45', '2013-06-07 11:28:45', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Woo Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'woo-ninja-3', '', '', '2013-06-07 11:28:45', '2013-06-07 11:28:45', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=76', 0, 'product', '', 0),
(213, 1, '2013-06-07 11:27:38', '2013-06-07 11:27:38', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Premium Quality', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'premium-quality-2', '', '', '2013-06-07 11:27:38', '2013-06-07 11:27:38', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=73', 0, 'product', '', 0),
(214, 1, '2013-06-07 11:25:01', '2013-06-07 11:25:01', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Flying Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'flying-ninja', '', '', '2013-06-07 11:25:01', '2013-06-07 11:25:01', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=70', 0, 'product', '', 0),
(215, 1, '2013-06-07 11:22:50', '2013-06-07 11:22:50', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Ship Your Idea', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'ship-your-idea-3', '', '', '2013-06-07 11:22:50', '2013-06-07 11:22:50', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=67', 0, 'product', '', 0),
(216, 1, '2013-06-07 11:07:19', '2013-06-07 11:07:19', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Ninja Silhouette', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'ninja-silhouette-2', '', '', '2013-06-07 11:07:19', '2013-06-07 11:07:19', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=56', 0, 'product', '', 0),
(217, 1, '2013-06-07 11:05:37', '2013-06-07 11:05:37', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Happy Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'happy-ninja-2', '', '', '2013-06-07 11:05:37', '2013-06-07 11:05:37', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=53', 0, 'product', '', 0),
(218, 1, '2013-06-07 11:03:56', '2013-06-07 11:03:56', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'Patient Ninja', 'Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.', 'publish', 'open', 'closed', '', 'patient-ninja', '', '', '2013-06-07 11:03:56', '2013-06-07 11:03:56', '', 0, 'http://demo2.woothemes.com/woocommerce/?post_type=product&amp;p=50', 0, 'product', '', 0),
(219, 1, '2013-01-06 11:19:56', '2013-01-06 11:19:56', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'Luxury Hotel', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat. Duis autem vel eum iriure dolor in hendrerit in vulputate velit esse molestie consequat, vel illum dolore eu feugiat nulla facilisis at vero eros et accumsan et iusto odio dignissim qui blandit praesent luptatum zzril delenit augue duis dolore te feugait nulla facilisi. Nam liber tempor cum soluta nobis eleifend option congue nihil imperdiet doming id quod mazim placerat facer possim assum. Typi non habent claritatem insitam', 'publish', 'open', 'closed', '', 'luxury-hotel', '', '', '2013-01-06 11:19:56', '2013-01-06 11:19:56', '', 0, 'http://flatsome.dev/?post_type=product&amp;p=8277', 12, 'product', '', 0),
(220, 1, '2016-08-28 09:39:54', '2016-08-28 09:39:54', '', 'Lookbook Summer', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'lookbook-summer', '', '', '2016-08-28 09:39:54', '2016-08-28 09:39:54', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8922', 0, 'featured_item', '', 0),
(221, 1, '2016-08-28 09:38:06', '2016-08-28 09:38:06', '', 'Another Print Package', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. ', 'publish', 'open', 'closed', '', 'another-print-package', '', '', '2016-08-28 09:38:06', '2016-08-28 09:38:06', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8919', 0, 'featured_item', '', 0),
(222, 1, '2016-08-28 09:36:46', '2016-08-28 09:36:46', '[ux_slider margin=\"13px\"]\n\n[ux_image id=\"10\"]\n\n[ux_image id=\"10\"]\n\n[ux_image id=\"10\"]\n\n\n[/ux_slider]\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>', 'FL3 Print Package', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'fl3-print-package', '', '', '2016-08-28 09:36:46', '2016-08-28 09:36:46', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8917', 0, 'featured_item', '', 0),
(223, 1, '2016-08-28 09:35:26', '2016-08-28 09:35:26', '', 'Awesome Pencil Poster', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat', 'publish', 'open', 'closed', '', 'awesome-pencil-poster', '', '', '2016-08-28 09:35:26', '2016-08-28 09:35:26', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8915', 0, 'featured_item', '', 0),
(224, 1, '2016-08-28 09:29:58', '2016-08-28 09:29:58', '', 'Portfolio typography', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'portfolio-typography', '', '', '2016-08-28 09:29:58', '2016-08-28 09:29:58', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8913', 0, 'featured_item', '', 0),
(225, 1, '2016-08-28 09:25:23', '2016-08-28 09:25:23', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'Flatsome Poster Print', '', 'publish', 'open', 'closed', '', 'flatsome-poster-print', '', '', '2016-08-28 09:25:23', '2016-08-28 09:25:23', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8909', 0, 'featured_item', '', 0),
(226, 1, '2016-08-28 09:22:57', '2016-08-28 09:22:57', '', 'Magazine', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat', 'publish', 'open', 'closed', '', 'magazine', '', '', '2016-08-28 09:22:57', '2016-08-28 09:22:57', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8890', 0, 'featured_item', '', 0),
(227, 1, '2016-08-28 08:57:59', '2016-08-28 08:57:59', '', 'Flat T-Shirt Company', 'Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'publish', 'open', 'closed', '', 'flat-t-shirt-company', '', '', '2016-08-28 08:57:59', '2016-08-28 08:57:59', '', 0, 'http://flatsome.dev/?post_type=featured_item&amp;p=8887', 0, 'featured_item', '', 0),
(229, 1, '2015-11-25 12:33:37', '2015-11-25 12:33:37', '', 'Our Process', '', 'publish', 'closed', 'closed', '', '3320', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 0, 'http://flatsome.dev/?p=3320', 25, 'nav_menu_item', '', 0),
(230, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 'Products', '', 'publish', 'closed', 'closed', '', '3219', '', '', '2018-02-23 17:37:35', '2018-02-23 17:37:35', '', 0, 'http://flatsome.dev/2015/11/19/3219/', 1, 'nav_menu_item', '', 0),
(231, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3216', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 66, 'http://flatsome.dev/2015/11/19/3216/', 19, 'nav_menu_item', '', 0),
(232, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 'Comfort Foam', '', 'publish', 'closed', 'closed', '', '3215', '', '', '2018-02-23 17:37:35', '2018-02-23 17:37:35', '', 66, 'http://flatsome.dev/2015/11/19/3215/', 2, 'nav_menu_item', '', 0),
(233, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 'Contact Us', '', 'publish', 'closed', 'closed', '', '3210', '', '', '2018-02-23 17:37:38', '2018-02-23 17:37:38', '', 0, 'http://flatsome.dev/2015/11/19/3210/', 33, 'nav_menu_item', '', 0),
(234, 1, '2016-08-09 14:24:23', '2016-08-09 14:24:23', ' ', '', '', 'publish', 'closed', 'closed', '', '8552', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=8552', 7, 'nav_menu_item', '', 0),
(235, 1, '2016-08-09 14:22:09', '2016-08-09 14:22:09', ' ', '', '', 'publish', 'closed', 'closed', '', '8548', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=8548', 6, 'nav_menu_item', '', 0),
(236, 1, '2016-08-04 11:10:25', '2016-08-04 11:10:25', ' ', '', '', 'publish', 'closed', 'closed', '', '8406', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=8406', 10, 'nav_menu_item', '', 0),
(237, 1, '2016-07-04 20:03:30', '2016-07-04 20:03:30', ' ', '', '', 'publish', 'closed', 'closed', '', '8196', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 67, 'http://flatsome.dev/?p=8196', 22, 'nav_menu_item', '', 0),
(238, 1, '2016-04-04 11:20:49', '2016-04-04 11:20:49', ' ', '', '', 'publish', 'closed', 'closed', '', '7040', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 67, 'http://flatsome.dev/?p=7040', 23, 'nav_menu_item', '', 0),
(239, 1, '2016-02-18 15:14:15', '2016-02-18 15:14:15', ' ', '', '', 'publish', 'closed', 'closed', '', '4046', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 67, 'http://flatsome.dev/?p=4046', 21, 'nav_menu_item', '', 0),
(240, 1, '2015-11-20 08:29:53', '2015-11-20 08:29:53', '', 'More Shop Demos', '', 'publish', 'closed', 'closed', '', 'more-shop-demos', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 66, 'http://flatsome.dev/?p=3263', 11, 'nav_menu_item', '', 0),
(241, 1, '2015-11-20 08:29:53', '2015-11-20 08:29:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3259', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=3259', 12, 'nav_menu_item', '', 0),
(242, 1, '2015-11-19 10:44:53', '2015-11-19 10:44:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3224', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 67, 'http://flatsome.dev/2015/11/19/3224/', 20, 'nav_menu_item', '', 0),
(243, 1, '2015-11-19 10:44:53', '2015-11-19 10:44:53', ' ', '', '', 'publish', 'closed', 'closed', '', '3222', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 67, 'http://flatsome.dev/2015/11/19/3222/', 24, 'nav_menu_item', '', 0),
(244, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3218', '', '', '2018-02-23 17:37:35', '2018-02-23 17:37:35', '', 68, 'http://flatsome.dev/2015/11/19/3218/', 3, 'nav_menu_item', '', 0),
(245, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 'Gallery', '', 'publish', 'closed', 'closed', '', '3204', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 94, 'http://flatsome.dev/2015/11/19/3204/', 26, 'nav_menu_item', '', 0),
(246, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', '', 'About Us', '', 'publish', 'closed', 'closed', '', '3203', '', '', '2018-02-23 17:37:38', '2018-02-23 17:37:38', '', 0, 'http://flatsome.dev/2015/11/19/3203/', 32, 'nav_menu_item', '', 0),
(247, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3202', '', '', '2018-02-23 17:37:35', '2018-02-23 17:37:35', '', 68, 'http://flatsome.dev/2015/11/19/3202/', 4, 'nav_menu_item', '', 0),
(248, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3201', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/2015/11/19/3201/', 8, 'nav_menu_item', '', 0),
(249, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3200', '', '', '2018-02-23 17:37:35', '2018-02-23 17:37:35', '', 68, 'http://flatsome.dev/2015/11/19/3200/', 5, 'nav_menu_item', '', 0),
(250, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3197', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/2015/11/19/3197/', 9, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(251, 1, '2015-11-19 10:44:50', '2015-11-19 10:44:50', ' ', '', '', 'publish', 'closed', 'closed', '', '3167', '', '', '2015-11-19 10:44:50', '2015-11-19 10:44:50', '', 45, 'http://flatsome.dev/2015/11/19/3167/', 1, 'nav_menu_item', '', 0),
(253, 1, '2015-11-19 10:44:48', '2015-11-19 10:44:48', ' ', '', '', 'publish', 'closed', 'closed', '', '3119', '', '', '2015-11-19 10:44:48', '2015-11-19 10:44:48', '', 45, 'http://flatsome.dev/2015/11/19/3119/', 4, 'nav_menu_item', '', 0),
(254, 1, '2016-08-09 14:22:09', '2016-08-09 14:22:09', ' ', '', '', 'publish', 'closed', 'closed', '', '8547', '', '', '2018-02-23 17:37:38', '2018-02-23 17:37:38', '', 45, 'http://flatsome.dev/?p=8547', 31, 'nav_menu_item', '', 0),
(255, 1, '2016-08-04 11:17:30', '2016-08-04 11:17:30', ' ', '', '', 'publish', 'closed', 'closed', '', '8416', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 45, 'http://flatsome.dev/?p=8416', 30, 'nav_menu_item', '', 0),
(256, 1, '2016-07-04 10:47:55', '2016-07-04 10:47:55', ' ', '', '', 'publish', 'closed', 'closed', '', '8113', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=8113', 17, 'nav_menu_item', '', 0),
(257, 1, '2016-04-26 12:34:59', '2016-04-26 12:34:59', ' ', '', '', 'publish', 'closed', 'closed', '', '7318', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=7318', 15, 'nav_menu_item', '', 0),
(258, 1, '2016-04-18 13:08:41', '2016-04-18 13:08:41', ' ', '', '', 'publish', 'closed', 'closed', '', '7226', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=7226', 18, 'nav_menu_item', '', 0),
(259, 1, '2016-02-17 13:39:07', '2016-02-17 13:39:07', ' ', '', '', 'publish', 'closed', 'closed', '', '4027', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=4027', 14, 'nav_menu_item', '', 0),
(260, 1, '2016-02-17 10:15:47', '2016-02-17 10:15:47', ' ', '', '', 'publish', 'closed', 'closed', '', '4010', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=4010', 13, 'nav_menu_item', '', 0),
(261, 1, '2015-11-20 13:46:54', '2015-11-20 13:46:54', ' ', '', '', 'publish', 'closed', 'closed', '', '3290', '', '', '2018-02-23 17:37:36', '2018-02-23 17:37:36', '', 68, 'http://flatsome.dev/?p=3290', 16, 'nav_menu_item', '', 0),
(262, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3209', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 45, 'http://flatsome.dev/2015/11/19/3209/', 27, 'nav_menu_item', '', 0),
(263, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3206', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 45, 'http://flatsome.dev/2015/11/19/3206/', 29, 'nav_menu_item', '', 0),
(264, 1, '2015-11-19 10:44:52', '2015-11-19 10:44:52', ' ', '', '', 'publish', 'closed', 'closed', '', '3205', '', '', '2018-02-23 17:37:37', '2018-02-23 17:37:37', '', 45, 'http://flatsome.dev/2015/11/19/3205/', 28, 'nav_menu_item', '', 0),
(265, 1, '2015-11-19 10:44:48', '2015-11-19 10:44:48', ' ', '', '', 'publish', 'closed', 'closed', '', '3118', '', '', '2015-11-19 10:44:48', '2015-11-19 10:44:48', '', 0, 'http://flatsome.dev/2015/11/19/3118/', 5, 'nav_menu_item', '', 0),
(277, 1, '2018-02-22 16:37:49', '2018-02-22 16:37:49', '', 'logofoam', '', 'inherit', 'open', 'closed', '', 'logofoam', '', '', '2018-02-22 16:37:49', '2018-02-22 16:37:49', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/logofoam.png', 0, 'attachment', 'image/png', 0),
(283, 1, '2018-02-22 16:59:59', '2018-02-22 16:59:59', '', '12517_Foam_Mattresses_Foam_Mattresses_HERO', '', 'inherit', 'open', 'closed', '', '12517_foam_mattresses_foam_mattresses_hero', '', '', '2018-02-22 16:59:59', '2018-02-22 16:59:59', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/12517_Foam_Mattresses_Foam_Mattresses_HERO.jpg', 0, 'attachment', 'image/jpeg', 0),
(284, 1, '2018-02-22 17:08:08', '2018-02-22 17:08:08', '', 'delayed yellowing Reactint_Display_Foam_Wide_Web', '', 'inherit', 'open', 'closed', '', 'delayed-yellowing-reactint_display_foam_wide_web', '', '', '2018-02-22 17:08:08', '2018-02-22 17:08:08', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/delayed-yellowing-Reactint_Display_Foam_Wide_Web.jpg', 0, 'attachment', 'image/jpeg', 0),
(285, 1, '2018-02-22 17:14:05', '2018-02-22 17:14:05', '', 'Sofa in the room', 'Modern sofa  in the  room', 'inherit', 'open', 'closed', '', 'sofa-in-the-room', '', '', '2018-02-22 17:14:05', '2018-02-22 17:14:05', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/HR-Foam-in-furniture.jpg', 0, 'attachment', 'image/jpeg', 0),
(286, 1, '2018-02-22 17:19:01', '2018-02-22 17:19:01', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"fade-in\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"95\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"5\" position_y=\"5\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 1\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 2\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 3\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with Image right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"Our blog\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">ADd a callout header here</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"Callout button\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-22 17:19:01', '2018-02-22 17:19:01', '', 48, 'http://localhost/foamindo/2018/02/22/48-revision-v1/', 0, 'revision', '', 0),
(287, 1, '2018-02-22 17:20:41', '2018-02-22 17:20:41', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"fade-in\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"5\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 1\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 2\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"10\" pos=\"center\" title=\"Company Feature 3\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat....</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with Image right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"Our blog\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">ADd a callout header here</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"Callout button\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-22 17:20:41', '2018-02-22 17:20:41', '', 48, 'http://localhost/foamindo/2018/02/22/48-revision-v1/', 0, 'revision', '', 0),
(288, 1, '2018-02-22 17:49:28', '2018-02-22 17:49:28', '', 'checked', '', 'inherit', 'open', 'closed', '', 'checked', '', '', '2018-02-22 17:49:28', '2018-02-22 17:49:28', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/checked.png', 0, 'attachment', 'image/png', 0),
(289, 1, '2018-02-22 17:51:18', '2018-02-22 17:51:18', '', 'checked', '', 'inherit', 'open', 'closed', '', 'checked-2', '', '', '2018-02-22 17:51:18', '2018-02-22 17:51:18', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/checked.svg', 0, 'attachment', 'image/svg+xml', 0),
(290, 1, '2018-02-22 17:55:44', '2018-02-22 17:55:44', '', 'list-3', '', 'inherit', 'open', 'closed', '', 'list-3', '', '', '2018-02-22 17:55:44', '2018-02-22 17:55:44', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/list-3.png', 0, 'attachment', 'image/png', 0),
(291, 1, '2018-02-22 17:57:24', '2018-02-22 17:57:24', '', 'list-3', '', 'inherit', 'open', 'closed', '', 'list-3-2', '', '', '2018-02-22 17:57:24', '2018-02-22 17:57:24', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/list-3.svg', 0, 'attachment', 'image/svg+xml', 0),
(292, 1, '2018-02-22 18:00:54', '2018-02-22 18:00:54', '', 'user-59', '', 'inherit', 'open', 'closed', '', 'user-59', '', '', '2018-02-22 18:00:54', '2018-02-22 18:00:54', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/user-59.png', 0, 'attachment', 'image/png', 0),
(293, 1, '2018-02-22 18:01:09', '2018-02-22 18:01:09', '', 'user-59', '', 'inherit', 'open', 'closed', '', 'user-59-2', '', '', '2018-02-22 18:01:09', '2018-02-22 18:01:09', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/user-59.svg', 0, 'attachment', 'image/svg+xml', 0),
(294, 1, '2018-02-22 18:03:48', '2018-02-22 18:03:48', '', 'phone-call-9', '', 'inherit', 'open', 'closed', '', 'phone-call-9', '', '', '2018-02-22 18:03:48', '2018-02-22 18:03:48', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/phone-call-9.png', 0, 'attachment', 'image/png', 0),
(295, 1, '2018-02-22 18:04:08', '2018-02-22 18:04:08', '', 'phone-call-9', '', 'inherit', 'open', 'closed', '', 'phone-call-9-2', '', '', '2018-02-22 18:04:08', '2018-02-22 18:04:08', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/phone-call-9.svg', 0, 'attachment', 'image/svg+xml', 0),
(296, 1, '2018-02-22 18:05:23', '2018-02-22 18:05:23', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"fade-in\" hover_alt=\"fade-out\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with Image right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"Our blog\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">ADd a callout header here</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"Callout button\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-22 18:05:23', '2018-02-22 18:05:23', '', 48, 'http://localhost/foamindo/2018/02/22/48-revision-v1/', 0, 'revision', '', 0),
(300, 1, '2018-02-23 04:36:07', '2018-02-23 04:36:07', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with image left</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Section with Image right</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Add Any content here\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"10\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"Our blog\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">ADd a callout header here</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"Callout button\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 04:36:07', '2018-02-23 04:36:07', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(301, 1, '2018-02-23 04:36:49', '2018-02-23 04:36:49', '', 'milliken_reactint_in_pu_foam', '', 'inherit', 'open', 'closed', '', 'milliken_reactint_in_pu_foam', '', '', '2018-02-23 04:36:49', '2018-02-23 04:36:49', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/milliken_reactint_in_pu_foam.jpg', 0, 'attachment', 'image/jpeg', 0),
(302, 1, '2018-02-23 04:39:25', '2018-02-23 04:39:25', '', 'viscoelastic', '', 'inherit', 'open', 'closed', '', 'viscoelastic', '', '', '2018-02-23 04:39:25', '2018-02-23 04:39:25', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/viscoelastic.jpg', 0, 'attachment', 'image/jpeg', 0),
(303, 1, '2018-02-23 04:43:24', '2018-02-23 04:43:24', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 04:43:24', '2018-02-23 04:43:24', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(304, 1, '2018-02-23 04:47:25', '2018-02-23 04:47:25', '', 'Quilting machine', '', 'inherit', 'open', 'closed', '', 'quilting-machine', '', '', '2018-02-23 04:47:25', '2018-02-23 04:47:25', '', 0, 'http://localhost/foamindo/wp-content/uploads/2018/02/Quilting-machine.jpg', 0, 'attachment', 'image/jpeg', 0),
(305, 1, '2018-02-23 04:53:06', '2018-02-23 04:53:06', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 04:53:06', '2018-02-23 04:53:06', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(307, 1, '2018-02-23 05:00:20', '2018-02-23 05:00:20', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 05:00:20', '2018-02-23 05:00:20', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(308, 1, '2018-02-23 08:22:45', '2018-02-23 08:22:45', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map lat=\"106.59458\" long=\"-6.183393\" zoom=\"4\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\"]\n\n<p>Enter street adress here. Or any other information you want.</p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 08:22:45', '2018-02-23 08:22:45', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(309, 1, '2018-02-23 08:34:13', '2018-02-23 08:34:13', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map lat=\"-6.19902\" long=\"106.55469\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\nJl. Telesonic Ujung 120 Km. 8\nTangerang, Indonesia\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 08:34:13', '2018-02-23 08:34:13', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(310, 1, '2018-02-23 08:37:23', '2018-02-23 08:37:23', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map lat=\"-6.19902\" long=\"106.55469\" zoom=\"16.5\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 08:37:23', '2018-02-23 08:37:23', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(311, 1, '2018-02-23 08:38:14', '2018-02-23 08:38:14', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map lat=\"-6.19902\" long=\"106.55469\" zoom=\"16.5\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 08:38:14', '2018-02-23 08:38:14', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(312, 1, '2018-02-23 08:40:39', '2018-02-23 08:40:39', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" zoom=\"16.5\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 08:40:39', '2018-02-23 08:40:39', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(315, 1, '2018-02-23 08:55:34', '2018-02-23 08:55:34', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 08:55:34', '2018-02-23 08:55:34', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(316, 1, '2018-02-23 08:57:31', '2018-02-23 08:57:31', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[page_header height=\"300px\" align=\"center\" depth=\"3\" title=\"MANUFACTURING EXCELLENCE\" title_case=\"uppercase\" sub_title=\"Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\" bg=\"304\" parallax=\"4\"]\n\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 08:57:31', '2018-02-23 08:57:31', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(317, 1, '2018-02-23 16:24:36', '2018-02-23 16:24:36', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"gradient\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 16:24:36', '2018-02-23 16:24:36', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(318, 1, '2018-02-23 16:50:13', '2018-02-23 16:50:13', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 16:50:13', '2018-02-23 16:50:13', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(319, 1, '2018-02-23 16:55:32', '2018-02-23 16:55:32', '<p class=\"lead\">Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.\r\n<blockquote>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</blockquote>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.', 'Welcome to Foamindo', '', 'inherit', 'closed', 'closed', '', '13-revision-v1', '', '', '2018-02-23 16:55:32', '2018-02-23 16:55:32', '', 13, 'http://localhost/foamindo/2018/02/23/13-revision-v1/', 0, 'revision', '', 0),
(320, 1, '2018-02-23 17:02:19', '2018-02-23 17:02:19', '[ux_video url=\"https://www.youtube.com/watch?v=HQw9s4Yfvdo\" depth_hover=\"3\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In sed vulputate massa. Fusce ante magna, iaculis ut purus ut, facilisis ultrices nibh. Quisque commodo nunc eget tortor dapibus, et tristique magna convallis. Phasellus egestas nunc eu venenatis vehicula. Phasellus et magna nulla. Proin ante nunc, mollis a lectus ac, volutpat placerat ante. Vestibulum sit amet magna sit amet nunc faucibus mollis. Aliquam vel lacinia purus, id tristique ipsum. Quisque vitae nibh ut libero vulputate ornare quis in risus. Nam sodales justo orci, a bibendum risus tincidunt id. Etiam hendrerit, metus in volutpat tempus.</p>\n<p>Neque libero viverra lorem, ac tristique orci augue eu metus. Aenean elementum nisi vitae justo adipiscing gravida sit amet et risus. Suspendisse dapibus elementum quam, vel semper mi tempus ac.</p>', 'A Video Blog Post', '', 'inherit', 'closed', 'closed', '', '16-revision-v1', '', '', '2018-02-23 17:02:19', '2018-02-23 17:02:19', '', 16, 'http://localhost/foamindo/2018/02/23/16-revision-v1/', 0, 'revision', '', 0),
(321, 1, '2018-02-23 17:23:41', '2018-02-23 17:23:41', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\" youtube=\"HQw9s4Yfvdo\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" padding=\"60px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 17:23:41', '2018-02-23 17:23:41', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(322, 1, '2018-02-23 17:25:41', '2018-02-23 17:25:41', '[ux_slider]\n\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-02-23 17:25:41', '2018-02-23 17:25:41', '', 48, 'http://localhost/foamindo/2018/02/23/48-revision-v1/', 0, 'revision', '', 0),
(335, 1, '2018-02-23 17:35:07', '2018-02-23 17:35:07', ' ', '', '', 'publish', 'closed', 'closed', '', '335', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 0, 'http://localhost/foamindo/?p=335', 14, 'nav_menu_item', '', 0),
(336, 1, '2018-02-23 17:35:07', '2018-02-23 17:35:07', ' ', '', '', 'publish', 'closed', 'closed', '', '336', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 0, 'http://localhost/foamindo/?p=336', 15, 'nav_menu_item', '', 0),
(339, 1, '2018-03-29 09:33:28', '2018-03-29 09:33:28', '{\n    \"flatsome-child::site_logo\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/02/logofoam.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-03-29 09:33:28\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ad2b39fe-521d-4962-9c55-1ba61f1d7e94', '', '', '2018-03-29 09:33:28', '2018-03-29 09:33:28', '', 0, 'http://hikaruharuki.com/2018/03/29/ad2b39fe-521d-4962-9c55-1ba61f1d7e94/', 0, 'customize_changeset', '', 0),
(340, 1, '2018-03-29 09:35:23', '2018-03-29 09:35:23', '{\n    \"flatsome-child::site_logo_dark\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/02/logofoam.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-03-29 09:34:24\"\n    },\n    \"site_icon\": {\n        \"value\": 342,\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-03-29 09:35:23\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0bd08dad-6115-419d-bd63-de341f12060d', '', '', '2018-03-29 09:35:23', '2018-03-29 09:35:23', '', 0, 'http://hikaruharuki.com/?p=340', 0, 'customize_changeset', '', 0),
(341, 1, '2018-03-29 09:34:37', '2018-03-29 09:34:37', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2018-03-29 09:34:37', '2018-03-29 09:34:37', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/03/logo.png', 0, 'attachment', 'image/png', 0),
(342, 1, '2018-03-29 09:35:08', '2018-03-29 09:35:08', 'http://hikaruharuki.com/wp-content/uploads/2018/03/cropped-logo.png', 'cropped-logo.png', '', 'inherit', 'open', 'closed', '', 'cropped-logo-png', '', '', '2018-03-29 09:35:08', '2018-03-29 09:35:08', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/03/cropped-logo.png', 0, 'attachment', 'image/png', 0),
(343, 1, '2018-04-20 14:53:13', '2018-04-20 14:53:13', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n<h3 class=\"alt-font\">Featured Products</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<strong>Application: Bedding and Furniture</strong>\n\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\nWe produce high quality foam under strict quality measures.\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\nProven service and on time product deliveries that lead to satisfied customers.\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"639\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\nEquipped with the latest tech in foam manufacturing, cutting, and profiling.\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing\n</span>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n<h2>Established in 1971</h2>\nFoamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n<h2>Diverse Applications &amp; Customization</h2>\nThe unique characteristics of our PU foam products make them ideal for wide range of product applications.\nSome of the industries we cater include:\n<ul>\n 	<li>Furniture and Bedding\'s</li>\n 	<li>Automotive</li>\n 	<li>Footwear and Garments</li>\n 	<li>Packaging</li>\n 	<li>Toys</li>\n 	<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\nTo meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\nWell equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\nExample spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>rebonded foam\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>Comfort FOAM\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>HR Foam\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>BIO FOAM\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n<h3>PT. Foamindo Industri Uretan</h3>\nJl. Telesonic Ujung 120 Km. 8\nTangerang, Indonesia\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-autosave-v1', '', '', '2018-04-20 14:53:13', '2018-04-20 14:53:13', '', 48, 'http://hikaruharuki.com/2018/04/01/48-autosave-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(344, 1, '2018-04-01 11:22:46', '2018-04-01 11:22:46', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.02)\" bg_pos=\"58% 63%\"]\r\n\r\n[text_box width=\"70\" width__sm=\"100\" animate=\"flipInY\"]\r\n<h3 class=\"alt-font\">It has Finally started...</h3>\r\n[divider margin=\"3px\"]\r\n<h1 class=\"h-large uppercase\"><strong>HUGE SALE</strong></h1>\r\n<h1 class=\"uppercase\">UP TO <strong>70% OFF</strong></h1>\r\n[divider]\r\n\r\n[button text=\"Shop men\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[button text=\"Shop women\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[button text=\"Shop all\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\r\n\r\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\r\n<h3 class=\"uppercase\">Comfort foam</h3>\r\nApplication for Quilting, Spring Bed, Mattresses, Furniture\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\r\n\r\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\r\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\r\nFoam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\r\n\r\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\r\n<h3 class=\"uppercase\">high-resilliency foam</h3>\r\nWhen it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\r\n\r\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\r\n\r\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nOur foam made with best quality\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nOur team experienced in this industry\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nCall us anytime\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\r\n\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"7\" span__sm=\"12\"]\r\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\r\nExample spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\r\n\r\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\r\n\r\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\r\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\r\nWell equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"large\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"301\" depth=\"2\"]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n<h2 class=\"uppercase\">bio foam</h2>\r\nThrough innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort\r\n\r\n[button text=\"more\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\r\n\r\n[row style=\"large\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\r\nViscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.\r\n\r\n<strong>Application: Pillows, Bedding and Furniture</strong>\r\n\r\n[button text=\"more\"]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"302\" depth=\"2\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row v_align=\"equal\"]\r\n\r\n[col span=\"3\" span__sm=\"12\"]\r\n<h2 class=\"uppercase\">Latest News</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .\r\n\r\n[button text=\"more\"]\r\n\r\n[/col]\r\n[col span=\"9\" span__sm=\"12\"]\r\n\r\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\nJl. Telesonic Ujung 120 Km. 8\r\nTangerang, Indonesia\r\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\r\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\r\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\r\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 11:22:46', '2018-04-01 11:22:46', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(345, 1, '2018-04-01 11:33:34', '2018-04-01 11:33:34', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.03)\"  bg_pos=\"72% 6%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"10\" position_x__sm=\"50\" text_color=\"dark\"]\r\n<h3 class=\"alt-font\">BRAND NEW</h3>\r\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>ONLINE STORE\r\n</strong></h2>\r\n<h3><strong>With Featured Items\r\n</strong></h3>\r\n[divider]\r\n\r\n[button text=\"Shop now\" style=\"outline\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\r\n\r\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\r\n<h3 class=\"uppercase\">Comfort foam</h3>\r\nApplication for Quilting, Spring Bed, Mattresses, Furniture\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\r\n\r\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\r\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\r\nFoam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\r\n\r\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\r\n<h3 class=\"uppercase\">high-resilliency foam</h3>\r\nWhen it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\r\n\r\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\r\n\r\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nOur foam made with best quality\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nOur team experienced in this industry\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nCall us anytime\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\r\n\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"7\" span__sm=\"12\"]\r\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\r\nExample spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\r\n\r\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\r\n\r\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\r\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\r\nWell equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row style=\"large\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"301\" depth=\"2\"]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n<h2 class=\"uppercase\">bio foam</h2>\r\nThrough innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort\r\n\r\n[button text=\"more\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\r\n\r\n[row style=\"large\" v_align=\"middle\"]\r\n\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\r\nViscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.\r\n\r\n<strong>Application: Pillows, Bedding and Furniture</strong>\r\n\r\n[button text=\"more\"]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"302\" depth=\"2\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\r\n\r\n[row v_align=\"equal\"]\r\n\r\n[col span=\"3\" span__sm=\"12\"]\r\n<h2 class=\"uppercase\">Latest News</h2>\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .\r\n\r\n[button text=\"more\"]\r\n\r\n[/col]\r\n[col span=\"9\" span__sm=\"12\"]\r\n\r\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\nJl. Telesonic Ujung 120 Km. 8\r\nTangerang, Indonesia\r\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\r\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\r\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\r\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 11:33:34', '2018-04-01 11:33:34', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(346, 1, '2018-04-01 12:14:49', '2018-04-01 12:14:49', '', 'Onlinestore', '', 'inherit', 'open', 'closed', '', 'onlinestore', '', '', '2018-04-01 12:14:49', '2018-04-01 12:14:49', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Onlinestore.jpg', 0, 'attachment', 'image/jpeg', 0),
(347, 1, '2018-04-01 12:16:16', '2018-04-01 12:16:16', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\" hover=\"fade-in\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"10\" position_x__sm=\"50\" position_y=\"50\"]\n\n<h3 class=\"alt-font\">Brand New</h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n<h3><strong>Promoted Items<br /> </strong></h3>\n[divider]\n\n[button text=\"Shop now\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 12:16:16', '2018-04-01 12:16:16', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(348, 1, '2018-04-01 12:21:13', '2018-04-01 12:21:13', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\" hover=\"fade-in\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"5\"]\n\n<h3 class=\"alt-font\"><span data-text-color=\"secondary\">Brand New</span></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><span data-text-color=\"secondary\"><strong>ONLINE STORE<br /> </strong></span></h2>\n<h3><strong><span data-text-color=\"secondary\">Promoted Items</span><br /> </strong></h3>\n[divider]\n\n[button text=\"Shop now\" style=\"outline\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 12:21:13', '2018-04-01 12:21:13', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(349, 1, '2018-04-01 12:23:30', '2018-04-01 12:23:30', '{\n    \"flatsome-child::color_secondary\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-01 12:23:00\"\n    },\n    \"flatsome-child::color_success\": {\n        \"value\": \"#77e609\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-01 12:23:30\"\n    },\n    \"flatsome-child::color_alert\": {\n        \"value\": \"#f69d17\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-01 12:23:30\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a28f5e5a-b9b9-4c6d-8e40-953b151af636', '', '', '2018-04-01 12:23:30', '2018-04-01 12:23:30', '', 0, 'http://hikaruharuki.com/?p=349', 0, 'customize_changeset', '', 0),
(350, 1, '2018-04-01 12:24:27', '2018-04-01 12:24:27', '{\n    \"flatsome-child::color_secondary\": {\n        \"value\": \"#585454\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-01 12:24:27\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'dda0ffa8-0869-442c-abfb-a03c36d585a2', '', '', '2018-04-01 12:24:27', '2018-04-01 12:24:27', '', 0, 'http://hikaruharuki.com/2018/04/01/dda0ffa8-0869-442c-abfb-a03c36d585a2/', 0, 'customize_changeset', '', 0),
(351, 1, '2018-04-01 13:01:07', '2018-04-01 13:01:07', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"5\"]\n\n<h3 class=\"alt-font\"><span data-text-color=\"secondary\">Brand New</span></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><span data-text-color=\"secondary\"><strong>ONLINE STORE<br /> </strong></span></h2>\n<h3><strong><span data-text-color=\"secondary\">Promoted Items</span><br /> </strong></h3>\n[divider]\n\n[button text=\"Shop now\" style=\"shade\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 13:01:07', '2018-04-01 13:01:07', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(352, 1, '2018-04-01 13:02:52', '2018-04-01 13:02:52', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"5\"]\n\n<h3 class=\"alt-font\"><span data-text-color=\"secondary\">Brand New</span></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><span data-text-color=\"secondary\"><strong>ONLINE STORE<br /> </strong></span></h2>\n<h3><strong><span data-text-color=\"secondary\">Promoted Items</span><br /> </strong></h3>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 13:02:52', '2018-04-01 13:02:52', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(353, 1, '2018-04-01 13:03:46', '2018-04-01 13:03:46', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"5\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><span data-text-color=\"secondary\"><strong>ONLINE STORE<br /> </strong></span></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" slide_effect=\"zoom-out\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"25% 44%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"4\"]\n\n[text_box text_color=\"dark\" width=\"44\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" position_x=\"0\" position_y=\"90\" position_y__sm=\"95\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Comfort foam</h3>\n<p>Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"70\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">Delayed yellowing foam</h3>\n<p>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 13:03:46', '2018-04-01 13:03:46', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(354, 1, '2018-04-01 13:55:44', '2018-04-01 13:55:44', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box text_color=\"dark\" width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"5\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><span data-text-color=\"secondary\"><strong>ONLINE STORE<br /> </strong></span></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"17% 35%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\" text_depth=\"1\" depth=\"1\"]\n\n<h4 class=\"alt-font\" style=\"text-align: left;\">Most Wanted Product</h4>\n<h3 class=\"uppercase\" style=\"text-align: left;\"><strong>Comfort foam</strong></h3>\n<p style=\"text-align: left;\">Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"53\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" depth=\"1\"]\n\n<h4 class=\"alt-font\"><strong>Featured Products</strong></h4>\n<h3 class=\"uppercase\"><strong>Delayed yellowing foam</strong></h3>\n<p><strong>Application: Garment and Shoes</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 13:55:44', '2018-04-01 13:55:44', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(355, 1, '2018-04-01 13:58:37', '2018-04-01 13:58:37', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"20\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"17% 35%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\" text_depth=\"1\" depth=\"1\"]\n\n<h4 class=\"alt-font\" style=\"text-align: left;\">Most Wanted Product</h4>\n<h3 class=\"uppercase\" style=\"text-align: left;\"><strong>Comfort foam</strong></h3>\n<p style=\"text-align: left;\">Application for Quilting, Spring Bed, Mattresses, Furniture</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"53\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" depth=\"1\"]\n\n<h4 class=\"alt-font\"><strong>Featured Products</strong></h4>\n<h3 class=\"uppercase\"><strong>Delayed yellowing foam</strong></h3>\n<p><strong>Application: Garment and Shoes</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" bg=\"rgba(255, 255, 255, 0.94)\" depth=\"1\"]\n\n<h3 class=\"uppercase\">high-resilliency foam</h3>\n<p>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 13:58:37', '2018-04-01 13:58:37', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(356, 1, '2018-04-01 14:07:52', '2018-04-01 14:07:52', '[ux_slider]\n\n[ux_banner height=\"56.25%\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"20\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"17% 35%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\" depth=\"1\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\">Comfort foam</h2>\n<h5 style=\"text-align: left;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\" depth=\"1\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: left;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"100\" position_y=\"10\" position_y__sm=\"90\" text_align=\"left\" depth=\"1\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:07:52', '2018-04-01 14:07:52', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(357, 1, '2018-04-01 14:13:49', '2018-04-01 14:13:49', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"20\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"17% 35%\" hover=\"fade-out\" hover_alt=\"zoom-fade\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\">Comfort foam</h2>\n<h5 style=\"text-align: left;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: left;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"100\" position_y=\"10\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:13:49', '2018-04-01 14:13:49', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(358, 1, '2018-04-01 14:16:02', '2018-04-01 14:16:02', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"20\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_size=\"orginal\" bg_pos=\"17% 35%\" hover_alt=\"zoom-fade\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\">Comfort foam</h2>\n<h5 style=\"text-align: left;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"glow\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: left;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"637px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"100\" position_y=\"10\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:16:02', '2018-04-01 14:16:02', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(359, 1, '2018-04-01 14:21:20', '2018-04-01 14:21:20', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"20\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"fade-in\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\">Comfort foam</h2>\n<h5 style=\"text-align: left;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: left;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"100\" position_y=\"10\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:21:20', '2018-04-01 14:21:20', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(360, 1, '2018-04-01 14:22:59', '2018-04-01 14:22:59', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"72% 6%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"20\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"5\" position_y=\"50\" position_y__sm=\"95\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\">Comfort foam</h2>\n<h5 style=\"text-align: left;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"100\" position_y=\"90\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\" style=\"text-align: left;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: left;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: left;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"100\" position_y=\"10\" position_y__sm=\"90\" text_align=\"left\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:22:59', '2018-04-01 14:22:59', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(361, 1, '2018-04-01 14:31:33', '2018-04-01 14:31:33', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"20\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"20\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"25\" position_y__sm=\"90\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"90\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:31:33', '2018-04-01 14:31:33', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(362, 1, '2018-04-01 14:33:16', '2018-04-01 14:33:16', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"20\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"25\" position_y__sm=\"90\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"90\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:33:16', '2018-04-01 14:33:16', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(363, 1, '2018-04-01 14:36:16', '2018-04-01 14:36:16', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:36:16', '2018-04-01 14:36:16', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(364, 1, '2018-04-01 14:49:35', '2018-04-01 14:49:35', '', 'unsplash39-1-of-2', '', 'inherit', 'open', 'closed', '', 'unsplash39-1-of-2', '', '', '2018-04-01 14:49:35', '2018-04-01 14:49:35', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/unsplash39-1-of-2.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(365, 1, '2018-04-01 14:57:20', '2018-04-01 14:57:20', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"x\" instagram=\"x\" twitter=\"x\" linkedin=\"x\" email=\"x\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 14:57:20', '2018-04-01 14:57:20', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(366, 1, '2018-04-01 15:00:25', '2018-04-01 15:00:25', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Media Left\" bg_color=\"rgb(193, 193, 193)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" padding=\"60px\" border=\"1px 0px 1px 0px\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"301\" depth=\"2\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">bio foam</h2>\n<p>Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort</p>\n[button text=\"more\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section label=\"Media Right\" bg_color=\"rgb(255, 255, 255)\" bg_overlay=\"rgba(255, 255, 255, 0.85)\" sticky=\"true\" mask=\"arrow\"]\n\n[row style=\"large\" v_align=\"middle\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n<h2 class=\"uppercase\">Viscoelastic foam</h2>\n<p>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</p>\n<p><strong>Application: Pillows, Bedding and Furniture</strong></p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_image id=\"302\" depth=\"2\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 15:00:25', '2018-04-01 15:00:25', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(367, 1, '2018-04-01 15:03:32', '2018-04-01 15:03:32', '', 'unsplash30-4-of-7', '', 'inherit', 'open', 'closed', '', 'unsplash30-4-of-7', '', '', '2018-04-01 15:03:32', '2018-04-01 15:03:32', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/unsplash30-4-of-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(370, 1, '2018-04-01 15:21:52', '2018-04-01 15:21:52', '', 'newimages1014-1-of-9-683x1024', '', 'inherit', 'open', 'closed', '', 'newimages1014-1-of-9-683x1024', '', '', '2018-04-01 15:21:52', '2018-04-01 15:21:52', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/newimages1014-1-of-9-683x1024.jpg', 0, 'attachment', 'image/jpeg', 0),
(371, 1, '2018-04-01 15:27:06', '2018-04-01 15:27:06', '', 'reconstitued-foam', '', 'inherit', 'open', 'closed', '', 'reconstitued-foam', '', '', '2018-04-01 15:27:06', '2018-04-01 15:27:06', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam.jpg', 0, 'attachment', 'image/jpeg', 0),
(372, 1, '2018-04-01 15:33:03', '2018-04-01 15:33:03', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>BIO FOAM<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" size=\"larger\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>ViscoelastiC Foam<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" size=\"larger\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>rebonded foam<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" size=\"larger\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 15:33:03', '2018-04-01 15:33:03', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(373, 1, '2018-04-01 15:38:34', '2018-04-01 15:38:34', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover_alt=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>BIO FOAM<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>ViscoelastiC Foam<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>rebonded foam<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 15:38:34', '2018-04-01 15:38:34', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(377, 1, '2018-04-01 15:51:55', '2018-04-01 15:51:55', '', 'bio foam', '', 'inherit', 'open', 'closed', '', 'bio-foam-2', '', '', '2018-04-01 15:51:55', '2018-04-01 15:51:55', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/bio-foam.jpg', 0, 'attachment', 'image/jpeg', 0),
(378, 1, '2018-04-01 15:53:30', '2018-04-01 15:53:30', '', 'high-density', '', 'inherit', 'open', 'closed', '', 'high-density', '', '', '2018-04-01 15:53:30', '2018-04-01 15:53:30', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/high-density.jpg', 0, 'attachment', 'image/jpeg', 0),
(379, 1, '2018-04-01 15:54:37', '2018-04-01 15:54:37', '', 'A 4490277', 'A 4490277', 'inherit', 'open', 'closed', '', 'a-4490277', '', '', '2018-04-01 15:54:37', '2018-04-01 15:54:37', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Springbed.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(380, 1, '2018-04-01 15:58:17', '2018-04-01 15:58:17', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>BIO FOAM<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>ViscoelastiC Foam<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong>rebonded foam<br /></strong></span></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 15:58:17', '2018-04-01 15:58:17', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(381, 1, '2018-04-01 16:00:15', '2018-04-01 16:00:15', '[section bg_color=\"#fafafa\"]\r\n\r\n[block id=\"10\"]\r\n\r\n\r\n[/section]', 'Demos', '', 'inherit', 'closed', 'closed', '', '66-revision-v1', '', '', '2018-04-01 16:00:15', '2018-04-01 16:00:15', '', 66, 'http://hikaruharuki.com/2018/04/01/66-revision-v1/', 0, 'revision', '', 0),
(382, 1, '2018-04-01 16:00:32', '2018-04-01 16:00:32', 'Business demos', 'Business Demos', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2018-04-01 16:00:32', '2018-04-01 16:00:32', '', 67, 'http://hikaruharuki.com/2018/04/01/67-revision-v1/', 0, 'revision', '', 0),
(383, 1, '2018-04-01 16:00:32', '2018-04-01 16:00:32', '[ux_pages parent=\"3021\" depth=\"1\"]', 'Shop Demos', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2018-04-01 16:00:32', '2018-04-01 16:00:32', '', 68, 'http://hikaruharuki.com/2018/04/01/68-revision-v1/', 0, 'revision', '', 0),
(384, 1, '2018-04-01 16:00:32', '2018-04-01 16:00:32', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.02)\" bg_pos=\"58% 63%\"]\r\n\r\n[text_box width=\"70\" width__sm=\"100\" animate=\"flipInY\"]\r\n<h3 class=\"alt-font\">It has Finally started...</h3>\r\n[divider margin=\"3px\"]\r\n<h1 class=\"h-large uppercase\"><span style=\"font-size: 160%;\"><strong>HUGE SALE</strong></span></h1>\r\n<h1 class=\"uppercase\"><span style=\"font-size: 100%;\">UP TO <strong>70% OFF</strong></span></h1>\r\n[divider]\r\n\r\n[button text=\"Shop men\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[button text=\"Shop women\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[button text=\"Shop all\" color=\"white\" style=\"outline\" link=\"#\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.03)\"  bg_pos=\"72% 6%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"10\" position_x__sm=\"50\" text_color=\"dark\"]\r\n<h3 class=\"alt-font\">Mens Clothing</h3>\r\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Hot Summer Fashion</strong></h2>\r\n<h3><strong>From 19$</strong></h3>\r\n[divider]\r\n\r\n[button text=\"Shop now\" style=\"outline\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"57% 49%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"84\" animate=\"fadeInLeft\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n<h3 class=\"alt-font\">Shop Now</h3>\r\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>This is an awesome video banner</strong></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n[button text=\"Shop Women\" style=\"outline\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"67% 70%\"]\r\n\r\n[text_box width=\"40\" width__sm=\"100\" animate=\"fadeInLeft\" position_x=\"90\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n<h3 class=\"alt-font\">A Nice top title</h3>\r\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\"><strong>Change this</strong></h2>\r\n<h2 class=\"uppercase\"><strong>to Anything</strong></h2>\r\n<p class=\"lead\">This can easily be edited in the page builder.</p>\r\n[button text=\"Browse Products\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_pos=\"55% 11%\" hover=\"zoom-fade\" link=\"blog\"]\r\n\r\n[text_box]\r\n<h2><strong><span class=\"uppercase\">Our Blog</span></strong></h2>\r\n[divider]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" hover=\"zoom-fade\" link=\"http://localhost:8888/test/blog/\"]\r\n\r\n[text_box]\r\n<h2><strong><span class=\"uppercase\">Join our\r\n<span style=\"font-size: 85%;\">competition</span></span></strong></h2>\r\n[divider]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"160px\" bg=\"11\" bg_pos=\"71% 0%\" hover=\"zoom-fade\" link=\"about-us\"]\r\n\r\n[text_box]\r\n<h2><strong><span class=\"uppercase\">ABOUT US</span></strong></h2>\r\n[divider]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"weekly featured products\"]\r\n\r\n[ux_products products=\"14\" show=\"featured\"]\r\n\r\n[title style=\"center\" text=\"Best Selling Products\" size=\"undefined\"]\r\n\r\n[ux_products products=\"8\" orderby=\"sales\"]\r\n\r\n[title style=\"center\" text=\"Browse our categories\"]\r\n\r\n[ux_product_categories number=\"20\"]\r\n\r\n[gap height=\"40px\"]\r\n\r\n[row col_style=\"divided\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[featured_box img=\"10\" img_width=\"46\" pos=\"center\" title=\"Free Shipping on all orders\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\r\n\r\nGet Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[featured_box img=\"10\" img_width=\"46\" pos=\"center\" title=\"Amazing customer service\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\r\n\r\nGet Free Shipping on all orders over $75 and free returns to our UK returns centre! Items are dispatched from the US and will arrive in 5-8 days.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[featured_box img=\"10\" img_width=\"46\" pos=\"center\" title=\"No Customs or Duty Fees!\" icon_border=\"2\" icon_color=\"rgb(182, 182, 182)\" margin=\"0px 0px 0px 0px\"]\r\n\r\nWe pay these fees so you don’t have to! The total billed at checkout is the final amount you pay, inclusive of VAT, with no additional charges at the time of delivery!\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap height=\"40px\"]\r\n\r\n[ux_slider timer=\"2000\"]\r\n\r\n[ux_banner height=\"300px\" bg=\"11\" parallax=\"1\"]\r\n\r\n[text_box width=\"78\"]\r\n\r\n[testimonial image_width=\"128\" name=\"Lucy Anderson\" company=\"Facebook\" stars=\"3\"]\r\n\r\nPBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.\r\n\r\n[/testimonial]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"300px\" bg=\"11\" parallax=\"1\"]\r\n\r\n[text_box width=\"80\"]\r\n\r\n[testimonial image_width=\"117\" name=\"Rebecca Smith\" company=\"Twitter\" stars=\"3\"]\r\n\r\nPBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.\r\n\r\n[/testimonial]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"300px\" bg=\"11\" parallax=\"1\"]\r\n\r\n[text_box width=\"80\"]\r\n\r\n[testimonial image_width=\"131\" name=\"Jenny Brooks\" company=\"LinkedIn\"]\r\n\r\nPBR kogi VHS commodo, single-origin coffee selvage kale chips. Fugiat try-hard ad aesthetic, tofu master cleanse typewriter tote bag accusamus sustainable ennui hella small batch cliche.\r\n\r\n[/testimonial]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[title style=\"center\" text=\"Latest News\" size=\"undefined\"]\r\n\r\n[blog_posts columns__sm=\"1\" animate=\"fadeInLeft\" posts=\"4\" image_height=\"70%\"]', 'Classic Shop', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2018-04-01 16:00:32', '2018-04-01 16:00:32', '', 95, 'http://hikaruharuki.com/2018/04/01/95-revision-v1/', 0, 'revision', '', 0),
(385, 1, '2018-04-01 16:00:32', '2018-04-01 16:00:32', '[ux_slider]\r\n\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.31)\" bg_pos=\"68% 27%\"]\r\n\r\n[text_box width=\"52\" width__sm=\"80\" animate=\"bounceIn\" parallax=\"-1\" position_x__sm=\"50\" position_y__sm=\"50\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 160%;\">Now Online!</span></p>\r\n<h2 class=\"uppercase\"><strong><span style=\"font-size: 200%;\" data-line-height=\"xs\">BIG SalE</span></strong></h2>\r\n<h3 class=\"lead uppercase\">up to <strong>70%</strong> off</h3>\r\n[button text=\"Shop Now\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"100%\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"68% 11%\"]\r\n\r\n[text_box width=\"52\" width__sm=\"77\" animate=\"fadeInUp\" parallax=\"-1\" position_x=\"10\" position_x__sm=\"5\" position_y__sm=\"50\" text_align=\"left\"]\r\n\r\n<p class=\"alt-font\"><span style=\"font-size: 160%;\">New Trends 2016</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 150%;\"><strong><span data-line-height=\"xs\">CELEBRATE SUMMER<br /></span></strong></span></h2>\r\n[button text=\"Shop Now\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.12)\" bg_pos=\"42% 18%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"75\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"11\" bg_size=\"medium\" bg_overlay=\"rgba(0, 0, 0, 0.2)\" bg_pos=\"50% 57%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"70\" position_x=\"10\" text_align=\"left\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.13)\" bg_pos=\"31% 0%\" hover=\"zoom-fade\"]\r\n\r\n[text_box text_color=\"dark\" width=\"70\" position_x=\"90\" text_align=\"right\"]\r\n\r\n<h4 class=\"uppercase\">Summer 2017</h4>\r\n<h2 class=\"uppercase\"><strong>NEW Summer Trends</strong></h2>\r\n[button text=\"Shop now\" color=\"white\" style=\"outline\" radius=\"99\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"7\" span__sm=\"12\" padding=\"40px 0px 0px 0px\" align=\"center\"]\r\n\r\n<h2 class=\"uppercase\"><span style=\"font-size: 160%;\">Welcome to our Shop</span></h2>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n[button text=\"About us\" style=\"outline\" size=\"small\" radius=\"99\" link=\"about-us\"]\r\n\r\n[button text=\"Shop now\" size=\"small\" radius=\"99\" icon_pos=\"left\" link=\"shop\"]\r\n\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_product_categories style=\"overlay\" type=\"grid\" grid_height=\"400px\" number=\"4\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_pos=\"middle\" text_size=\"large\"]\r\n\r\n[title style=\"center\" text=\"Browse products\" size=\"undefined\"]\r\n\r\n[ux_products cat=\"81\"]\r\n\r\n[ux_banner height=\"426px\" bg=\"11\" bg_pos=\"72% 78%\" parallax=\"3\"]\r\n\r\n[text_box width=\"61\" width__sm=\"79\" scale__sm=\"158\" animate=\"fadeInRight\" position_x__sm=\"50\" border_style=\"dashed\" border_radius=\"0\" border_color=\"rgba(255, 255, 255, 0.27)\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for newsletter</strong></h3>\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" pos=\"center\" title=\"Shop Feature 1\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" pos=\"center\" title=\"Shop Feature 2\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\" animate=\"fadeInUp\"]\r\n\r\n[featured_box img=\"10\" pos=\"center\" title=\"Shop Feature 3\" icon_border=\"1\" margin=\"px px px px\"]\r\n\r\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[title style=\"center\" text=\"Latest news\" margin_top=\"30px\" size=\"undefined\"]\r\n\r\n[blog_posts style=\"vertical\" slider_nav_style=\"circle\" slider_nav_position=\"outside\" columns=\"2\" title_style=\"uppercase\" badge_style=\"circle-inside\" image_height=\"100%\" image_width=\"53\" image_radius=\"100\"]\r\n\r\n[title style=\"center\" text=\"Follow Us on Instagram\" icon=\"icon-instagram\" margin_top=\"30px\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"circle\" slider_nav_color=\"light\" width=\"full-width\" columns=\"6\"]', 'Fullscreen Fashion', '', 'inherit', 'closed', 'closed', '', '73-revision-v1', '', '', '2018-04-01 16:00:32', '2018-04-01 16:00:32', '', 73, 'http://hikaruharuki.com/2018/04/01/73-revision-v1/', 0, 'revision', '', 0),
(386, 1, '2018-04-01 16:00:32', '2018-04-01 16:00:32', '[gap height=\"32px\"]\r\n\r\n[ux_banner_grid]\r\n\r\n[col_grid span=\"6\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"overlay-add\"]\r\n\r\n[text_box text_color=\"dark\" width=\"50\" width__sm=\"80\" scale=\"99\" position_x=\"10\" position_y=\"90\" text_align=\"left\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n[button text=\"Shop now\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" bg_pos=\"58% 24%\"]\r\n\r\n[text_box width=\"80\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any CONTENT here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\"]\r\n\r\n[text_box width=\"80\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"13\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"glow\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"49\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts badge_style=\"square\" image_height=\"75%\" image_hover=\"zoom\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" width=\"full-width\" columns=\"6\"]', 'Grid Style 1', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2018-04-01 16:00:32', '2018-04-01 16:00:32', '', 71, 'http://hikaruharuki.com/2018/04/01/71-revision-v1/', 0, 'revision', '', 0),
(387, 1, '2018-04-01 16:00:32', '2018-04-01 16:00:32', '[gap]\r\n\r\n[ux_banner_grid height=\"575\"]\r\n\r\n[col_grid span=\"9\" span__sm=\"12\" depth=\"1\"]\r\n\r\n[ux_slider]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"large\" bg_color=\"rgb(2, 2, 2)\" bg_pos=\"56% 29%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" width__sm=\"78\" scale=\"99\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" color=\"white\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"large\" bg_color=\"rgb(255, 255, 255)\" bg_pos=\"65% 16%\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"50\" scale=\"99\" position_x=\"10\" text_align=\"left\" text_color=\"dark\"]\r\n\r\n<p class=\"lead alt-font\"><span style=\"font-size: 190%;\">Add any text here...</span></p>\r\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>New arrivals on the shop</strong></span></h2>\r\n[divider align=\"left\"]\r\n\r\n[button text=\"Browse\" style=\"outline\" size=\"larger\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"12\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"67\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" span__sm=\"13\" height=\"1-2\" depth=\"1\"]\r\n\r\n[ux_banner height=\"500px\" bg=\"11\" bg_size=\"medium\" hover=\"zoom-fade\"]\r\n\r\n[text_box width=\"68\" width__sm=\"60\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Add Any Headline here</strong></h2>\r\n[divider]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]\r\n[title style=\"bold-center\" text=\"Featured Products\" margin_top=\"22px\" size=\"undefined\"]\r\n\r\n[ux_products show=\"featured\"]\r\n\r\n[title style=\"bold-center\" text=\"Featured Categories\" size=\"undefined\"]\r\n\r\n[ux_product_categories]\r\n\r\n[gap height=\"36px\"]\r\n\r\n[ux_banner height=\"366px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.26)\" bg_pos=\"60% 0%\" parallax=\"1\"]\r\n\r\n[text_box width=\"37\" width__sm=\"78\" position_x=\"10\"]\r\n\r\n<h3 class=\"uppercase\"><strong>Signup for Newsletter</strong></h3>\r\n<p class=\"lead\">Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonumm.</p>\r\n[gap height=\"18px\"]\r\n\r\n(insert contact form here)\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[title style=\"bold-center\" text=\"Latest news\" size=\"undefined\"]\r\n\r\n[blog_posts columns=\"3\" badge_style=\"square\" image_height=\"200px\"]\r\n\r\n[title style=\"bold-center\" text=\"Follow on instagram\" icon=\"icon-instagram\" size=\"undefined\"]\r\n\r\n[ux_instagram_feed username=\"topshop\" type=\"slider\" slider_nav_style=\"circle\" width=\"full-width\" columns=\"6\"]', 'Grid Style 2', '', 'inherit', 'closed', 'closed', '', '82-revision-v1', '', '', '2018-04-01 16:00:32', '2018-04-01 16:00:32', '', 82, 'http://hikaruharuki.com/2018/04/01/82-revision-v1/', 0, 'revision', '', 0),
(388, 1, '2018-04-01 16:05:47', '2018-04-01 16:05:47', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 16:05:47', '2018-04-01 16:05:47', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(389, 1, '2018-04-01 16:08:13', '2018-04-01 16:08:13', '[map height=\"400px\"]\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\nJl. Telesonic Ujung 120 Km. 8\r\nTangerang, Indonesia\r\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\r\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\r\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\r\n[/map]\r\n[row]\r\n\r\n[col span=\"6\"]\r\n\r\n[title text=\"Frequently Asked Questions\"]\r\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\r\n[accordion]\r\n\r\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How long will delivery take?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"What exactly happens after ordering?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Do I receive an invoice for my order?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[title text=\"Send us an email\"]\r\n\r\n(insert contact form here)\r\n\r\nThis is form is just for demo purpose. No inquiries will be answered.\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-01 16:08:13', '2018-04-01 16:08:13', '', 86, 'http://hikaruharuki.com/2018/04/01/86-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(390, 1, '2018-04-01 16:08:50', '2018-04-01 16:08:50', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"450px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 16:08:50', '2018-04-01 16:08:50', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(391, 1, '2018-04-01 16:11:54', '2018-04-01 16:11:54', '[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"34\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]\n[row]\n\n[col span=\"6\"]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"6\"]\n\n[title text=\"Send us an email\"]\n\n<p>(insert contact form here)</p>\n<p>This is form is just for demo purpose. No inquiries will be answered.</p>\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-01 16:11:54', '2018-04-01 16:11:54', '', 86, 'http://hikaruharuki.com/2018/04/01/86-revision-v1/', 0, 'revision', '', 0),
(392, 1, '2018-04-01 16:12:00', '2018-04-01 16:12:00', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"1\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 16:12:00', '2018-04-01 16:12:00', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(393, 1, '2018-04-01 16:14:06', '2018-04-01 16:14:06', '[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"34\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]\n[row]\n\n[col span=\"6\"]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"6\"]\n\n[title text=\"Send us an email\"]\n\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-01 16:14:06', '2018-04-01 16:14:06', '', 86, 'http://hikaruharuki.com/2018/04/01/86-revision-v1/', 0, 'revision', '', 0),
(395, 1, '2018-04-01 16:23:42', '2018-04-01 16:23:42', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\r\n\r\n[row style=\"collapse\"]\r\n\r\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\r\n\r\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h1 class=\"uppercase\"><strong>For Distributor / Importir\r\n</strong></h1>\r\nFor more information about our company or if you\'re looking for other foam products, please fill in the contact form\r\n\r\n&nbsp;\r\n\r\n[gap height=\"10px\"]\r\n\r\n[gap height=\"10px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\r\n\r\n[gap height=\"40px\"]\r\n\r\n[contact-form-7 id=\"6\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Contact Distributor/Importir', '', 'publish', 'closed', 'closed', '', 'contact-distributor-importir', '', '', '2018-04-15 05:55:06', '2018-04-15 05:55:06', '', 0, 'http://hikaruharuki.com/?page_id=395', 0, 'page', '', 0),
(396, 1, '2018-04-01 16:23:42', '2018-04-01 16:23:42', '[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"34\" controls=\"true\"]\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\nJl. Telesonic Ujung 120 Km. 8\r\nTangerang, Indonesia\r\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\r\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\r\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\r\n[/map]\r\n[row]\r\n\r\n[col span=\"6\"]\r\n\r\n[title text=\"Frequently Asked Questions\"]\r\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\r\n[accordion]\r\n\r\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How long will delivery take?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"What exactly happens after ordering?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Do I receive an invoice for my order?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[title text=\"Send us an email\"]\r\n\r\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact Distributor/Importir', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2018-04-01 16:23:42', '2018-04-01 16:23:42', '', 395, 'http://hikaruharuki.com/2018/04/01/395-revision-v1/', 0, 'revision', '', 0),
(397, 1, '2018-04-01 16:25:00', '2018-04-01 16:25:00', '[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"34\" controls=\"true\"]\n<h3>PT. Foamindo Industri Uretan</h3>\nJl. Telesonic Ujung 120 Km. 8\nTangerang, Indonesia\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n[/map]\n[row]\n\n[col span=\"6\"]\n\n[title text=\"Frequently Asked Questions\"]\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"6\"]\n\n[title text=\"For Distributor/Importir\"]\n\n[contact-form-7 id=\"4\" title=\"Contact form 1\"]\n\n[/col]\n\n[/row]', 'Contact Distributor/Importir', '', 'inherit', 'closed', 'closed', '', '395-autosave-v1', '', '', '2018-04-01 16:25:00', '2018-04-01 16:25:00', '', 395, 'http://hikaruharuki.com/2018/04/01/395-autosave-v1/', 0, 'revision', '', 0),
(398, 1, '2018-04-01 16:25:24', '2018-04-01 16:25:24', '[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"34\" controls=\"true\"]\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\nJl. Telesonic Ujung 120 Km. 8\r\nTangerang, Indonesia\r\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\r\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\r\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\r\n[/map]\r\n[row]\r\n\r\n[col span=\"6\"]\r\n\r\n[title text=\"Frequently Asked Questions\"]\r\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\r\n[accordion]\r\n\r\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How long will delivery take?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"What exactly happens after ordering?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Do I receive an invoice for my order?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[title text=\"For Distributor/Importir\"]\r\n\r\n[contact-form-7 id=\"9\" title=\"Contact form\"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Contact Distributor/Importir', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2018-04-01 16:25:24', '2018-04-01 16:25:24', '', 395, 'http://hikaruharuki.com/2018/04/01/395-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(401, 1, '2018-04-01 16:34:35', '2018-04-01 16:34:35', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"346\" bg_overlay=\"rgba(0, 0, 0, 0.03)\" bg_pos=\"50% 50%\" hover=\"zoom\"]\n\n[text_box width=\"40\" width__sm=\"85\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"30\" position_y__sm=\"30\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\"><strong>Introducing</strong></h3>\n<h2 class=\"uppercase\" data-animate=\"fadeInLeft\" data-animated=\"true\" data-animated=\"true\"><strong>ONLINE STORE<br /> </strong></h2>\n[divider color=\"rgba(65, 62, 62, 0.82)\"]\n\n[button text=\"Shop now\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-angle-right\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-01 16:34:35', '2018-04-01 16:34:35', '', 48, 'http://hikaruharuki.com/2018/04/01/48-revision-v1/', 0, 'revision', '', 0),
(402, 1, '2018-04-04 10:21:20', '2018-04-04 10:21:20', '{\n    \"flatsome-child::topbar_elements_left\": {\n        \"value\": [\n            \"html\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:20:28\"\n    },\n    \"flatsome-child::topbar_elements_right\": {\n        \"value\": [\n            \"html-2\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:20:28\"\n    },\n    \"flatsome-child::header_elements_right\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:21:20\"\n    },\n    \"flatsome-child::topbar_show\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:20:28\"\n    },\n    \"flatsome-child::header_top_height\": {\n        \"value\": \"30\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:20:28\"\n    },\n    \"flatsome-child::topbar_left\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:20:28\"\n    },\n    \"flatsome-child::topbar_right\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:20:28\"\n    },\n    \"flatsome-child::header_mobile_elements_right\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:21:20\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '6015708c-ede4-41f0-a4de-a2599e8f7855', '', '', '2018-04-04 10:21:20', '2018-04-04 10:21:20', '', 0, 'http://hikaruharuki.com/?p=402', 0, 'customize_changeset', '', 0),
(403, 1, '2018-04-04 10:22:31', '2018-04-04 10:22:31', '{\n    \"flatsome-child::footer_2\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:22:28\"\n    },\n    \"flatsome-child::payment_icons\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:22:28\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd6f53871-711b-4695-9c94-eda4621f9210', '', '', '2018-04-04 10:22:31', '2018-04-04 10:22:31', '', 0, 'http://hikaruharuki.com/?p=403', 0, 'customize_changeset', '', 0),
(404, 1, '2018-04-04 10:24:28', '2018-04-04 10:24:28', '{\n    \"flatsome-child::contact_style\": {\n        \"value\": \"left\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:24:28\"\n    },\n    \"flatsome-child::contact_location\": {\n        \"value\": \"Tangerang\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-04 10:24:28\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '9981b950-9dc3-4973-9c9a-ea06df90e5b8', '', '', '2018-04-04 10:24:28', '2018-04-04 10:24:28', '', 0, 'http://hikaruharuki.com/2018/04/04/9981b950-9dc3-4973-9c9a-ea06df90e5b8/', 0, 'customize_changeset', '', 0),
(406, 1, '2018-04-04 11:12:20', '2018-04-04 11:12:20', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n[follow style=\"small\" facebook=\"foamindo\" instagram=\"foamindo\" twitter=\"foamindo\" linkedin=\"foamindo\" email=\"email@foamindo.com\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-04 11:12:20', '2018-04-04 11:12:20', '', 48, 'http://hikaruharuki.com/2018/04/04/48-revision-v1/', 0, 'revision', '', 0),
(407, 1, '2018-04-04 11:13:57', '2018-04-04 11:13:57', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"shop now\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[section bg_color=\"rgb(241, 241, 241)\" padding=\"43px\" height=\"276px\" border=\"1px 0px 1px 0px\"]\n\n[row v_align=\"equal\"]\n\n[col span=\"3\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">Latest News</h2>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod .</p>\n[button text=\"more\"]\n\n\n[/col]\n[col span=\"9\" span__sm=\"12\"]\n\n[blog_posts style=\"vertical\" columns=\"2\" depth=\"1\" slider_nav_style=\"circle\" image_height=\"223px\" image_width=\"40\" text_align=\"left\" text_bg=\"rgb(255, 255, 255)\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-04 11:13:57', '2018-04-04 11:13:57', '', 48, 'http://hikaruharuki.com/2018/04/04/48-revision-v1/', 0, 'revision', '', 0),
(410, 1, '2018-04-05 07:30:26', '2018-04-05 07:30:26', '{\n    \"flatsome-child::site_logo_slogan\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-05 07:16:33\"\n    },\n    \"flatsome-child::site_logo\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logo-foamindo.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-05 07:17:32\"\n    },\n    \"flatsome-child::logo_width\": {\n        \"value\": \"477\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-05 07:30:26\"\n    },\n    \"flatsome-child::header_mobile_elements_right\": {\n        \"value\": [\n            \"search\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-05 07:28:57\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ff5a3180-4317-42ec-8b30-5ee815bf5771', '', '', '2018-04-05 07:30:26', '2018-04-05 07:30:26', '', 0, 'http://hikaruharuki.com/?p=410', 0, 'customize_changeset', '', 0),
(411, 1, '2018-04-05 07:16:50', '2018-04-05 07:16:50', '', 'logo-foamindo', '', 'inherit', 'open', 'closed', '', 'logo-foamindo', '', '', '2018-04-05 07:16:50', '2018-04-05 07:16:50', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/logo-foamindo.png', 0, 'attachment', 'image/png', 0),
(412, 1, '2018-04-05 07:40:12', '2018-04-05 07:40:12', '', 'logofoamindo', '', 'inherit', 'open', 'closed', '', 'logofoamindo', '', '', '2018-04-05 07:40:12', '2018-04-05 07:40:12', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo.png', 0, 'attachment', 'image/png', 0),
(413, 1, '2018-04-05 07:41:16', '2018-04-05 07:41:16', '{\n    \"flatsome-child::site_logo\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-05 07:41:16\"\n    },\n    \"flatsome-child::site_logo_dark\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-05 07:41:16\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4e8409d3-15e4-4415-8e68-717eec55dd7e', '', '', '2018-04-05 07:41:16', '2018-04-05 07:41:16', '', 0, 'http://hikaruharuki.com/2018/04/05/4e8409d3-15e4-4415-8e68-717eec55dd7e/', 0, 'customize_changeset', '', 0),
(414, 1, '2018-04-09 06:27:40', '2018-04-09 06:27:40', '{\n    \"nav_menu_item[228]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 06:27:40\"\n    },\n    \"nav_menu_item[252]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 06:27:40\"\n    },\n    \"flatsome-child::footer_bottom_align\": {\n        \"value\": \"center\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 06:27:40\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '648aea1a-b1ba-4674-a7ee-aca22768a469', '', '', '2018-04-09 06:27:40', '2018-04-09 06:27:40', '', 0, 'http://hikaruharuki.com/2018/04/09/648aea1a-b1ba-4674-a7ee-aca22768a469/', 0, 'customize_changeset', '', 0),
(415, 1, '2018-04-09 10:59:33', '2018-04-09 10:59:33', '[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" pan=\"0\" content_width=\"34\" position_x=\"90\" position_y=\"90\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]\n[row]\n\n[col span=\"6\"]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"6\"]\n\n[title text=\"Send us an email\"]\n\n[contact-form-7 id=\"4\"]\n\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-09 10:59:33', '2018-04-09 10:59:33', '', 86, 'http://hikaruharuki.com/2018/04/09/86-revision-v1/', 0, 'revision', '', 0),
(416, 1, '2018-04-09 11:12:56', '2018-04-09 11:12:56', '', 'unsplash18-4-of-5', '', 'inherit', 'open', 'closed', '', 'unsplash18-4-of-5', '', '', '2018-04-09 11:12:56', '2018-04-09 11:12:56', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/unsplash18-4-of-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(417, 1, '2018-04-09 11:29:51', '2018-04-09 11:29:51', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\n\n[row style=\"collapse\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[accordion title=\"Frequently Asked Question\"]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\n\n[gap height=\"40px\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[title text=\"Frequently Asked Questions\" icon=\"icon-search\"]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-09 11:29:51', '2018-04-09 11:29:51', '', 86, 'http://hikaruharuki.com/2018/04/09/86-revision-v1/', 0, 'revision', '', 0),
(418, 1, '2018-04-09 11:30:36', '2018-04-09 11:30:36', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\n\n[row style=\"collapse\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[accordion title=\"Frequently Asked Question\"]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\n\n[gap height=\"40px\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-09 11:30:36', '2018-04-09 11:30:36', '', 86, 'http://hikaruharuki.com/2018/04/09/86-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(419, 1, '2018-04-09 11:31:34', '2018-04-09 11:31:34', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\n\n[row style=\"collapse\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[gap]\n\n[accordion title=\"Frequently Asked Question\"]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n[gap]\n\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\n\n[gap height=\"40px\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-09 11:31:34', '2018-04-09 11:31:34', '', 86, 'http://hikaruharuki.com/2018/04/09/86-revision-v1/', 0, 'revision', '', 0),
(420, 1, '2018-04-09 13:36:43', '2018-04-09 13:36:43', '', 'logofoamindo1', '', 'inherit', 'open', 'closed', '', 'logofoamindo1', '', '', '2018-04-09 13:36:43', '2018-04-09 13:36:43', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo1.png', 0, 'attachment', 'image/png', 0),
(421, 1, '2018-04-09 13:37:15', '2018-04-09 13:37:15', '{\n    \"flatsome-child::site_logo\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo1.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:37:15\"\n    },\n    \"flatsome-child::site_logo_dark\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo1.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:37:15\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '443da754-8d2f-4be3-a5cf-b0b708e7c9d6', '', '', '2018-04-09 13:37:15', '2018-04-09 13:37:15', '', 0, 'http://hikaruharuki.com/2018/04/09/443da754-8d2f-4be3-a5cf-b0b708e7c9d6/', 0, 'customize_changeset', '', 0),
(422, 1, '2018-04-09 13:40:10', '2018-04-09 13:40:10', '{\n    \"flatsome-child::follow_facebook\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:38:47\"\n    },\n    \"flatsome-child::follow_twitter\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:38:47\"\n    },\n    \"flatsome-child::follow_instagram\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:38:47\"\n    },\n    \"flatsome-child::follow_email\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:38:47\"\n    },\n    \"flatsome-child::newsletter_icon_style\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:40:08\"\n    },\n    \"flatsome-child::header_newsletter_label\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:40:08\"\n    },\n    \"flatsome-child::header_newsletter_title\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:40:10\"\n    },\n    \"flatsome-child::header_newsletter_sub_title\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:40:10\"\n    },\n    \"flatsome-child::header_newsletter_height\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:40:10\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '3acae945-c40c-4681-b91a-6cc94bfa6b6a', '', '', '2018-04-09 13:40:10', '2018-04-09 13:40:10', '', 0, 'http://hikaruharuki.com/?p=422', 0, 'customize_changeset', '', 0),
(423, 1, '2018-04-09 13:43:23', '2018-04-09 13:43:23', '{\n    \"flatsome-child::header_newsletter_label\": {\n        \"value\": \"Email us\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:40:48\"\n    },\n    \"flatsome-child::newsletter_icon_style\": {\n        \"value\": \"plain\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:41:46\"\n    },\n    \"flatsome-child::header_newsletter_title\": {\n        \"value\": \"email@foamindo.com\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:43:23\"\n    },\n    \"flatsome-child::header_newsletter_height\": {\n        \"value\": \"500px\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:41:46\"\n    },\n    \"flatsome-child::header_newsletter_block\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:42:47\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f07e31ea-27d5-4b7a-8873-f07c0e13bdbb', '', '', '2018-04-09 13:43:23', '2018-04-09 13:43:23', '', 0, 'http://hikaruharuki.com/?p=423', 0, 'customize_changeset', '', 0),
(424, 1, '2018-04-09 13:49:39', '2018-04-09 13:49:39', '{\n    \"flatsome-child::search_icon_style\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:48:22\"\n    },\n    \"flatsome-child::header_search_style\": {\n        \"value\": \"dropdown\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:48:22\"\n    },\n    \"flatsome-child::header_search_categories\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:49:39\"\n    },\n    \"flatsome-child::mobile_sidebar\": {\n        \"value\": [\n            \"search-form\",\n            \"nav\",\n            \"newsletter\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:49:39\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '58dadacc-b4dc-4e1e-a6d4-b35b8eb3f1c4', '', '', '2018-04-09 13:49:39', '2018-04-09 13:49:39', '', 0, 'http://hikaruharuki.com/?p=424', 0, 'customize_changeset', '', 0),
(425, 1, '2018-04-09 13:51:01', '2018-04-09 13:51:01', '{\n    \"flatsome-child::nav_height_sticky\": {\n        \"value\": \"35\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:51:01\"\n    },\n    \"flatsome-child::topbar_sticky\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:51:01\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c80cccda-3882-44c1-9ecc-c3aac12785c9', '', '', '2018-04-09 13:51:01', '2018-04-09 13:51:01', '', 0, 'http://hikaruharuki.com/2018/04/09/c80cccda-3882-44c1-9ecc-c3aac12785c9/', 0, 'customize_changeset', '', 0),
(426, 1, '2018-04-09 13:54:24', '2018-04-09 13:54:24', '{\n    \"flatsome-child::header_height_sticky\": {\n        \"value\": \"70\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:51:23\"\n    },\n    \"flatsome-child::topbar_sticky\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:51:23\"\n    },\n    \"flatsome-child::sticky_style\": {\n        \"value\": \"jump\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:52:25\"\n    },\n    \"flatsome-child::nav_height_sticky\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-09 13:54:23\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '958298ff-60d7-4415-b671-e6da9388cea2', '', '', '2018-04-09 13:54:24', '2018-04-09 13:54:24', '', 0, 'http://hikaruharuki.com/?p=426', 0, 'customize_changeset', '', 0),
(427, 1, '2018-04-09 14:31:07', '2018-04-09 14:31:07', '', 'ComFoam', '', 'inherit', 'open', 'closed', '', 'comfoam', '', '', '2018-04-09 14:31:07', '2018-04-09 14:31:07', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/ComFoam.jpg', 0, 'attachment', 'image/jpeg', 0),
(428, 1, '2018-04-09 14:32:36', '2018-04-09 14:32:36', '', 'HRFoam', '', 'inherit', 'open', 'closed', '', 'hrfoam', '', '', '2018-04-09 14:32:36', '2018-04-09 14:32:36', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/HRFoam.jpg', 0, 'attachment', 'image/jpeg', 0),
(429, 1, '2018-04-09 14:35:16', '2018-04-09 14:35:16', '', 'HLBFoam', '', 'inherit', 'open', 'closed', '', 'hlbfoam', '', '', '2018-04-09 14:35:16', '2018-04-09 14:35:16', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/HLBFoam.jpg', 0, 'attachment', 'image/jpeg', 0),
(430, 1, '2018-04-09 14:37:27', '2018-04-09 14:37:27', '', 'eco_parailustrar_copia', '', 'inherit', 'open', 'closed', '', 'eco_parailustrar_copia', '', '', '2018-04-09 14:37:27', '2018-04-09 14:37:27', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/eco_parailustrar_copia.jpg', 0, 'attachment', 'image/jpeg', 0),
(431, 1, '2018-04-09 14:39:49', '2018-04-09 14:39:49', '', 'Flame retardant foam1', '', 'inherit', 'open', 'closed', '', 'flame-retardant-foam1', '', '', '2018-04-09 14:39:49', '2018-04-09 14:39:49', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Flame-retardant-foam1.png', 0, 'attachment', 'image/png', 0),
(433, 1, '2018-04-09 14:41:46', '2018-04-09 14:41:46', '', 'iso-9001-quality-assurance-vector-logo', '', 'inherit', 'open', 'closed', '', 'iso-9001-quality-assurance-vector-logo', '', '', '2018-04-09 14:41:46', '2018-04-09 14:41:46', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/iso-9001-quality-assurance-vector-logo.png', 0, 'attachment', 'image/png', 0),
(434, 1, '2018-04-09 14:50:03', '2018-04-09 14:50:03', '', 'iso-9001', '', 'inherit', 'open', 'closed', '', 'iso-9001', '', '', '2018-04-09 14:50:03', '2018-04-09 14:50:03', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/iso-9001.jpg', 0, 'attachment', 'image/jpeg', 0),
(435, 1, '2018-04-09 14:50:24', '2018-04-09 14:50:24', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high-resilliency foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-09 14:50:24', '2018-04-09 14:50:24', '', 48, 'http://hikaruharuki.com/2018/04/09/48-revision-v1/', 0, 'revision', '', 0),
(436, 1, '2018-04-09 14:55:40', '2018-04-09 14:55:40', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\n\n[row style=\"collapse\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\n\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\n<p><span style=\"font-size: 120%;\"><strong>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</strong></span></p>\n<p class=\"p1\"><span style=\"font-size: 120%;\">Um quist, a seque et audae. Namus aut voloriae. Ecesti volupta sinihil maxim hit quis dicid ut dolorer spiscip suntium eveniet hicatibus, omnit dignam ulparis aut odit, et expero tectiossi acitis aribus dis cus soluptur a dolo incipis plam, expe enditatatur aut et volorpor aute repta non coreri dellaboratur acea praeritio blaut voluptio. Xerum quame re pe officae.</span></p>\n[gap height=\"10px\"]\n\n[gap height=\"10px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\n\n[gap height=\"40px\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-09 14:55:40', '2018-04-09 14:55:40', '', 86, 'http://hikaruharuki.com/2018/04/09/86-revision-v1/', 0, 'revision', '', 0),
(438, 1, '2018-04-10 15:12:12', '2018-04-10 15:12:12', '[woocommerce_cart]', 'Cart', '', 'inherit', 'closed', 'closed', '', '61-revision-v1', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 61, 'http://hikaruharuki.com/2018/04/10/61-revision-v1/', 0, 'revision', '', 0),
(439, 1, '2018-04-10 15:12:12', '2018-04-10 15:12:12', '[woocommerce_checkout]', 'Checkout', '', 'inherit', 'closed', 'closed', '', '60-revision-v1', '', '', '2018-04-10 15:12:12', '2018-04-10 15:12:12', '', 60, 'http://hikaruharuki.com/2018/04/10/60-revision-v1/', 0, 'revision', '', 0),
(440, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', '[block id=\"elements-overview\"]', 'Elements', '', 'inherit', 'closed', 'closed', '', '94-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 94, 'http://hikaruharuki.com/2018/04/10/94-revision-v1/', 0, 'revision', '', 0),
(441, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', '[woocommerce_my_account]', 'My Account', '', 'inherit', 'closed', 'closed', '', '59-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 59, 'http://hikaruharuki.com/2018/04/10/59-revision-v1/', 0, 'revision', '', 0),
(442, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', 'This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://localhost/foamindo/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 2, 'http://hikaruharuki.com/2018/04/10/2-revision-v1/', 0, 'revision', '', 0),
(443, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 'Shop', '', 'inherit', 'closed', 'closed', '', '62-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 62, 'http://hikaruharuki.com/2018/04/10/62-revision-v1/', 0, 'revision', '', 0),
(444, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', '<p>test</p>\r\n[ux_banner height=\"100%\" bg_overlay=\"rgba(0, 0, 0, 0.2)\"]\r\n\r\n[text_box style=\"circle\" width=\"40\" width__sm=\"60\" padding=\"30px 30px 30px 30px\" rotate=\"17\" position_x=\"90\" bg=\"rgba(0, 0, 0, 0.86)\" depth=\"3\"]\r\n\r\n<h2 class=\"uppercase\"><strong>Main Headline</strong></h2>\r\n<h3>Smaller Headline</h3>\r\n<p>Lorem ipsum dolor sit amet, conse.</p>\r\n[button text=\"Secondary\" color=\"white\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]', 'test', '', 'inherit', 'closed', 'closed', '', '21-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 21, 'http://hikaruharuki.com/2018/04/10/21-revision-v1/', 0, 'revision', '', 0),
(445, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', '[woocommerce_order_tracking]', 'Track your order', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 74, 'http://hikaruharuki.com/2018/04/10/74-revision-v1/', 0, 'revision', '', 0),
(446, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', '[yith_wcwl_wishlist]', 'Wishlist', '', 'inherit', 'closed', 'closed', '', '5-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 5, 'http://hikaruharuki.com/2018/04/10/5-revision-v1/', 0, 'revision', '', 0),
(447, 1, '2018-04-10 15:14:31', '2018-04-10 15:14:31', '[ux_slider bg_color=\"rgb(79, 79, 79)\" hide_nav=\"true\" nav_size=\"normal\"]\r\n\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"60% 16%\" parallax=\"2\"]\r\n\r\n[text_box width__sm=\"69\" scale__sm=\"105\" animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n[divider]\r\n\r\n<h2 class=\"uppercase\">Introducing This Spring Fashion News</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" bg_pos=\"60% 16%\" parallax=\"2\"]\r\n\r\n[text_box width__sm=\"69\" scale__sm=\"105\" animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n<h2 class=\"uppercase\">Introducing This Spring Fashion News</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n[button text=\"Shop Men\" style=\"outline\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"11\" bg_overlay=\"rgba(0, 0, 0, 0.05)\" parallax=\"2\"]\r\n\r\n[text_box animate=\"blurIn\"]\r\n\r\n<h3 class=\"alt-font\" data-animate=\"fadeInRight\">A nice title on Top</h3>\r\n<h2 class=\"uppercase\">Add anything Here in the Page Builder</h2>\r\n[divider]\r\n\r\n[button text=\"Shop Women\"]\r\n\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[title style=\"center\" text=\"Featured Products\" size=\"100\"]\r\n\r\n[ux_products show=\"featured\" image_height=\"112%\"]\r\n\r\n[title style=\"center\" text=\"Browse Categories\" size=\"100\"]\r\n\r\n[ux_product_categories style=\"overlay\" slider_nav_style=\"circle\" animate=\"fadeInLeft\" image_height=\"87%\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_pos=\"middle\"]\r\n\r\n[title style=\"center\" text=\"Latest blog posts\" size=\"100\"]\r\n\r\n[blog_posts style=\"bounce\" col_spacing=\"small\" title_size=\"larger\" title_style=\"uppercase\" badge_style=\"circle\" excerpt=\"false\" image_height=\"235px\" image_overlay=\"rgba(0, 0, 0, 0.15)\" image_hover=\"zoom\" image_hover_alt=\"glow\" text_size=\"small\"]', 'Simple Slider', '', 'inherit', 'closed', 'closed', '', '90-revision-v1', '', '', '2018-04-10 15:14:31', '2018-04-10 15:14:31', '', 90, 'http://hikaruharuki.com/2018/04/10/90-revision-v1/', 0, 'revision', '', 0),
(448, 1, '2018-04-10 15:28:36', '2018-04-10 15:28:36', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">About Us</h1>\n<p class=\"lead\">OVER 40 YEARS OF EXPERIENCE IN PU FOAMS MANUFACTURING</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead text-center\"><strong>Lorem ipsum</strong> dolor sit amet, consectetur adipiscing elit. Morbi fermentum justo vitae convallis varius. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis.</p>\n[divider align=\"center\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Troy Gray\" title=\"CEO / Founder\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Richy Lace\" title=\"Marketing Director\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Jane Gray\" title=\"Public Relations\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"July Wood\" title=\"Customer Support\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-10 15:28:36', '2018-04-10 15:28:36', '', 88, 'http://hikaruharuki.com/2018/04/10/88-revision-v1/', 0, 'revision', '', 0),
(449, 1, '2018-04-10 15:37:59', '2018-04-10 15:37:59', '{\n    \"flatsome-child::box_shadow_header\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:30:51\"\n    },\n    \"flatsome-child::header_bg_transparent_shade\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:30:51\"\n    },\n    \"flatsome-child::header_width\": {\n        \"value\": \"container\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:31:51\"\n    },\n    \"flatsome-child::header_color\": {\n        \"value\": \"light\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:31:51\"\n    },\n    \"flatsome-child::nav_position_color\": {\n        \"value\": \"dark\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:31:51\"\n    },\n    \"flatsome-child::sticky_logo_padding\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:32:52\"\n    },\n    \"flatsome-child::site_logo_dark\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo2.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:37:51\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd121027d-645b-436e-af46-3e91a3e021ff', '', '', '2018-04-10 15:37:59', '2018-04-10 15:37:59', '', 0, 'http://hikaruharuki.com/?p=449', 0, 'customize_changeset', '', 0),
(450, 1, '2018-04-10 15:37:31', '2018-04-10 15:37:31', '', 'logofoamindo2', '', 'inherit', 'open', 'closed', '', 'logofoamindo2', '', '', '2018-04-10 15:37:31', '2018-04-10 15:37:31', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo2.png', 0, 'attachment', 'image/png', 0),
(451, 1, '2018-04-10 15:42:08', '2018-04-10 15:42:08', '', 'logofoamindo1', '', 'inherit', 'open', 'closed', '', 'logofoamindo1-2', '', '', '2018-04-10 15:42:08', '2018-04-10 15:42:08', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo1-1.png', 0, 'attachment', 'image/png', 0),
(452, 1, '2018-04-10 15:42:37', '2018-04-10 15:42:37', '', 'logofoamindo2', '', 'inherit', 'open', 'closed', '', 'logofoamindo2-2', '', '', '2018-04-10 15:42:37', '2018-04-10 15:42:37', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo2-1.png', 0, 'attachment', 'image/png', 0),
(453, 1, '2018-04-10 15:42:47', '2018-04-10 15:42:47', '{\n    \"flatsome-child::site_logo\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo1-1.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:42:47\"\n    },\n    \"flatsome-child::site_logo_dark\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo2-1.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:42:47\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '6b6dd577-95e0-4220-a831-44a4919469fc', '', '', '2018-04-10 15:42:47', '2018-04-10 15:42:47', '', 0, 'http://hikaruharuki.com/2018/04/10/6b6dd577-95e0-4220-a831-44a4919469fc/', 0, 'customize_changeset', '', 0),
(454, 1, '2018-04-10 15:50:19', '2018-04-10 15:50:19', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">Foamindo has broad knowledge of various foam manufacturing technologies. In addition to the many types of products that we develop for the market at large, Foamindo also offer custom-developed solutions for customers with specialized products.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg_color=\"rgb(255,255,255)\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'publish', 'closed', 'closed', '', 'products', '', '', '2018-04-20 16:48:56', '2018-04-20 16:48:56', '', 0, 'http://hikaruharuki.com/?page_id=454', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(455, 1, '2018-04-10 15:50:19', '2018-04-10 15:50:19', '[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\r\n<h2 class=\"uppercase\"><strong>yellowing FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>rebonded foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Comfort FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>HR Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\r\n<h2 class=\"uppercase\"><strong>bearing foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>BIO FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\r\n<h2 class=\"uppercase\"><strong>Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong> </strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-10 15:50:19', '2018-04-10 15:50:19', '', 454, 'http://hikaruharuki.com/2018/04/10/454-revision-v1/', 0, 'revision', '', 0),
(456, 1, '2018-04-10 15:52:58', '2018-04-10 15:52:58', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box position_x=\"50\" position_y=\"80\"]\r\n<h1 class=\"lead\">Products</h1>\r\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\r\n<h2 class=\"uppercase\"><strong>yellowing FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>rebonded foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Comfort FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>HR Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\r\n<h2 class=\"uppercase\"><strong>bearing foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>BIO FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\r\n<h2 class=\"uppercase\"><strong>Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong> </strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-10 15:52:58', '2018-04-10 15:52:58', '', 454, 'http://hikaruharuki.com/2018/04/10/454-revision-v1/', 0, 'revision', '', 0),
(457, 1, '2018-04-10 15:53:59', '2018-04-10 15:53:59', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box position_x=\"50\" position_y=\"80\"]\r\n<h1 class=\"lead\">About Us</h1>\r\n<p class=\"lead\">OVER 40 YEARS OF EXPERIENCE IN PU FOAMS MANUFACTURING</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span__sm=\"12\"]\r\n<p class=\"lead text-center\"><strong>Lorem ipsum</strong> dolor sit amet, consectetur adipiscing elit. Morbi fermentum justo vitae convallis varius. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis.</p>\r\n[divider align=\"center\"]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n[team_member img=\"10\" name=\"Troy Gray\" title=\"CEO / Founder\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.\r\n\r\n[/team_member]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n[team_member img=\"10\" name=\"Richy Lace\" title=\"Marketing Director\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.\r\n\r\n[/team_member]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n[team_member img=\"10\" name=\"Jane Gray\" title=\"Public Relations\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.\r\n\r\n[/team_member]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"12\"]\r\n\r\n[team_member img=\"10\" name=\"July Wood\" title=\"Customer Support\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\r\n\r\nLorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.\r\n\r\n[/team_member]\r\n\r\n[/col]\r\n\r\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-10 15:53:59', '2018-04-10 15:53:59', '', 88, 'http://hikaruharuki.com/2018/04/10/88-revision-v1/', 0, 'revision', '', 0),
(458, 1, '2018-04-10 15:58:32', '2018-04-10 15:58:32', '{\n    \"flatsome-child::content_color\": {\n        \"value\": \"light\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:57:22\"\n    },\n    \"flatsome-child::site_logo\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo2-1.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 15:58:32\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'e8e7ff42-3695-4dfc-8145-0f6a80523c92', '', '', '2018-04-10 15:58:32', '2018-04-10 15:58:32', '', 0, 'http://hikaruharuki.com/?p=458', 0, 'customize_changeset', '', 0),
(459, 1, '2018-04-10 16:00:21', '2018-04-10 16:00:21', '{\n    \"flatsome-child::search_icon_style\": {\n        \"value\": \"fill\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-10 16:00:21\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '45ad0d1c-8109-42ff-bfe5-707181559bca', '', '', '2018-04-10 16:00:21', '2018-04-10 16:00:21', '', 0, 'http://hikaruharuki.com/2018/04/10/45ad0d1c-8109-42ff-bfe5-707181559bca/', 0, 'customize_changeset', '', 0),
(460, 1, '2018-04-10 16:01:40', '2018-04-10 16:01:40', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>COMFORT FOAM</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>With 40 years of experience, we are able to provide our customers with foam of the highest quality that will not sag for years and has excellent durability. Our comfort foam comes in a wide range of densities and hardness in order to meet each individual\'s level of comfort. For us, comfort is personal.</h3>\n<p> </p>\n<h3><strong>Application: Quilting, Spring Bed, Mattresses, Furniture</strong></h3>\n<p> </p>\n<p> </p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"427\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"508\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"518\" bg_pos=\"43% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"283\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Comfort Foam', '', 'publish', 'closed', 'closed', '', 'comfort-foam', '', '', '2018-04-14 12:58:01', '2018-04-14 12:58:01', '', 454, 'http://hikaruharuki.com/?page_id=460', 1, 'page', '', 0),
(461, 1, '2018-04-10 16:01:40', '2018-04-10 16:01:40', '', 'Comfort Foam', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2018-04-10 16:01:40', '2018-04-10 16:01:40', '', 460, 'http://hikaruharuki.com/2018/04/10/460-revision-v1/', 0, 'revision', '', 0),
(462, 1, '2018-04-10 16:03:16', '2018-04-10 16:03:16', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>VISCOELASTIC FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: Pillows, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"302\" bg_pos=\"34% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"543\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"544\" bg_pos=\"23% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"545\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Viscoelastic Foam', '', 'publish', 'closed', 'closed', '', 'viscoelastic-foam', '', '', '2018-04-14 15:45:25', '2018-04-14 15:45:25', '', 454, 'http://hikaruharuki.com/?page_id=462', 2, 'page', '', 0),
(463, 1, '2018-04-10 16:03:16', '2018-04-10 16:03:16', '', 'Viscoelastic Foam', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2018-04-10 16:03:16', '2018-04-10 16:03:16', '', 462, 'http://hikaruharuki.com/2018/04/10/462-revision-v1/', 0, 'revision', '', 0),
(464, 1, '2018-04-10 16:03:48', '2018-04-10 16:03:48', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>DELAYED YELLOWING FOAM<br /></strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</h3>\n<h3> </h3>\n<h3><strong>Application: Garment and Shoes</strong></h3>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"284\" bg_pos=\"34% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"504\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"301\" bg_pos=\"0% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"505\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Delayed Yellowing Foam', '', 'publish', 'closed', 'closed', '', 'delayed-yellowing-foam', '', '', '2018-04-14 12:38:15', '2018-04-14 12:38:15', '', 454, 'http://hikaruharuki.com/?page_id=464', 0, 'page', '', 0),
(465, 1, '2018-04-10 16:03:48', '2018-04-10 16:03:48', '', 'Delayed Yellowing Foam', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2018-04-10 16:03:48', '2018-04-10 16:03:48', '', 464, 'http://hikaruharuki.com/2018/04/10/464-revision-v1/', 0, 'revision', '', 0),
(466, 1, '2018-04-10 16:04:16', '2018-04-10 16:04:16', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>BIO-FOAM</strong></span></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\n<p><span style=\"font-size: 110%;\"> </span></p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"430\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"499\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"500\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"498\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Bio-Foam', '', 'publish', 'closed', 'closed', '', 'bio-foam', '', '', '2018-04-14 10:18:49', '2018-04-14 10:18:49', '', 454, 'http://hikaruharuki.com/?page_id=466', 0, 'page', '', 0),
(467, 1, '2018-04-10 16:04:16', '2018-04-10 16:04:16', '', 'HR Foam', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2018-04-10 16:04:16', '2018-04-10 16:04:16', '', 466, 'http://hikaruharuki.com/2018/04/10/466-revision-v1/', 0, 'revision', '', 0),
(468, 1, '2018-04-10 16:04:29', '2018-04-10 16:04:29', '', 'Bio-Foam', '', 'inherit', 'closed', 'closed', '', '466-autosave-v1', '', '', '2018-04-10 16:04:29', '2018-04-10 16:04:29', '', 466, 'http://hikaruharuki.com/2018/04/10/466-autosave-v1/', 0, 'revision', '', 0),
(469, 1, '2018-04-10 16:04:43', '2018-04-10 16:04:43', '', 'Bio-Foam', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2018-04-10 16:04:43', '2018-04-10 16:04:43', '', 466, 'http://hikaruharuki.com/2018/04/10/466-revision-v1/', 0, 'revision', '', 0),
(470, 1, '2018-04-10 16:05:14', '2018-04-10 16:05:14', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>FLAME RETARDANT FOAM</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>There are several industries such as those in the automotive, bedding and furniture that require their products to be flame safe. Our flame retardant foam meets international standards that has properties of reduced burning when set aflame.</h3>\n<p> </p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"431\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"516\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"514\" bg_pos=\"15% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"515\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Flame Retardant Foam', '', 'publish', 'closed', 'closed', '', 'flame-retardant-foam', '', '', '2018-04-14 12:55:26', '2018-04-14 12:55:26', '', 454, 'http://hikaruharuki.com/?page_id=470', 0, 'page', '', 0),
(471, 1, '2018-04-10 16:05:14', '2018-04-10 16:05:14', '', 'High Load Bearing Foam', '', 'inherit', 'closed', 'closed', '', '470-revision-v1', '', '', '2018-04-10 16:05:14', '2018-04-10 16:05:14', '', 470, 'http://hikaruharuki.com/2018/04/10/470-revision-v1/', 0, 'revision', '', 0),
(472, 1, '2018-04-10 16:05:32', '2018-04-10 16:05:32', '', 'Flame Retardant Foam', '', 'inherit', 'closed', 'closed', '', '470-autosave-v1', '', '', '2018-04-10 16:05:32', '2018-04-10 16:05:32', '', 470, 'http://hikaruharuki.com/2018/04/10/470-autosave-v1/', 0, 'revision', '', 0),
(473, 1, '2018-04-10 16:05:39', '2018-04-10 16:05:39', '', 'Flame Retardant Foam', '', 'inherit', 'closed', 'closed', '', '470-revision-v1', '', '', '2018-04-10 16:05:39', '2018-04-10 16:05:39', '', 470, 'http://hikaruharuki.com/2018/04/10/470-revision-v1/', 0, 'revision', '', 0),
(474, 1, '2018-04-10 16:06:05', '2018-04-10 16:06:05', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#rebonded2\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded2\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" link=\"#rebonded3\" class=\"lightbox\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded3\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"size-medium wp-image-539 aligncenter\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Rebonded-Foam-End-Cap-2-LARGE-349x400.jpg\" alt=\"\" width=\"349\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\" link=\"#rebonded4\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded4\" width=\"400px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-538 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/rebonded-foam-400x400.jpg\" alt=\"\" width=\"400\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'publish', 'closed', 'closed', '', 'rebonded-foam', '', '', '2018-04-15 03:54:18', '2018-04-15 03:54:18', '', 454, 'http://hikaruharuki.com/?page_id=474', 0, 'page', '', 0),
(475, 1, '2018-04-10 16:06:05', '2018-04-10 16:06:05', '', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-10 16:06:05', '2018-04-10 16:06:05', '', 474, 'http://hikaruharuki.com/2018/04/10/474-revision-v1/', 0, 'revision', '', 0),
(476, 1, '2018-04-10 16:08:13', '2018-04-10 16:08:13', ' ', '', '', 'publish', 'closed', 'closed', '', '476', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 0, 'http://hikaruharuki.com/?p=476', 2, 'nav_menu_item', '', 0),
(477, 1, '2018-04-10 16:08:13', '2018-04-10 16:08:13', ' ', '', '', 'publish', 'closed', 'closed', '', '477', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/?p=477', 10, 'nav_menu_item', '', 0),
(478, 1, '2018-04-10 16:08:13', '2018-04-10 16:08:13', ' ', '', '', 'publish', 'closed', 'closed', '', '478', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/?p=478', 9, 'nav_menu_item', '', 0),
(479, 1, '2018-04-10 16:08:13', '2018-04-10 16:08:13', ' ', '', '', 'publish', 'closed', 'closed', '', '479', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/?p=479', 7, 'nav_menu_item', '', 0),
(480, 1, '2018-04-10 16:08:13', '2018-04-10 16:08:13', ' ', '', '', 'publish', 'closed', 'closed', '', '480', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/?p=480', 5, 'nav_menu_item', '', 0),
(481, 1, '2018-04-10 16:08:13', '2018-04-10 16:08:13', ' ', '', '', 'publish', 'closed', 'closed', '', '481', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/?p=481', 4, 'nav_menu_item', '', 0),
(482, 1, '2018-04-10 16:08:13', '2018-04-10 16:08:13', ' ', '', '', 'publish', 'closed', 'closed', '', '482', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/?p=482', 3, 'nav_menu_item', '', 0),
(483, 1, '2018-04-10 16:08:57', '2018-04-10 16:08:57', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>HIGH RESILIENCE FOAM</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</h3>\n<p> </p>\n<h3><strong>Application: Bedding and Furniture</strong></h3>\n<p> </p>\n<p> </p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"285\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"428\" bg_pos=\"51% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"525\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"522\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'HR Foam', '', 'publish', 'closed', 'closed', '', 'hr-foam', '', '', '2018-04-14 15:08:11', '2018-04-14 15:08:11', '', 454, 'http://hikaruharuki.com/?page_id=483', 0, 'page', '', 0),
(484, 1, '2018-04-10 16:08:57', '2018-04-10 16:08:57', '', 'HR Foam', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2018-04-10 16:08:57', '2018-04-10 16:08:57', '', 483, 'http://hikaruharuki.com/2018/04/10/483-revision-v1/', 0, 'revision', '', 0),
(485, 1, '2018-04-10 16:09:24', '2018-04-10 16:09:24', ' ', '', '', 'publish', 'closed', 'closed', '', '485', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/?p=485', 6, 'nav_menu_item', '', 0),
(487, 1, '2018-04-13 04:39:53', '2018-04-13 04:39:53', '{\n    \"flatsome-child::header_elements_left\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:39:53\"\n    },\n    \"flatsome-child::header_mobile_elements_right\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:39:53\"\n    },\n    \"flatsome-child::site_logo_slogan\": {\n        \"value\": false,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:39:53\"\n    },\n    \"flatsome-child::logo_position\": {\n        \"value\": \"center\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:39:53\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '91d78a57-9df4-42a2-8c1d-8534709d8e75', '', '', '2018-04-13 04:39:53', '2018-04-13 04:39:53', '', 0, 'http://hikaruharuki.com/2018/04/13/91d78a57-9df4-42a2-8c1d-8534709d8e75/', 0, 'customize_changeset', '', 0),
(488, 1, '2018-04-13 04:40:45', '2018-04-13 04:40:45', '{\n    \"nav_menu_item[338]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:40:45\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'b3753acc-778f-4fd9-9e92-c161962da7cf', '', '', '2018-04-13 04:40:45', '2018-04-13 04:40:45', '', 0, 'http://hikaruharuki.com/2018/04/13/b3753acc-778f-4fd9-9e92-c161962da7cf/', 0, 'customize_changeset', '', 0),
(489, 1, '2018-04-13 04:41:22', '2018-04-13 04:41:22', '{\n    \"flatsome-child::footer_left_text\": {\n        \"value\": \"Copyright [ux_current_year] \\u00a9 PT. Foamindo Industry Uretan. All Right Reserved\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:41:22\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a7f012ad-4497-48f1-98f5-f89c10bb4963', '', '', '2018-04-13 04:41:22', '2018-04-13 04:41:22', '', 0, 'http://hikaruharuki.com/2018/04/13/a7f012ad-4497-48f1-98f5-f89c10bb4963/', 0, 'customize_changeset', '', 0),
(490, 1, '2018-04-13 04:42:40', '2018-04-13 04:42:40', '{\n    \"sidebars_widgets[sidebar-footer-1]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:42:40\"\n    },\n    \"widget_text[15]\": {\n        \"value\": [],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-13 04:42:40\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f7071b62-a0b9-4dac-89c5-d7497c72cd6b', '', '', '2018-04-13 04:42:40', '2018-04-13 04:42:40', '', 0, 'http://hikaruharuki.com/2018/04/13/f7071b62-a0b9-4dac-89c5-d7497c72cd6b/', 0, 'customize_changeset', '', 0),
(495, 1, '2018-04-14 05:45:53', '2018-04-14 05:45:53', '', 'eco-friendly', '', 'inherit', 'open', 'closed', '', 'eco-friendly', '', '', '2018-04-14 05:45:53', '2018-04-14 05:45:53', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/eco-friendly.jpg', 0, 'attachment', 'image/jpeg', 0),
(496, 1, '2018-04-14 05:48:58', '2018-04-14 05:48:58', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"35\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>BIO-FOAM</strong></span></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"50px\"]\n\n[gap height=\"12px\"]\n\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\n<p><span style=\"font-size: 110%;\"> </span></p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"430\"]\n\n[ux_image id=\"495\" position_x=\"50\" position_y=\"50\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"492\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"491\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"493\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Bio-Foam', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2018-04-14 05:48:58', '2018-04-14 05:48:58', '', 466, 'http://hikaruharuki.com/2018/04/14/466-revision-v1/', 0, 'revision', '', 0),
(497, 1, '2018-04-14 05:50:03', '2018-04-14 05:50:03', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"35\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>BIO-FOAM</strong></span></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"50px\"]\n\n[gap height=\"12px\"]\n\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\n<p><span style=\"font-size: 110%;\"> </span></p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"430\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"492\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"491\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"493\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Bio-Foam', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2018-04-14 05:50:03', '2018-04-14 05:50:03', '', 466, 'http://hikaruharuki.com/2018/04/14/466-revision-v1/', 0, 'revision', '', 0),
(498, 1, '2018-04-14 05:50:51', '2018-04-14 05:50:51', '', 'fvghhn33fqrlvnps.jpeg_640x480_q85', '', 'inherit', 'open', 'closed', '', 'fvghhn33fqrlvnps-jpeg_640x480_q85', '', '', '2018-04-14 05:50:51', '2018-04-14 05:50:51', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/fvghhn33fqrlvnps.jpeg_640x480_q85.jpg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2018-04-14 09:53:41', '2018-04-14 09:53:41', '', 'biofoam 45-500x500', '', 'inherit', 'open', 'closed', '', 'biofoam-45-500x500', '', '', '2018-04-14 09:53:41', '2018-04-14 09:53:41', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/biofoam-45-500x500.jpg', 0, 'attachment', 'image/jpeg', 0),
(500, 1, '2018-04-14 09:55:03', '2018-04-14 09:55:03', '', 'bio-foam', '', 'inherit', 'open', 'closed', '', 'bio-foam-3', '', '', '2018-04-14 09:55:03', '2018-04-14 09:55:03', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/bio-foam-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(501, 1, '2018-04-14 09:56:09', '2018-04-14 09:56:09', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"80\" position_x=\"50\" position_y=\"35\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>BIO-FOAM</strong></span></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"50px\"]\n\n[gap height=\"12px\"]\n\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\n<p><span style=\"font-size: 110%;\"> </span></p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"430\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"499\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"500\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"498\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Bio-Foam', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2018-04-14 09:56:09', '2018-04-14 09:56:09', '', 466, 'http://hikaruharuki.com/2018/04/14/466-revision-v1/', 0, 'revision', '', 0),
(502, 1, '2018-04-14 10:18:49', '2018-04-14 10:18:49', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><span style=\"font-size: 130%;\"><strong>BIO-FOAM</strong></span></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\n<p><span style=\"font-size: 110%;\"> </span></p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"430\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"499\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"500\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"498\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Bio-Foam', '', 'inherit', 'closed', 'closed', '', '466-revision-v1', '', '', '2018-04-14 10:18:49', '2018-04-14 10:18:49', '', 466, 'http://hikaruharuki.com/2018/04/14/466-revision-v1/', 0, 'revision', '', 0),
(503, 1, '2018-04-14 12:33:10', '2018-04-14 12:33:10', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>BIO-FOAM</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\r\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\r\n&nbsp;\r\n\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"430\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"499\" bg_pos=\"20% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"500\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"498\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Delayed Yellowing Foam', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2018-04-14 12:33:10', '2018-04-14 12:33:10', '', 464, 'http://hikaruharuki.com/2018/04/14/464-revision-v1/', 0, 'revision', '', 0),
(504, 1, '2018-04-14 12:36:21', '2018-04-14 12:36:21', '', 'DYFoam', '', 'inherit', 'open', 'closed', '', 'dyfoam', '', '', '2018-04-14 12:36:21', '2018-04-14 12:36:21', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/DYFoam.jpg', 0, 'attachment', 'image/jpeg', 0),
(505, 1, '2018-04-14 12:37:12', '2018-04-14 12:37:12', '', 'pl417590-custom_women_underwear_accessories_42g_push_up_foam_bra_cups', '', 'inherit', 'open', 'closed', '', 'pl417590-custom_women_underwear_accessories_42g_push_up_foam_bra_cups', '', '', '2018-04-14 12:37:12', '2018-04-14 12:37:12', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/pl417590-custom_women_underwear_accessories_42g_push_up_foam_bra_cups.jpg', 0, 'attachment', 'image/jpeg', 0),
(506, 1, '2018-04-14 12:38:15', '2018-04-14 12:38:15', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>DELAYED YELLOWING FOAM<br /></strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</h3>\n<h3> </h3>\n<h3><strong>Application: Garment and Shoes</strong></h3>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"284\" bg_pos=\"34% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"504\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"301\" bg_pos=\"0% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"505\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Delayed Yellowing Foam', '', 'inherit', 'closed', 'closed', '', '464-revision-v1', '', '', '2018-04-14 12:38:15', '2018-04-14 12:38:15', '', 464, 'http://hikaruharuki.com/2018/04/14/464-revision-v1/', 0, 'revision', '', 0),
(507, 1, '2018-04-14 12:39:57', '2018-04-14 12:39:57', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>BIO-FOAM</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\r\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\r\n&nbsp;\r\n\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"430\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"499\" bg_pos=\"20% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"500\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"498\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Comfort Foam', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2018-04-14 12:39:57', '2018-04-14 12:39:57', '', 460, 'http://hikaruharuki.com/2018/04/14/460-revision-v1/', 0, 'revision', '', 0),
(508, 1, '2018-04-14 12:42:49', '2018-04-14 12:42:49', '', 'quilting', '', 'inherit', 'open', 'closed', '', 'quilting-2', '', '', '2018-04-14 12:42:49', '2018-04-14 12:42:49', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/quilting.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(509, 1, '2018-04-14 12:43:26', '2018-04-14 12:43:26', '', 'furniture', '', 'inherit', 'open', 'closed', '', 'furniture', '', '', '2018-04-14 12:43:26', '2018-04-14 12:43:26', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/furniture.jpg', 0, 'attachment', 'image/jpeg', 0),
(510, 1, '2018-04-14 12:44:49', '2018-04-14 12:44:49', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>COMFORT FOAM</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>With 40 years of experience, we are able to provide our customers with foam of the highest quality that will not sag for years and has excellent durability. Our comfort foam comes in a wide range of densities and hardness in order to meet each individual\'s level of comfort. For us, comfort is personal.</h3>\n<p> </p>\n<h3><strong>Application: Quilting, Spring Bed, Mattresses, Furniture</strong></h3>\n<p> </p>\n<p> </p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"427\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"508\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"509\" bg_pos=\"39% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"283\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Comfort Foam', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2018-04-14 12:44:49', '2018-04-14 12:44:49', '', 460, 'http://hikaruharuki.com/2018/04/14/460-revision-v1/', 0, 'revision', '', 0),
(511, 1, '2018-04-14 12:47:29', '2018-04-14 12:47:29', '', '110668_1', '', 'inherit', 'open', 'closed', '', '110668_1', '', '', '2018-04-14 12:47:29', '2018-04-14 12:47:29', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/110668_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(512, 1, '2018-04-14 12:47:46', '2018-04-14 12:47:46', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">About Us</h1>\n<p class=\"lead\">OVER 40 YEARS OF EXPERIENCE IN PU FOAMS MANUFACTURING</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<p class=\"lead text-center\"><strong>Lorem ipsum</strong> dolor sit amet, consectetur adipiscing elit. Morbi fermentum justo vitae convallis varius. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis. Nulla tristique risus ut justo pulvinar mattis. Phasellus aliquet egestas mauris in venenatis.</p>\n[divider align=\"center\"]\n\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Troy Gray\" title=\"CEO / Founder\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Richy Lace\" title=\"Marketing Director\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"Jane Gray\" title=\"Public Relations\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n[col span=\"3\" span__sm=\"12\"]\n\n[team_member img=\"10\" name=\"July Wood\" title=\"Customer Support\" facebook=\"#\" twitter=\"#\" email=\"#\" pinterest=\"#\" linkedin=\"#\" image_height=\"100%\" image_width=\"80\" image_radius=\"100\"]\n\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy.</p>\n\n[/team_member]\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-14 12:47:46', '2018-04-14 12:47:46', '', 88, 'http://hikaruharuki.com/2018/04/14/88-revision-v1/', 0, 'revision', '', 0),
(513, 1, '2018-04-14 12:50:07', '2018-04-14 12:50:07', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>COMFORT FOAM</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3>With 40 years of experience, we are able to provide our customers with foam of the highest quality that will not sag for years and has excellent durability. Our comfort foam comes in a wide range of densities and hardness in order to meet each individual\'s level of comfort. For us, comfort is personal.</h3>\r\n<h3><strong>Application: Quilting, Spring Bed, Mattresses, Furniture</strong></h3>\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"427\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"508\" bg_pos=\"20% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"509\" bg_pos=\"39% 2%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"283\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Flame Retardant Foam', '', 'inherit', 'closed', 'closed', '', '470-revision-v1', '', '', '2018-04-14 12:50:07', '2018-04-14 12:50:07', '', 470, 'http://hikaruharuki.com/2018/04/14/470-revision-v1/', 0, 'revision', '', 0),
(514, 1, '2018-04-14 12:53:12', '2018-04-14 12:53:12', '', 'skoda_car_headliner', '', 'inherit', 'open', 'closed', '', 'skoda_car_headliner', '', '', '2018-04-14 12:53:12', '2018-04-14 12:53:12', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/skoda_car_headliner.jpg', 0, 'attachment', 'image/jpeg', 0),
(515, 1, '2018-04-14 12:53:28', '2018-04-14 12:53:28', '', 'Cars-Interior-Look-Sporty', '', 'inherit', 'open', 'closed', '', 'cars-interior-look-sporty', '', '', '2018-04-14 12:53:28', '2018-04-14 12:53:28', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Cars-Interior-Look-Sporty.jpg', 0, 'attachment', 'image/jpeg', 0),
(516, 1, '2018-04-14 12:54:32', '2018-04-14 12:54:32', '', 'Flame retardant foam', '', 'inherit', 'open', 'closed', '', 'flame-retardant-foam-2', '', '', '2018-04-14 12:54:32', '2018-04-14 12:54:32', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Flame-retardant-foam.jpg', 0, 'attachment', 'image/jpeg', 0),
(517, 1, '2018-04-14 12:55:26', '2018-04-14 12:55:26', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>FLAME RETARDANT FOAM</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>There are several industries such as those in the automotive, bedding and furniture that require their products to be flame safe. Our flame retardant foam meets international standards that has properties of reduced burning when set aflame.</h3>\n<p> </p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"431\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"516\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"514\" bg_pos=\"15% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"515\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Flame Retardant Foam', '', 'inherit', 'closed', 'closed', '', '470-revision-v1', '', '', '2018-04-14 12:55:26', '2018-04-14 12:55:26', '', 470, 'http://hikaruharuki.com/2018/04/14/470-revision-v1/', 0, 'revision', '', 0),
(518, 1, '2018-04-14 12:57:37', '2018-04-14 12:57:37', '', 'springbed2', '', 'inherit', 'open', 'closed', '', 'springbed2', '', '', '2018-04-14 12:57:37', '2018-04-14 12:57:37', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/springbed2.jpg', 0, 'attachment', 'image/jpeg', 0),
(519, 1, '2018-04-14 12:58:01', '2018-04-14 12:58:01', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>COMFORT FOAM</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>With 40 years of experience, we are able to provide our customers with foam of the highest quality that will not sag for years and has excellent durability. Our comfort foam comes in a wide range of densities and hardness in order to meet each individual\'s level of comfort. For us, comfort is personal.</h3>\n<p> </p>\n<h3><strong>Application: Quilting, Spring Bed, Mattresses, Furniture</strong></h3>\n<p> </p>\n<p> </p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"427\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"508\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"518\" bg_pos=\"43% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"283\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Comfort Foam', '', 'inherit', 'closed', 'closed', '', '460-revision-v1', '', '', '2018-04-14 12:58:01', '2018-04-14 12:58:01', '', 460, 'http://hikaruharuki.com/2018/04/14/460-revision-v1/', 0, 'revision', '', 0),
(520, 1, '2018-04-14 14:49:41', '2018-04-14 14:49:41', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>BIO-FOAM</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3 class=\"thin-font\">Through innovation and product development, our Bio-foam was developed to address the environmental concerns the world is facing today. Our Bio-foam is manufactured from renewable natural resources that ensures the product is eco-friendly while maintaining the high quality of comfort.</h3>\r\n<h3 class=\"thin-font\"><strong>Application: Quilting, Shoes, Spring Bed and Furniture</strong></h3>\r\n&nbsp;\r\n\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"430\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"499\" bg_pos=\"20% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"500\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"498\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'HR Foam', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2018-04-14 14:49:41', '2018-04-14 14:49:41', '', 483, 'http://hikaruharuki.com/2018/04/14/483-revision-v1/', 0, 'revision', '', 0),
(521, 1, '2018-04-14 14:56:57', '2018-04-14 14:56:57', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br /></span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>. </p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br /></span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br /></strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br /> Tangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br /> <strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br /> <strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-14 14:56:57', '2018-04-14 14:56:57', '', 48, 'http://hikaruharuki.com/2018/04/14/48-revision-v1/', 0, 'revision', '', 0),
(522, 1, '2018-04-14 14:58:27', '2018-04-14 14:58:27', '', 'luxury sofa design', 'luxury sofa design', 'inherit', 'open', 'closed', '', 'luxury-sofa-design', '', '', '2018-04-14 14:58:27', '2018-04-14 14:58:27', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/luxury-sofa-design.jpg', 0, 'attachment', 'image/jpeg', 0),
(523, 1, '2018-04-14 14:58:48', '2018-04-14 14:58:48', '', 'detail_HR', '', 'inherit', 'open', 'closed', '', 'detail_hr', '', '', '2018-04-14 14:58:48', '2018-04-14 14:58:48', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/detail_HR.jpg', 0, 'attachment', 'image/jpeg', 0),
(524, 1, '2018-04-14 14:59:46', '2018-04-14 14:59:46', '', 'The interior of the Tesla Model 3 sedan is seen in this undated handoutimage as the car company handed over its first 30 Model 3 vehicles to employee buyers at the company’s Fremont facility', 'The interior of the Tesla Model 3 sedan is seen in this undated handout image as the car company handed over its first 30 Model 3 vehicles to employee buyers at the company\'s Fremont facility in California, U.S., July 28, 2017. Tesla/Handout via REUTERS', 'inherit', 'open', 'closed', '', 'the-interior-of-the-tesla-model-3-sedan-is-seen-in-this-undated-handoutimage-as-the-car-company-handed-over-its-first-30-model-3-vehicles-to-employee-buyers-at-the-companys-fremont-facility', '', '', '2018-04-14 14:59:46', '2018-04-14 14:59:46', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/high-load-foam.jpg', 0, 'attachment', 'image/jpeg', 0),
(525, 1, '2018-04-14 15:07:39', '2018-04-14 15:07:39', '', 'Superfish-Filter-Foam-shop', '', 'inherit', 'open', 'closed', '', 'superfish-filter-foam-shop', '', '', '2018-04-14 15:07:39', '2018-04-14 15:07:39', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Superfish-Filter-Foam-shop.jpg', 0, 'attachment', 'image/jpeg', 0),
(526, 1, '2018-04-14 15:08:11', '2018-04-14 15:08:11', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>HIGH RESILIENCE FOAM</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>When it comes to bedding and furniture, our HR foams provide the best comfort due to its high resilience and will not sag even after years of use. All of our HR foams are flame retardant certified and conform to international standards making them ideal for export.</h3>\n<p> </p>\n<h3><strong>Application: Bedding and Furniture</strong></h3>\n<p> </p>\n<p> </p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"285\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"428\" bg_pos=\"51% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"525\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"522\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'HR Foam', '', 'inherit', 'closed', 'closed', '', '483-revision-v1', '', '', '2018-04-14 15:08:11', '2018-04-14 15:08:11', '', 483, 'http://hikaruharuki.com/2018/04/14/483-revision-v1/', 0, 'revision', '', 0),
(527, 1, '2018-04-14 15:10:39', '2018-04-14 15:10:39', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>HIGH LOAD BEARING FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>A heavy duty foam that can withstand rigorous pressures, our hard foam is ideal for providing support and stability for its application. One defining physical property of our High Load Bearing Foam is that it is significantly harder than any type of foam.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: Spring Bed, Automotive, Shoes, Packaging and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"524\" bg_pos=\"100% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"532\" bg_size=\"original\" bg_pos=\"67% 3%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"533\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"429\" bg_pos=\"18% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'High Load Bearing Foam', '', 'publish', 'closed', 'closed', '', 'high-load-bearing-foam', '', '', '2018-04-14 15:20:57', '2018-04-14 15:20:57', '', 454, 'http://hikaruharuki.com/?page_id=527', 0, 'page', '', 0),
(528, 1, '2018-04-14 15:10:39', '2018-04-14 15:10:39', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>HIGH LOAD BEARING FOAM\r\n</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3>A heavy duty foam that can withstand rigorous pressures, our hard foam is ideal for providing support and stability for its application. One defining physical property of our High Load Bearing Foam is that it is significantly harder than any type of foam.</h3>\r\n&nbsp;\r\n<h3><strong>Application: Spring Bed, Automotive, Shoes, Packaging and Furniture</strong></h3>\r\n&nbsp;\r\n\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"284\" bg_pos=\"34% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"504\" bg_pos=\"20% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"301\" bg_pos=\"0% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"505\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'High Load Bearing Foam', '', 'inherit', 'closed', 'closed', '', '527-revision-v1', '', '', '2018-04-14 15:10:39', '2018-04-14 15:10:39', '', 527, 'http://hikaruharuki.com/2018/04/14/527-revision-v1/', 0, 'revision', '', 0),
(529, 1, '2018-04-14 15:12:17', '2018-04-14 15:12:17', '{\n    \"nav_menu_item[485]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 483,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/hr-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"HR Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[477]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 474,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/rebonded-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"Rebonded Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[481]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 462,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/viscoelastic-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Viscoelastic Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[332]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 87,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/blog/\",\n            \"title\": \"Process\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 10,\n            \"status\": \"publish\",\n            \"original_title\": \"Blog\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[333]\": {\n        \"value\": {\n            \"menu_item_parent\": 332,\n            \"object_id\": 1,\n            \"object\": \"post\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Post\",\n            \"url\": \"http://hikaruharuki.com/2018/02/14/hello-world/\",\n            \"title\": \"Quilting\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 11,\n            \"status\": \"publish\",\n            \"original_title\": \"Hello world!\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[334]\": {\n        \"value\": {\n            \"menu_item_parent\": 332,\n            \"object_id\": 13,\n            \"object\": \"post\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Post\",\n            \"url\": \"http://hikaruharuki.com/2015/11/19/welcome-to-flatsome/\",\n            \"title\": \"Laminating\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 12,\n            \"status\": \"publish\",\n            \"original_title\": \"Welcome to Foamindo\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[335]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 88,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/about/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 13,\n            \"status\": \"publish\",\n            \"original_title\": \"About\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[336]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 86,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 14,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    },\n    \"nav_menu_item[399]\": {\n        \"value\": {\n            \"menu_item_parent\": 336,\n            \"object_id\": 395,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/contact-distributor-importir/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 15,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact Distributor/Importir\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:12:17\"\n    },\n    \"nav_menu_item[-5057367650902568000]\": {\n        \"value\": {\n            \"object_id\": 527,\n            \"object\": \"page\",\n            \"menu_item_parent\": 476,\n            \"position\": 6,\n            \"type\": \"post_type\",\n            \"title\": \"High Load Bearing Foam\",\n            \"url\": \"http://hikaruharuki.com/products/high-load-bearing-foam/\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"High Load Bearing Foam\",\n            \"nav_menu_term_id\": 68,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:11:58\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '118ee413-5238-4b52-9e74-fc8148029fc4', '', '', '2018-04-14 15:12:17', '2018-04-14 15:12:17', '', 0, 'http://hikaruharuki.com/?p=529', 0, 'customize_changeset', '', 0),
(530, 1, '2018-04-14 15:12:17', '2018-04-14 15:12:17', ' ', '', '', 'publish', 'closed', 'closed', '', '530', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 454, 'http://hikaruharuki.com/2018/04/14/530/', 8, 'nav_menu_item', '', 0),
(531, 1, '2018-04-14 15:18:49', '2018-04-14 15:18:49', '{\n    \"flatsome-child::header_elements_right\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:18:49\"\n    },\n    \"flatsome-child::header_elements_bottom_right\": {\n        \"value\": [\n            \"contact\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:15:57\"\n    },\n    \"flatsome-child::logo_position\": {\n        \"value\": \"center\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:17:58\"\n    },\n    \"flatsome-child::contact_style\": {\n        \"value\": \"left\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:14:58\"\n    },\n    \"flatsome-child::header-block-1\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-14 15:16:59\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c812f895-b92e-4d04-8e42-de56b520cd6e', '', '', '2018-04-14 15:18:49', '2018-04-14 15:18:49', '', 0, 'http://hikaruharuki.com/?p=531', 0, 'customize_changeset', '', 0),
(532, 1, '2018-04-14 15:19:36', '2018-04-14 15:19:36', '', '6-2-1b', '', 'inherit', 'open', 'closed', '', '6-2-1b', '', '', '2018-04-14 15:19:36', '2018-04-14 15:19:36', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/6-2-1b.jpg', 0, 'attachment', 'image/jpeg', 0),
(533, 1, '2018-04-14 15:20:20', '2018-04-14 15:20:20', '', 'DieCutFoam.jpg', '', 'inherit', 'open', 'closed', '', 'diecutfoam-jpg', '', '', '2018-04-14 15:20:20', '2018-04-14 15:20:20', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/DieCutFoam.jpg.png', 0, 'attachment', 'image/png', 0),
(534, 1, '2018-04-14 15:20:57', '2018-04-14 15:20:57', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>HIGH LOAD BEARING FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>A heavy duty foam that can withstand rigorous pressures, our hard foam is ideal for providing support and stability for its application. One defining physical property of our High Load Bearing Foam is that it is significantly harder than any type of foam.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: Spring Bed, Automotive, Shoes, Packaging and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"524\" bg_pos=\"100% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"532\" bg_size=\"original\" bg_pos=\"67% 3%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"533\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"429\" bg_pos=\"18% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'High Load Bearing Foam', '', 'inherit', 'closed', 'closed', '', '527-revision-v1', '', '', '2018-04-14 15:20:57', '2018-04-14 15:20:57', '', 527, 'http://hikaruharuki.com/2018/04/14/527-revision-v1/', 0, 'revision', '', 0),
(535, 1, '2018-04-14 15:22:10', '2018-04-14 15:22:10', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>REBONDED FOAM\r\n</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\r\n&nbsp;\r\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\r\n&nbsp;\r\n\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"524\" bg_pos=\"100% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"532\" bg_size=\"original\" bg_pos=\"67% 3%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"533\" bg_pos=\"53% 2%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"429\" bg_pos=\"18% 2%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-14 15:22:10', '2018-04-14 15:22:10', '', 474, 'http://hikaruharuki.com/2018/04/14/474-revision-v1/', 0, 'revision', '', 0),
(536, 1, '2018-04-14 15:23:34', '2018-04-14 15:23:34', '', 'auto_insulation', '', 'inherit', 'open', 'closed', '', 'auto_insulation', '', '', '2018-04-15 03:20:58', '2018-04-15 03:20:58', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/auto_insulation.jpg', 0, 'attachment', 'image/jpeg', 0),
(538, 1, '2018-04-14 15:37:46', '2018-04-14 15:37:46', '', 'rebonded foam', '', 'inherit', 'open', 'closed', '', 'rebonded-foam-2', '', '', '2018-04-14 15:37:46', '2018-04-14 15:37:46', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/rebonded-foam.jpg', 0, 'attachment', 'image/jpeg', 0),
(539, 1, '2018-04-14 15:38:53', '2018-04-14 15:38:53', '', 'Rebonded-Foam-End-Cap-2-LARGE', '', 'inherit', 'open', 'closed', '', 'rebonded-foam-end-cap-2-large', '', '', '2018-04-14 15:38:53', '2018-04-14 15:38:53', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Rebonded-Foam-End-Cap-2-LARGE.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(540, 1, '2018-04-14 15:39:26', '2018-04-14 15:39:26', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"536\" bg_size=\"original\" bg_pos=\"100% 3%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-14 15:39:26', '2018-04-14 15:39:26', '', 474, 'http://hikaruharuki.com/2018/04/14/474-revision-v1/', 0, 'revision', '', 0),
(541, 1, '2018-04-14 15:41:15', '2018-04-14 15:41:15', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n<h2 class=\"uppercase\"><strong>DELAYED YELLOWING FOAM\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n<h3>Foam turns yellow primarily due to oxidation and exposure to Ultraviolet light. Our Delayed Yellowing foam ensures that the foam maintains its pristine condition regardless of exposure to certain conditions, thus reducing the onset of when the yellowing occurs.</h3>\n<h3></h3>\n<h3><strong>Application: Garment and Shoes</strong></h3>\n[gap height=\"12px\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"284\" bg_pos=\"34% 0%\"]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"504\" bg_pos=\"20% 0%\"]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"301\" bg_pos=\"0% 0%\"]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"505\"]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Viscoelastic Foam', '', 'inherit', 'closed', 'closed', '', '462-autosave-v1', '', '', '2018-04-14 15:41:15', '2018-04-14 15:41:15', '', 462, 'http://hikaruharuki.com/2018/04/14/462-autosave-v1/', 0, 'revision', '', 0),
(542, 1, '2018-04-14 15:42:16', '2018-04-14 15:42:16', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>VISCOELASTIC FOAM\r\n</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</h3>\r\n&nbsp;\r\n<h3><strong>Application: Pillows, Bedding and Furniture</strong></h3>\r\n&nbsp;\r\n\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"284\" bg_pos=\"34% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"504\" bg_pos=\"20% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"301\" bg_pos=\"0% 0%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"505\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Viscoelastic Foam', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2018-04-14 15:42:16', '2018-04-14 15:42:16', '', 462, 'http://hikaruharuki.com/2018/04/14/462-revision-v1/', 0, 'revision', '', 0),
(543, 1, '2018-04-14 15:43:28', '2018-04-14 15:43:28', '', 'memory', '', 'inherit', 'open', 'closed', '', 'memory', '', '', '2018-04-14 15:43:28', '2018-04-14 15:43:28', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/memory.jpg', 0, 'attachment', 'image/jpeg', 0),
(544, 1, '2018-04-14 15:43:58', '2018-04-14 15:43:58', '', 'memory_foam_mattress', '', 'inherit', 'open', 'closed', '', 'memory_foam_mattress', '', '', '2018-04-14 15:43:58', '2018-04-14 15:43:58', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/memory_foam_mattress.jpg', 0, 'attachment', 'image/jpeg', 0),
(545, 1, '2018-04-14 15:45:04', '2018-04-14 15:45:04', '', 'memory-foam-pillow', '', 'inherit', 'open', 'closed', '', 'memory-foam-pillow', '', '', '2018-04-14 15:45:04', '2018-04-14 15:45:04', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/memory-foam-pillow.jpg', 0, 'attachment', 'image/jpeg', 0),
(546, 1, '2018-04-14 15:45:25', '2018-04-14 15:45:25', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>VISCOELASTIC FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Viscoelastic foam or popularly known as memory foam offers great comfort for the bedding and furniture industry. This type of foam can conform to any pressure placed on it, thereby reducing strain on the body while supporting it with its strong resilience.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: Pillows, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"302\" bg_pos=\"34% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"543\" bg_pos=\"20% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"544\" bg_pos=\"23% 0%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"545\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Viscoelastic Foam', '', 'inherit', 'closed', 'closed', '', '462-revision-v1', '', '', '2018-04-14 15:45:25', '2018-04-14 15:45:25', '', 462, 'http://hikaruharuki.com/2018/04/14/462-revision-v1/', 0, 'revision', '', 0),
(547, 1, '2018-04-14 15:49:34', '2018-04-14 15:49:34', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" expand=\"0\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n[ux_hotspot link=\"/products/delayed-yellowing-foam\" icon=\"search\" size=\"large\" bg_color=\"rgb(0,0,0)\" animate=\"bounceIn\" position_x=\"50\" position_y=\"50\"]\n\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-14 15:49:34', '2018-04-14 15:49:34', '', 454, 'http://hikaruharuki.com/2018/04/14/454-revision-v1/', 0, 'revision', '', 0),
(548, 1, '2018-04-14 15:51:12', '2018-04-14 15:51:12', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" expand=\"0\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n[ux_hotspot type=\"product\" prod_id=\"164\" icon=\"search\" size=\"large\" bg_color=\"rgb(0,0,0)\" animate=\"bounceIn\" position_x=\"50\" position_y=\"50\"]\n\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-14 15:51:12', '2018-04-14 15:51:12', '', 454, 'http://hikaruharuki.com/2018/04/14/454-revision-v1/', 0, 'revision', '', 0),
(549, 1, '2018-04-14 15:54:04', '2018-04-14 15:54:04', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-14 15:54:04', '2018-04-14 15:54:04', '', 454, 'http://hikaruharuki.com/2018/04/14/454-revision-v1/', 0, 'revision', '', 0),
(550, 1, '2018-04-14 15:55:49', '2018-04-14 15:55:49', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-14 15:55:49', '2018-04-14 15:55:49', '', 454, 'http://hikaruharuki.com/2018/04/14/454-revision-v1/', 0, 'revision', '', 0),
(551, 1, '2018-04-14 15:57:34', '2018-04-14 15:57:34', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" radius=\"4\" depth=\"2\" link=\"/shop\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-14 15:57:34', '2018-04-14 15:57:34', '', 454, 'http://hikaruharuki.com/2018/04/14/454-revision-v1/', 0, 'revision', '', 0),
(552, 1, '2018-04-14 16:00:43', '2018-04-14 16:00:43', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner visibility=\"hidden\" height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-14 16:00:43', '2018-04-14 16:00:43', '', 454, 'http://hikaruharuki.com/2018/04/14/454-revision-v1/', 0, 'revision', '', 0),
(553, 1, '2018-04-14 16:02:17', '2018-04-14 16:02:17', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg_color=\"rgb(255,255,255)\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-14 16:02:17', '2018-04-14 16:02:17', '', 454, 'http://hikaruharuki.com/2018/04/14/454-revision-v1/', 0, 'revision', '', 0),
(554, 1, '2018-04-14 16:05:48', '2018-04-14 16:05:48', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 0, 'http://hikaruharuki.com/?p=554', 1, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(555, 1, '2018-04-14 16:08:09', '2018-04-14 16:08:09', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\r\n\r\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\r\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\r\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\r\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\r\n\r\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\r\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\r\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\r\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\r\n\r\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\r\n<h3 class=\"alt-font\">Featured Items</h3>\r\n<h2 class=\"uppercase\">high resiliencE foam</h2>\r\n<strong>Application: Bedding and Furniture</strong>\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\r\n\r\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\r\n\r\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nOur foam made with best quality\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nOur team experienced in this industry\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nCall us anytime\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\"]\r\n\r\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\r\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\r\n<span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing\r\n</span>\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n<h2>Established in 1971</h2>\r\nFoamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n<h2>Diverse Applications &amp; Customization</h2>\r\nThe unique characteristics of our PU foam products make them ideal for wide range of product applications.\r\nSome of the industries we cater include:\r\n<ul>\r\n 	<li>Furniture and Bedding\'s</li>\r\n 	<li>Automotive</li>\r\n 	<li>Footwear and Garments</li>\r\n 	<li>Packaging</li>\r\n 	<li>Toys</li>\r\n 	<li>Handbags, Luggage\'s &amp; Suitcases</li>\r\n</ul>\r\nTo meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\r\n\r\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\r\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\r\nWell equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\r\n\r\n[gap height=\"36px\"]\r\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS\r\n</span></h2>\r\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"small\"]\r\n\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\r\n\r\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\r\n<h2>EVENTS 1</h2>\r\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\r\n\r\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\r\n<h2>EVENT 2</h2>\r\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\r\n\r\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\r\n<h2>EVENT 3</h2>\r\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\r\n\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"7\" span__sm=\"12\"]\r\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\r\nExample spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\r\n\r\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\r\n<h2 class=\"uppercase\"><strong>yellowing FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>rebonded foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Comfort FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>HR Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\r\n<h2 class=\"uppercase\"><strong>bearing foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>BIO FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\r\n<h2 class=\"uppercase\"><strong>Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong> </strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\nJl. Telesonic Ujung 120 Km. 8\r\nTangerang, Indonesia\r\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\r\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\r\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\r\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-14 16:08:09', '2018-04-14 16:08:09', '', 48, 'http://hikaruharuki.com/2018/04/14/48-revision-v1/', 0, 'revision', '', 0),
(556, 1, '2018-04-14 16:09:13', '2018-04-14 16:09:13', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br />\n</span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-14 16:09:13', '2018-04-14 16:09:13', '', 48, 'http://hikaruharuki.com/2018/04/14/48-revision-v1/', 0, 'revision', '', 0),
(557, 1, '2018-04-15 00:22:59', '2018-04-15 00:22:59', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">Our process is proven over decades of creating the unrivaled foam materials you come to expect for your products and your business.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"100%\" bg=\"683\" bg_size=\"original\" parallax=\"6\" border=\"0px 0px 0px 0px\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\" hover=\"overlay-remove\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\" text_depth=\"2\"]\n\n<h2 class=\"alt-font\"><strong>Our Services</strong></h2>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\" hover=\"overlay-remove\"]\n\n[text_box position_x=\"50\" position_y=\"50\" text_depth=\"2\"]\n\n<h2 class=\"alt-font\">Our Services</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'publish', 'closed', 'closed', '', 'process', '', '', '2018-04-20 16:48:04', '2018-04-20 16:48:04', '', 0, 'http://hikaruharuki.com/?page_id=557', 0, 'page', '', 0),
(558, 1, '2018-04-15 00:22:59', '2018-04-15 00:22:59', '', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 00:22:59', '2018-04-15 00:22:59', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(561, 1, '2018-04-15 00:34:47', '2018-04-15 00:34:47', '[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"559\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"alt-font\"><strong>New in</strong></h1>\n<h1 class=\"uppercase\"><strong>Fashion</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Must have products from our top sellers</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"560\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Best off</h2>\n<h1 class=\"uppercase\"><strong>accessories</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Lorem ipsum dolor sit amet consectetu.</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 00:34:47', '2018-04-15 00:34:47', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(562, 1, '2018-04-15 00:36:42', '2018-04-15 00:36:42', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\n[/text_box]\n\n[/ux_banner]\n\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"559\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n<h1 class=\"alt-font\"><strong>New in</strong></h1>\n<h1 class=\"uppercase\"><strong>Fashion</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Must have products from our top sellers</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"560\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n<h2 class=\"alt-font\">Best off</h2>\n<h1 class=\"uppercase\"><strong>accessories</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Lorem ipsum dolor sit amet consectetu.</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[page_header]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-autosave-v1', '', '', '2018-04-15 00:36:42', '2018-04-15 00:36:42', '', 557, 'http://hikaruharuki.com/2018/04/15/557-autosave-v1/', 0, 'revision', '', 0),
(563, 1, '2018-04-15 00:37:30', '2018-04-15 00:37:30', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box position_x=\"50\" position_y=\"80\"]\r\n<h1 class=\"lead\">Process</h1>\r\n<p class=\"lead\">How our foam is made</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[section]\r\n\r\n[gap]\r\n\r\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"350px\" bg=\"559\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\r\n\r\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\r\n<h1 class=\"alt-font\"><strong>New in</strong></h1>\r\n<h1 class=\"uppercase\"><strong>Fashion</strong></h1>\r\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Must have products from our top sellers</span></p>\r\n[button text=\"GO TO SHOP\" color=\"white\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"350px\" bg=\"560\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\r\n\r\n[text_box position_x=\"50\" position_y=\"50\"]\r\n<h2 class=\"alt-font\">Best off</h2>\r\n<h1 class=\"uppercase\"><strong>accessories</strong></h1>\r\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Lorem ipsum dolor sit amet consectetu.</span></p>\r\n[button text=\"GO TO SHOP\" color=\"white\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[page_header]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 00:37:30', '2018-04-15 00:37:30', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(564, 1, '2018-04-15 00:38:46', '2018-04-15 00:38:46', '', 'process-diagram', '', 'inherit', 'open', 'closed', '', 'process-diagram', '', '', '2018-04-15 00:38:46', '2018-04-15 00:38:46', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/process-diagram.png', 0, 'attachment', 'image/png', 0),
(565, 1, '2018-04-15 00:48:38', '2018-04-15 00:48:38', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">How our foam is made</p>\n\n[/text_box]\n\n[/ux_banner]\n[page_header height=\"600px\" style=\"simple\" type=\"onpage\" align=\"center\" parallax_text=\"5\" title=\"The diagram explains the process of how we manufacture our foam.\" title_size=\"small\" title_case=\"uppercase\" bg=\"564\" parallax=\"7\"]\n\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"559\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"alt-font\"><strong>New in</strong></h1>\n<h1 class=\"uppercase\"><strong>Fashion</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Must have products from our top sellers</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"560\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Best off</h2>\n<h1 class=\"uppercase\"><strong>accessories</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Lorem ipsum dolor sit amet consectetu.</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"550px\" bg_overlay=\"rgba(0, 0, 0, 0.17)\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\">Change this to anything</h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n[button text=\"Click me\" color=\"white\" style=\"outline\"]\n\n\n[/text_box]\n[ux_image id=\"564\" image_size=\"large\" lightbox=\"true\" position_x=\"50\" position_y=\"50\"]\n\n\n[/ux_banner]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 00:48:38', '2018-04-15 00:48:38', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(566, 1, '2018-04-15 00:58:07', '2018-04-15 00:58:07', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">How our foam is made</p>\n\n[/text_box]\n\n[/ux_banner]\n[page_header height=\"600px\" style=\"simple\" type=\"onpage\" align=\"center\" parallax_text=\"5\" title=\"The diagram explains the process of how we manufacture our foam.\" title_size=\"small\" title_case=\"uppercase\" bg=\"564\" parallax=\"7\"]\n\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"559\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"alt-font\"><strong>New in</strong></h1>\n<h1 class=\"uppercase\"><strong>Fashion</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Must have products from our top sellers</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"560\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Best off</h2>\n<h1 class=\"uppercase\"><strong>accessories</strong></h1>\n<p class=\"uppercase\"><span style=\"font-size: 110%;\">Lorem ipsum dolor sit amet consectetu.</span></p>\n[button text=\"GO TO SHOP\" color=\"white\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"550px\" bg=\"564\" bg_size=\"original\" hover=\"zoom\" parallax=\"6\"]\n\n[text_box width=\"76\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n[ux_image id=\"564\" lightbox=\"true\" position_x=\"50\" position_y=\"50\"]\n\n\n[/ux_banner]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 00:58:07', '2018-04-15 00:58:07', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(567, 1, '2018-04-15 01:20:16', '2018-04-15 01:20:16', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">How our foam is made</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"550px\" bg=\"564\" bg_size=\"original\" bg_color=\"rgb(255, 255, 255)\" hover=\"zoom\" parallax=\"6\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"559\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"alt-font\"><strong>Step 1</strong></h1>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"560\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Step 2</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 01:20:16', '2018-04-15 01:20:16', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(568, 1, '2018-04-15 01:20:46', '2018-04-15 01:20:46', '', 'Quilting', '', 'inherit', 'open', 'closed', '', 'quilting-3', '', '', '2018-04-15 01:20:46', '2018-04-15 01:20:46', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Quilting.jpg', 0, 'attachment', 'image/jpeg', 0),
(569, 1, '2018-04-15 01:21:14', '2018-04-15 01:21:14', '', 'Laminating Foam', '', 'inherit', 'open', 'closed', '', 'laminating-foam', '', '', '2018-04-15 01:21:14', '2018-04-15 01:21:14', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Laminating-Foam.jpg', 0, 'attachment', 'image/jpeg', 0),
(570, 1, '2018-04-15 01:21:32', '2018-04-15 01:21:32', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">How our foam is made</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"550px\" bg=\"564\" bg_size=\"original\" bg_color=\"rgb(255, 255, 255)\" hover=\"zoom\" parallax=\"6\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"alt-font\"><strong>Step 1</strong></h1>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Step 2</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 01:21:32', '2018-04-15 01:21:32', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(571, 1, '2018-04-15 01:22:25', '2018-04-15 01:22:25', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\n\n<h2 class=\"uppercase\"><strong>Quilting</strong></h2>\n<p>Aimed to serve the needs of our customers\' quilting requirements, we provide service for quilting the textile with foam sheet or polyester fabric together for bedding industry. Our computerized quilting machines are able to quilt many different kind of embroidery patterns resulting in finished products that have high precision quilting, even, and smooth surface. These quilted products reflect the perfect combination of quality and technology that Foamindo is proud to offer.</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Quilting Machine\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"573\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"574\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]', 'Quilting', '', 'publish', 'closed', 'closed', '', 'quilting', '', '', '2018-04-15 02:56:35', '2018-04-15 02:56:35', '', 557, 'http://hikaruharuki.com/?page_id=571', 0, 'page', '', 0),
(572, 1, '2018-04-15 01:22:25', '2018-04-15 01:22:25', '', 'Quilting', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2018-04-15 01:22:25', '2018-04-15 01:22:25', '', 571, 'http://hikaruharuki.com/2018/04/15/571-revision-v1/', 0, 'revision', '', 0),
(573, 1, '2018-04-15 01:29:15', '2018-04-15 01:29:15', '', 'quilting_machine1', '', 'inherit', 'open', 'closed', '', 'quilting_machine1', '', '', '2018-04-15 01:29:15', '2018-04-15 01:29:15', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/quilting_machine1.jpg', 0, 'attachment', 'image/jpeg', 0),
(574, 1, '2018-04-15 01:32:31', '2018-04-15 01:32:31', '', 'quilting_machine2', '', 'inherit', 'open', 'closed', '', 'quilting_machine2', '', '', '2018-04-15 01:32:31', '2018-04-15 01:32:31', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/quilting_machine2.jpg', 0, 'attachment', 'image/jpeg', 0),
(575, 1, '2018-04-15 01:32:56', '2018-04-15 01:32:56', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\n\n<h2 class=\"uppercase\"><strong>Quilting</strong></h2>\n<p>Aimed to serve the needs of our customers\' quilting requirements, we provide service for quilting the textile with foam sheet or polyester fabric together for bedding industry. Our computerized quilting machines are able to quilt many different kind of embroidery patterns resulting in finished products that have high precision quilting, even, and smooth surface. These quilted products reflect the perfect combination of quality and technology that Foamindo is proud to offer.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"6\"]\n\n[ux_banner height=\"376px\" bg=\"573\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\n\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\"]\n\n[ux_banner height=\"376px\" bg=\"574\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[gap height=\"80px\"]', 'Quilting', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2018-04-15 01:32:56', '2018-04-15 01:32:56', '', 571, 'http://hikaruharuki.com/2018/04/15/571-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(576, 1, '2018-04-15 01:33:36', '2018-04-15 01:33:36', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\n\n<h2 class=\"uppercase\"><strong>Quilting</strong></h2>\n<p>Aimed to serve the needs of our customers\' quilting requirements, we provide service for quilting the textile with foam sheet or polyester fabric together for bedding industry. Our computerized quilting machines are able to quilt many different kind of embroidery patterns resulting in finished products that have high precision quilting, even, and smooth surface. These quilted products reflect the perfect combination of quality and technology that Foamindo is proud to offer.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"6\"]\n\n[ux_banner height=\"376px\" bg=\"573\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\n\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\"]\n\n[ux_banner height=\"376px\" bg=\"574\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\n\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[gap height=\"80px\"]', 'Quilting', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2018-04-15 01:33:36', '2018-04-15 01:33:36', '', 571, 'http://hikaruharuki.com/2018/04/15/571-revision-v1/', 0, 'revision', '', 0),
(577, 1, '2018-04-15 01:34:44', '2018-04-15 01:34:44', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\r\n<h2 class=\"uppercase\"><strong>Quilting</strong></h2>\r\nAimed to serve the needs of our customers\' quilting requirements, we provide service for quilting the textile with foam sheet or polyester fabric together for bedding industry. Our computerized quilting machines are able to quilt many different kind of embroidery patterns resulting in finished products that have high precision quilting, even, and smooth surface. These quilted products reflect the perfect combination of quality and technology that Foamindo is proud to offer.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"573\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"574\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap height=\"80px\"]', 'Quilting', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2018-04-15 01:34:44', '2018-04-15 01:34:44', '', 571, 'http://hikaruharuki.com/2018/04/15/571-revision-v1/', 0, 'revision', '', 0),
(578, 1, '2018-04-15 01:36:27', '2018-04-15 01:36:27', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\n\n<h2 class=\"uppercase\"><strong>LAMINATING</strong></h2>\n<p>Our sophisticated laminating machines are capable of laminating foam, fabric, leather, high sponge, EVA and nonwoven cloth, etc. with high product quality and output. These laminated products are widely used in producing shoes, cloths, toys, seating cushion and furnitures.</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"LAMINATING MACHINE\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"581\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"580\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]', 'Laminating', '', 'publish', 'closed', 'closed', '', 'laminating', '', '', '2018-04-15 03:00:17', '2018-04-15 03:00:17', '', 557, 'http://hikaruharuki.com/?page_id=578', 0, 'page', '', 0),
(579, 1, '2018-04-15 01:36:27', '2018-04-15 01:36:27', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\r\n<h2 class=\"uppercase\"><strong>LAMINATING</strong></h2>\r\nOur sophisticated laminating machines are capable of laminating foam, fabric, leather, high sponge, EVA and nonwoven cloth, etc. with high product quality and output. These laminated products are widely used in producing shoes, cloths, toys, seating cushion and furnitures.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"573\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"574\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap height=\"80px\"]', 'Laminating', '', 'inherit', 'closed', 'closed', '', '578-revision-v1', '', '', '2018-04-15 01:36:27', '2018-04-15 01:36:27', '', 578, 'http://hikaruharuki.com/2018/04/15/578-revision-v1/', 0, 'revision', '', 0),
(580, 1, '2018-04-15 01:37:04', '2018-04-15 01:37:04', '', 'laminating_machine1', '', 'inherit', 'open', 'closed', '', 'laminating_machine1', '', '', '2018-04-15 01:37:04', '2018-04-15 01:37:04', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/laminating_machine1.jpg', 0, 'attachment', 'image/jpeg', 0),
(581, 1, '2018-04-15 01:37:49', '2018-04-15 01:37:49', '', 'laminating_machine2', '', 'inherit', 'open', 'closed', '', 'laminating_machine2', '', '', '2018-04-15 01:37:49', '2018-04-15 01:37:49', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/laminating_machine2.jpg', 0, 'attachment', 'image/jpeg', 0),
(582, 1, '2018-04-15 01:38:28', '2018-04-15 01:38:28', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\n\n<h2 class=\"uppercase\"><strong>LAMINATING</strong></h2>\n<p>Our sophisticated laminating machines are capable of laminating foam, fabric, leather, high sponge, EVA and nonwoven cloth, etc. with high product quality and output. These laminated products are widely used in producing shoes, cloths, toys, seating cushion and furnitures.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"6\"]\n\n[ux_banner height=\"376px\" bg=\"580\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\n\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\"]\n\n[ux_banner height=\"376px\" bg=\"581\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\n\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[gap height=\"80px\"]', 'Laminating', '', 'inherit', 'closed', 'closed', '', '578-revision-v1', '', '', '2018-04-15 01:38:28', '2018-04-15 01:38:28', '', 578, 'http://hikaruharuki.com/2018/04/15/578-revision-v1/', 0, 'revision', '', 0),
(583, 1, '2018-04-15 01:38:55', '2018-04-15 01:38:55', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\r\n<h2 class=\"uppercase\"><strong>LAMINATING</strong></h2>\r\nOur sophisticated laminating machines are capable of laminating foam, fabric, leather, high sponge, EVA and nonwoven cloth, etc. with high product quality and output. These laminated products are widely used in producing shoes, cloths, toys, seating cushion and furnitures.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"580\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"581\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap height=\"80px\"]', 'Laminating', '', 'inherit', 'closed', 'closed', '', '578-revision-v1', '', '', '2018-04-15 01:38:55', '2018-04-15 01:38:55', '', 578, 'http://hikaruharuki.com/2018/04/15/578-revision-v1/', 0, 'revision', '', 0),
(584, 1, '2018-04-15 02:16:57', '2018-04-15 02:16:57', ' ', '', '', 'publish', 'closed', 'closed', '', '584', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 0, 'http://hikaruharuki.com/?p=584', 11, 'nav_menu_item', '', 0),
(585, 1, '2018-04-15 02:16:57', '2018-04-15 02:16:57', ' ', '', '', 'publish', 'closed', 'closed', '', '585', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 557, 'http://hikaruharuki.com/?p=585', 12, 'nav_menu_item', '', 0),
(586, 1, '2018-04-15 02:16:57', '2018-04-15 02:16:57', ' ', '', '', 'publish', 'closed', 'closed', '', '586', '', '', '2018-04-23 15:07:29', '2018-04-23 15:07:29', '', 557, 'http://hikaruharuki.com/?p=586', 13, 'nav_menu_item', '', 0),
(587, 1, '2018-04-15 02:21:54', '2018-04-15 02:21:54', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">How our foam is made</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"550px\" bg=\"564\" bg_size=\"original\" bg_color=\"rgb(255, 255, 255)\" hover=\"zoom\" parallax=\"6\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"alt-font\"><strong>Step 1</strong></h1>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Step 2</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-15 02:21:54', '2018-04-15 02:21:54', '', 557, 'http://hikaruharuki.com/2018/04/15/557-revision-v1/', 0, 'revision', '', 0),
(588, 1, '2018-04-15 02:47:22', '2018-04-15 02:47:22', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\r\n<h2 class=\"uppercase\"><strong>Quilting</strong></h2>\r\nAimed to serve the needs of our customers\' quilting requirements, we provide service for quilting the textile with foam sheet or polyester fabric together for bedding industry. Our computerized quilting machines are able to quilt many different kind of embroidery patterns resulting in finished products that have high precision quilting, even, and smooth surface. These quilted products reflect the perfect combination of quality and technology that Foamindo is proud to offer.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"573\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"574\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap height=\"80px\"]\r\n\r\n[title style=\"center\" text=\"Images with lightbox\" size=\"undefined\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]', 'Quilting', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2018-04-15 02:47:22', '2018-04-15 02:47:22', '', 571, 'http://hikaruharuki.com/2018/04/15/571-revision-v1/', 0, 'revision', '', 0),
(589, 1, '2018-04-15 02:49:04', '2018-04-15 02:49:04', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\r\n<h2 class=\"uppercase\"><strong>Quilting</strong></h2>\r\nAimed to serve the needs of our customers\' quilting requirements, we provide service for quilting the textile with foam sheet or polyester fabric together for bedding industry. Our computerized quilting machines are able to quilt many different kind of embroidery patterns resulting in finished products that have high precision quilting, even, and smooth surface. These quilted products reflect the perfect combination of quality and technology that Foamindo is proud to offer.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"573\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"574\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[gap height=\"80px\"]\r\n\r\n[title style=\"center\" text=\"Images with lightbox\" size=\"undefined\"]\r\n\r\n[row]\r\n\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"3\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n\r\n[col span__sm=\"12\" align=\"center\"]\r\n\r\n[title style=\"center\" text=\"Images with Caption\" size=\"undefined\"]\r\n\r\n[row_inner]\r\n\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col_inner]\r\n[col_inner span=\"4\" span__sm=\"12\"]\r\n\r\n[ux_image id=\"10\" height=\"75%\" caption=\"true\" image_hover=\"overlay-remove\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col_inner]\r\n\r\n[/row_inner]\r\n\r\n[/col]\r\n\r\n[/row]', 'Quilting', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2018-04-15 02:49:04', '2018-04-15 02:49:04', '', 571, 'http://hikaruharuki.com/2018/04/15/571-revision-v1/', 0, 'revision', '', 0),
(590, 1, '2018-04-15 02:56:35', '2018-04-15 02:56:35', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\n\n<h2 class=\"uppercase\"><strong>Quilting</strong></h2>\n<p>Aimed to serve the needs of our customers\' quilting requirements, we provide service for quilting the textile with foam sheet or polyester fabric together for bedding industry. Our computerized quilting machines are able to quilt many different kind of embroidery patterns resulting in finished products that have high precision quilting, even, and smooth surface. These quilted products reflect the perfect combination of quality and technology that Foamindo is proud to offer.</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"Quilting Machine\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"573\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"574\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]', 'Quilting', '', 'inherit', 'closed', 'closed', '', '571-revision-v1', '', '', '2018-04-15 02:56:35', '2018-04-15 02:56:35', '', 571, 'http://hikaruharuki.com/2018/04/15/571-revision-v1/', 0, 'revision', '', 0),
(591, 1, '2018-04-15 02:57:55', '2018-04-15 02:57:55', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\r\n<h2 class=\"uppercase\"><strong>LAMINATING</strong></h2>\r\nOur sophisticated laminating machines are capable of laminating foam, fabric, leather, high sponge, EVA and nonwoven cloth, etc. with high product quality and output. These laminated products are widely used in producing shoes, cloths, toys, seating cushion and furnitures.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"6\"]\r\n\r\n[ux_banner height=\"376px\" bg=\"580\" bg_size=\"original\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"100%\" hover=\"zoom\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[title style=\"center\" text=\"Quilting Machine\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"5\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"573\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"574\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Laminating', '', 'inherit', 'closed', 'closed', '', '578-revision-v1', '', '', '2018-04-15 02:57:55', '2018-04-15 02:57:55', '', 578, 'http://hikaruharuki.com/2018/04/15/578-revision-v1/', 0, 'revision', '', 0),
(592, 1, '2018-04-15 02:58:49', '2018-04-15 02:58:49', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\r\n<h2 class=\"uppercase\"><strong>LAMINATING</strong></h2>\r\nOur sophisticated laminating machines are capable of laminating foam, fabric, leather, high sponge, EVA and nonwoven cloth, etc. with high product quality and output. These laminated products are widely used in producing shoes, cloths, toys, seating cushion and furnitures.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[title style=\"center\" text=\"Quilting Machine\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"5\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"573\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"574\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Laminating', '', 'inherit', 'closed', 'closed', '', '578-revision-v1', '', '', '2018-04-15 02:58:49', '2018-04-15 02:58:49', '', 578, 'http://hikaruharuki.com/2018/04/15/578-revision-v1/', 0, 'revision', '', 0),
(593, 1, '2018-04-15 03:00:17', '2018-04-15 03:00:17', '[ux_banner height=\"323px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"82\" position_x=\"50\" position_y=\"80\"]\n\n<h2 class=\"uppercase\"><strong>LAMINATING</strong></h2>\n<p>Our sophisticated laminating machines are capable of laminating foam, fabric, leather, high sponge, EVA and nonwoven cloth, etc. with high product quality and output. These laminated products are widely used in producing shoes, cloths, toys, seating cushion and furnitures.</p>\n\n[/text_box]\n\n[/ux_banner]\n[title style=\"center\" text=\"LAMINATING MACHINE\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"581\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"580\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]', 'Laminating', '', 'inherit', 'closed', 'closed', '', '578-revision-v1', '', '', '2018-04-15 03:00:17', '2018-04-15 03:00:17', '', 578, 'http://hikaruharuki.com/2018/04/15/578-revision-v1/', 0, 'revision', '', 0),
(594, 1, '2018-04-15 03:00:30', '2018-04-15 03:00:30', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">ABOUT US</h1>\n<p class=\"lead\">OVER 40 YEARS OF EXPERIENCE IN PU FOAMS MANUFACTURING</p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span__sm=\"12\"]\n\n<h3>Established in 1971</h3>\n<p class=\"lead text-center\" style=\"text-align: left;\">Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n[divider align=\"center\"]\n\n\n[/col]\n\n[/row]', 'About', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-15 03:00:30', '2018-04-15 03:00:30', '', 88, 'http://hikaruharuki.com/2018/04/15/88-revision-v1/', 0, 'revision', '', 0),
(595, 1, '2018-04-15 03:12:10', '2018-04-15 03:12:10', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\r\n\r\n[col_grid span=\"5\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h2 class=\"uppercase\"><strong>REBONDED FOAM\r\n</strong></h2>\r\n[gap height=\"10px\"]\r\n\r\n[divider align=\"left\" width=\"70px\"]\r\n\r\n[gap height=\"12px\"]\r\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\r\n&nbsp;\r\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\r\n&nbsp;\r\n\r\n[gap height=\"12px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#preview\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"536\" bg_size=\"original\" bg_pos=\"100% 3%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"3\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n[col_grid span=\"4\" height=\"1-2\"]\r\n\r\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\r\n\r\n[/ux_banner]\r\n\r\n[/col_grid]\r\n\r\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-autosave-v1', '', '', '2018-04-15 03:12:10', '2018-04-15 03:12:10', '', 474, 'http://hikaruharuki.com/2018/04/15/474-autosave-v1/', 0, 'revision', '', 0),
(596, 1, '2018-04-15 03:22:47', '2018-04-15 03:22:47', '', 'Polyurethane-Foam-2', '', 'inherit', 'open', 'closed', '', 'polyurethane-foam-2', '', '', '2018-04-15 03:22:47', '2018-04-15 03:22:47', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(597, 1, '2018-04-15 03:25:40', '2018-04-15 03:25:40', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n[lightbox id=\"test\" width=\"600px\" padding=\"20px\"]\nAdd lightbox content here...\n[/lightbox]\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:25:40', '2018-04-15 03:25:40', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(598, 1, '2018-04-15 03:27:19', '2018-04-15 03:27:19', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#preview\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\" width=\"600px\" padding=\"20px\"] <img class=\"alignnone size-medium wp-image-371\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:27:19', '2018-04-15 03:27:19', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(599, 1, '2018-04-15 03:28:03', '2018-04-15 03:28:03', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#preview\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"] <img class=\"alignnone size-medium wp-image-371\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:28:03', '2018-04-15 03:28:03', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(600, 1, '2018-04-15 03:30:18', '2018-04-15 03:30:18', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#preview\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\" <img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:30:18', '2018-04-15 03:30:18', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(601, 1, '2018-04-15 03:33:32', '2018-04-15 03:33:32', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#preview\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\" <img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:33:32', '2018-04-15 03:33:32', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(602, 1, '2018-04-15 03:34:37', '2018-04-15 03:34:37', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" <img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:34:37', '2018-04-15 03:34:37', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(603, 1, '2018-04-15 03:35:45', '2018-04-15 03:35:45', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:35:45', '2018-04-15 03:35:45', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(604, 1, '2018-04-15 03:37:44', '2018-04-15 03:37:44', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:37:44', '2018-04-15 03:37:44', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(605, 1, '2018-04-15 03:39:41', '2018-04-15 03:39:41', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:39:41', '2018-04-15 03:39:41', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(606, 1, '2018-04-15 03:40:23', '2018-04-15 03:40:23', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"0px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:40:23', '2018-04-15 03:40:23', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(607, 1, '2018-04-15 03:40:59', '2018-04-15 03:40:59', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"auto\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:40:59', '2018-04-15 03:40:59', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(608, 1, '2018-04-15 03:41:43', '2018-04-15 03:41:43', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"default\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:41:43', '2018-04-15 03:41:43', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(609, 1, '2018-04-15 03:42:19', '2018-04-15 03:42:19', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:42:19', '2018-04-15 03:42:19', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(610, 1, '2018-04-15 03:42:53', '2018-04-15 03:42:53', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#preview\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"preview\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:42:53', '2018-04-15 03:42:53', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(611, 1, '2018-04-15 03:47:16', '2018-04-15 03:47:16', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#rebonded2\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded2\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" class=\"lightbox\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:47:16', '2018-04-15 03:47:16', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(612, 1, '2018-04-15 03:48:48', '2018-04-15 03:48:48', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#rebonded2\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded2\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" link=\"#rebonded3\" class=\"lightbox\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded3\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-539\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Rebonded-Foam-End-Cap-2-LARGE-349x400.jpg\" alt=\"\" width=\"349\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\"]\n\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:48:48', '2018-04-15 03:48:48', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(613, 1, '2018-04-15 03:50:22', '2018-04-15 03:50:22', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#rebonded2\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded2\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" link=\"#rebonded3\" class=\"lightbox\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded3\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-539\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Rebonded-Foam-End-Cap-2-LARGE-349x400.jpg\" alt=\"\" width=\"349\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\" link=\"#rebonded4\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded4\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"alignnone size-medium wp-image-538\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/rebonded-foam-400x400.jpg\" alt=\"\" width=\"400\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:50:22', '2018-04-15 03:50:22', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(614, 1, '2018-04-15 03:52:50', '2018-04-15 03:52:50', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#rebonded2\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded2\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" link=\"#rebonded3\" class=\"lightbox\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded3\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"size-medium wp-image-539 aligncenter\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Rebonded-Foam-End-Cap-2-LARGE-349x400.jpg\" alt=\"\" width=\"349\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\" link=\"#rebonded4\"]\n\n[text_box style=\"circle\" width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded4\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"size-medium wp-image-538 aligncenter\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/rebonded-foam-400x400.jpg\" alt=\"\" width=\"400\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:52:50', '2018-04-15 03:52:50', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(615, 1, '2018-04-15 03:54:18', '2018-04-15 03:54:18', '[ux_banner_grid spacing=\"collapse\" height=\"700\" width=\"full-width\"]\n\n[col_grid span=\"5\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(26, 26, 26)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h2 class=\"uppercase\"><strong>REBONDED FOAM<br />\n</strong></h2>\n[gap height=\"10px\"]\n\n[divider align=\"left\" width=\"70px\"]\n\n[gap height=\"12px\"]\n\n<h3>Waste management is key in the foaming business. As such, our company makes sure that no piece of foam goes to waste and thrown away. Our rebonded foam is made from chipped foam scraps to produce extremely high density rebonded foams. Since we use our own recycled foam, this ensures that the rebonded foams obtain a precise density and hardness.</h3>\n<p>&nbsp;</p>\n<h3><strong>Application: : Automotive, Bedding and Furniture</strong></h3>\n<p>&nbsp;</p>\n[gap height=\"12px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"371\" bg_pos=\"11% 2%\" link=\"#rebonded1\" class=\"lightbox\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded1\" width=\"500px\" padding=\"0px\"]<img class=\"aligncenter wp-image-371 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/reconstitued-foam-533x400.jpg\" alt=\"\" width=\"533\" height=\"400\" />[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"596\" bg_size=\"original\" bg_pos=\"51% 18%\" link=\"#rebonded2\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded2\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-596 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Polyurethane-Foam-2-330x400.jpg\" alt=\"\" width=\"330\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"3\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"539\" bg_pos=\"53% 2%\" link=\"#rebonded3\" class=\"lightbox\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded3\" width=\"500px\" padding=\"0px\"]</p>\n<p><img class=\"size-medium wp-image-539 aligncenter\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/Rebonded-Foam-End-Cap-2-LARGE-349x400.jpg\" alt=\"\" width=\"349\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n[col_grid span=\"4\" height=\"1-2\"]\n\n[ux_banner height=\"250px\" bg=\"538\" bg_pos=\"100% 12%\" link=\"#rebonded4\"]\n\n[text_box width=\"100\" scale=\"0\" position_x=\"50\" position_y=\"50\"]\n\n<p>[lightbox id=\"rebonded4\" width=\"400px\" padding=\"0px\"]</p>\n<p><img class=\"aligncenter wp-image-538 size-medium\" src=\"http://hikaruharuki.com/wp-content/uploads/2018/04/rebonded-foam-400x400.jpg\" alt=\"\" width=\"400\" height=\"400\" /></p>\n<p>[/lightbox]</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col_grid]\n\n[/ux_banner_grid]', 'Rebonded Foam', '', 'inherit', 'closed', 'closed', '', '474-revision-v1', '', '', '2018-04-15 03:54:18', '2018-04-15 03:54:18', '', 474, 'http://hikaruharuki.com/2018/04/15/474-revision-v1/', 0, 'revision', '', 0),
(616, 1, '2018-04-15 05:46:38', '2018-04-15 05:46:38', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">ABOUT US</h1>\n<p class=\"lead\">OVER 40 YEARS OF EXPERIENCE IN PU FOAMS MANUFACTURING</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br /> Some of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br /> <strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2000</strong> certification. This certification ensures that our process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'About', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-15 05:46:38', '2018-04-15 05:46:38', '', 88, 'http://hikaruharuki.com/2018/04/15/88-revision-v1/', 0, 'revision', '', 0),
(617, 1, '2018-04-28 03:57:03', '2018-04-28 03:57:03', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n[/text_box]\n\n[/ux_banner]\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"5\" text_align=\"left\"]\n<h3 class=\"uppercase\" data-padding=\"30px\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\n<h3>PT. Foamindo Industri Uretan</h3>\n<h3>Address :</h3>\n<h3>Jl. Telesonic Ujung 120 Km. 8, Tangerang, Indonesia</h3>\n<h3>Email : info@foamindo.com</h3>\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-autosave-v1', '', '', '2018-04-28 03:57:03', '2018-04-28 03:57:03', '', 86, 'http://hikaruharuki.com/2018/04/15/86-autosave-v1/', 0, 'revision', '', 0),
(618, 1, '2018-04-15 05:51:06', '2018-04-15 05:51:06', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\r\n\r\n[row style=\"collapse\"]\r\n\r\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\r\n\r\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\r\nFor more information about our company or if you\'re looking for other foam products, please fill in the contact form\r\n\r\n&nbsp;\r\n\r\n[gap height=\"10px\"]\r\n\r\n[gap height=\"10px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\r\n\r\n[gap height=\"40px\"]\r\n\r\n[contact-form-7 id=\"6\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-15 05:51:06', '2018-04-15 05:51:06', '', 86, 'http://hikaruharuki.com/2018/04/15/86-revision-v1/', 0, 'revision', '', 0),
(619, 1, '2018-04-15 05:52:15', '2018-04-15 05:52:15', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\r\n\r\n[row style=\"collapse\"]\r\n\r\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\r\n\r\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\r\nFor more information about our company or if you\'re looking for other foam products, please fill in the contact form\r\n\r\n&nbsp;\r\n\r\n[gap height=\"10px\"]\r\n\r\n[gap height=\"10px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\r\n\r\n[gap height=\"40px\"]\r\n\r\n[contact-form-7 id=\"6\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Contact Distributor/Importir', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2018-04-15 05:52:15', '2018-04-15 05:52:15', '', 395, 'http://hikaruharuki.com/2018/04/15/395-revision-v1/', 0, 'revision', '', 0),
(620, 1, '2018-04-15 05:52:44', '2018-04-15 05:52:44', '&nbsp;\r\n\r\n[row]\r\n\r\n[col span=\"6\"]\r\n\r\n[title text=\"Frequently Asked Questions\"]\r\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\r\n[accordion]\r\n\r\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How long will delivery take?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"What exactly happens after ordering?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Do I receive an invoice for my order?\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.\r\n\r\n[/accordion-item]\r\n\r\n[/accordion]\r\n\r\n[/col]\r\n[col span=\"6\"]\r\n\r\n[title text=\"For Distributor/Importir\"]\r\n\r\n[contact-form-7 id=\"9\" title=\"Contact form\"]\r\n\r\n[/col]\r\n\r\n[/row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2018-04-15 05:52:44', '2018-04-15 05:52:44', '', 83, 'http://hikaruharuki.com/2018/04/15/83-revision-v1/', 0, 'revision', '', 0),
(621, 1, '2018-04-15 05:53:59', '2018-04-15 05:53:59', '[row]\n\n[col]\n\n[title text=\"Frequently Asked Questions\"]\n\n<p class=\"lead\">Please read our FAQ before sending us a message.</p>\n[accordion]\n\n[accordion-item title=\"What are the delivery charges for orders from the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Which payment methods are accepted in the Online Shop?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How long will delivery take?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"How secure is shopping in the Online Shop? Is my data protected?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"What exactly happens after ordering?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n[accordion-item title=\"Do I receive an invoice for my order?\"]\n\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean id convallis tellus. Nulla aliquam in mi et convallis. Pellentesque rutrum feugiat ante ut imperdiet. Vivamus et dolor nec nisl consectetur vulputate id non ante.</p>\n\n[/accordion-item]\n\n[/accordion]\n\n[/col]\n\n[/row]', 'FAQ', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2018-04-15 05:53:59', '2018-04-15 05:53:59', '', 83, 'http://hikaruharuki.com/2018/04/15/83-revision-v1/', 0, 'revision', '', 0),
(622, 1, '2018-04-15 05:55:06', '2018-04-15 05:55:06', '[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\r\n\r\n[row style=\"collapse\"]\r\n\r\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\r\n\r\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h1 class=\"uppercase\"><strong>For Distributor / Importir\r\n</strong></h1>\r\nFor more information about our company or if you\'re looking for other foam products, please fill in the contact form\r\n\r\n&nbsp;\r\n\r\n[gap height=\"10px\"]\r\n\r\n[gap height=\"10px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\r\n\r\n[gap height=\"40px\"]\r\n\r\n[contact-form-7 id=\"6\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Contact Distributor/Importir', '', 'inherit', 'closed', 'closed', '', '395-revision-v1', '', '', '2018-04-15 05:55:06', '2018-04-15 05:55:06', '', 395, 'http://hikaruharuki.com/2018/04/15/395-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(623, 1, '2018-04-15 05:56:56', '2018-04-15 05:56:56', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br />\n</span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-15 05:56:56', '2018-04-15 05:56:56', '', 48, 'http://hikaruharuki.com/2018/04/15/48-revision-v1/', 0, 'revision', '', 0),
(624, 1, '2018-04-15 05:57:19', '2018-04-15 05:57:19', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"24-hour support\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br />\n</span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-15 05:57:19', '2018-04-15 05:57:19', '', 48, 'http://hikaruharuki.com/2018/04/15/48-revision-v1/', 0, 'revision', '', 0),
(625, 1, '2018-04-16 02:09:19', '2018-04-16 02:09:19', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box position_x=\"50\" position_y=\"80\"]\r\n<h1 class=\"lead\">COMPANY</h1>\r\n<p class=\"lead\">OVER 40 YEARS OF EXPERIENCE IN PU FOAMS MANUFACTURING</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section padding=\"20px\"]\r\n\r\n[gap height=\"50px\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\r\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\r\n[/col]\r\n[col span=\"8\" span__sm=\"12\"]\r\n\r\nFoamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\r\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\r\n[/col]\r\n[col span=\"8\" span__sm=\"12\"]\r\n\r\nThe unique characteristics of our PU foam products make them ideal for wide range of product applications.\r\nSome of the industries we cater include:\r\n<ul>\r\n 	<li>Furniture and Beddings</li>\r\n 	<li>Automotive</li>\r\n 	<li>Footwear and Garments</li>\r\n 	<li>Packaging</li>\r\n 	<li>Toys</li>\r\n 	<li>Handbags, Luggages &amp; Suitcases</li>\r\n</ul>\r\nTo meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and\r\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\r\n\r\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\r\n\r\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\r\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\r\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2000</strong> certification. This certification ensures that our process and quality comply with the international industry standard</p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-16 02:09:19', '2018-04-16 02:09:19', '', 88, 'http://hikaruharuki.com/2018/04/16/88-revision-v1/', 0, 'revision', '', 0),
(626, 1, '2018-04-16 02:12:42', '2018-04-16 02:12:42', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">How our foam is made</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"550px\" bg=\"564\" bg_size=\"original\" bg_color=\"rgb(255, 255, 255)\" hover=\"zoom\" parallax=\"6\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"alt-font\"><strong>Our Services</strong></h1>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Our Services</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-16 02:12:42', '2018-04-16 02:12:42', '', 557, 'http://hikaruharuki.com/2018/04/16/557-revision-v1/', 0, 'revision', '', 0),
(627, 1, '2018-04-16 02:13:12', '2018-04-16 02:13:12', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">How our foam is made</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"550px\" bg=\"564\" bg_size=\"original\" bg_color=\"rgb(255, 255, 255)\" hover=\"zoom\" parallax=\"6\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\"><strong>Our Services</strong></h2>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Our Services</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-16 02:13:12', '2018-04-16 02:13:12', '', 557, 'http://hikaruharuki.com/2018/04/16/557-revision-v1/', 0, 'revision', '', 0),
(628, 1, '2018-04-18 06:28:43', '2018-04-18 06:28:43', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"State of the Art Technology\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_color=\"rgb(255, 255, 255)\" padding=\"0px\"]\n\n[row h_align=\"center\"]\n\n[col span=\"6\" span__sm=\"12\" align=\"center\"]\n\n[gap height=\"36px\"]\n\n<h2 class=\"uppercase\" style=\"text-align: center;\"><span style=\"font-size: 130%;\">UPCOMING EVENTS<br />\n</span></h2>\n[divider align=\"center\" width=\"50px\" margin=\"1.4em\" color=\"rgba(20, 18, 18, 0.87)\"]\n\n\n[/col]\n\n[/row]\n[row style=\"small\"]\n\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"377\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"42% 38%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENTS 1</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"378\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"51% 45%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 2</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\" span__sm=\"12\"]\n\n[ux_banner height=\"360px\" bg=\"379\" bg_overlay=\"rgba(0, 0, 0, 0.72)\" bg_pos=\"22% 48%\" hover=\"overlay-add\"]\n\n[text_box hover=\"zoom-in\" position_x=\"50\" position_y=\"50\"]\n\n<h2>EVENT 3</h2>\n[button text=\"view now\" color=\"white\" style=\"link\" size=\"large\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-18 06:28:43', '2018-04-18 06:28:43', '', 48, 'http://hikaruharuki.com/2018/04/18/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(629, 1, '2018-04-18 06:29:10', '2018-04-18 06:29:10', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our foam made with best quality</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"EXPERIENCED TEAM\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Our team experienced in this industry</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"295\" img_width=\"114\" pos=\"center\" title=\"State of the Art Technology\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Call us anytime</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-18 06:29:10', '2018-04-18 06:29:10', '', 48, 'http://hikaruharuki.com/2018/04/18/48-revision-v1/', 0, 'revision', '', 0),
(630, 1, '2018-04-18 06:32:07', '2018-04-18 06:32:07', '{\n    \"flatsome-child::header_elements_right\": {\n        \"value\": [\n            \"contact\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:32:07\"\n    },\n    \"flatsome-child::header_elements_bottom_right\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:32:07\"\n    },\n    \"flatsome-child::logo_position\": {\n        \"value\": \"left\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:32:07\"\n    },\n    \"flatsome-child::mobile_sidebar\": {\n        \"value\": [\n            \"nav\",\n            \"newsletter\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:32:07\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8fed6007-1492-4999-a416-fd77a58259fc', '', '', '2018-04-18 06:32:07', '2018-04-18 06:32:07', '', 0, 'http://hikaruharuki.com/2018/04/18/8fed6007-1492-4999-a416-fd77a58259fc/', 0, 'customize_changeset', '', 0),
(631, 1, '2018-04-18 06:32:32', '2018-04-18 06:32:32', '{\n    \"flatsome-child::contact_email\": {\n        \"value\": \"email@foamindo.com\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:32:32\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '37195b48-ff0d-4b5c-b6e6-9027bf766b5d', '', '', '2018-04-18 06:32:32', '2018-04-18 06:32:32', '', 0, 'http://hikaruharuki.com/2018/04/18/37195b48-ff0d-4b5c-b6e6-9027bf766b5d/', 0, 'customize_changeset', '', 0),
(632, 1, '2018-04-18 06:32:52', '2018-04-18 06:32:52', '{\n    \"flatsome-child::contact_icon_size\": {\n        \"value\": \"20px\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:32:52\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f7e882df-5f5c-4609-817c-3986c5c9e9a9', '', '', '2018-04-18 06:32:52', '2018-04-18 06:32:52', '', 0, 'http://hikaruharuki.com/2018/04/18/f7e882df-5f5c-4609-817c-3986c5c9e9a9/', 0, 'customize_changeset', '', 0),
(633, 1, '2018-04-18 06:35:20', '2018-04-18 06:35:20', '{\n    \"flatsome-child::header_mobile_elements_right\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:35:20\"\n    },\n    \"flatsome-child::contact_style\": {\n        \"value\": \"left\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-18 06:35:20\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f6c236f6-996d-4b4a-b58c-e331b4911eb5', '', '', '2018-04-18 06:35:20', '2018-04-18 06:35:20', '', 0, 'http://hikaruharuki.com/?p=633', 0, 'customize_changeset', '', 0),
(634, 1, '2018-04-20 13:39:51', '2018-04-20 13:39:51', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box position_x=\"50\" position_y=\"80\"]\r\n<h1 class=\"lead\">Products</h1>\r\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\r\n<h2 class=\"uppercase\"><strong>yellowing FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>rebonded foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Comfort FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>HR Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\r\n<h2 class=\"uppercase\"><strong>bearing foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>BIO FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\r\n<h2 class=\"uppercase\"><strong>Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg_color=\"rgb(255,255,255)\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong> </strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-20 13:39:51', '2018-04-20 13:39:51', '', 454, 'http://hikaruharuki.com/2018/04/20/454-revision-v1/', 0, 'revision', '', 0),
(635, 1, '2018-04-20 13:45:33', '2018-04-20 13:45:33', '', 'Gear-Icons', '', 'inherit', 'open', 'closed', '', 'gear-icons', '', '', '2018-04-20 13:45:33', '2018-04-20 13:45:33', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Gear-Icons.png', 0, 'attachment', 'image/png', 0),
(636, 1, '2018-04-20 13:48:04', '2018-04-20 13:48:04', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"635\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 13:48:04', '2018-04-20 13:48:04', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(637, 1, '2018-04-20 13:49:20', '2018-04-20 13:49:20', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"635\" inline_svg=\"0\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 13:49:20', '2018-04-20 13:49:20', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(640, 1, '2018-04-20 13:52:04', '2018-04-20 13:52:04', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"639\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 13:52:04', '2018-04-20 13:52:04', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(644, 1, '2018-04-20 14:01:40', '2018-04-20 14:01:40', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"643\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:01:40', '2018-04-20 14:01:40', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(646, 1, '2018-04-20 14:05:38', '2018-04-20 14:05:38', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"645\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:05:38', '2018-04-20 14:05:38', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(647, 1, '2018-04-20 14:06:23', '2018-04-20 14:06:23', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"645\" inline_svg=\"0\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:06:23', '2018-04-20 14:06:23', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(648, 1, '2018-04-20 14:07:02', '2018-04-20 14:07:02', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"645\" img_width=\"177\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" icon_color=\"rgb(255, 255, 255)\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:07:02', '2018-04-20 14:07:02', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(649, 1, '2018-04-20 14:08:04', '2018-04-20 14:08:04', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"645\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:08:04', '2018-04-20 14:08:04', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(650, 1, '2018-04-20 14:08:52', '2018-04-20 14:08:52', '', 'calculator', '', 'inherit', 'open', 'closed', '', 'calculator', '', '', '2018-04-20 14:08:52', '2018-04-20 14:08:52', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/calculator.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(651, 1, '2018-04-20 14:09:02', '2018-04-20 14:09:02', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"650\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:09:02', '2018-04-20 14:09:02', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(652, 1, '2018-04-20 14:17:47', '2018-04-20 14:17:47', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>Delayed yellowing foam</strong></h2>\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Items</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"639\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>who we are</strong></h3>\n<p><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></p>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:17:47', '2018-04-20 14:17:47', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(653, 1, '2018-04-20 14:23:15', '2018-04-20 14:23:15', '{\n    \"flatsome-child::nav_size_bottom\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:19:59\"\n    },\n    \"flatsome-child::nav_spacing_bottom\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:20:58\"\n    },\n    \"flatsome-child::nav_style_bottom\": {\n        \"value\": \"pills\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:23:15\"\n    },\n    \"flatsome-child::nav_position_color\": {\n        \"value\": \"dark\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:21:59\"\n    },\n    \"flatsome-child::type_nav_bottom_color\": {\n        \"value\": \"#1e73be\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:23:15\"\n    },\n    \"flatsome-child::type_nav_bottom_color_hover\": {\n        \"value\": \"#e40101\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:21:59\"\n    },\n    \"flatsome-child::nav_height_bottom\": {\n        \"value\": \"42\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:22:59\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '0f9d6f07-421b-4b76-80e8-5aca9a17fe95', '', '', '2018-04-20 14:23:15', '2018-04-20 14:23:15', '', 0, 'http://hikaruharuki.com/?p=653', 0, 'customize_changeset', '', 0),
(654, 1, '2018-04-20 14:24:03', '2018-04-20 14:24:03', '{\n    \"flatsome-child::nav_style_bottom\": {\n        \"value\": \"tabs\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:24:03\"\n    },\n    \"flatsome-child::type_nav_bottom_color\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:24:03\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '48cedc99-f0d1-4884-ba9e-7168497af9db', '', '', '2018-04-20 14:24:03', '2018-04-20 14:24:03', '', 0, 'http://hikaruharuki.com/2018/04/20/48cedc99-f0d1-4884-ba9e-7168497af9db/', 0, 'customize_changeset', '', 0),
(655, 1, '2018-04-20 14:24:36', '2018-04-20 14:24:36', '{\n    \"flatsome-child::nav_style_bottom\": {\n        \"value\": \"divided\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:24:36\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f427fcfe-a8d1-40e9-a89c-cd2b0f007019', '', '', '2018-04-20 14:24:36', '2018-04-20 14:24:36', '', 0, 'http://hikaruharuki.com/2018/04/20/f427fcfe-a8d1-40e9-a89c-cd2b0f007019/', 0, 'customize_changeset', '', 0),
(656, 1, '2018-04-20 14:25:14', '2018-04-20 14:25:14', '{\n    \"flatsome-child::nav_style_bottom\": {\n        \"value\": \"box\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:25:14\"\n    },\n    \"flatsome-child::nav_spacing_bottom\": {\n        \"value\": \"medium\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:25:14\"\n    },\n    \"flatsome-child::type_nav_bottom_color_hover\": {\n        \"value\": \"\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:25:14\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '278dafdf-7bb6-4a63-9b56-780479e7ae2b', '', '', '2018-04-20 14:25:14', '2018-04-20 14:25:14', '', 0, 'http://hikaruharuki.com/2018/04/20/278dafdf-7bb6-4a63-9b56-780479e7ae2b/', 0, 'customize_changeset', '', 0),
(657, 1, '2018-04-20 14:25:56', '2018-04-20 14:25:56', '{\n    \"flatsome-child::contact_email\": {\n        \"value\": \"info@foamindo.com\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:25:56\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2957dee6-aafd-439c-a530-a3a415fb40f3', '', '', '2018-04-20 14:25:56', '2018-04-20 14:25:56', '', 0, 'http://hikaruharuki.com/2018/04/20/2957dee6-aafd-439c-a530-a3a415fb40f3/', 0, 'customize_changeset', '', 0),
(658, 1, '2018-04-20 14:29:04', '2018-04-20 14:29:04', '{\n    \"flatsome-child::nav_menu_locations[footer]\": {\n        \"value\": 68,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:29:04\"\n    },\n    \"flatsome-child::nav_menu_locations[top_bar_nav]\": {\n        \"value\": 68,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:29:04\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd5ba8dee-cb46-464c-b263-763f7b5cef5d', '', '', '2018-04-20 14:29:04', '2018-04-20 14:29:04', '', 0, 'http://hikaruharuki.com/?p=658', 0, 'customize_changeset', '', 0),
(659, 1, '2018-04-20 14:42:29', '2018-04-20 14:42:29', '{\n    \"flatsome-child::type_size_mobile\": {\n        \"value\": \"100\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:31:16\"\n    },\n    \"flatsome-child::type_nav\": {\n        \"value\": {\n            \"font-family\": \"Lato\",\n            \"variant\": \"700\",\n            \"font-backup\": \"\",\n            \"font-weight\": \"700\",\n            \"font-style\": \"normal\",\n            \"subsets\": null\n        },\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:41:05\"\n    },\n    \"flatsome-child::nav_position_color\": {\n        \"value\": \"dark\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:42:06\"\n    },\n    \"flatsome-child::type_nav_bottom_color_hover\": {\n        \"value\": \"#df0101\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 14:42:29\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2dcb3a71-9f45-4220-98b8-08b0cb200e96', '', '', '2018-04-20 14:42:29', '2018-04-20 14:42:29', '', 0, 'http://hikaruharuki.com/?p=659', 0, 'customize_changeset', '', 0),
(660, 1, '2018-04-20 14:54:32', '2018-04-20 14:54:32', '[ux_slider]\r\n\r\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\r\n\r\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\r\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\r\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\r\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"284\" bg_pos=\"62% 68%\" hover=\"zoom\" parallax=\"2\"]\r\n\r\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\r\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Products</strong></h3>\r\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)\r\n</strong></h2>\r\n<h5 style=\"text-align: center;\">Application: Garment and Shoes</h5>\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\r\n\r\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\r\n<h3 class=\"alt-font\">Featured Products</h3>\r\n<h2 class=\"uppercase\">high resiliencE foam</h2>\r\n<strong>Application: Bedding and Furniture</strong>\r\n\r\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/ux_slider]\r\n[section bg_color=\"rgb(255, 255, 255)\"]\r\n\r\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\r\n\r\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\r\n\r\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nWe produce high quality foam under strict quality measures.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nProven service and on time product deliveries that lead to satisfied customers.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n[col span=\"4\" animate=\"fadeInLeft\"]\r\n\r\n[featured_box img=\"639\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\r\n\r\nEquipped with the latest tech in foam manufacturing, cutting, and profiling.\r\n\r\n[/featured_box]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\r\n\r\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\r\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\r\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing\r\n</span></h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n<h2>Established in 1971</h2>\r\nFoamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\"]\r\n<h2>Diverse Applications &amp; Customization</h2>\r\nThe unique characteristics of our PU foam products make them ideal for wide range of product applications.\r\nSome of the industries we cater include:\r\n<ul>\r\n 	<li>Furniture and Bedding\'s</li>\r\n 	<li>Automotive</li>\r\n 	<li>Footwear and Garments</li>\r\n 	<li>Packaging</li>\r\n 	<li>Toys</li>\r\n 	<li>Handbags, Luggage\'s &amp; Suitcases</li>\r\n</ul>\r\nTo meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\r\n\r\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\r\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\r\nWell equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\r\n\r\n[row v_align=\"middle\"]\r\n\r\n[col span=\"7\" span__sm=\"12\"]\r\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\r\nExample spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging\r\n\r\n[/col]\r\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\r\n\r\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/message_box]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\r\n<h2 class=\"uppercase\"><strong>yellowing FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>rebonded foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Comfort FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>HR Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\r\n<h2 class=\"uppercase\"><strong>bearing foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>BIO FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\r\n<h2 class=\"uppercase\"><strong>Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong> </strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\nJl. Telesonic Ujung 120 Km. 8\r\nTangerang, Indonesia\r\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730\r\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104\r\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\r\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 14:54:32', '2018-04-20 14:54:32', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(661, 1, '2018-04-20 15:00:06', '2018-04-20 15:00:06', '', 'King-Size-Memory-Foam-Mattress-Modern', '', 'inherit', 'open', 'closed', '', 'king-size-memory-foam-mattress-modern', '', '', '2018-04-20 15:00:06', '2018-04-20 15:00:06', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/King-Size-Memory-Foam-Mattress-Modern.jpg', 0, 'attachment', 'image/jpeg', 0),
(662, 1, '2018-04-20 15:00:07', '2018-04-20 15:00:07', '', 'viscoelasticFoam', '', 'inherit', 'open', 'closed', '', 'viscoelasticfoam', '', '', '2018-04-20 15:00:07', '2018-04-20 15:00:07', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/viscoelasticFoam.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(663, 1, '2018-04-20 15:07:32', '2018-04-20 15:07:32', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"639\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 15:07:32', '2018-04-20 15:07:32', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(664, 1, '2018-04-20 15:09:47', '2018-04-20 15:09:47', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box position_x=\"50\" position_y=\"80\"]\r\n<h1 class=\"lead\">Products</h1>\r\n<p class=\"lead\">We manufacture a wide range of foam products which are used substantially in many product categories such as: <strong>spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging.</strong> Learn more about our products below:</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Comfort FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\r\n<h2 class=\"uppercase\"><strong>yellowing FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>HR Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>BIO FOAM\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\r\n<h2 class=\"uppercase\"><strong>bearing foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row style=\"collapse\" width=\"full-width\"]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\r\n<h2 class=\"uppercase\"><strong>Foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong>rebonded foam\r\n</strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[col span=\"4\"]\r\n\r\n[ux_banner height=\"99.99%\" bg_color=\"rgb(255,255,255)\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\r\n\r\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\r\n<h2 class=\"uppercase\"><strong> </strong></h2>\r\n[gap height=\"6px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-20 15:09:47', '2018-04-20 15:09:47', '', 454, 'http://hikaruharuki.com/2018/04/20/454-revision-v1/', 0, 'revision', '', 0),
(666, 1, '2018-04-20 15:52:17', '2018-04-20 15:52:17', '', 'Mass-Markets-Gear', '', 'inherit', 'open', 'closed', '', 'mass-markets-gear', '', '', '2018-04-20 15:52:17', '2018-04-20 15:52:17', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Mass-Markets-Gear.svg', 0, 'attachment', 'image/svg+xml', 0),
(667, 1, '2018-04-20 15:52:36', '2018-04-20 15:52:36', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"666\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 15:52:36', '2018-04-20 15:52:36', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(669, 1, '2018-04-20 15:58:23', '2018-04-20 15:58:23', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"668\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 15:58:23', '2018-04-20 15:58:23', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(671, 1, '2018-04-20 16:00:03', '2018-04-20 16:00:03', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"670\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 16:00:03', '2018-04-20 16:00:03', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(672, 1, '2018-04-20 16:01:30', '2018-04-20 16:01:30', '', 'Gear-Icons', '', 'inherit', 'open', 'closed', '', 'gear-icons-2', '', '', '2018-04-20 16:01:30', '2018-04-20 16:01:30', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Gear-Icons.svg', 0, 'attachment', 'image/svg+xml', 0),
(673, 1, '2018-04-20 16:01:39', '2018-04-20 16:01:39', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"672\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 16:01:39', '2018-04-20 16:01:39', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(675, 1, '2018-04-20 16:07:33', '2018-04-20 16:07:33', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"674\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 16:07:33', '2018-04-20 16:07:33', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(676, 1, '2018-04-20 16:17:56', '2018-04-20 16:17:56', '', 'Gear', '', 'inherit', 'open', 'closed', '', 'gear', '', '', '2018-04-20 16:17:56', '2018-04-20 16:17:56', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Gear.svg', 0, 'attachment', 'image/svg+xml', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(677, 1, '2018-04-20 16:18:13', '2018-04-20 16:18:13', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"676\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 16:18:13', '2018-04-20 16:18:13', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(678, 1, '2018-04-20 16:24:42', '2018-04-20 16:24:42', '', 'Gear-Ico', '', 'inherit', 'open', 'closed', '', 'gear-ico', '', '', '2018-04-20 16:24:42', '2018-04-20 16:24:42', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Gear-Ico.svg', 0, 'attachment', 'image/svg+xml', 0),
(679, 1, '2018-04-20 16:24:52', '2018-04-20 16:24:52', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"678\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 16:24:52', '2018-04-20 16:24:52', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(680, 1, '2018-04-20 16:26:49', '2018-04-20 16:26:49', '{\n    \"nav_menu_item[479]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 466,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/bio-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"Bio-Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:36\"\n    },\n    \"nav_menu_item[480]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 464,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/delayed-yellowing-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Delayed Yellowing Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:13\"\n    },\n    \"nav_menu_item[482]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 460,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/comfort-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Comfort Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:13\"\n    },\n    \"nav_menu_item[478]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 470,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/flame-retardant-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Flame Retardant Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:46\"\n    },\n    \"nav_menu_item[530]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 527,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/high-load-bearing-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"High Load Bearing Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:46\"\n    },\n    \"nav_menu_item[485]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 483,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/hr-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"HR Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:36\"\n    },\n    \"nav_menu_item[477]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 474,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/rebonded-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 10,\n            \"status\": \"publish\",\n            \"original_title\": \"Rebonded Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:29\"\n    },\n    \"nav_menu_item[481]\": {\n        \"value\": {\n            \"menu_item_parent\": 476,\n            \"object_id\": 462,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"http://hikaruharuki.com/products/viscoelastic-foam/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 68,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"original_title\": \"Viscoelastic Foam\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-20 16:26:29\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4e669e4c-384c-46d4-b7b0-3682ef0ad313', '', '', '2018-04-20 16:26:49', '2018-04-20 16:26:49', '', 0, 'http://hikaruharuki.com/?p=680', 0, 'customize_changeset', '', 0),
(681, 1, '2018-04-20 16:28:36', '2018-04-20 16:28:36', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"62\" position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">Foamindo has broad knowledge of various foam manufacturing technologies. In addition to the many types of products that we develop for the market at large, Foamindo also offer custom-developed solutions for customers with specialized products.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg_color=\"rgb(255,255,255)\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-20 16:28:36', '2018-04-20 16:28:36', '', 454, 'http://hikaruharuki.com/2018/04/20/454-revision-v1/', 0, 'revision', '', 0),
(682, 1, '2018-04-20 16:31:21', '2018-04-20 16:31:21', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">Our process is proven over decades of creating the unrivaled foam materials you come to expect for your products and your business.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"100%\" bg=\"564\" bg_size=\"original\" bg_color=\"rgb(255, 255, 255)\" hover=\"zoom\" parallax=\"6\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\"><strong>Our Services</strong></h2>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Our Services</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-20 16:31:21', '2018-04-20 16:31:21', '', 557, 'http://hikaruharuki.com/2018/04/20/557-revision-v1/', 0, 'revision', '', 0),
(683, 1, '2018-04-20 16:42:30', '2018-04-20 16:42:30', '', 'process-diagram', '', 'inherit', 'open', 'closed', '', 'process-diagram-2', '', '', '2018-04-20 16:42:30', '2018-04-20 16:42:30', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/process-diagram.jpg', 0, 'attachment', 'image/jpeg', 0),
(684, 1, '2018-04-20 16:42:47', '2018-04-20 16:42:47', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">Our process is proven over decades of creating the unrivaled foam materials you come to expect for your products and your business.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"100%\" bg=\"683\" bg_size=\"original\" parallax=\"6\" border=\"0px 0px 0px 0px\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\"><strong>Our Services</strong></h2>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"alt-font\">Our Services</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-20 16:42:47', '2018-04-20 16:42:47', '', 557, 'http://hikaruharuki.com/2018/04/20/557-revision-v1/', 0, 'revision', '', 0),
(685, 1, '2018-04-20 16:45:06', '2018-04-20 16:45:06', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">Our process is proven over decades of creating the unrivaled foam materials you come to expect for your products and your business.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"100%\" bg=\"683\" bg_size=\"original\" parallax=\"6\" border=\"0px 0px 0px 0px\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\" hover=\"overlay-remove\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\" text_depth=\"2\"]\n\n<h2 class=\"alt-font\"><strong>Our Services</strong></h2>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\" hover=\"overlay-remove\"]\n\n[text_box position_x=\"50\" position_y=\"50\" text_depth=\"2\"]\n\n<h2 class=\"alt-font\">Our Services</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-20 16:45:06', '2018-04-20 16:45:06', '', 557, 'http://hikaruharuki.com/2018/04/20/557-revision-v1/', 0, 'revision', '', 0),
(686, 1, '2018-04-20 16:46:09', '2018-04-20 16:46:09', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"67\" position_x=\"50\" position_y=\"80\"]\n\n<h1 class=\"lead\">COMPANY</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2000</strong> certification. This certification ensures that our process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-20 16:46:09', '2018-04-20 16:46:09', '', 88, 'http://hikaruharuki.com/2018/04/20/88-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(687, 1, '2018-04-20 16:47:22', '2018-04-20 16:47:22', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"67\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2000</strong> certification. This certification ensures that our process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-20 16:47:22', '2018-04-20 16:47:22', '', 88, 'http://hikaruharuki.com/2018/04/20/88-revision-v1/', 0, 'revision', '', 0),
(688, 1, '2018-04-20 16:48:04', '2018-04-20 16:48:04', '[ux_banner height=\"500px\" bg=\"304\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"4\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Process</h1>\n<p class=\"lead\">Our process is proven over decades of creating the unrivaled foam materials you come to expect for your products and your business.</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"100%\" bg=\"683\" bg_size=\"original\" parallax=\"6\" border=\"0px 0px 0px 0px\"]\n\n[text_box width=\"76\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"50\" text_depth=\"2\" bg=\"rgba(0, 0, 0, 0.44)\" depth=\"2\" depth_hover=\"3\"]\n\n<h3 class=\"uppercase\">The diagram explains the process of how we manufacture our foam.</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[gap]\n\n[row style=\"large\" width=\"custom\" custom_width=\"1200px\"]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"568\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"47% 28%\" hover=\"overlay-remove\"]\n\n[text_box width=\"69\" position_x=\"50\" position_y=\"50\" text_depth=\"2\"]\n\n<h2 class=\"alt-font\"><strong>Our Services</strong></h2>\n<h1 class=\"uppercase\"><strong>Quilting</strong></h1>\n[button text=\"MORE\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInLeft\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/quilting\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"350px\" bg=\"569\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"31% 14%\" hover=\"overlay-remove\"]\n\n[text_box position_x=\"50\" position_y=\"50\" text_depth=\"2\"]\n\n<h2 class=\"alt-font\">Our Services</h2>\n<h1 class=\"uppercase\"><strong>Laminating</strong></h1>\n[button text=\"more\" color=\"white\" style=\"outline\" size=\"large\" animate=\"fadeInRight\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/process/laminating\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Process', '', 'inherit', 'closed', 'closed', '', '557-revision-v1', '', '', '2018-04-20 16:48:04', '2018-04-20 16:48:04', '', 557, 'http://hikaruharuki.com/2018/04/20/557-revision-v1/', 0, 'revision', '', 0),
(689, 1, '2018-04-20 16:48:52', '2018-04-20 16:48:52', '[ux_banner height=\"507px\" bg=\"284\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Products</h1>\n<p class=\"lead\">Foamindo has broad knowledge of various foam manufacturing technologies. In addition to the many types of products that we develop for the market at large, Foamindo also offer custom-developed solutions for customers with specialized products.</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg_color=\"rgb(255,255,255)\" bg_overlay=\"rgba(0,0,0,.5)\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Products', '', 'inherit', 'closed', 'closed', '', '454-revision-v1', '', '', '2018-04-20 16:48:52', '2018-04-20 16:48:52', '', 454, 'http://hikaruharuki.com/2018/04/20/454-revision-v1/', 0, 'revision', '', 0),
(690, 1, '2018-04-20 16:49:33', '2018-04-20 16:49:33', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2000</strong> certification. This certification ensures that our process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-20 16:49:33', '2018-04-20 16:49:33', '', 88, 'http://hikaruharuki.com/2018/04/20/88-revision-v1/', 0, 'revision', '', 0),
(691, 1, '2018-04-20 16:51:26', '2018-04-20 16:51:26', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"678\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" width__sm=\"65\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"434\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-20 16:51:26', '2018-04-20 16:51:26', '', 48, 'http://hikaruharuki.com/2018/04/20/48-revision-v1/', 0, 'revision', '', 0),
(692, 1, '2018-04-22 13:41:02', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2018-04-22 13:41:02', '0000-00-00 00:00:00', '', 0, 'http://hikaruharuki.com/?p=692', 0, 'post', '', 0),
(693, 1, '2018-04-22 13:46:51', '2018-04-22 13:46:51', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\r\n<h1 class=\"lead\">Contact Us</h1>\r\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\r\n\r\n[row style=\"collapse\"]\r\n\r\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\r\n\r\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\r\nFor more information about our company or if you\'re looking for other foam products, please fill in the contact form\r\n\r\n&nbsp;\r\n\r\n[gap height=\"10px\"]\r\n\r\n[gap height=\"10px\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"7\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\r\n\r\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\r\n\r\n[gap height=\"40px\"]\r\n\r\n[contact-form-7 id=\"6\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 13:46:51', '2018-04-22 13:46:51', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(694, 1, '2018-04-22 14:07:38', '2018-04-22 14:07:38', '', 'Contact', 'Electronic communication concept - keyboard with contact button', 'inherit', 'open', 'closed', '', 'contact-2', '', '', '2018-04-22 14:07:38', '2018-04-22 14:07:38', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/Contact.jpg', 0, 'attachment', 'image/jpeg', 0),
(695, 1, '2018-04-22 14:09:24', '2018-04-22 14:09:24', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg=\"416\" bg_pos=\"12% 6%\" padding=\"70px\"]\n\n[row style=\"collapse\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\n\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\n<p>For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n<p>&nbsp;</p>\n[gap height=\"10px\"]\n\n[gap height=\"10px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"69\" scale=\"129\" position_x=\"50\" position_y=\"50\"]\n\n[gap height=\"40px\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 14:09:24', '2018-04-22 14:09:24', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(696, 1, '2018-04-22 14:20:51', '2018-04-22 14:20:51', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[section bg_pos=\"12% 6%\" padding=\"70px\"]\n\n[row style=\"collapse\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\n\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\n<p>For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n<p>&nbsp;</p>\n[gap height=\"10px\"]\n\n[gap height=\"10px\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"87\" scale=\"128\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 14:20:51', '2018-04-22 14:20:51', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(697, 1, '2018-04-22 14:23:24', '2018-04-22 14:23:24', '', 'hold-1', '', 'inherit', 'open', 'closed', '', 'hold-1', '', '', '2018-04-22 14:23:24', '2018-04-22 14:23:24', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/hold-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(698, 1, '2018-04-22 14:23:26', '2018-04-22 14:23:26', '', 'monitor-1', '', 'inherit', 'open', 'closed', '', 'monitor-1', '', '', '2018-04-22 14:23:26', '2018-04-22 14:23:26', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/monitor-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(699, 1, '2018-04-22 14:23:28', '2018-04-22 14:23:28', '', 'layers-1', '', 'inherit', 'open', 'closed', '', 'layers-1', '', '', '2018-04-22 14:23:28', '2018-04-22 14:23:28', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/layers-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(700, 1, '2018-04-22 14:23:30', '2018-04-22 14:23:30', '', 'star-1', '', 'inherit', 'open', 'closed', '', 'star-1', '', '', '2018-04-22 14:23:30', '2018-04-22 14:23:30', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/star-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(701, 1, '2018-04-22 14:23:32', '2018-04-22 14:23:32', '', 'settings-1', '', 'inherit', 'open', 'closed', '', 'settings-1', '', '', '2018-04-22 14:23:32', '2018-04-22 14:23:32', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/settings-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(702, 1, '2018-04-22 14:23:34', '2018-04-22 14:23:34', '', 'share-1', '', 'inherit', 'open', 'closed', '', 'share-1', '', '', '2018-04-22 14:23:34', '2018-04-22 14:23:34', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/share-1.svg', 0, 'attachment', 'image/svg+xml', 0),
(703, 1, '2018-04-22 14:28:08', '2018-04-22 14:28:08', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\n\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\n<p>For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n<p>&nbsp;</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"87\" scale=\"128\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 14:28:08', '2018-04-22 14:28:08', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(704, 1, '2018-04-22 14:29:31', '2018-04-22 14:29:31', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\n\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\n<p>For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n<p>&nbsp;</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"87\" scale=\"128\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 14:29:31', '2018-04-22 14:29:31', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(705, 1, '2018-04-22 14:33:15', '2018-04-22 14:33:15', '{\n    \"flatsome-child::header_width\": {\n        \"value\": \"full-width\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-22 14:33:15\"\n    },\n    \"flatsome-child::box_shadow_header\": {\n        \"value\": true,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-22 14:33:15\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'ef3cb24e-d7ea-419e-b3b4-e90ef41671b1', '', '', '2018-04-22 14:33:15', '2018-04-22 14:33:15', '', 0, 'http://hikaruharuki.com/?p=705', 0, 'customize_changeset', '', 0),
(706, 1, '2018-04-22 14:34:32', '2018-04-22 14:34:32', '{\n    \"flatsome-child::header_width\": {\n        \"value\": \"container\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-22 14:34:32\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1088e033-3092-4f41-8ed1-ce0b5d55f505', '', '', '2018-04-22 14:34:32', '2018-04-22 14:34:32', '', 0, 'http://hikaruharuki.com/2018/04/22/1088e033-3092-4f41-8ed1-ce0b5d55f505/', 0, 'customize_changeset', '', 0),
(707, 1, '2018-04-22 14:35:28', '2018-04-22 14:35:28', '{\n    \"flatsome-child::header_mobile_elements_right\": {\n        \"value\": [\n            \"contact\"\n        ],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-22 14:35:14\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '703bc1a8-3c38-467c-911a-6abd50a30af3', '', '', '2018-04-22 14:35:28', '2018-04-22 14:35:28', '', 0, 'http://hikaruharuki.com/?p=707', 0, 'customize_changeset', '', 0),
(708, 1, '2018-04-22 14:38:30', '2018-04-22 14:38:30', '{\n    \"flatsome-child::header_mobile_elements_right\": {\n        \"value\": [],\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-22 14:38:30\"\n    },\n    \"flatsome-child::nav_position_text\": {\n        \"value\": \"Email Us\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-22 14:37:41\"\n    },\n    \"flatsome-child::header-block-1\": {\n        \"value\": \"0\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-22 14:38:30\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'a544e8c0-05e8-413f-821c-44305c556595', '', '', '2018-04-22 14:38:30', '2018-04-22 14:38:30', '', 0, 'http://hikaruharuki.com/?p=708', 0, 'customize_changeset', '', 0),
(709, 1, '2018-04-22 14:59:14', '2018-04-22 14:59:14', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.77)\" color=\"light\"]\n\n[ux_banner height=\"500px\" bg_color=\"rgba(88, 84, 84, 0.77)\"]\n\n[text_box width=\"71\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h1 class=\"uppercase\"><strong>GET IN TOUCH</strong></h1>\n<p>For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n<p>&nbsp;</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"7\" span__sm=\"12\"]\n\n[ux_banner bg_color=\"rgb(255,255,255)\"]\n\n[text_box text_color=\"dark\" width=\"87\" scale=\"128\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 14:59:14', '2018-04-22 14:59:14', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(710, 1, '2018-04-22 15:06:11', '2018-04-22 15:06:11', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"5\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.89)\" color=\"light\"]\n\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\n\n[text_box position_x=\"50\" position_y=\"50\"]\n\n<h3 class=\"uppercase\"><strong>This is a simple banner</strong></h3>\n<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"7\" span__sm=\"12\" padding=\"20px 20px 20px 20px\" animate=\"fadeInRight\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 15:06:11', '2018-04-22 15:06:11', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(711, 1, '2018-04-22 15:09:14', '2018-04-22 15:09:14', '<div class=\"form-flat\">\r\n\r\n<label>Nature of your Business : </label>\r\n[radio nature-business default:0 \"Wholesaler\" \"Manufacturer\" \"Retailer\" \"Others\"]\r\n\r\n<label>Please describe your specific/customized requirements:* </label>\r\n[textarea* your-message] </p>\r\n\r\n<label>Company-Name : </label>[text* your-name placeholder \"Company-Name (required)\"]\r\n<label>Contact-Person : </label>[text* contact-person placeholder \"Contact-Person (required)\"]\r\n<label>E-Mail : </label>[email* your-email placeholder \"E-Mail (required)\"]\r\n<label>Mobile : </label>[tel* mobile placeholder \"Mobile (required)\"] \r\n<label>Phone : </label>[tel* phone placeholder \"Phone (required)\"]\r\n<label>Fax: </label>[tel fax placeholder \"Fax\"]\r\n<label>Street Address : </label>[text address placeholder \"Street Address\"]\r\n<label>City/State : </label>[text city placeholder \"City/State\"]\r\n<label>Zip/Postal Code : </label>[text zip placeholder \"Zip/Postal Code\"]\r\n<label>Country : </label>[select Country data:countries]\r\n</p>\r\n\r\n[submit class:button primary \"Submit\"]\r\n</div>\n1\nInquiry Contact Us\ninfo@hikaruharuki.com\n[your-email]\nName : [your-name]\r\nPhone: [phone]\r\n\r\nMessages :\r\n[your-message]\n\n\n\n\n\n\n\n\n\n\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nYour entered code is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.', 'Contact-Us-NoLabel', '', 'publish', 'closed', 'closed', '', 'contact-form-flat_copy', '', '', '2018-04-22 15:09:37', '2018-04-22 15:09:37', '', 0, 'http://hikaruharuki.com/?post_type=wpcf7_contact_form&#038;p=711', 0, 'wpcf7_contact_form', '', 0),
(712, 1, '2018-04-22 16:25:21', '2018-04-22 16:25:21', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"6\" span__sm=\"12\" bg_color=\"rgba(88, 84, 84, 0.89)\" color=\"light\"]\n\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\n\n[text_box width=\"96\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\n<h3>Email : info@foamindo.com</h3>\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" padding=\"25px 25px 25px 25px\" animate=\"fadeInRight\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/col]\n\n[/row]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 16:25:21', '2018-04-22 16:25:21', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(713, 1, '2018-04-22 16:30:14', '2018-04-22 16:30:14', '', 'unsplash3-2-of-4', '', 'inherit', 'open', 'closed', '', 'unsplash3-2-of-4', '', '', '2018-04-22 16:30:14', '2018-04-22 16:30:14', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/unsplash3-2-of-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(714, 1, '2018-04-22 16:37:52', '2018-04-22 16:37:52', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"100%\" bg=\"713\" bg_overlay=\"rgba(23, 28, 38, 0.85)\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\n<h3>Email : info@foamindo.com</h3>\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\n\n[row]\n\n[col span=\"11\" span__sm=\"12\" align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 16:37:52', '2018-04-22 16:37:52', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(715, 1, '2018-04-22 16:42:00', '2018-04-22 16:42:00', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\n<h3>Email : info@foamindo.com</h3>\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-22 16:42:00', '2018-04-22 16:42:00', '', 86, 'http://hikaruharuki.com/2018/04/22/86-revision-v1/', 0, 'revision', '', 0),
(716, 1, '2018-04-23 15:09:29', '2018-04-23 15:09:29', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\r\n<h1 class=\"lead\">Contact Us</h1>\r\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\r\n\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h3 class=\"uppercase\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\n<h3>Address : Jl. Telesonic Ujung 120 Km. 8, Tangerang, Indonesia</h3>\r\n<h3>Email : info@foamindo.com</h3>\r\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\r\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n\r\n[contact-form-7 id=\"6\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-23 15:09:29', '2018-04-23 15:09:29', '', 86, 'http://hikaruharuki.com/2018/04/23/86-revision-v1/', 0, 'revision', '', 0),
(717, 1, '2018-04-23 15:18:35', '2018-04-23 15:18:35', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\r\n<h1 class=\"lead\">Contact Us</h1>\r\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\r\n\r\n[row]\r\n\r\n[col span=\"6\" span__sm=\"12\"]\r\n\r\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\r\n\r\n[text_box width=\"86\" position_x=\"50\" position_y=\"50\" text_align=\"left\"]\r\n<h3 class=\"uppercase\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\r\n&nbsp;\r\n<h3>PT. Foamindo Industri Uretan</h3>\r\n<h3>Address : Jl. Telesonic Ujung 120 Km. 8, Tangerang, Indonesia</h3>\r\n<h3>Email : info@foamindo.com</h3>\r\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\r\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n\r\n[/col]\r\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\r\n\r\n[contact-form-7 id=\"6\"]\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-23 15:18:35', '2018-04-23 15:18:35', '', 86, 'http://hikaruharuki.com/2018/04/23/86-revision-v1/', 0, 'revision', '', 0),
(718, 1, '2018-04-23 15:20:02', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2018-04-23 15:20:02', '0000-00-00 00:00:00', '', 0, 'http://hikaruharuki.com/?post_type=blocks&p=718', 0, 'blocks', '', 0),
(719, 1, '2018-04-23 16:06:20', '2018-04-23 16:06:20', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"5\" text_align=\"left\"]\n\n<h3 class=\"uppercase\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\n<p>&nbsp;</p>\n<h3>PT. Foamindo Industri Uretan</h3>\n<h3>Address : Jl. Telesonic Ujung 120 Km. 8, Tangerang, Indonesia</h3>\n<h3>Email : info@foamindo.com</h3>\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-23 16:06:20', '2018-04-23 16:06:20', '', 86, 'http://hikaruharuki.com/2018/04/23/86-revision-v1/', 0, 'revision', '', 0),
(720, 1, '2018-04-24 11:55:28', '2018-04-24 11:55:28', '', 'ISOcert', '', 'inherit', 'open', 'closed', '', 'isocert', '', '', '2018-04-24 11:55:28', '2018-04-24 11:55:28', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/ISOcert.jpg', 0, 'attachment', 'image/jpeg', 0),
(721, 1, '2018-04-24 11:55:31', '2018-04-24 11:55:31', '', 'TUVNord', '', 'inherit', 'open', 'closed', '', 'tuvnord', '', '', '2018-04-24 11:55:31', '2018-04-24 11:55:31', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/TUVNord.jpg', 0, 'attachment', 'image/jpeg', 0),
(722, 1, '2018-04-24 11:57:52', '2018-04-24 11:57:52', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"678\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" width__sm=\"65\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"721\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/company\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-24 11:57:52', '2018-04-24 11:57:52', '', 48, 'http://hikaruharuki.com/2018/04/24/48-revision-v1/', 0, 'revision', '', 0),
(723, 1, '2018-04-24 12:33:01', '2018-04-24 12:33:01', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"certificate\"]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n\n[/section]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-24 12:33:01', '2018-04-24 12:33:01', '', 88, 'http://hikaruharuki.com/2018/04/24/88-revision-v1/', 0, 'revision', '', 0),
(724, 1, '2018-04-24 12:34:12', '2018-04-24 12:34:12', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\nFoamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\nThe unique characteristics of our PU foam products make them ideal for wide range of product applications.\nSome of the industries we cater include:\n<ul>\n 	<li>Furniture and Beddings</li>\n 	<li>Automotive</li>\n 	<li>Footwear and Garments</li>\n 	<li>Packaging</li>\n 	<li>Toys</li>\n 	<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\nTo meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"certificate\"]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\n[/col]\n\n[/row]\n\n[/section]\n\n[title style=\"center\" text=\"Quilting Machine\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"573\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n[/col]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-autosave-v1', '', '', '2018-04-24 12:34:12', '2018-04-24 12:34:12', '', 88, 'http://hikaruharuki.com/2018/04/24/88-autosave-v1/', 0, 'revision', '', 0),
(725, 1, '2018-04-24 12:34:26', '2018-04-24 12:34:26', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\r\n<h1 class=\"lead\">Company</h1>\r\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section padding=\"20px\"]\r\n\r\n[gap height=\"50px\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\r\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\r\n[/col]\r\n[col span=\"8\" span__sm=\"12\"]\r\n\r\nFoamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\r\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\r\n[/col]\r\n[col span=\"8\" span__sm=\"12\"]\r\n\r\nThe unique characteristics of our PU foam products make them ideal for wide range of product applications.\r\nSome of the industries we cater include:\r\n<ul>\r\n 	<li>Furniture and Beddings</li>\r\n 	<li>Automotive</li>\r\n 	<li>Footwear and Garments</li>\r\n 	<li>Packaging</li>\r\n 	<li>Toys</li>\r\n 	<li>Handbags, Luggages &amp; Suitcases</li>\r\n</ul>\r\nTo meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and\r\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\r\n\r\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\r\n\r\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"certificate\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\r\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\r\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n\r\n[title style=\"center\" text=\"ISO CERTIFICATE\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"5\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"573\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-24 12:34:26', '2018-04-24 12:34:26', '', 88, 'http://hikaruharuki.com/2018/04/24/88-revision-v1/', 0, 'revision', '', 0),
(726, 1, '2018-04-24 12:35:32', '2018-04-24 12:35:32', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"certificate\"]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[title style=\"center\" text=\"ISO CERTIFICATE\"]\n\n[row h_align=\"center\"]\n\n\n[/row]\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"720\" image_size=\"original\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-24 12:35:32', '2018-04-24 12:35:32', '', 88, 'http://hikaruharuki.com/2018/04/24/88-revision-v1/', 0, 'revision', '', 0),
(727, 1, '2018-04-24 12:36:34', '2018-04-24 12:36:34', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\r\n\r\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\r\n<h1 class=\"lead\">Company</h1>\r\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section padding=\"20px\"]\r\n\r\n[gap height=\"50px\"]\r\n\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\r\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\r\n[/col]\r\n[col span=\"8\" span__sm=\"12\"]\r\n\r\nFoamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n[row]\r\n\r\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\r\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\r\n[/col]\r\n[col span=\"8\" span__sm=\"12\"]\r\n\r\nThe unique characteristics of our PU foam products make them ideal for wide range of product applications.\r\nSome of the industries we cater include:\r\n<ul>\r\n 	<li>Furniture and Beddings</li>\r\n 	<li>Automotive</li>\r\n 	<li>Footwear and Garments</li>\r\n 	<li>Packaging</li>\r\n 	<li>Toys</li>\r\n 	<li>Handbags, Luggages &amp; Suitcases</li>\r\n</ul>\r\nTo meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and\r\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.\r\n\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\r\n\r\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\r\n\r\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\r\n\r\n[/text_box]\r\n\r\n[/ux_banner]\r\n[section label=\"certificate\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\r\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\r\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\r\n[/col]\r\n\r\n[/row]\r\n\r\n[/section]\r\n[title style=\"center\" text=\"ISO CERTIFICATE\"]\r\n\r\n[row h_align=\"center\"]\r\n\r\n[col span=\"5\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"720\" image_size=\"original\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n\r\n[col span=\"5\" span__sm=\"6\"]\r\n\r\n[ux_image id=\"574\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\r\n\r\n[/col]\r\n\r\n[/row]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-24 12:36:34', '2018-04-24 12:36:34', '', 88, 'http://hikaruharuki.com/2018/04/24/88-revision-v1/', 0, 'revision', '', 0),
(728, 1, '2018-04-24 12:38:05', '2018-04-24 12:38:05', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"certificate\"]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"ISO CERTIFICATE\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"720\" image_size=\"original\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-24 12:38:05', '2018-04-24 12:38:05', '', 88, 'http://hikaruharuki.com/2018/04/24/88-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(729, 1, '2018-04-24 12:39:54', '2018-04-24 12:39:54', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"678\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" width__sm=\"65\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"721\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/company#certificate\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-24 12:39:54', '2018-04-24 12:39:54', '', 48, 'http://hikaruharuki.com/2018/04/24/48-revision-v1/', 0, 'revision', '', 0),
(730, 1, '2018-04-24 12:48:04', '2018-04-24 12:48:04', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"certificate\"]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"ISO CERTIFICATE\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"720\" image_size=\"original\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n\n[/section]\n[scroll_to title=\"certificate\" link=\"#certificate\"]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-24 12:48:04', '2018-04-24 12:48:04', '', 88, 'http://hikaruharuki.com/2018/04/24/88-revision-v1/', 0, 'revision', '', 0),
(731, 1, '2018-04-24 12:48:45', '2018-04-24 12:48:45', '[ux_banner height=\"507px\" bg=\"511\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Company</h1>\n<p class=\"lead\">Throughout the last four decades, the company has earned a reputation as a highly customer-focused that delivers high-quality products in timely manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[section padding=\"20px\"]\n\n[gap height=\"50px\"]\n\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Established in 1971</span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n\n[/row]\n[row]\n\n[col span=\"4\" span__sm=\"12\" padding=\"0px 40px 0px 0px\"]\n\n<h1><span style=\"font-size: 120%;\">Diverse Application And Customization </span></h1>\n\n[/col]\n[col span=\"8\" span__sm=\"12\"]\n\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Beddings</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggages &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and<br />\n<strong><a href=\"http://www.foamindo.com/our-products.php#laminating\">added value services</a> (quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"304\" bg_pos=\"79% 48%\" hover=\"glow\" parallax=\"4\"]\n\n[text_box width=\"76\" animate=\"blurIn\" position_x=\"50\" position_y=\"50\" text_depth=\"3\" bg=\"rgba(38, 31, 31, 0.87)\"]\n\n[title style=\"center\" text=\"MANUFACTURING EXCELLENCE\" size=\"145\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[scroll_to title=\"certificate\" link=\"#certificate\" bullet=\"false\"]\n\n[section label=\"certificate\"]\n\n[row h_align=\"center\"]\n\n[col span__sm=\"12\" divider=\"0\" align=\"left\" animate=\"fadeInUp\"]\n\n<p class=\"narrow\">Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m<sup>3</sup>, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n<p class=\"narrow\">We are committed to provide the best quality products for our customers and it is fittingly proven through the rigorous audits that we passed to achieve our <strong>ISO 9001:2008</strong> certification. This certification ensures that our manufacturing process and quality comply with the international industry standard</p>\n\n[/col]\n\n[/row]\n[title style=\"center\" text=\"ISO CERTIFICATE\"]\n\n[row h_align=\"center\"]\n\n[col span=\"5\" span__sm=\"6\"]\n\n[ux_image id=\"720\" image_size=\"original\" height=\"75%\" lightbox=\"true\" caption=\"true\" image_hover=\"glow\" depth=\"3\" depth_hover=\"5\" animate=\"fadeInLeft\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Company', '', 'inherit', 'closed', 'closed', '', '88-revision-v1', '', '', '2018-04-24 12:48:45', '2018-04-24 12:48:45', '', 88, 'http://hikaruharuki.com/2018/04/24/88-revision-v1/', 0, 'revision', '', 0),
(732, 1, '2018-04-24 12:49:27', '2018-04-24 12:49:27', '[ux_slider]\n\n[ux_banner height=\"600px\" bg=\"283\" bg_pos=\"17% 35%\" hover=\"grayscale\" parallax=\"2\"]\n\n[text_box width=\"46\" width__sm=\"90\" padding=\"30px 30px 30px 30px\" animate=\"fadeInLeft\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\">Most Wanted Product</h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\">Comfort foam</h2>\n<h5 style=\"text-align: center;\">Application for Quilting, Spring Bed, Mattresses, Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInUp\" radius=\"6\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"661\" bg_size=\"original\" bg_pos=\"61% 13%\" hover=\"zoom\" parallax=\"2\"]\n\n[text_box width=\"73\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInUp\" position_x=\"50\" position_x__sm=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\" style=\"text-align: center;\"><strong>Featured Product</strong></h3>\n<h2 class=\"uppercase\" style=\"text-align: center;\"><strong>VISCOELASTIC FOAM (Memory FOAM)<br />\n</strong></h2>\n<h5 style=\"text-align: center;\">Application: Pillows, Bedding and Furniture</h5>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInLeft\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n[ux_banner height=\"600px\" bg=\"285\" bg_pos=\"33% 65%\" hover=\"blur\" parallax=\"2\"]\n\n[text_box width=\"68\" width__sm=\"88\" padding=\"30px 30px 30px 30px\" animate=\"fadeInDown\" position_x=\"50\" position_y=\"25\" position_y__sm=\"50\" text_depth=\"2\"]\n\n<h3 class=\"alt-font\">Featured Product</h3>\n<h2 class=\"uppercase\">high resiliencE foam</h2>\n<p><strong>Application: Bedding and Furniture</strong></p>\n[button text=\"MORE\" style=\"shade\" animate=\"fadeInRight\" radius=\"6\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/ux_slider]\n[section bg_color=\"rgb(255, 255, 255)\"]\n\n[row style=\"large\" col_style=\"divided\" h_align=\"center\"]\n\n[col span=\"4\" animate=\"fadeInLeft\" hover=\"focus\"]\n\n[featured_box img=\"291\" img_width=\"114\" pos=\"center\" title=\"Best quality\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>We produce high quality foam under strict quality measures.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"293\" img_width=\"114\" pos=\"center\" title=\"CUSTOMER SERVICE\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Proven service and on time product deliveries that lead to satisfied customers.</p>\n\n[/featured_box]\n\n[/col]\n[col span=\"4\" animate=\"fadeInLeft\"]\n\n[featured_box img=\"678\" img_width=\"114\" pos=\"center\" title=\"STATE OF THE ART TECHNOLOGY\" icon_border=\"2\" margin=\"0px 0px 0px 0px\"]\n\n<p>Equipped with the latest tech in foam manufacturing, cutting, and profiling.</p>\n\n[/featured_box]\n\n[/col]\n\n[/row]\n\n[/section]\n[ux_banner height=\"350px\" bg=\"364\" bg_overlay=\"rgba(0,0,0,.5)\" parallax=\"6\"]\n\n[text_box width=\"50\" width__sm=\"65\" position_x=\"50\" position_y=\"50\"]\n\n<h2 class=\"uppercase\"><strong>who we are</strong></h2>\n<h3><span style=\"font-size: 90%;\">Over 40 Years Experience in PU Foam Manufacturing<br />\n</span></h3>\n\n[/text_box]\n\n[/ux_banner]\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Established in 1971</h2>\n<p>Foamindo Industri Uretan is one of the pioneers in Polyurethane (PU) foam manufacturing industry. Initially, we faced the challenge of a very limited market segment, however, with the onset of many businesses that consume foam materials in their products we have been experiencing tremendous growth over the years. Coupled with excellent quality, innovative range of products, and strong company leadership, presently we are one of the largest and most prominent PU foam manufacturer in Southeast Asia. Our foam is proven to be the <strong>best foam by leading bed and furniture manufacturers</strong>. They are <strong>durable (will not sag or deform), resilient &amp; flexible, and available in all sizes and forms at all well-known upholstery wholesaler and retailer stores</strong>.</p>\n\n[/col]\n[col span=\"6\" span__sm=\"12\"]\n\n<h2>Diverse Applications &amp; Customization</h2>\n<p>The unique characteristics of our PU foam products make them ideal for wide range of product applications.<br />\nSome of the industries we cater include:</p>\n<ul>\n<li>Furniture and Bedding\'s</li>\n<li>Automotive</li>\n<li>Footwear and Garments</li>\n<li>Packaging</li>\n<li>Toys</li>\n<li>Handbags, Luggage\'s &amp; Suitcases</li>\n</ul>\n<p>To meet the specific needs and requirements of our clients, we also provide customization such as <strong>cutting (die-cut, rolls, cnc)</strong> and <strong>added value services</strong> <strong>(quilting, laminating)</strong>.</p>\n\n[/col]\n\n[/row]\n[ux_banner height=\"350px\" bg=\"304\" bg_size=\"orginal\" bg_overlay=\"rgba(0, 0, 0, 0.17)\" hover=\"blur\" parallax=\"5\"]\n\n[text_box width=\"90\" scale=\"110\" animate=\"fadeInUp\" position_x=\"50\" position_y=\"50\" text_depth=\"5\"]\n\n<h3 class=\"uppercase\">MANUFACTURING EXCELLENCE</h3>\n<p>Well equipped with the latest foam making technologies and machineries that are capable of annual production of 300.000 m3, our manufacturing facilities enable us to service the Indonesian market reliably and effectively. In addition, we are strategically located in the midst of an industrial zone which enable us to fulfill orders in fast and economical manner.</p>\n\n[/text_box]\n\n[/ux_banner]\n[message_box bg_color=\"rgb(74, 74, 74)\" padding=\"36\"]\n\n[row v_align=\"middle\"]\n\n[col span=\"7\" span__sm=\"12\"]\n\n<h2 class=\"uppercase\">We manufacture a wide range of foam products which are used substantially in many product categories</h2>\n<p>Example spring bed, mattresses, furniture, pillows, beddings, garment, shoes, quilting, automotive parts, and packaging</p>\n\n[/col]\n[col span=\"5\" span__sm=\"12\" align=\"right\"]\n\n[button text=\"inquiry\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"flipInY\" link=\"/contact\"]\n\n\n[/col]\n\n[/row]\n\n[/message_box]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"427\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Comfort FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/comfort-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"302\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>Viscoelastic Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/viscoelastic-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"301\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"41% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>delayed </strong></h2>\n<h2 class=\"uppercase\"><strong>yellowing FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" expand=\"0\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/delayed-yellowing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"428\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"66% 30%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>HR Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/hr-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"430\" bg_overlay=\"rgba(0, 0, 0, 0.5)\" bg_pos=\"50% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>BIO FOAM<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/bio-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"429\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"20% 52%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>High load </strong></h2>\n<h2 class=\"uppercase\"><strong>bearing foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInDown\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/high-load-bearing-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[row style=\"collapse\" width=\"full-width\"]\n\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"431\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"41% 48%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>flame retardant</strong></h2>\n<h2 class=\"uppercase\"><strong>Foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInLeft\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/flame-retardant-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"371\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong>rebonded foam<br />\n</strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/products/rebonded-foam\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"4\"]\n\n[ux_banner height=\"99.99%\" bg=\"721\" bg_overlay=\"rgba(0,0,0,.5)\" bg_pos=\"74% 65%\" hover=\"overlay-remove-50\"]\n\n[text_box hover=\"bounce\" width=\"87\" position_x=\"50\" position_y=\"90\"]\n\n<h2 class=\"uppercase\"><strong> </strong></h2>\n[gap height=\"6px\"]\n\n[button text=\"More\" color=\"white\" style=\"outline\" size=\"larger\" animate=\"fadeInUp\" radius=\"4\" depth=\"2\" icon=\"icon-search\" icon_pos=\"left\" icon_reveal=\"true\" link=\"/company/#certificate\"]\n\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n\n[/row]\n[map height=\"400px\" lat=\"-6.19902\" long=\"106.55469\" content_width=\"33\" content_width__sm=\"100\" content_width__md=\"40\" position_x__sm=\"100\" position_y__sm=\"100\" controls=\"true\"]\n\n<h3>PT. Foamindo Industri Uretan</h3>\n<p>Jl. Telesonic Ujung 120 Km. 8<br />\nTangerang, Indonesia</p>\n<p class=\"indent\"><strong>Phone:</strong> +62-21-5909370 / 62-21-5909730<br />\n<strong>Fax:</strong> +62-21-5905464 / 62-21-59307104<br />\n<strong>Email:</strong> <a>info@foamindo.com</a></p>\n\n[/map]', 'Corporate', '', 'inherit', 'closed', 'closed', '', '48-revision-v1', '', '', '2018-04-24 12:49:27', '2018-04-24 12:49:27', '', 48, 'http://hikaruharuki.com/2018/04/24/48-revision-v1/', 0, 'revision', '', 0),
(733, 1, '2018-04-24 12:51:05', '2018-04-24 12:51:05', '[ux_banner height=\"507px\" bg=\"694\" bg_overlay=\"rgba(0, 0, 0, 0.49)\" parallax=\"3\"]\n\n[text_box width=\"66\" position_x=\"50\" position_y=\"50\"]\n\n<h1 class=\"lead\">Contact Us</h1>\n<p class=\"lead\">For more information about our company or if you\'re looking for other foam products, please fill in the contact form</p>\n\n[/text_box]\n\n[/ux_banner]\n[section label=\"Simple Center\" bg_color=\"rgb(245, 245, 245)\" padding=\"60px\" height=\"300px\"]\n\n[row]\n\n[col span=\"6\" span__sm=\"12\"]\n\n[ux_banner height=\"100%\" bg_color=\"#585454\"]\n\n[text_box width=\"86\" position_x=\"50\" position_y=\"5\" text_align=\"left\"]\n\n<h3 class=\"uppercase\" data-padding=\"30px\"><strong>We welcome distributor and import inquiries regarding our products</strong></h3>\n<p> </p>\n<h3>PT. Foamindo Industri Uretan</h3>\n<h3>Address :</h3>\n<h3>Jl. Telesonic Ujung 120 Km. 8, Tangerang, Indonesia</h3>\n<h3>Email : info@foamindo.com</h3>\n<h3>Phone : 62-21-5909370 or 62-21-5909730</h3>\n<h3>Fax : 62-21-5905464 or 62-21-59307104</h3>\n\n[/text_box]\n\n[/ux_banner]\n\n[/col]\n[col span=\"6\" span__sm=\"12\" align=\"left\"]\n\n[contact-form-7 id=\"6\"]\n\n\n[/col]\n\n[/row]\n\n[/section]', 'Contact', '', 'inherit', 'closed', 'closed', '', '86-revision-v1', '', '', '2018-04-24 12:51:05', '2018-04-24 12:51:05', '', 86, 'http://hikaruharuki.com/2018/04/24/86-revision-v1/', 0, 'revision', '', 0),
(734, 1, '2018-04-24 12:58:59', '2018-04-24 12:58:59', '', 'logofoamindo3', '', 'inherit', 'open', 'closed', '', 'logofoamindo3', '', '', '2018-04-24 12:58:59', '2018-04-24 12:58:59', '', 0, 'http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo3.png', 0, 'attachment', 'image/png', 0),
(735, 1, '2018-04-24 12:59:10', '2018-04-24 12:59:10', '{\n    \"flatsome-child::site_logo\": {\n        \"value\": \"http://hikaruharuki.com/wp-content/uploads/2018/04/logofoamindo3.png\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-24 12:59:10\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '796f4fbc-a181-44dd-9b17-309d3760d04e', '', '', '2018-04-24 12:59:10', '2018-04-24 12:59:10', '', 0, 'http://hikaruharuki.com/2018/04/24/796f4fbc-a181-44dd-9b17-309d3760d04e/', 0, 'customize_changeset', '', 0),
(736, 1, '2018-04-28 04:22:12', '0000-00-00 00:00:00', '{\n    \"flatsome-child::html_custom_css\": {\n        \"value\": \"<p style line-height:1.5;\\n\",\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2018-04-28 04:22:12\"\n    }\n}', '', '', 'auto-draft', 'closed', 'closed', '', 'fd3092a6-257d-450c-b4ab-484411da410b', '', '', '2018-04-28 04:22:12', '0000-00-00 00:00:00', '', 0, 'http://hikaruharuki.com/?p=736', 0, 'customize_changeset', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_social_users`
--

CREATE TABLE `wp_social_users` (
  `ID` int(11) NOT NULL,
  `type` varchar(20) NOT NULL,
  `identifier` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_termmeta`
--

INSERT INTO `wp_termmeta` (`meta_id`, `term_id`, `meta_key`, `meta_value`) VALUES
(1, 22, 'order', '0'),
(2, 23, 'order', '0'),
(3, 22, 'product_count_product_cat', '9'),
(4, 23, 'product_count_product_cat', '9'),
(5, 24, 'product_count_product_tag', '3'),
(6, 25, 'product_count_product_tag', '9'),
(7, 26, 'product_count_product_tag', '9'),
(8, 27, 'product_count_product_tag', '2'),
(9, 28, 'order', '0'),
(10, 28, 'product_count_product_cat', '7'),
(11, 29, 'product_count_product_tag', '3'),
(12, 30, 'product_count_product_tag', '7'),
(13, 31, 'product_count_product_tag', '6'),
(14, 32, 'order', '0'),
(15, 33, 'order', '0'),
(16, 32, 'product_count_product_cat', '7'),
(17, 33, 'product_count_product_cat', '15'),
(18, 34, 'order', '0'),
(19, 34, 'product_count_product_cat', '7'),
(20, 35, 'order', '0'),
(21, 35, 'product_count_product_cat', '6'),
(22, 36, 'order', '0'),
(23, 36, 'product_count_product_cat', '1'),
(24, 37, 'product_count_product_tag', '1'),
(25, 38, 'product_count_product_tag', '1'),
(26, 39, 'product_count_product_tag', '1'),
(27, 40, 'product_count_product_tag', '1'),
(28, 41, 'product_count_product_tag', '1'),
(29, 42, 'product_count_product_tag', '1'),
(30, 43, 'product_count_product_tag', '5'),
(31, 44, 'product_count_product_tag', '1'),
(32, 45, 'order', '0'),
(33, 45, 'product_count_product_cat', '6'),
(34, 46, 'product_count_product_tag', '5'),
(35, 47, 'product_count_product_tag', '1'),
(36, 48, 'product_count_product_tag', '3'),
(37, 49, 'product_count_product_tag', '1'),
(38, 50, 'product_count_product_tag', '3'),
(39, 51, 'product_count_product_tag', '2'),
(40, 52, 'product_count_product_tag', '3'),
(41, 53, 'product_count_product_tag', '2'),
(42, 54, 'product_count_product_tag', '1'),
(43, 55, 'product_count_product_tag', '2'),
(44, 56, 'order', '0'),
(45, 57, 'order', '0'),
(46, 56, 'product_count_product_cat', '6'),
(47, 57, 'product_count_product_cat', '2'),
(48, 58, 'order', '0'),
(49, 58, 'product_count_product_cat', '4'),
(50, 59, 'order', '0'),
(51, 59, 'product_count_product_cat', '5'),
(52, 60, 'order', '0'),
(53, 61, 'order', '0'),
(54, 60, 'product_count_product_cat', '3'),
(55, 61, 'product_count_product_cat', '3'),
(56, 62, 'product_count_product_tag', '1'),
(57, 63, 'product_count_product_tag', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'simple', 'simple', 0),
(3, 'grouped', 'grouped', 0),
(4, 'variable', 'variable', 0),
(5, 'external', 'external', 0),
(6, 'exclude-from-search', 'exclude-from-search', 0),
(7, 'exclude-from-catalog', 'exclude-from-catalog', 0),
(8, 'featured', 'featured', 0),
(9, 'outofstock', 'outofstock', 0),
(10, 'rated-1', 'rated-1', 0),
(11, 'rated-2', 'rated-2', 0),
(12, 'rated-3', 'rated-3', 0),
(13, 'rated-4', 'rated-4', 0),
(14, 'rated-5', 'rated-5', 0),
(15, 'Uncategorized', 'uncategorized', 0),
(16, 'Style', 'style', 0),
(17, 'Video', 'post-format-video', 0),
(18, 'brooklyn', 'brooklyn', 0),
(19, 'fashion', 'fashion', 0),
(20, 'style', 'style-2', 0),
(21, 'women', 'women-3', 0),
(22, 'Men', 'men', 0),
(23, 'T-Shirts', 't-shirts', 0),
(24, 'jeans', 'jeans-2', 0),
(25, 'man', 'man', 0),
(26, 't-shirt', 't-shirt', 0),
(27, 'white', 'white', 0),
(28, 'Shoes', 'shoes', 0),
(29, 'Diesel', 'diesel', 0),
(30, 'shoe', 'shoe', 0),
(31, 'stars', 'stars', 0),
(32, 'Sweaters', 'sweaters', 0),
(33, 'Women', 'women', 0),
(34, 'Tops', 'tops', 0),
(35, 'Booking', 'booking', 0),
(36, 'Jeans', 'jeans', 0),
(37, 'fit', 'fit', 0),
(38, 'levis', 'levis', 0),
(39, 'party', 'party', 0),
(40, 'washed-out', 'washed-out', 0),
(41, 'women', 'women-2', 0),
(42, 'River Island', 'river-island', 0),
(43, 'Jack and Jones', 'jack-and-jones', 0),
(44, 'Lee', 'lee', 0),
(45, 'Bags', 'bags', 0),
(46, 'bag', 'bag', 0),
(47, 'classic', 'classic', 0),
(48, 'leather', 'leather', 0),
(49, 'sweden', 'sweden', 0),
(50, 'green', 'green', 0),
(51, 'nypd', 'nypd', 0),
(52, 'Converse', 'converse', 0),
(53, 'rock chick', 'rock-chick', 0),
(54, 'vans', 'vans', 0),
(55, 'run', 'run', 0),
(56, 'Music', 'music', 0),
(57, 'Singles', 'singles', 0),
(58, 'Albums', 'albums', 0),
(59, 'Posters', 'posters', 0),
(60, 'Clothing', 'clothing', 0),
(61, 'Hoodies', 'hoodies', 0),
(62, 'Jumper', 'jumper', 0),
(63, 'Pink', 'pink', 0),
(64, 'Lookbook', 'lookbook', 0),
(65, 'Design', 'design', 0),
(66, 'Secondary', 'secondary', 0),
(67, 'Main', 'main', 0),
(68, 'Foam-Menu', 'foam-menu', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(13, 1, 0),
(14, 1, 0),
(15, 1, 0),
(16, 16, 0),
(16, 17, 0),
(17, 16, 0),
(17, 18, 0),
(17, 19, 0),
(17, 20, 0),
(17, 21, 0),
(18, 16, 0),
(18, 18, 0),
(18, 19, 0),
(18, 20, 0),
(18, 21, 0),
(19, 16, 0),
(20, 16, 0),
(163, 2, 0),
(163, 22, 0),
(163, 23, 0),
(163, 24, 0),
(163, 25, 0),
(163, 26, 0),
(163, 27, 0),
(164, 4, 0),
(164, 28, 0),
(164, 29, 0),
(164, 30, 0),
(164, 31, 0),
(165, 2, 0),
(165, 32, 0),
(165, 33, 0),
(166, 2, 0),
(166, 33, 0),
(166, 34, 0),
(167, 2, 0),
(167, 35, 0),
(168, 2, 0),
(168, 24, 0),
(168, 33, 0),
(168, 36, 0),
(168, 37, 0),
(168, 38, 0),
(168, 39, 0),
(168, 40, 0),
(168, 41, 0),
(169, 2, 0),
(169, 22, 0),
(169, 23, 0),
(169, 25, 0),
(169, 26, 0),
(169, 42, 0),
(170, 4, 0),
(170, 22, 0),
(170, 23, 0),
(170, 25, 0),
(170, 26, 0),
(170, 43, 0),
(171, 2, 0),
(171, 22, 0),
(171, 23, 0),
(171, 25, 0),
(171, 26, 0),
(171, 43, 0),
(172, 2, 0),
(172, 22, 0),
(172, 23, 0),
(172, 25, 0),
(172, 26, 0),
(172, 43, 0),
(173, 2, 0),
(173, 22, 0),
(173, 23, 0),
(173, 25, 0),
(173, 26, 0),
(173, 43, 0),
(174, 2, 0),
(174, 22, 0),
(174, 23, 0),
(174, 25, 0),
(174, 26, 0),
(174, 43, 0),
(175, 2, 0),
(175, 22, 0),
(175, 23, 0),
(175, 25, 0),
(175, 26, 0),
(175, 44, 0),
(176, 2, 0),
(176, 22, 0),
(176, 23, 0),
(176, 24, 0),
(176, 25, 0),
(176, 26, 0),
(176, 27, 0),
(177, 2, 0),
(177, 45, 0),
(177, 46, 0),
(177, 47, 0),
(177, 48, 0),
(177, 49, 0),
(178, 5, 0),
(178, 45, 0),
(178, 46, 0),
(178, 48, 0),
(178, 50, 0),
(178, 51, 0),
(179, 2, 0),
(179, 45, 0),
(179, 46, 0),
(179, 48, 0),
(179, 51, 0),
(180, 2, 0),
(180, 45, 0),
(180, 46, 0),
(180, 52, 0),
(180, 53, 0),
(181, 2, 0),
(181, 45, 0),
(181, 46, 0),
(181, 52, 0),
(181, 53, 0),
(182, 2, 0),
(182, 45, 0),
(183, 4, 0),
(183, 28, 0),
(183, 29, 0),
(183, 30, 0),
(183, 31, 0),
(184, 4, 0),
(184, 28, 0),
(184, 30, 0),
(184, 31, 0),
(184, 52, 0),
(185, 2, 0),
(185, 28, 0),
(185, 29, 0),
(185, 30, 0),
(185, 31, 0),
(186, 2, 0),
(186, 28, 0),
(186, 30, 0),
(186, 31, 0),
(186, 54, 0),
(187, 2, 0),
(187, 28, 0),
(187, 30, 0),
(187, 31, 0),
(187, 50, 0),
(187, 55, 0),
(188, 4, 0),
(188, 28, 0),
(188, 30, 0),
(188, 50, 0),
(188, 55, 0),
(189, 2, 0),
(189, 32, 0),
(189, 33, 0),
(190, 2, 0),
(190, 32, 0),
(190, 33, 0),
(191, 2, 0),
(191, 32, 0),
(191, 33, 0),
(192, 2, 0),
(192, 32, 0),
(192, 33, 0),
(193, 2, 0),
(193, 32, 0),
(193, 33, 0),
(194, 2, 0),
(194, 32, 0),
(194, 33, 0),
(195, 2, 0),
(195, 33, 0),
(195, 34, 0),
(196, 2, 0),
(196, 33, 0),
(196, 34, 0),
(197, 2, 0),
(197, 33, 0),
(197, 34, 0),
(198, 2, 0),
(198, 33, 0),
(198, 34, 0),
(199, 2, 0),
(199, 33, 0),
(199, 34, 0),
(200, 4, 0),
(200, 33, 0),
(200, 34, 0),
(201, 2, 0),
(201, 35, 0),
(202, 2, 0),
(202, 35, 0),
(203, 2, 0),
(203, 35, 0),
(204, 4, 0),
(204, 35, 0),
(205, 2, 0),
(205, 56, 0),
(205, 57, 0),
(206, 2, 0),
(206, 56, 0),
(206, 58, 0),
(207, 2, 0),
(207, 56, 0),
(207, 57, 0),
(208, 2, 0),
(208, 56, 0),
(208, 58, 0),
(209, 2, 0),
(209, 56, 0),
(209, 58, 0),
(210, 2, 0),
(210, 56, 0),
(210, 58, 0),
(211, 2, 0),
(211, 59, 0),
(212, 2, 0),
(212, 59, 0),
(213, 2, 0),
(213, 59, 0),
(214, 4, 0),
(214, 59, 0),
(215, 2, 0),
(215, 59, 0),
(216, 2, 0),
(216, 60, 0),
(216, 61, 0),
(217, 2, 0),
(217, 60, 0),
(217, 61, 0),
(218, 2, 0),
(218, 60, 0),
(218, 61, 0),
(218, 62, 0),
(218, 63, 0),
(219, 4, 0),
(219, 35, 0),
(220, 64, 0),
(221, 65, 0),
(222, 65, 0),
(223, 65, 0),
(224, 65, 0),
(225, 65, 0),
(226, 65, 0),
(227, 64, 0),
(229, 67, 0),
(230, 67, 0),
(231, 67, 0),
(232, 67, 0),
(233, 67, 0),
(234, 67, 0),
(235, 67, 0),
(236, 67, 0),
(237, 67, 0),
(238, 67, 0),
(239, 67, 0),
(240, 67, 0),
(241, 67, 0),
(242, 67, 0),
(243, 67, 0),
(244, 67, 0),
(245, 67, 0),
(246, 67, 0),
(247, 67, 0),
(248, 67, 0),
(249, 67, 0),
(250, 67, 0),
(251, 66, 0),
(253, 66, 0),
(254, 67, 0),
(255, 67, 0),
(256, 67, 0),
(257, 67, 0),
(258, 67, 0),
(259, 67, 0),
(260, 67, 0),
(261, 67, 0),
(262, 67, 0),
(263, 67, 0),
(264, 67, 0),
(265, 66, 0),
(335, 68, 0),
(336, 68, 0),
(476, 68, 0),
(477, 68, 0),
(478, 68, 0),
(479, 68, 0),
(480, 68, 0),
(481, 68, 0),
(482, 68, 0),
(485, 68, 0),
(530, 68, 0),
(554, 68, 0),
(584, 68, 0),
(585, 68, 0),
(586, 68, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 4),
(2, 2, 'product_type', '', 0, 47),
(3, 3, 'product_type', '', 0, 0),
(4, 4, 'product_type', '', 0, 9),
(5, 5, 'product_type', '', 0, 1),
(6, 6, 'product_visibility', '', 0, 0),
(7, 7, 'product_visibility', '', 0, 0),
(8, 8, 'product_visibility', '', 0, 0),
(9, 9, 'product_visibility', '', 0, 0),
(10, 10, 'product_visibility', '', 0, 0),
(11, 11, 'product_visibility', '', 0, 0),
(12, 12, 'product_visibility', '', 0, 0),
(13, 13, 'product_visibility', '', 0, 0),
(14, 14, 'product_visibility', '', 0, 0),
(15, 15, 'product_cat', '', 0, 0),
(16, 16, 'category', '', 0, 5),
(17, 17, 'post_format', '', 0, 1),
(18, 18, 'post_tag', '', 0, 2),
(19, 19, 'post_tag', '', 0, 2),
(20, 20, 'post_tag', '', 0, 2),
(21, 21, 'post_tag', '', 0, 2),
(22, 22, 'product_cat', '', 0, 9),
(23, 23, 'product_cat', '', 22, 9),
(24, 24, 'product_tag', '', 0, 3),
(25, 25, 'product_tag', '', 0, 9),
(26, 26, 'product_tag', '', 0, 9),
(27, 27, 'product_tag', '', 0, 2),
(28, 28, 'product_cat', '', 0, 7),
(29, 29, 'product_tag', '', 0, 3),
(30, 30, 'product_tag', '', 0, 7),
(31, 31, 'product_tag', '', 0, 6),
(32, 32, 'product_cat', '', 0, 7),
(33, 33, 'product_cat', '', 0, 15),
(34, 34, 'product_cat', '', 33, 7),
(35, 35, 'product_cat', '', 0, 6),
(36, 36, 'product_cat', '', 33, 1),
(37, 37, 'product_tag', '', 0, 1),
(38, 38, 'product_tag', '', 0, 1),
(39, 39, 'product_tag', '', 0, 1),
(40, 40, 'product_tag', '', 0, 1),
(41, 41, 'product_tag', '', 0, 1),
(42, 42, 'product_tag', '', 0, 1),
(43, 43, 'product_tag', '', 0, 5),
(44, 44, 'product_tag', '', 0, 1),
(45, 45, 'product_cat', '', 0, 6),
(46, 46, 'product_tag', '', 0, 5),
(47, 47, 'product_tag', '', 0, 1),
(48, 48, 'product_tag', '', 0, 3),
(49, 49, 'product_tag', '', 0, 1),
(50, 50, 'product_tag', '', 0, 3),
(51, 51, 'product_tag', '', 0, 2),
(52, 52, 'product_tag', '', 0, 3),
(53, 53, 'product_tag', '', 0, 2),
(54, 54, 'product_tag', '', 0, 1),
(55, 55, 'product_tag', '', 0, 2),
(56, 56, 'product_cat', '', 0, 6),
(57, 57, 'product_cat', '', 56, 2),
(58, 58, 'product_cat', '', 56, 4),
(59, 59, 'product_cat', '', 0, 5),
(60, 60, 'product_cat', '', 0, 3),
(61, 61, 'product_cat', '', 60, 3),
(62, 62, 'product_tag', '', 0, 1),
(63, 63, 'product_tag', '', 0, 1),
(64, 64, 'featured_item_category', '', 0, 2),
(65, 65, 'featured_item_category', '', 0, 6),
(66, 66, 'nav_menu', '', 0, 3),
(67, 67, 'nav_menu', '', 0, 33),
(68, 68, 'nav_menu', '', 0, 15);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:1:{s:64:\"7daddcdca38a9dd7a7a2e9b6d7fa14904e34dbc8ded8f4f7a922c4f77663e9f1\";a:4:{s:10:\"expiration\";i:1525060222;s:2:\"ip\";s:13:\"139.195.44.35\";s:2:\"ua\";s:77:\"Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0\";s:5:\"login\";i:1524887422;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '692'),
(18, 1, 'community-events-location', 'a:1:{s:2:\"ip\";s:12:\"139.195.44.0\";}'),
(19, 1, '_woocommerce_persistent_cart_1', 'a:1:{s:4:\"cart\";a:0:{}}'),
(20, 1, 'wp_user-settings', 'libraryContent=browse&editor=tinymce'),
(21, 1, 'wp_user-settings-time', '1524889107'),
(22, 1, 'nav_menu_recently_edited', '68'),
(23, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(24, 1, 'metaboxhidden_nav-menus', 'a:10:{i:0;s:20:\"add-post-type-blocks\";i:1;s:21:\"add-post-type-product\";i:2;s:27:\"add-post-type-featured_item\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:20:\"add-block_categories\";i:6;s:15:\"add-product_cat\";i:7;s:15:\"add-product_tag\";i:8;s:26:\"add-featured_item_category\";i:9;s:21:\"add-featured_item_tag\";}'),
(25, 1, 'tgmpa_dismissed_notice_tgmpa', '1');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$P$B0rOh/mRfqiqnXqtrHrFcsyHb6hKu40', 'admin', 'raidou15@gmail.com', '', '2018-02-14 11:09:16', '', 0, 'admin');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_download_log`
--

CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `user_ip_address` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wc_webhooks`
--

CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) UNSIGNED NOT NULL,
  `status` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `delivery_url` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `secret` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `topic` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT '0',
  `pending_delivery` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_api_keys`
--

CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) UNSIGNED NOT NULL,
  `attribute_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_label` varchar(200) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `attribute_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) UNSIGNED NOT NULL,
  `download_id` varchar(36) COLLATE utf8mb4_unicode_ci NOT NULL,
  `product_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `order_key` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_email` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED DEFAULT NULL,
  `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_log`
--

CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `context` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

CREATE TABLE `wp_woocommerce_order_itemmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_order_items`
--

CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) UNSIGNED NOT NULL,
  `order_item_name` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `order_item_type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `order_id` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

CREATE TABLE `wp_woocommerce_payment_tokenmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `payment_token_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_ci
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) UNSIGNED NOT NULL,
  `gateway_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `type` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_sessions`
--

CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) UNSIGNED NOT NULL,
  `session_key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `session_expiry` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

INSERT INTO `wp_woocommerce_sessions` (`session_id`, `session_key`, `session_value`, `session_expiry`) VALUES
(4, '1', 'a:7:{s:4:\"cart\";s:6:\"a:0:{}\";s:11:\"cart_totals\";s:367:\"a:15:{s:8:\"subtotal\";i:0;s:12:\"subtotal_tax\";i:0;s:14:\"shipping_total\";i:0;s:12:\"shipping_tax\";i:0;s:14:\"shipping_taxes\";a:0:{}s:14:\"discount_total\";i:0;s:12:\"discount_tax\";i:0;s:19:\"cart_contents_total\";i:0;s:17:\"cart_contents_tax\";i:0;s:19:\"cart_contents_taxes\";a:0:{}s:9:\"fee_total\";i:0;s:7:\"fee_tax\";i:0;s:9:\"fee_taxes\";a:0:{}s:5:\"total\";i:0;s:9:\"total_tax\";i:0;}\";s:15:\"applied_coupons\";s:6:\"a:0:{}\";s:22:\"coupon_discount_totals\";s:6:\"a:0:{}\";s:26:\"coupon_discount_tax_totals\";s:6:\"a:0:{}\";s:21:\"removed_cart_contents\";s:6:\"a:0:{}\";s:8:\"customer\";s:706:\"a:26:{s:2:\"id\";s:1:\"1\";s:13:\"date_modified\";s:0:\"\";s:8:\"postcode\";s:0:\"\";s:4:\"city\";s:0:\"\";s:9:\"address_1\";s:0:\"\";s:7:\"address\";s:0:\"\";s:9:\"address_2\";s:0:\"\";s:5:\"state\";s:0:\"\";s:7:\"country\";s:2:\"ID\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"ID\";s:13:\"is_vat_exempt\";s:0:\"\";s:19:\"calculated_shipping\";s:0:\"\";s:10:\"first_name\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:7:\"company\";s:0:\"\";s:5:\"phone\";s:0:\"\";s:5:\"email\";s:18:\"raidou15@gmail.com\";s:19:\"shipping_first_name\";s:0:\"\";s:18:\"shipping_last_name\";s:0:\"\";s:16:\"shipping_company\";s:0:\"\";}\";}', 1523427418);

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `zone_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `zone_order` bigint(20) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) UNSIGNED NOT NULL,
  `instance_id` bigint(20) UNSIGNED NOT NULL,
  `method_id` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `method_order` bigint(20) UNSIGNED NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT '0',
  `tax_rate_shipping` int(1) NOT NULL DEFAULT '1',
  `tax_rate_order` bigint(20) UNSIGNED NOT NULL,
  `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) UNSIGNED NOT NULL,
  `location_code` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `tax_rate_id` bigint(20) UNSIGNED NOT NULL,
  `location_type` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yith_wcwl`
--

CREATE TABLE `wp_yith_wcwl` (
  `ID` int(11) NOT NULL,
  `prod_id` int(11) NOT NULL,
  `quantity` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `wishlist_id` int(11) DEFAULT NULL,
  `dateadded` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yith_wcwl_lists`
--

CREATE TABLE `wp_yith_wcwl_lists` (
  `ID` int(11) NOT NULL,
  `user_id` int(11) NOT NULL,
  `wishlist_slug` varchar(200) NOT NULL,
  `wishlist_name` text,
  `wishlist_token` varchar(64) NOT NULL,
  `wishlist_privacy` tinyint(1) NOT NULL DEFAULT '0',
  `is_default` tinyint(1) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_yith_wcwl_lists`
--

INSERT INTO `wp_yith_wcwl_lists` (`ID`, `user_id`, `wishlist_slug`, `wishlist_name`, `wishlist_token`, `wishlist_privacy`, `is_default`) VALUES
(1, 1, '', '', 'EZRW230Q4PJG', 0, 1);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10)),
  ADD KEY `woo_idx_comment_type` (`comment_type`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_social_users`
--
ALTER TABLE `wp_social_users`
  ADD KEY `ID` (`ID`,`type`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- Indexes for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  ADD PRIMARY KEY (`download_log_id`),
  ADD KEY `permission_id` (`permission_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  ADD PRIMARY KEY (`webhook_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  ADD PRIMARY KEY (`attribute_id`),
  ADD KEY `attribute_name` (`attribute_name`(20));

--
-- Indexes for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  ADD PRIMARY KEY (`permission_id`),
  ADD KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  ADD KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  ADD PRIMARY KEY (`log_id`),
  ADD KEY `level` (`level`);

--
-- Indexes for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `order_item_id` (`order_item_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  ADD PRIMARY KEY (`order_item_id`),
  ADD KEY `order_id` (`order_id`);

--
-- Indexes for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `payment_token_id` (`payment_token_id`),
  ADD KEY `meta_key` (`meta_key`(32));

--
-- Indexes for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  ADD PRIMARY KEY (`token_id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  ADD PRIMARY KEY (`session_key`),
  ADD UNIQUE KEY `session_id` (`session_id`);

--
-- Indexes for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  ADD PRIMARY KEY (`zone_id`);

--
-- Indexes for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `location_id` (`location_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  ADD PRIMARY KEY (`instance_id`);

--
-- Indexes for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  ADD PRIMARY KEY (`tax_rate_id`),
  ADD KEY `tax_rate_country` (`tax_rate_country`),
  ADD KEY `tax_rate_state` (`tax_rate_state`(2)),
  ADD KEY `tax_rate_class` (`tax_rate_class`(10)),
  ADD KEY `tax_rate_priority` (`tax_rate_priority`);

--
-- Indexes for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  ADD PRIMARY KEY (`location_id`),
  ADD KEY `tax_rate_id` (`tax_rate_id`),
  ADD KEY `location_type_code` (`location_type`(10),`location_code`(20));

--
-- Indexes for table `wp_yith_wcwl`
--
ALTER TABLE `wp_yith_wcwl`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `prod_id` (`prod_id`);

--
-- Indexes for table `wp_yith_wcwl_lists`
--
ALTER TABLE `wp_yith_wcwl_lists`
  ADD PRIMARY KEY (`ID`),
  ADD UNIQUE KEY `wishlist_token` (`wishlist_token`),
  ADD KEY `wishlist_slug` (`wishlist_slug`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1564;
--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3832;
--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=737;
--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=58;
--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=69;
--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=69;
--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=26;
--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
--
-- AUTO_INCREMENT for table `wp_wc_download_log`
--
ALTER TABLE `wp_wc_download_log`
  MODIFY `download_log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_wc_webhooks`
--
ALTER TABLE `wp_wc_webhooks`
  MODIFY `webhook_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_api_keys`
--
ALTER TABLE `wp_woocommerce_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_attribute_taxonomies`
--
ALTER TABLE `wp_woocommerce_attribute_taxonomies`
  MODIFY `attribute_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_downloadable_product_permissions`
--
ALTER TABLE `wp_woocommerce_downloadable_product_permissions`
  MODIFY `permission_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_log`
--
ALTER TABLE `wp_woocommerce_log`
  MODIFY `log_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_order_itemmeta`
--
ALTER TABLE `wp_woocommerce_order_itemmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_order_items`
--
ALTER TABLE `wp_woocommerce_order_items`
  MODIFY `order_item_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokenmeta`
--
ALTER TABLE `wp_woocommerce_payment_tokenmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_payment_tokens`
--
ALTER TABLE `wp_woocommerce_payment_tokens`
  MODIFY `token_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_sessions`
--
ALTER TABLE `wp_woocommerce_sessions`
  MODIFY `session_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5;
--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zones`
--
ALTER TABLE `wp_woocommerce_shipping_zones`
  MODIFY `zone_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_locations`
--
ALTER TABLE `wp_woocommerce_shipping_zone_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_shipping_zone_methods`
--
ALTER TABLE `wp_woocommerce_shipping_zone_methods`
  MODIFY `instance_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rates`
--
ALTER TABLE `wp_woocommerce_tax_rates`
  MODIFY `tax_rate_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_woocommerce_tax_rate_locations`
--
ALTER TABLE `wp_woocommerce_tax_rate_locations`
  MODIFY `location_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_yith_wcwl`
--
ALTER TABLE `wp_yith_wcwl`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT;
--
-- AUTO_INCREMENT for table `wp_yith_wcwl_lists`
--
ALTER TABLE `wp_yith_wcwl_lists`
  MODIFY `ID` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
